/*
Theme Name:		HOMEOBEAU-BRAND-THEME
Theme URI:		https://digiheads.co.jp/
Description:	Base Theme
Author:			Digiheads Inc.
Author URI:		https://digiheads.co.jp/
Version:		1.0.0
License:
License URI:
*/
/* HOMEOBEAU BRAND THEME */
/* contents block */
.std_width {
  max-width: 1280px;
  min-width: 900px;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .std_width {
    max-width: 100vw;
    min-width: 100vw;
  }
}

.min_width {
  max-width: 900px;
  min-width: 900px;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .min_width {
    max-width: calc(100vw - 40px);
    min-width: calc(100vw - 40px);
  }
}

.smin_width {
  max-width: 750px;
  min-width: 750px;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .smin_width {
    max-width: calc(100vw - 40px);
    min-width: calc(100vw - 40px);
  }
}

/* Devaice Switching */
@media screen and (max-width: 500px) {
  .dpc {
    display: none !important;
  }
}

@media screen and (min-width: 501px) {
  .dsp {
    display: none !important;
  }
}

br.pc {
  display: block;
}
@media screen and (max-width: 500px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 500px) {
  br.sp {
    display: block;
  }
}

/* Themify Css Reset */
@media screen and (max-width: 500px) {
  .module_row > .row_inner,
  .module-layout-part .module_row.fullwidth_row_container > .row_inner {
    max-width: 100% !important;
  }
}
/* Reset CSS */
p, span, pre, div,
h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a > img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
a:hover,
a > img:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

a:link,
a:visited {
  color: #515658;
  text-decoration: none;
}

a:link:hover,
a[href]:hover {
  color: #515658;
  text-decoration: none;
}

::-moz-selection {
  background: #515658;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #515658;
  color: #fff;
  text-shadow: none;
}

ul#fixed_link {
  display: none;
}

/*#main_column h2 {
    padding: 0;
    margin: 0;
    border: none;
}*/
a.tb_turn_on,
span.edit-button {
  display: none !important;
}

#entry.topics .entry-content {
  max-width: 900px;
  margin: 0 auto;
}

.list-post .post.topics {
  margin: 0 !important;
}

/* Crat Item */
.sale_price .pricelist tr:nth-child(3) {
  display: none;
}

/* Product List page */
/* HOMEOBEAU ORIGINAL */
html {
  font-size: 62.5% !important;
}

body {
  font-family: "Noto Sans JP", -apple-system, "YuGothic", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.font_serif {
  font-family: "Noto Serif JP", serif;
}

p {
  font-weight: 300;
}

small {
  font-weight: 300;
}

/* Common Css Override */
/* Contents Css Override */
/* Base CSS Reset */
#container {
  width: 100%;
  max-width: 100%;
  min-width: 900px;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  #container {
    max-width: 100vw;
    min-width: 100vw;
    padding-top: 125px;
  }
}

#main_column.colnum1 {
  width: 100%;
  margin: 0;
}

/* Header Section */
#header_sec {
  width: 100%;
  max-width: 900px;
  min-width: 900px;
  margin: auto;
  padding: 1em 0 5px;
}
@media screen and (max-width: 500px) {
  #header_sec {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100vw;
    min-width: 100vw;
    padding-top: 0;
    background: rgba(255, 255, 255, 0.9);
  }
}
#header_sec .upper_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2em;
  position: relative;
}
@media screen and (max-width: 500px) {
  #header_sec .upper_box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
  }
  #header_sec .upper_box .open_bot {
    display: block;
    z-index: 10;
  }
  #header_sec .upper_box .open_bot a > img {
    max-height: 60px;
    width: auto;
  }
}
#header_sec .upper_box .site_logo {
  padding: 0;
}
@media screen and (max-width: 500px) {
  #header_sec .upper_box .site_logo {
    padding: 0.5em 0 0 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  #header_sec .upper_box .site_logo h1 {
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  #header_sec .upper_box .site_logo h1 a > img,
  #header_sec .upper_box .site_logo h1 a > svg {
    max-height: 40px;
    width: 33vw;
  }
}
#header_sec .upper_box .upper_navi {
  padding: 0;
  z-index: 10;
}
@media screen and (max-width: 500px) {
  #header_sec .upper_box .upper_navi {
    padding: 0 10px 0;
  }
}
#header_sec .upper_box .upper_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 500px) {
  #header_sec .upper_box .upper_navi ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#header_sec .upper_box .upper_navi ul li {
  padding-right: 1em;
}
@media screen and (max-width: 500px) {
  #header_sec .upper_box .upper_navi ul li {
    padding-right: 0.5em;
  }
  #header_sec .upper_box .upper_navi ul li:last-child {
    padding-right: 0;
  }
}
#header_sec .upper_box .upper_navi ul li .nv_icon {
  padding-right: 0.5em;
}
#header_sec .upper_box .upper_navi ul li a {
  font-family: prompt;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 500px) {
  #header_sec .upper_box .upper_navi ul li a {
    font-size: 1rem;
    display: grid;
    text-align: center;
  }
}
#header_sec .upper_box .upper_navi ul li a .nv_icon {
  max-height: 30px;
  width: auto;
}
@media screen and (max-width: 500px) {
  #header_sec .upper_box .upper_navi ul li a .nv_icon {
    max-height: 33px;
  }
}
#header_sec .upper_box .upper_navi ul li a:before {
  font-size: 30px;
  color: #99a7af;
  padding-right: 0.8rem;
}
@media screen and (max-width: 500px) {
  #header_sec .upper_box .upper_navi ul li a:before {
    padding: 0 0 0.1em 0;
  }
}
#header_sec .site_navi {
  display: block;
  text-align: center;
}
@media screen and (max-width: 500px) {
  #header_sec .site_navi {
    padding-top: 1em;
  }
}
#header_sec .site_navi .lower_navi {
  padding: 0.5em 0;
}
#header_sec .site_navi .lower_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header_sec .site_navi .lower_navi ul li {
  display: block;
}
#header_sec .site_navi .lower_navi ul li a {
  font-family: prompt;
  font-size: 1.4rem;
  display: block;
  text-align: center;
  padding: 0 1em;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 500px) {
  #header_sec .site_navi .lower_navi ul li a {
    padding: 0 1rem;
  }
}
#header_sec .site_navi .lower_navi ul li a::after {
  content: "";
  display: block;
  border-bottom: #b8c1c7 solid 1px;
  width: 1.6em;
  padding: 0.3em 0 0;
  margin: 0 auto;
}

#drop_search {
  top: initial !important;
  margin-top: 0 !important;
  display: none;
  background-color: #f1f6f4;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 500px) {
  #drop_search {
    position: fixed;
  }
}
#drop_search .sub_title {
  color: #99a7af;
}
#drop_search .category_image_wrap {
  overflow: hidden;
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 320px) {
  #drop_search .category_image_wrap {
    width: 52px;
    height: 52px;
  }
}
#drop_search .category_image_wrap img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 200%;
}
@media screen and (max-width: 500px) {
  #drop_search {
    top: 0 !important;
  }
  #drop_search .min_width {
    padding-top: 30px;
  }
  #drop_search .uk-card-body {
    padding-left: 0;
    padding-right: 0;
    height: 100vh;
  }
}
@media screen and (max-width: 375px) {
  #drop_search li .uk-card {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
#drop_search li:hover {
  cursor: pointer;
}

