@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap");
.cmshtml {
  font-size: 16px;
}

.cmsbody {
  line-height: 1.5;
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  background: #fff;
  /* IRページ用 */
  /* force.cssの上書き */
}

.cmsbody [tabindex] {
  outline: none;
}

.cmsbody a {
  color: #395ea0;
  text-decoration: none;
}

.cmsbody a:hover {
  color: #395ea0;
  text-decoration: underline;
}

.cmsbody #globalheader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 105;
  padding: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(70%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0) 100%);
}

.cmsbody #globalheader h1 {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 10px;
  text-align: right;
}

.cmsbody #globalheader h2 a {
  display: block;
  background: url(../img/logo.svg) no-repeat;
  background-size: cover;
  width: 200px;
  height: 61px;
  text-indent: -200rem;
  overflow: hidden;
}

.cmsbody #globalheader .flex {
  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;
}

.cmsbody #globalheader #globalnav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.cmsbody #globalheader #globalnav .rdflexarea {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cmsbody #globalheader #globalnav .rdblock {
  -webkit-transition: 0.25s background, 0.25s color;
  transition: 0.25s background, 0.25s color;
}

.cmsbody #globalheader #globalnav .rdflexareaChild .rdflexareaChild {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-100px, 100%);
          transform: translate(-100px, 100%);
  width: 200px;
  display: none;
}

@media screen and (max-width: 768px) {
  .cmsbody #globalheader #globalnav .rdflexareaChild .rdflexareaChild {
    position: static;
    -webkit-transform: none;
            transform: none;
    display: block !important;
    width: auto;
  }
  .cmsbody #globalheader #globalnav .rdflexareaChild .rdflexareaChild .rdblock {
    border-top: none !important;
    border-bottom: none !important;
  }
}

.cmsbody #globalheader #globalnav #globalnav_inner > .rdflexarea > div.rdflexareaChild:last-child a,
.cmsbody #globalheader #globalnav #globalnav_inner > .rdareaItem > .rdareaContents > .rdflexarea > .rdareaItem-last a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}

.cmsbody #globalnav_btn {
  display: none;
}

.cmsbody #contents {
  position: relative;
}