#drop_search.uk-open {
  display: block !important;
}

/* Sub navi Sec */
.uk-offcanvas-bar {
  background: rgba(255, 255, 255, 0.9);
  width: 480px;
  left: -480px;
}
@media screen and (max-width: 500px) {
  .uk-offcanvas-bar {
    width: 100vw;
    left: -100vw;
  }
}

.sub_navi_box h2.sbn_tit {
  text-align: center;
  padding-bottom: 1em;
}
.sub_navi_box h2.sbn_tit a > img {
  max-height: 35px;
  width: auto;
}
.sub_navi_box .uk-accordion-content,
.sub_navi_box ul, .sub_navi_box li {
  padding: 0;
  margin: 0;
}
.sub_navi_box .sbn_close_bot {
  font-family: prompt;
  text-align: right;
}
.sub_navi_box .sbn_close_bot a {
  color: #99a7af;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1;
}
@media screen and (max-width: 500px) {
  .sub_navi_box .sbn_close_bot a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sub_navi_box .sbn_close_bot a:hover {
  color: #99a7af;
  opacity: 0.7;
}
.sub_navi_box .sbn_close_bot .cls_icon {
  padding-left: 0.5em;
  max-height: 30px;
  width: auto;
}
@media screen and (max-width: 500px) {
  .sub_navi_box .sbn_close_bot .cls_icon {
    padding-left: 0;
    padding-right: 0.5em;
  }
}
.sub_navi_box .sbn_menu {
  padding: 1em 0;
}
.sub_navi_box .sbn_menu h4 {
  text-align: left;
  padding-bottom: 0.5em;
}
.sub_navi_box .sbn_menu ul {
  display: block;
}
.sub_navi_box .sbn_menu ul li {
  display: block;
  width: 100%;
  border-top: #e2e6e9 solid 1px;
}
.sub_navi_box .sbn_menu ul li.uk-open {
  padding-bottom: 0;
}
.sub_navi_box .sbn_menu ul li.uk-open .uk-accordion-title::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #99a7af;
  background: none;
  font-family: "icomoon";
  content: "\e904";
}
.sub_navi_box .sbn_menu ul li a {
  font-size: 1.5rem;
  padding: 0.5em 1em;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sub_navi_box .sbn_menu ul li a::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.4em;
  height: 1.4em;
  float: right;
  color: #99a7af;
}
.sub_navi_box .sbn_menu ul.uk-accordion li {
  font-size: 0;
}
.sub_navi_box .sbn_menu ul.uk-accordion .uk-accordion-content {
  background: #c9d0d5;
}
.sub_navi_box .sbn_menu ul.uk-accordion .uk-accordion-content a {
  color: #fff;
}
.sub_navi_box .sbn_menu ul.uk-accordion .uk-accordion-content a::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.4em;
  height: 1.4em;
  float: right;
  color: #fff;
}
.sub_navi_box .sbn_menu ul.uk-accordion .uk-accordion-content a:hover {
  color: #515658;
}
.sub_navi_box .sbn_menu ul.uk-accordion .uk-accordion-content a:hover::before {
  width: 1.4em;
  height: 1.4em;
  float: right;
}
.sub_navi_box .sbn_menu ul.uk-accordion .uk-accordion-title {
  color: #515658;
}
.sub_navi_box .sbn_menu ul.uk-accordion .uk-accordion-title::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #99a7af;
  background: none;
  font-family: "icomoon" !important;
  content: "\e905";
}
.sub_navi_box .sbn_menu ul.uk-accordion .uk-accordion-title:hover {
  color: #515658;
}
.sub_navi_box .sbn_menu_list {
  padding: 1em 0;
}
.sub_navi_box .sbn_menu_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sub_navi_box .sbn_menu_list ul li {
  padding: 0.5em;
}
.sub_navi_box .sbn_menu_list ul li a {
  font-size: 1.2rem;
}
.sub_navi_box .sbn_menu_list ul li:nth-child(2)::after, .sub_navi_box .sbn_menu_list ul li:nth-child(2)::before {
  font-size: 0.9em;
  content: "|";
  color: #515658;
}
.sub_navi_box .sbn_menu_list ul li:nth-child(2)::after {
  padding-left: 1em;
}
.sub_navi_box .sbn_menu_list ul li:nth-child(2)::before {
  padding-right: 1em;
}

/* Contents TEXT SET */
.tit_box h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .tit_box h2 {
    font-size: 2rem;
    padding-bottom: 1em;
  }
}

.dit_box p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 3em;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 500px) {
  .dit_box p {
    font-size: 1.4rem;
    line-height: 2.6em;
  }
}

@media screen and (max-width: 500px) {
  .sec_tit_img .image-wrap {
    padding-bottom: 2em;
  }
  .sec_tit_img .image-wrap img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

/* About Section */
@media screen and (max-width: 500px) {
  .about_point_img img {
    max-height: 120px;
    width: auto;
    padding: 1.5em 0;
  }
}

.about_dit_box {
  font-family: "Noto Serif JP", serif;
  padding-bottom: 1.5em;
}
.about_dit_box h3 {
  color: #988b68;
  font-size: 3.2rem;
  text-indent: -0.5em;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 0.5em;
}
.about_dit_box h3 small {
  font-size: 2rem;
}
@media screen and (max-width: 500px) {
  .about_dit_box h3 {
    text-align: center;
    font-size: 2.2rem;
  }
  .about_dit_box h3 small {
    display: block;
    font-size: 1.6rem;
    line-height: 1.5em;
    padding-top: 0.5em;
  }
}
.about_dit_box .about_dit {
  font-size: 1.7rem;
  line-height: 2.1em;
}
.about_dit_box .about_dit small {
  display: block;
  font-size: 1.2rem;
  padding-bottom: 1em;
}
@media screen and (max-width: 500px) {
  .about_dit_box .about_dit {
    font-size: 1.4rem;
  }
  .about_dit_box .about_dit small {
    font-size: 1.1rem;
  }
}

/* About Us */
.about_top .main_ph {
  text-align: center;
}

.about_wrap {
  padding: 3% 0;
  max-width: 700px;
  min-width: 700px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.about_wrap h1.about_tit {
  text-align: center;
  padding-top: 3%;
}
.about_wrap h1.about_tit small {
  display: block;
  font-size: 0.9rem;
  font-weight: 300;
  padding-top: 0.7em;
}
.about_wrap h2.about_sub_tit {
  color: #9ccdb4;
  font-size: 2.3rem !important;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  text-align: center;
  padding: 5% 0 0 !important;
  margin: 0;
}
.about_wrap p.about_dit {
  white-space: pre-wrap;
  font-size: 1.4rem;
  line-height: 3em;
}
.about_wrap p.about_dit span.about_emphasis {
  font-size: 2.3rem;
  font-weight: 300;
}
.about_wrap .about_sub_ph {
  padding: 3% 0;
}

/* SNS LINK BOX */
.footer_sns_box {
  padding-bottom: 1em;
}

.home .footer_sns_box.top {
  display: none;
}

.insta-gallery-feed.loaded .insta-gallery-actions {
  display: none !important;
}

.top_sec {
  display: block;
  text-align: right;
}
.top_sec .sns_link {
  display: block;
  width: 220px;
  margin: 1em 0 0 auto;
}
@media screen and (max-width: 500px) {
  .top_sec .sns_link {
    margin: 1em auto;
  }
}

.sns_link h3 {
  text-align: center;
  padding-bottom: 0.5em;
}
.sns_link h3 img {
  max-height: 16px;
  width: auto;
}
.sns_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns_link ul li {
  padding: 0.5em;
  width: 35px;
}

/* Top Slider */
#main_slide {
  max-width: 1280px;
  min-width: 900px;
  margin: auto;
}
#main_slide .bxslider {
  width: 100%;
}
#main_slide .bx-wrapper {
  -webkit-box-shadow: 0 0 0 #fff;
          box-shadow: 0 0 0 #fff;
  border: none;
}
#main_slide .bxslider img {
  width: 100%;
}

/* Fullerren Contents */
.fulle_dit_box .fulle_tit_box {
  text-align: center;
}
.fulle_dit_box .fulle_tit_box h2 {
  display: block;
  color: #988b68;
  font-size: 3rem;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
  border-bottom: #988b68 solid 1px;
}
.fulle_dit_box .fulle_tit_box h2::after {
  border-bottom: #988b68 solid 1px;
}
@media screen and (max-width: 500px) {
  .fulle_dit_box .fulle_tit_box h2 {
    font-size: 2rem;
  }
}
.fulle_dit_box .fulle_tit_box .tit_sub {
  font-size: 2rem;
}
@media screen and (max-width: 500px) {
  .fulle_dit_box .fulle_tit_box .tit_sub {
    font-size: 1.5rem;
  }
}
.fulle_dit_box .dit_txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 500px) {
  .fulle_dit_box .dit_txt {
    font-size: 1.3rem;
  }
}

/* Recomend Section */
.recom_sec {
  padding: 3% 0;
}
.recom_sec h2 {
  text-align: center;
  border: none !important;
}
.recom_sec h2 small {
  display: block;
  font-size: 0.9rem;
  font-weight: 300;
  padding-top: 0.7em;
}
.recom_sec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
.recom_sec ul li {
  display: block;
}

/* Campaign Section */
.camp_sec {
  padding: 3% 0;
}
.camp_sec .bx-wrapper {
  border: none;
  -webkit-box-shadow: 0 0 0 #fff;
          box-shadow: 0 0 0 #fff;
}
.camp_sec h2 {
  text-align: center;
  border: none !important;
}
.camp_sec h2 small {
  display: block;
  font-size: 0.9rem;
  font-weight: 300;
  padding-top: 0.7em;
}
/* Ranking Section */
.rank_wrap,
.teiki_wrap {
  padding: 0;
}

.ranking_list {
  padding: 3% 0;
}
.ranking_list h2 {
  text-align: center;
  border: none !important;
}
.ranking_list h2 small {
  display: block;
  font-size: 0.9rem;
  font-weight: 300;
  padding-top: 0.7em;
}
.ranking_list .block_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ranking_list .block_body .product_item {
  display: block !important;
  width: 19% !important;
  padding: 0 !important;
  position: relative;
}
.ranking_list .block_body .product_item .productImage img.title_icon {
  background: #fff;
  border: #ddd 1px solid;
}
.ranking_list .block_body .product_item .rank_icon {
  position: absolute;
  top: 6px;
  left: 6px;
}
.ranking_list .block_body .product_item .rank_icon img {
  width: 45px !important;
}
.ranking_list .block_body .product_item h3.rank_tit {
  font-size: 1rem !important;
  line-height: 1.2em !important;
  padding: 0;
  margin: 0;
}
.ranking_list .block_body .product_item p.rank_dit {
  font-size: 0.9rem;
  font-weight: 300;
}

/* Brand Section */
.brand_sec {
  padding: 3% 0;
}
.brand_sec h2 {
  text-align: center;
  border: none !important;
  font-size: 113%;
}
.brand_sec h2 small {
  display: block;
  font-size: 0.9rem;
  font-weight: 300;
  padding-top: 0.7em;
}
.brand_sec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.brand_sec ul li {
  display: block;
  width: 380px;
}
.brand_sec ul li:last-child {
  display: none;
}
.brand_sec ul li a.brand_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: #cbcccd 1px solid;
  border-radius: 10px;
  height: 160px;
}
.brand_sec ul li a.brand_logo img {
  width: 140px;
  margin: auto;
}
.brand_sec ul li .brand_dit {
  display: block;
  font-size: 0.9rem;
  padding: 0.5em;
}

/* Lineup Section */
#fiena {
  display: none;
}

.lineup_brand {
  /* Lineup List */
}
.lineup_brand h3.line_tit {
  color: #99a7af;
  font-size: 2.5rem;
  padding: 0 0 1em 0;
}
@media screen and (max-width: 500px) {
  .lineup_brand h3.line_tit {
    font-size: 2rem;
    text-align: center;
    padding-bottom: 2em;
  }
}
.lineup_brand ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lineup_brand ul.items:not(.fullerene) {
  padding-bottom: 4em;
}
.lineup_brand li.line_pd_box h4 {
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0.5em 0 0;
  margin: 0;
}
.lineup_brand li.line_pd_box span.line_sub_txt {
  font-size: 1.5rem;
  font-weight: 300;
}
.lineup_brand li.line_pd_box span.line_sub_txt.min_height_m {
  display: block;
  min-height: 2.5em;
}
@media screen and (min-width: 501px) {
  .lineup_brand .items:not(.fullerene) {
    /*
                .line_use {
                    min-height: 10.5em;
                    ul {
                        min-height: 8.5em;
                    }
                }
    */
  }
  .lineup_brand .items:not(.fullerene) li.line_pd_box {
    width: 200px;
    padding-right: calc((100% - 800px) / 3);
  }
  .lineup_brand .items:not(.fullerene) li.line_pd_box:last-child, .lineup_brand .items:not(.fullerene) li.line_pd_box:nth-child(4) {
    padding-right: 0;
  }
  .lineup_brand .items:not(.fullerene) li.line_pd_box:nth-child(n+5) {
    padding-top: 2em;
  }
}
.lineup_brand .line_use {
  display: block;
  padding: 0.5em 0;
}
.lineup_brand .line_use ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.lineup_brand .line_use ul li {
  display: block;
  color: #fff;
  font-size: 1.36rem;
  font-weight: 300;
  background: #9ccbd4;
  border-radius: 3px;
  padding: 0.1em 0.4em;
  margin-bottom: 0.3em;
  margin-right: 0.3em;
}
@media screen and (max-width: 500px) {
  .lineup_brand .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lineup_brand .items li.line_pd_box {
    width: 48%;
    padding-bottom: 0.8em;
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) and (max-width: 320px) {
  .lineup_brand .items li.line_pd_box {
    width: 46%;
  }
}
@media screen and (max-width: 500px) {
  .lineup_brand .items li.line_pd_box h4 {
    font-size: 1.25rem;
    font-weight: 400;
    padding: 0.5em 0 0;
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  .lineup_brand .items li.line_pd_box span.line_sub_txt {
    font-size: 1.3rem;
    font-weight: 300;
  }
  .lineup_brand .items li.line_pd_box span.line_sub_txt.min_height_m {
    display: block;
    min-height: 2.5em;
  }
}
@media screen and (max-width: 500px) {
  .lineup_brand .items .line_use {
    padding: 0.5em 0;
    min-height: 0;
  }
  .lineup_brand .items .line_use ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    min-height: 0;
  }
  .lineup_brand .items .line_use ul li {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
    border-radius: 3px;
    padding: 0.1em 0.4em;
    margin-bottom: 0.3em;
    margin-right: 0.3em;
  }
}

/*
.lineup_sec {
    padding: 3% 0;
    h2 {
        text-align: center;
        border: none!important;
        small {
            display: block;
            font-size: 0.9rem;
            font-weight: 300;
            padding-top: 0.7em;
        }
    }
    ul.lineup_navi {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 5% 0;
        li {
            width: 49%;
            margin-bottom: 1.2em;
        }
    }
    .brand_ph {
        text-align: center;
    }
    .lineup_brand {
        h3.line_tit {
            color: $color-lineup-tit-text;
            font-size: 2.5rem;
            padding: 3em 0 1em 0;
        }
        ul {
            display: flex;
            justify-content: flex-start;
            padding: 0;
        }
    }
}
*/
/* Teiki Section */
.campaign_sec,
.teiki_sec {
  padding: 3% 0;
}
.campaign_sec h2,
.teiki_sec h2 {
  text-align: center;
  border: none !important;
  margin: 0;
}
.campaign_sec ul,
.teiki_sec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
}
.campaign_sec ul li,
.teiki_sec ul li {
  display: block;
}
.campaign_sec .teiki_bot,
.teiki_sec .teiki_bot {
  text-align: center;
  padding-top: 1em;
}