.cmsbody .module_keyvisual {
  background: url(../img/keyvisual_bg.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .cmsbody .module_keyvisual {
    height: 50vh;
    text-shadow: 0 0 10px black;
    padding-left: 80px;
  }
}

.cmsbody .module_keyvisual .text-fontsize7 {
  font-size: 3.5rem !important;
}

@media screen and (max-width: 768px) {
  .cmsbody .module_keyvisual .text-fontsize7 {
    font-size: 1.5rem !important;
  }
}

@media screen and (max-width: 768px) {
  .cmsbody .module_keyvisual .text-fontsize6 {
    font-size: 1.2rem !important;
  }
}

.cmsbody .module_message {
  background: url(../img/message_bg.jpg) no-repeat right top;
  padding-right: 200px;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 1.75rem;
}

.cmsbody .module_message .module_message_inner {
  max-width: 1400px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .cmsbody .module_message {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .cmsbody .module_message > * {
    position: relative;
    z-index: 10;
  }
  .cmsbody .module_message:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
  }
}

.cmsbody .module_product {
  background: url(../img/product_bg.jpg) no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 20px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .cmsbody .module_product {
    display: block;
  }
}

.cmsbody .module_product .title_product {
  margin-right: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media screen and (max-width: 768px) {
  .cmsbody .module_product .title_product {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .cmsbody .module_product .title_product {
    margin: 0 0 20px 0;
  }
}

.cmsbody .module_product .item_product {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  overflow: auto;
}

.cmsbody .module_product .item_product .item_product_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cmsbody .module_product .item_product .rdflexareaChild {
  width: 300px !important;
}

@media screen and (max-width: 768px) {
  .cmsbody .module_product .item_product .rdflexareaChild {
    margin-right: 20px !important;
  }
}

.cmsbody .module_news {
  background: #dfe1e6;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cmsbody .module_news > * {
  max-width: 1000px;
  padding: 0 20px;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (max-width: 768px) {
  .cmsbody .module_news .rdflexarea > div:first-child {
    margin-bottom: -10px !important;
  }
  .cmsbody .module_news .rdflexareaChild {
    text-align: left;
  }
}

.cmsbody .module_contact {
  background: url(../img/contact_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 40px 20px;
  margin-top: 60px;
}

.cmsbody .module_shop {
  background: url(../img/shop_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0;
}

.cmsbody .module_shop > div {
  max-width: 1400px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.cmsbody .module_shop .title_shop {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .cmsbody .module_shop .title_shop .rdflexareaChild {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}

.cmsbody .module_shop .title_shop .rdflexarea {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .cmsbody .module_shop .item_shop .rdflexareaChild {
    margin-bottom: 40px !important;
  }
}

.cmsbody .module_item {
  background: #e5f0f8;
}

.cmsbody .module_detail,
.cmsbody .module_item_inner,
.cmsbody .module_contents_inner,
.cmsbody .module_itemnav,
.cmsbody .module_ir,
.cmsbody .module_irfooter,
.cmsbody .module_page {
  max-width: 1400px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.cmsbody .module_bloglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #223050;
  color: #fff;
  padding: 40px 20px;
}

.cmsbody .module_bloglist a {
  color: rgba(255, 255, 255, 0.7);
}

.cmsbody .module_bloglist a:hover {
  color: white;
}

.cmsbody .module_bloglist .rdnewArticle {
  border: none !important;
}

.cmsbody .module_bloglist .rdnewArticle .rdnewArticle-item {
  padding-bottom: 20px;
}

.cmsbody .module_bloglist .rdnewArticle .rdnewArticle-item + .rdnewArticle-item {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.cmsbody .module_bloglist .module_bloglist_inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 1400px;
  padding: 0 20px;
}

.cmsbody .module_bloglist .title_bloglist {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .cmsbody .module_bloglist .title_bloglist {
    margin-right: 0;
  }
}

.cmsbody .module_bloglist .title_bloglist h3 {
  font-size: 3rem;
  font-weight: 400;
  margin-left: 18px;
}

@media screen and (max-width: 768px) {
  .cmsbody .module_bloglist .title_bloglist h3 {
    font-size: 1.75rem;
  }
}

.cmsbody .module_bloglist .title_bloglist h4 {
  font-size: 1.4rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .cmsbody .module_bloglist .title_bloglist h4 {
    font-size: 1.2rem;
  }
}

.cmsbody #globalfooter {
  background: #343f53;
  color: #fff;
  padding: 40px 20px 20px;
}

.cmsbody #globalfooter .module_footerlink {
  max-width: 1400px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.cmsbody #globalfooter a {
  color: rgba(255, 255, 255, 0.7);
}

.cmsbody #globalfooter a:hover {
  color: white;
}

.cmsbody #copy {
  text-align: center;
  font-size: 0.85rem;
}

.cmsbody #globalheader.page {
  background: url(../img/title_bg.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 10px 20px;
  position: relative;
  z-index: 1000;
}

.cmsbody .module_slide {
  width: 100%;
  overflow: auto;
  padding: 40px 0;
}

.cmsbody .module_slide .slick-arrow {
  top: 50%;
}

.cmsbody .module_slide .module_slide_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cmsbody .module_slide .module_slide_inner .slick-slide {
  width: 300px !important;
}

.cmsbody .module_blogwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: auto;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .cmsbody .module_blogwrapper {
    display: block;
  }
}

.cmsbody .module_blog {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .cmsbody .module_blog {
    width: 100%;
  }
}

.cmsbody .rdListShort .rdListItem {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .cmsbody .rdRelatedArticles .rdRelatedArticles-item.rdRelatedArticles-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .cmsbody .rdRelatedArticles .rdRelatedArticles-item.rdRelatedArticles-item .rdRelatedArticles-catlist,
  .cmsbody .rdRelatedArticles .rdRelatedArticles-item.rdRelatedArticles-item .rdRelatedArticles-taglist {
    display: inline-block;
  }
}

.cmsbody .module_side {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 30%;
  max-width: 300px;
  background: #f4f5f7;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .cmsbody .module_side {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 768px) {
  .cmsbody .text-fontsize7 {
    font-size: 1.5rem !important;
  }
  .cmsbody .module_itemnav .rdflexareaChild {
    border: none !important;
    border-bottom: 1px solid #ddd !important;
  }
  .cmsbody .rdplaneimage:not(.slick-slide) {
    width: 100% !important;
  }
  .cmsbody .rdflexarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cmsbody .rdflexarea > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100% !important;
  }
  .cmsbody #globalnav {
    position: fixed;
    z-index: 100;
    right: -200px;
    -webkit-transition: 0.25s right;
    transition: 0.25s right;
    top: 0;
    width: 200px;
    height: 100vh;
    background: #fff;
    color: #222 !important;
  }
  #editView .cmsbody #globalnav {
    position: absolute;
    display: none;
  }
  .cmsbody #globalnav.open {
    right: 0;
  }
  .cmsbody #globalnav a,
  .cmsbody #globalnav span,
  .cmsbody #globalnav p {
    color: #222 !important;
  }
  .cmsbody #globalnav .rdflexarea {
    display: block;
  }
  .cmsbody #globalnav .rdflexarea > * {
    width: 100% !important;
    border-bottom: 1px solid #ddd;
  }
  .cmsbody #globalnav_btn {
    display: block;
    position: absolute;
    left: -40px;
    top: 20px;
  }
  .cmsbody #globalnav_btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    width: 40px;
    height: 40px;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .cmsbody #globalnav_btn a span {
    display: block;
    background: #222;
    height: 2px;
  }
}

.cmsbody #copy {
  margin-top: 20px;
}

.cmsbody #globalnav_overlay {
  content: '';
  display: block;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 768px) {
  .cmsbody #globalnav_overlay.open {
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.4);
  }
}

.cmsbody .module_ir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .cmsbody .module_irside {
    margin-top: 80px;
  }
}

.cmsbody .module_irside .rdhaslink {
  color: #3c6797;
}

.cmsbody .module_irside .rdhaslink:hover {
  background: #cee1f1;
  text-decoration: underline;
}

.cmsbody .module_ir > div:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.cmsbody .module_ir > div:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .cmsbody .module_ir {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cmsbody .module_ir > div:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: 0;
  }
}

.cmsbody .rdirplaneinfo-item.rdirplaneinfo-item:not(:first-child) {
  border-top: 1px solid #c1cdd9;
}

#editView.showhideElement #globalnav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media screen and (max-width: 768px) {
  #editView.showhideElement #globalnav {
    display: block;
    right: 0;
    top: -48px;
  }
}

#editView.showhideElement #globalnav .rdflexareaChild .rdflexareaChild {
  display: block;
}
/*# sourceMappingURL=style.css.map */