/* Contents Section */
.content_sec {
  padding: 3% 0;
}
.content_sec h2 {
  text-align: center;
  border: none !important;
  font-size: 113%;
}
.content_sec h2 small {
  display: block;
  font-size: 0.9rem;
  font-weight: 300;
  padding-top: 0.7em;
}
.content_sec .cont_half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content_sec .cont_half .content_box {
  width: 41%;
}
.content_sec .cont_half .content_box .uk-panel-scrollable {
  height: 600px;
}
.content_sec .content_box {
  display: block;
  padding: 2em;
  margin-bottom: 3%;
}
.content_sec .content_box .uk-panel-scrollable {
  resize: vertical;
}
.content_sec .content_box .tit_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 1em;
}
.content_sec .content_box .tit_box .tit_icon {
  display: block;
  padding-right: 1em;
}
.content_sec .content_box .tit_box .tit_set {
  display: block;
  width: 100%;
}
.content_sec .content_box .tit_box .tit_set h3 {
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
}
.content_sec .content_box .tit_box .tit_set .h3_sub_tit {
  font-size: 1.2rem;
}
.content_sec .content_box .more_btn {
  display: block;
  text-align: right;
  padding: 1em 0 0;
}
.content_sec .content_box .more_btn a {
  display: inline-block;
  width: 75px;
}
.content_sec .media_list .media_item {
  color: #515658;
}
.content_sec .media_list .media_item p {
  margin: 0.5em 0 0;
}
.content_sec .media_list .media_item .media_image {
  max-height: 170px;
}
.content_sec .media_list .media_item .media_date {
  color: #9ccdb4;
  font-size: 1.2rem;
}
.content_sec .uk-panel-scrollable {
  height: 300px;
}
.content_sec .news_list li.uk-padding {
  padding: 1em 0;
  margin-top: 0;
}
.content_sec .news_list .image_wrap {
  display: block;
  width: 90px;
}
.content_sec .news_list .detail {
  color: #515658;
}
.content_sec .news_list .detail .date {
  color: #9ccdb4;
  font-size: 1.2rem;
}
.content_sec .news_list .detail .title {
  text-indent: -0.5em;
  font-size: 1rem;
  font-weight: 400;
}
.content_sec .news_list .detail .cont {
  font-size: 1rem;
}

#blog_list2,
#blog_list {
  display: block;
}
#blog_list2 .b_list,
#blog_list .b_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
#blog_list2 .b_list .rssimg,
#blog_list .b_list .rssimg {
  display: block;
  /*width: 30%;*/
  width: 100%;
  padding-bottom: 1em;
}
#blog_list2 .b_list .b_desc,
#blog_list .b_list .b_desc {
  display: block;
  /*width: 65%;*/
  width: 100%;
  text-align: left;
}
#blog_list2 .b_list .b_desc .blog_date,
#blog_list .b_list .b_desc .blog_date {
  font-size: 1rem;
  margin: 0;
  padding-bottom: 0.5em;
}
#blog_list2 .b_list .b_desc h2,
#blog_list .b_list .b_desc h2 {
  display: block;
  text-align: left;
  color: #9ccdb4;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
  padding-bottom: 0.5em;
}
#blog_list2 .b_list .b_desc h2 a,
#blog_list .b_list .b_desc h2 a {
  color: #9ccdb4;
  text-decoration: none;
}
#blog_list2 .b_list .b_desc .rssdesc,
#blog_list .b_list .b_desc .rssdesc {
  font-size: 1rem;
  line-height: 1.5em;
}

#review_list {
  display: block;
}
#review_list.uk-list > ::before {
  display: none;
}
#review_list div {
  display: block;
  margin: 0;
  padding: 0;
}
#review_list .list_area {
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.5em 0.5em;
  margin-bottom: 0.5em;
}
#review_list .list_area .list-inner-top,
#review_list .list_area .list-inner-bottom {
  display: block;
}
#review_list .list_area .list-inner-top {
  /*width: 30%;*/
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  /*padding-right: 1em;*/
  padding-bottom: 1em;
}
#review_list .list_area .list-inner-top .listrightbloc {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: block;
}
#review_list .list_area .list-inner-top .listrightbloc h3 {
  display: block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  white-space: normal;
}
#review_list .list_area .list-inner-top .listrightbloc h3 a {
  color: #9ccdb4;
}
#review_list .list_area .list-inner-top .listrightbloc .pricebox.sale_price {
  display: block;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#review_list .list_area .list-inner-top .listrightbloc .reviewdate {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#review_list .list_area .list-inner-top .listrightbloc .item_link {
  display: none;
}
#review_list .list_area .list-inner-top .reviewlevel {
  font-size: 1rem;
  padding-bottom: 0.5em;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#review_list .list_area .list-inner-bottom {
  /*width: 67%;*/
  width: 100%;
}
#review_list .list_area .list-inner-bottom .list-inner-left {
  line-height: 1.4em;
}
#review_list .list_area .list-inner-bottom .list-inner-left .reviewtitle {
  color: #9ccdb4;
  font-weight: 400;
  font-size: 1rem;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
}
#review_list .list_area .list-inner-bottom .list-inner-left .reviewcomment {
  font-size: 0.9rem;
  line-height: 1.5em;
}
#review_list .list_area .list-inner-bottom .list-inner-left-bottom,
#review_list .list_area .list-inner-bottom .list-inner-right {
  display: none;
}
#review_list .sorting_area {
  display: none;
}

/* History List Section */
.history_list {
  padding: 3% 0;
}
.history_list h2 {
  font-size: 1.3rem;
  text-align: center;
  font-weight: 400 !important;
  border: none !important;
}

/* Company Section */
@media screen and (max-width: 500px) {
  .com_top_sec .tb-column-inner {
    max-width: calc(100vw - 40px);
    min-width: calc(100vw - 40px);
    margin: 0 auto;
  }
}

.com_sec .com_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .com_sec .com_box {
    display: block;
  }
  .com_sec .com_box .com_dit_left .tit,
  .com_sec .com_box .com_dit_left .desc,
  .com_sec .com_box .com_dit_right .tit,
  .com_sec .com_box .com_dit_right .desc {
    display: block;
    font-size: 1.1rem;
  }
}
.com_sec .com_box .com_dit_left,
.com_sec .com_box .com_dit_right {
  display: block;
}
.com_sec .com_box .com_dit_left li,
.com_sec .com_box .com_dit_right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1em 0;
  border-top: #ccd3d7 solid 1px;
  line-height: 1.6em;
}
.com_sec .com_box .com_dit_left li .tit,
.com_sec .com_box .com_dit_right li .tit {
  font-size: 1.4rem;
  padding-right: 0.5em;
}
.com_sec .com_box .com_dit_left li .desc,
.com_sec .com_box .com_dit_right li .desc {
  font-size: 1.4rem;
}
.com_sec .com_box .com_dit_left li .desc.logo,
.com_sec .com_box .com_dit_right li .desc.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 500px) {
  .com_sec .com_box .com_dit_left li .desc.logo,
  .com_sec .com_box .com_dit_right li .desc.logo {
    display: block;
  }
}
.com_sec .com_box .com_dit_left li .desc.logo .com_logo,
.com_sec .com_box .com_dit_right li .desc.logo .com_logo {
  padding-right: 1em;
}
@media screen and (max-width: 500px) {
  .com_sec .com_box .com_dit_left li .desc.logo .com_logo,
  .com_sec .com_box .com_dit_right li .desc.logo .com_logo {
    padding: 0 0 0.5em 0;
  }
}
.com_sec .com_box .com_dit_left li .desc.logo .com_name,
.com_sec .com_box .com_dit_right li .desc.logo .com_name {
  display: block;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
.com_sec .com_box .com_dit_left {
  width: 485px;
}
@media screen and (max-width: 500px) {
  .com_sec .com_box .com_dit_left {
    width: 100%;
  }
}
.com_sec .com_box .com_dit_left .tit {
  width: 6em;
}
@media screen and (max-width: 500px) {
  .com_sec .com_box .com_dit_left .tit {
    min-width: 7em;
  }
}
.com_sec .com_box .com_dit_left .desc {
  /*width: 31em;*/
}
.com_sec .com_box .com_dit_left .desc.supp {
  font-size: 1.3rem;
}
.com_sec .com_box .com_dit_right {
  width: 385px;
}
@media screen and (max-width: 500px) {
  .com_sec .com_box .com_dit_right {
    width: 100%;
  }
}
.com_sec .com_box .com_dit_right li:last-child {
  border-bottom: #ccd3d7 solid 1px;
}
.com_sec .com_box .com_dit_right .tit {
  width: 7em;
}
.com_sec .com_box .com_dit_right .desc {
  /*width: 20em;*/
}

/* Teiki Kireibin */
.campaign_sec .teiki_wrap,
.campaign_sec .teiki_qa_wrap,
.teiki_sec .teiki_wrap,
.teiki_sec .teiki_qa_wrap {
  background: #fff;
}
.campaign_sec .teiki_wrap h1.teiki_menu_tit,
.campaign_sec .teiki_wrap h2.teiki_menu_tit,
.campaign_sec .teiki_qa_wrap h1.teiki_menu_tit,
.campaign_sec .teiki_qa_wrap h2.teiki_menu_tit,
.teiki_sec .teiki_wrap h1.teiki_menu_tit,
.teiki_sec .teiki_wrap h2.teiki_menu_tit,
.teiki_sec .teiki_qa_wrap h1.teiki_menu_tit,
.teiki_sec .teiki_qa_wrap h2.teiki_menu_tit {
  font-size: 1.9rem !important;
  font-family: "Noto Sans JP", -apple-system, "YuGothic", "Yu Gothic", sans-serif;
  text-align: center;
  display: block;
  margin: 1em auto !important;
  border: none !important;
  padding-top: 5%;
}
.campaign_sec .teiki_wrap h1.teiki_menu_tit::after,
.campaign_sec .teiki_wrap h2.teiki_menu_tit::after,
.campaign_sec .teiki_qa_wrap h1.teiki_menu_tit::after,
.campaign_sec .teiki_qa_wrap h2.teiki_menu_tit::after,
.teiki_sec .teiki_wrap h1.teiki_menu_tit::after,
.teiki_sec .teiki_wrap h2.teiki_menu_tit::after,
.teiki_sec .teiki_qa_wrap h1.teiki_menu_tit::after,
.teiki_sec .teiki_qa_wrap h2.teiki_menu_tit::after {
  content: "";
  display: block;
  width: 2em;
  padding: 1em 0 0;
  margin: 0 auto;
}
.campaign_sec .teiki_wrap .teiki_brand ul,
.campaign_sec .teiki_qa_wrap .teiki_brand ul,
.teiki_sec .teiki_wrap .teiki_brand ul,
.teiki_sec .teiki_qa_wrap .teiki_brand ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.campaign_sec .teiki_wrap .teiki_dit_box,
.campaign_sec .teiki_wrap .teiki_sub_box,
.campaign_sec .teiki_qa_wrap .teiki_dit_box,
.campaign_sec .teiki_qa_wrap .teiki_sub_box,
.teiki_sec .teiki_wrap .teiki_dit_box,
.teiki_sec .teiki_wrap .teiki_sub_box,
.teiki_sec .teiki_qa_wrap .teiki_dit_box,
.teiki_sec .teiki_qa_wrap .teiki_sub_box {
  padding: 2% 0 3%;
  display: block;
  width: 700px;
  min-width: 700px;
  margin: 0 auto;
}
.campaign_sec .teiki_wrap .teiki_dit_box h2.teiki_sub_tit,
.campaign_sec .teiki_wrap .teiki_sub_box h2.teiki_sub_tit,
.campaign_sec .teiki_qa_wrap .teiki_dit_box h2.teiki_sub_tit,
.campaign_sec .teiki_qa_wrap .teiki_sub_box h2.teiki_sub_tit,
.teiki_sec .teiki_wrap .teiki_dit_box h2.teiki_sub_tit,
.teiki_sec .teiki_wrap .teiki_sub_box h2.teiki_sub_tit,
.teiki_sec .teiki_qa_wrap .teiki_dit_box h2.teiki_sub_tit,
.teiki_sec .teiki_qa_wrap .teiki_sub_box h2.teiki_sub_tit {
  font-family: "Noto Serif JP", serif;
  color: #9ccdb4;
  font-size: 1.8rem !important;
  font-weight: 300;
  text-align: center;
  padding: 5% 0 0.5em !important;
  margin: 0 0 1em !important;
  border-bottom: #9ccdb4 solid 2px !important;
}
.campaign_sec .teiki_wrap .teiki_dit_box p.teiki_sub_dit,
.campaign_sec .teiki_wrap .teiki_sub_box p.teiki_sub_dit,
.campaign_sec .teiki_qa_wrap .teiki_dit_box p.teiki_sub_dit,
.campaign_sec .teiki_qa_wrap .teiki_sub_box p.teiki_sub_dit,
.teiki_sec .teiki_wrap .teiki_dit_box p.teiki_sub_dit,
.teiki_sec .teiki_wrap .teiki_sub_box p.teiki_sub_dit,
.teiki_sec .teiki_qa_wrap .teiki_dit_box p.teiki_sub_dit,
.teiki_sec .teiki_qa_wrap .teiki_sub_box p.teiki_sub_dit {
  font-size: 1.2rem;
}
.campaign_sec .teiki_wrap .teiki_dit_box p.teiki_sub_dit img,
.campaign_sec .teiki_wrap .teiki_sub_box p.teiki_sub_dit img,
.campaign_sec .teiki_qa_wrap .teiki_dit_box p.teiki_sub_dit img,
.campaign_sec .teiki_qa_wrap .teiki_sub_box p.teiki_sub_dit img,
.teiki_sec .teiki_wrap .teiki_dit_box p.teiki_sub_dit img,
.teiki_sec .teiki_wrap .teiki_sub_box p.teiki_sub_dit img,
.teiki_sec .teiki_qa_wrap .teiki_dit_box p.teiki_sub_dit img,
.teiki_sec .teiki_qa_wrap .teiki_sub_box p.teiki_sub_dit img {
  display: block;
  padding: 3% 0;
  margin: 0 auto;
}
.campaign_sec .teiki_wrap .teiki_dit_box p.teiki_sub_dit small,
.campaign_sec .teiki_wrap .teiki_sub_box p.teiki_sub_dit small,
.campaign_sec .teiki_qa_wrap .teiki_dit_box p.teiki_sub_dit small,
.campaign_sec .teiki_qa_wrap .teiki_sub_box p.teiki_sub_dit small,
.teiki_sec .teiki_wrap .teiki_dit_box p.teiki_sub_dit small,
.teiki_sec .teiki_wrap .teiki_sub_box p.teiki_sub_dit small,
.teiki_sec .teiki_qa_wrap .teiki_dit_box p.teiki_sub_dit small,
.teiki_sec .teiki_qa_wrap .teiki_sub_box p.teiki_sub_dit small {
  font-size: 0.9rem;
}
.campaign_sec .teiki_wrap .teiki_dit_box img.teiki_icon,
.campaign_sec .teiki_wrap .teiki_sub_box img.teiki_icon,
.campaign_sec .teiki_qa_wrap .teiki_dit_box img.teiki_icon,
.campaign_sec .teiki_qa_wrap .teiki_sub_box img.teiki_icon,
.teiki_sec .teiki_wrap .teiki_dit_box img.teiki_icon,
.teiki_sec .teiki_wrap .teiki_sub_box img.teiki_icon,
.teiki_sec .teiki_qa_wrap .teiki_dit_box img.teiki_icon,
.teiki_sec .teiki_qa_wrap .teiki_sub_box img.teiki_icon {
  display: block;
  padding-bottom: 5%;
  margin: 0 auto;
}
.campaign_sec .teiki_wrap .teiki_full_box,
.campaign_sec .teiki_qa_wrap .teiki_full_box,
.teiki_sec .teiki_wrap .teiki_full_box,
.teiki_sec .teiki_qa_wrap .teiki_full_box {
  padding: 3% 0;
}
.campaign_sec .teiki_wrap .teiki_full_box .teiki_qa_wrap h2.teiki_menu_tit,
.campaign_sec .teiki_qa_wrap .teiki_full_box .teiki_qa_wrap h2.teiki_menu_tit,
.teiki_sec .teiki_wrap .teiki_full_box .teiki_qa_wrap h2.teiki_menu_tit,
.teiki_sec .teiki_qa_wrap .teiki_full_box .teiki_qa_wrap h2.teiki_menu_tit {
  padding-top: 0;
}
.campaign_sec .teiki_wrap .teiki_qa_box,
.campaign_sec .teiki_qa_wrap .teiki_qa_box,
.teiki_sec .teiki_wrap .teiki_qa_box,
.teiki_sec .teiki_qa_wrap .teiki_qa_box {
  width: 750px;
  padding: 0 0 3%;
  margin: 0 auto;
}
.campaign_sec .teiki_wrap .teiki_qa_box ul,
.campaign_sec .teiki_qa_wrap .teiki_qa_box ul,
.teiki_sec .teiki_wrap .teiki_qa_box ul,
.teiki_sec .teiki_qa_wrap .teiki_qa_box ul {
  display: block;
}
.campaign_sec .teiki_wrap .teiki_qa_box ul li,
.campaign_sec .teiki_qa_wrap .teiki_qa_box ul li,
.teiki_sec .teiki_wrap .teiki_qa_box ul li,
.teiki_sec .teiki_qa_wrap .teiki_qa_box ul li {
  display: block;
  background: #fff;
  padding: 0.5em;
  margin: 1.5em auto;
}
.campaign_sec .teiki_wrap .teiki_qa_box ul li .uk-accordion-title,
.campaign_sec .teiki_qa_wrap .teiki_qa_box ul li .uk-accordion-title,
.teiki_sec .teiki_wrap .teiki_qa_box ul li .uk-accordion-title,
.teiki_sec .teiki_qa_wrap .teiki_qa_box ul li .uk-accordion-title {
  cursor: pointer;
}
.campaign_sec .teiki_wrap .teiki_qa_box ul li .qa_tit,
.campaign_sec .teiki_qa_wrap .teiki_qa_box ul li .qa_tit,
.teiki_sec .teiki_wrap .teiki_qa_box ul li .qa_tit,
.teiki_sec .teiki_qa_wrap .teiki_qa_box ul li .qa_tit {
  font-size: 1.1rem;
  padding: 0.5em;
}
.campaign_sec .teiki_wrap .teiki_qa_box ul li .uk-accordion-content,
.campaign_sec .teiki_qa_wrap .teiki_qa_box ul li .uk-accordion-content,
.teiki_sec .teiki_wrap .teiki_qa_box ul li .uk-accordion-content,
.teiki_sec .teiki_qa_wrap .teiki_qa_box ul li .uk-accordion-content {
  margin-top: 0;
}
.campaign_sec .teiki_wrap .teiki_qa_box ul li .qa_dit,
.campaign_sec .teiki_qa_wrap .teiki_qa_box ul li .qa_dit,
.teiki_sec .teiki_wrap .teiki_qa_box ul li .qa_dit,
.teiki_sec .teiki_qa_wrap .teiki_qa_box ul li .qa_dit {
  display: block;
  font-size: 1rem;
  padding: 0.5em 1em;
}
.campaign_sec .teiki_wrap .teiki_list,
.campaign_sec .teiki_qa_wrap .teiki_list,
.teiki_sec .teiki_wrap .teiki_list,
.teiki_sec .teiki_qa_wrap .teiki_list {
  padding: 3% 0;
}

.teiki_brand li.line_pd_box {
  padding-right: 0;
  padding-bottom: 2em;
}
.teiki_brand li.line_pd_box .line_use ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.teiki_brand ul.teiki_list_last {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.teiki_brand ul.teiki_list_last li.line_pd_box {
  padding-right: 2.4em;
}

/* Shopping Guide */
.guide_top {
  padding: 5% 0;
}
.guide_top h1 {
  text-align: center;
}

.guide_wrap {
  padding: 3% 0;
  max-width: 700px;
  min-width: 700px;
  margin: 0 auto;
}
.guide_wrap h2 {
  font-family: "Noto Serif JP", serif;
  color: #9ccdb4;
  font-size: 2.3rem !important;
  text-align: center;
  padding: 0 0 0.5em !important;
  margin: 0 0 1em !important;
  border-bottom: #9ccdb4 solid 2px !important;
}
.guide_wrap h2.guide_menu_tit {
  font-family: "Noto Sans JP", -apple-system, "YuGothic", "Yu Gothic", sans-serif;
  display: block;
  margin: 1em auto !important;
  border: none !important;
}
.guide_wrap h2.guide_menu_tit::after {
  content: "";
  display: block;
  width: 2em;
  padding: 1em 0 0;
  margin: 0 auto;
}
.guide_wrap span.guide_sub_tit {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  padding: 0;
  border-radius: 17px;
}
.guide_wrap dl {
  padding: 0 0 3%;
}
.guide_wrap dl dt {
  font-size: 1.3rem;
  color: #9ccdb4;
  font-weight: 400;
  padding: 1em 0 0 0;
}
.guide_wrap dl dd {
  font-size: 1.1rem;
  font-weight: 300;
}
.guide_wrap span.guide_sub_dit {
  display: block;
  padding: 3% 0 0;
  font-size: 1.4rem;
  color: #9ccdb4;
  font-weight: 400;
}
.guide_wrap img.deliver_time {
  padding: 1em 0;
}
.guide_wrap small.free_dial {
  display: block;
  font-size: 1rem;
  padding: 0.5em 0 3%;
}
.guide_wrap p.guide_dit {
  font-size: 1.2rem;
  line-height: 1.6em;
  padding: 0 0 3%;
}
.guide_wrap p.guide_dit small {
  display: block;
  font-size: 1rem;
  line-height: 1.6em;
  padding: 0.5em 0;
}
.guide_wrap p.guide_dit img.card_icon {
  padding-top: 0.5em;
  padding-right: 1em;
}
.guide_wrap p.guide_dit a {
  color: #9ccdb4;
  text-decoration: underline;
}
.guide_wrap .guide_menu_box {
  display: block;
  margin: 0 auto;
  padding: 1em 0;
  width: 700px;
}
.guide_wrap .guide_menu_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.guide_wrap .guide_menu_box ul li {
  display: block;
  padding-bottom: 1.5em;
}

.arrow_icon {
  display: block;
  max-width: 700px;
  margin: auto;
  padding: 5% 0;
}
.arrow_icon img {
  display: block;
  margin: 0 auto;
}

/* Privacy Policy Sec */
.policy {
  font-size: 1.5rem;
  line-height: 1.6em;
  margin: 5% 0;
  white-space: pre-wrap;
}
.policy h3 {
  font-size: 2.4rem;
  font-weight: 400;
  padding: 0.5em 0;
}
@media screen and (max-width: 500px) {
  .policy h3 {
    font-size: 2rem;
  }
}
.policy h4 {
  font-size: 1.8rem;
  font-weight: 300;
  padding: 1em 0 0.5em;
  border-bottom: #99a7af solid 1px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 500px) {
  .policy h4 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .policy {
    font-size: 1.2rem;
    margin-top: 0;
  }
}

/* TOP NEWS LIST */
.news_sec .topics li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0;
  border-bottom: 1px solid #e5e9eb;
  position: relative;
}
@media screen and (max-width: 500px) {
  .news_sec .topics li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.news_sec .topics li a .cat_icon {
  background-color: #ebedef;
  font-size: 1.3rem;
  padding: 0.25em 0.75em;
  margin-right: 1em;
}
.news_sec .topics li a .date {
  color: #489faf;
  margin-right: 1em;
}
@media screen and (max-width: 500px) {
  .news_sec .topics li a .date {
    margin: 0.5em 0;
  }
}
@media screen and (max-width: 500px) {
  .news_sec .topics li a .title {
    margin-right: 1em;
  }
}
.news_sec .topics li a .uk-icon {
  color: #bfc8cd;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}
@media screen and (max-width: 500px) {
  .news_sec .topics li a .uk-icon {
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
  }
}
@media screen and (max-width: 500px) {
  .news_sec .btn_more .image-wrap {
    text-align: right;
  }
}

/* Ingredients Section */
.ingredients_sec {
  margin: 2% 0 5%;
}
.ingredients_sec h2 {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 2.4rem;
  font-weight: 700;
  color: #99a7af;
  position: relative;
  padding-left: 0;
  margin-bottom: 2.4rem;
  padding-bottom: 0.1em;
  border-bottom: 0.1rem solid #99a7af;
}
.ingredients_sec h2::after {
  content: "";
  border-bottom: 0.2rem solid #99a7af;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -0.6rem;
  -webkit-box-shadow: 0 0.3rem 0.5rem 0 rgba(128, 128, 128, 0.4);
          box-shadow: 0 0.3rem 0.5rem 0 rgba(128, 128, 128, 0.4);
}
.ingredients_sec ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ingredients_sec ol li {
  margin-right: 0.5em;
}
.ingredients_sec ol li.active a,
.ingredients_sec ol li.active a:hover {
  background-color: #99a7af;
  color: #fff;
}
.ingredients_sec ol li.active a {
  pointer-events: none;
}
.ingredients_sec ol li a {
  border-radius: 10%;
  color: #656565;
  background-color: #F3F3F3;
  padding: 0.4em 0.5em;
  display: inline-block;
  cursor: pointer;
}
.ingredients_sec table {
  border-collapse: collapse;
  display: none;
}
.ingredients_sec table.active {
  display: table;
  -webkit-animation: show 0.4s linear 0s;
          animation: show 0.4s linear 0s;
}
.ingredients_sec table td, .ingredients_sec table th {
  padding: 0.4em;
  font-size: 1.4rem;
}
.ingredients_sec table tr:first-child th {
  background-color: #99a7af;
  color: #fff;
  font-weight: normal;
}
.ingredients_sec table tr:nth-child(2) th {
  text-align: center;
}
.ingredients_sec table tr:nth-child(even) th,
.ingredients_sec table tr:nth-child(even) td {
  background-color: #F3F3F3;
  font-weight: normal;
  border: 1px solid #cacaca;
}
.ingredients_sec table tr:nth-child(odd) td {
  background-color: #fff;
  border: 1px solid #cacaca;
}
.ingredients_sec table td:nth-child(1) {
  width: 25%;
  word-break: break-all;
}
.ingredients_sec table td:nth-child(2) {
  width: 55%;
}
.ingredients_sec table td:nth-child(3) {
  width: 20%;
  text-align: center;
}

/* 404 */
.error404 .main-head {
  font-size: 2.4rem;
  font-weight: 400;
  padding: 0.5em 0;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 440px) and (orientation: portrait), (max-width: 736px) and (orientation: landscape) {
  .ingredients_sec {
    margin-top: 2%;
  }
  .ingredients_sec ol {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ingredients_sec ol li {
    white-space: nowrap;
    margin-bottom: 0.5em;
    font-size: 3.4vw;
  }
  .ingredients_sec table td, .ingredients_sec table th {
    font-size: 3.4vw;
  }
  .ingredients_sec td:nth-child(1) {
    width: 30%;
    word-break: break-all;
  }
  .ingredients_sec td:nth-child(2) {
    width: 50%;
    word-break: break-all;
  }
}
/* Archive Section */
.post-type-archive .uk-card-title {
  font-family: "Noto Serif JP", serif;
  color: #259fb0;
}
.post-type-archive .archive_list {
  width: 900px;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .post-type-archive .archive_list {
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
}
.post-type-archive .archive_list li {
  border-top: 1px solid #99a7af;
}
.post-type-archive .archive_list li .eyecatch .image_wrap {
  width: 180px;
  height: 180px;
  border: 1px solid #ccd3d7;
  display: block;
  margin: auto;
}
.post-type-archive .archive_list li .eyecatch .image_wrap img {
  width: 180px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .post-type-archive .archive_list li .detail {
    padding-left: 0 !important;
  }
}
.post-type-archive .archive_list li .detail .title {
  font-size: 2rem;
  font-weight: 500;
  padding: 0.5em 0;
}
@media screen and (max-width: 500px) {
  .post-type-archive .archive_list li .detail .title {
    font-size: 1.6rem;
  }
}
.post-type-archive .archive_list li .detail .date {
  font-size: 1.4rem;
  color: #259fb0;
}
@media screen and (max-width: 500px) {
  .post-type-archive .archive_list li .detail .date {
    font-size: 1.6rem;
  }
}
.post-type-archive .archive_list li .detail .cont p {
  font-size: 1.4rem;
  display: block;
  padding-bottom: 1em;
}
@media screen and (max-width: 500px) {
  .post-type-archive .archive_list li .detail .cont p {
    font-size: 1.4rem;
  }
}
.post-type-archive.post-type-archive-media .archive_list li .eyecatch .image_wrap {
  width: 140px;
}
.post-type-archive.post-type-archive-media .archive_list li .title {
  margin-top: 0 !important;
}
.post-type-archive.post-type-archive-media .archive_list li .date {
  display: none;
}
.post-type-archive.post-type-archive-topics .archive_list li .eyecatch .image_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  border-radius: 0;
  overflow: hidden;
}
.post-type-archive.post-type-archive-topics .archive_list li .eyecatch .image_wrap img {
  width: 184px;
  height: 184px;
  margin-top: -2px;
}

.uk-pagination li {
  margin: 0 4px;
}
.uk-pagination li:not(.period) {
  border: 1px solid #99a7af;
}
.uk-pagination li.selected, .uk-pagination li:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #515658;
}
.uk-pagination li.selected a, .uk-pagination li:hover a {
  color: #fff;
}

/* Back to Top */
#gotop {
  display: none;
}

/*
a.back-to-top {
    z-index: 999;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
    color: #fff!important;
    background: $color-logo;
    font-size: 15px;
    line-height: 1.2em;
    padding-top: 12px;
    box-sizing: border-box;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    &::before {
        font-size: 1rem;
        font-size: 16px;
        display: block;
        font-family: 'FontAwesome';
        content: "\f106";
    }
}
*/
a.back-to-top {
  z-index: 999;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 500px) {
  a.back-to-top {
    display: none !important;
  }
}

/* Footer Section */
#footer_wrap {
  background: #f1f6f4;
  border-top: none !important;
  padding: 3% 0;
}
#footer_wrap .footer_info {
  width: 900px;
  display: block;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 500px) {
  #footer_wrap .footer_info {
    width: 390px;
    max-width: calc(100vw - 40px);
    min-width: calc(100vw - 40px);
  }
}
#footer_wrap .footer_info .info_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 500px) {
  #footer_wrap .footer_info .info_box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: #99a7af solid 1px;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}
#footer_wrap .footer_info .info_box .tel_info {
  display: block;
  width: 40%;
}
@media screen and (max-width: 500px) {
  #footer_wrap .footer_info .info_box .tel_info {
    width: 60%;
  }
}
#footer_wrap .footer_info .info_box .tel_info .tel_no {
  max-height: 30px;
  width: auto;
}
#footer_wrap .footer_info .info_box .tel_info ul li {
  padding-bottom: 0.5em;
  text-align: left;
}
@media screen and (max-width: 500px) {
  #footer_wrap .footer_info .info_box .tel_info ul li {
    font-size: 1.1rem;
    padding-bottom: 0.2em;
  }
}
#footer_wrap .footer_info .info_box .tel_info ul li.call_info {
  text-indent: -0.5em;
}
#footer_wrap .footer_info .footer_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 60%;
}
@media screen and (max-width: 500px) {
  #footer_wrap .footer_info .footer_navi {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
#footer_wrap .footer_info .footer_navi ul {
  display: block;
  width: 40%;
}
@media screen and (max-width: 500px) {
  #footer_wrap .footer_info .footer_navi ul:first-child {
    width: 45%;
  }
}
@media screen and (max-width: 500px) {
  #footer_wrap .footer_info .footer_navi ul:last-child {
    width: 55%;
  }
}
#footer_wrap .footer_info .footer_navi ul li a {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
#footer_wrap .footer_info .footer_navi ul li a::before {
  color: #99a7af;
}
#footer_wrap .footer_info .footer_navi ul li a:hover {
  opacity: 0.8;
}
#footer_wrap .footer_info h2 {
  display: block;
  border-bottom: #99a7af solid 1px;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 500px) {
  #footer_wrap .footer_info h2 {
    width: 35%;
    border-bottom: none;
    padding-top: 1em;
  }
}
#footer_wrap .footer_info h2 img {
  max-height: 36px;
  width: auto;
}
#footer_wrap .footer_info h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  text-align: left;
  font-weight: 300;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 500px) {
  #footer_wrap .footer_info h3 {
    font-size: 1.4rem;
  }
}
#footer_wrap .copyright {
  font-size: 1rem;
  position: absolute;
  bottom: 0.3em;
  right: 0;
  width: 900px;
  text-align: right;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  #footer_wrap .copyright {
    width: 100%;
    position: relative;
    text-align: left;
    padding-top: 1em;
  }
}

img[title^=icon_dot_] {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

/* swiper */
.tf_carousel_nav_wrap {
  margin-top: 0;
}
.tf_carousel_nav_wrap .tf_carousel_bullets {
  display: none;
}
.tf_carousel_nav_wrap .tf_carousel_bullets .tf_carousel_bullet {
  border-radius: 0;
  width: 30px;
  height: 4px;
}
.tf_carousel_nav_wrap .tf_carousel_bullets .tf_carousel_bullet:hover {
  border-width: 2px;
}
.tf_carousel_nav_wrap .tf_carousel_bullets a.selected {
  border-width: 2px;
}
.tf_carousel_nav_wrap .carousel-prev,
.tf_carousel_nav_wrap .carousel-next {
  padding: 14px !important;
}
.tf_carousel_nav_wrap .carousel-prev:before,
.tf_carousel_nav_wrap .carousel-next:before {
  position: absolute;
  width: 6px;
  height: 6px;
  vertical-align: unset;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tf_carousel_nav_wrap .carousel-prev:before {
  right: -4px;
}
.tf_carousel_nav_wrap .carousel-next:before {
  left: -4px;
}

/* insta feed gallery */
@media screen and (max-width: 500px) {
  .insta-gallery-feed[data-feed_layout=masonry] .insta-gallery-list .insta-gallery-item,
  .qligg-mfp-wrap[data-feed_layout=masonry] .insta-gallery-list .insta-gallery-item,
  .insta-gallery-feed[data-feed_layout=gallery] .insta-gallery-list .insta-gallery-item,
  .qligg-mfp-wrap[data-feed_layout=gallery] .insta-gallery-list .insta-gallery-item {
    min-width: 33% !important;
  }
}
/*@import "pdc", "option";*//*# sourceMappingURL=style.css.map */