@charset "UTF-8";

/** ----------------------------------------------------------------- **/
/** ----------------------------------------------------------------- **/
/** -------------------    MAIN STRUCTURE     ----------------------- **/
/** ----------------------------------------------------------------- **/
/** ----------------------------------------------------------------- **/

body,
td,
th {
  /*font-family:"Libre Baskerville","游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", Meiryo, serif;*/
}
/* Body */

.sp {
  display: none;
}
.pc {
  display: block;
}

.sp_inline {
  display: inline;
}
.pc_inline {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp_inline {
    display: inline;
  }
  .pc_inline {
    display: none;
  }
}

.loader {
  width: 40px;
  height: 40px;
  display: block;
  top: 48%;
  left: 49%;
  position: absolute;
}

.loader img {
  width: 100%;
}

body {
  font-family: "Montserrat", "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  background-color: #ffffff;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  color: #333333;
}
/* Container */
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  overflow: hidden;
}
.main_contents {
}

.max100p {
  width: 100%;
  margin: auto;
}

.center_max {
  max-width: 1400px;
  margin: auto;
  width: 92%;
}

@media (max-width: 768px) {
  .center_max {
    width: 96%;
  }
  .main_contents {
  }
}

section {
  position: relative;
  overflow: hidden;
  clear: both;
}

/* footer*/
footer {
  padding-bottom: 35px;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 50px 0;
  overflow: hidden;
  position: relative;
}

.home footer {
  display: none;
}

.page-id-138341 footer {
  display: none;
}

#footer_icon {
  width: 100%;
  text-align: center;
}
#footer_icon img {
  width: 20%;
  max-width: 60px;
}

#footer_copy {
  color: #000;
  text-align: center;
  padding: 30px 15% 50px 15%;
  font-size: 0.8em;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  #footer_copy {
    padding: 30px 5% 50px 5%;
    font-size: 0.7em;
    line-height: 1.2em;
  }
}
.hidden {
  display: none;
}

#scroll_down_icon {
  width: 20px;
  position: fixed;
  right: 40px;
  top: 38%;
  z-index: 2;
}

#scroll_down_icon img {
  width: 100%;
}
@media (max-width: 768px) {
  #scroll_down_icon {
    width: 15px;
    right: 15px;
  }
}
/** ----------------------------------------------------------------- **/
/** ----------------------------------------------------------------- **/
/** -------------------------    COMMON    -------------------------- **/
/** ----------------------------------------------------------------- **/
/** ----------------------------------------------------------------- **/

/*!------------------------------------*\
    burger Start
\*!------------------------------------*/
#burger_base_box {
  position: relative;
  width: 100%;
  max-width: 1460px;
  margin: auto;
}
#burger_menu {
  position: fixed;
  left: 40px;
  top: 34px;
  z-index: 20;
  width: 45px;
  height: 23px;
}
@media (max-width: 768px) {
  #burger_menu {
    left: 20px;
  }
}
#burger_menu img {
  width: 100%;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 30px;
  height: 23px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  border-radius: 4px;
}

.top_white_menu .menu-trigger span {
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  border-radius: 4px;
  transition: all 0.4s;
}

.top_white_menu .menu-trigger span:nth-of-type(2)::after {
  background-color: #fff;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(20px) scale(0);
}
.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-20px) scale(0);
}

/*!------------------------------------*\
    burger end
\*!------------------------------------*/

.fix_header {
  position: fixed;
  margin: 0px 0 0px 0;
  width: 100%;

  z-index: 1;
  top: 30px;
  display: none;
}

.page-id-138341 .fix_header {
  display: block;
}

.logo {
  margin: 0px auto;
  height: 33px;
  padding: 5px 0% 0px 0;
  text-align: center;
  color: #000;
  float: none;
  width: 40%;
  max-width: 330px;
  min-width: 180px;
}

.logo img {
  width: 100%;
}

@media (max-width: 768px) {
  .fix_header {
    position: fixed;
    margin: 0px 0 0px 0;
    width: 100%;
    z-index: 1;
    top: 0px;
    left: 0px;
  }

  .logo {
    margin: 0px;
    height: auto;
    padding: 35px 0px 30px 0px;
    color: #000;
    float: none;
    width: 100%;
    text-align: center;
    max-width: none;
  }

  .logo.black {
    background-color: rgba(254, 254, 254, 0.94);
  }

  .logo img {
    width: 60%;
    max-width: 200px;
  }
}

/* Slide MENU */

#slide_open_menu {
  position: fixed;
  z-index: 2;

  background-color: rgba(234, 234, 234, 0.9);
  background-color: rgba(255, 255, 255, 0.8);
  height: 100vh;
  overflow-y: scroll;
  padding-bottom: 50px;
  font-weight: 400;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */

  /* 初期状態では左に隠れている */
  transform: translateX(-100%);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  pointer-events: none; /* 非表示状態ではクリックも無効に */
}

#slide_open_menu::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

#slide_open_menu.on {
  transform: translateX(0); /* 左端から現れる */
  opacity: 1;
  pointer-events: auto; /* 表示状態ではクリック可能に */
}

@media (max-width: 768px) {
  #slide_open_menu {
  }
}
#open_menu_logo {
  margin: auto;
  width: 70%;
  max-width: 300px;
  padding: 30px 0 50px 30px;
  display: none;
}
#open_menu_logo img {
  width: 100%;
}
@media (max-width: 768px) {
  #open_menu_logo {
    margin: auto;
    width: 70%;
    max-width: 200px;
    padding: 30px 0 50px 20px;
  }
}

#menu_nav {
  padding-left: 40px;
  padding-right: 50px;
  padding-top: 80px;
}
@media (max-width: 768px) {
  #menu_nav {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#open_main_menu {
  font-size: 1em;
}

.open_main_menu_li {
  padding: 1em 0;
  width: max-content;
}

.li_padding_top {
  padding-top: 8em;
}

#li_f {
  width: 20px;
  float: left;
  margin-right: 10px;
}

#li_i {
  width: 25px;
  float: left;
}

#li_f img,
#li_i img {
  width: 100%;
}

#open_sub_plus #plus,
#open_sub_plus #minus {
  display: inline-block;
  margin-left: 1em;
  font-size: 1.5em;
  font-weight: 300;
  margin-top: -4px;
  position: absolute;
}

#open_sub_plus.active #plus {
  display: none;
}

#open_sub_plus.active #minus {
  display: inline-block;
}

#open_sub_plus #plus {
  display: inline-block;
}

#open_sub_plus #minus {
  display: none;
}

#sub_menu_li_outer {
  padding: 0;
}
#sub_menu_box {
  display: none;
  padding-left: 0px;
}

@media (max-width: 768px) {
  #sub_menu_box {
  }
}
#sub_menu_ul {
}

.sub_menu_li {
  padding: 0em 0 0.6em 0.4em;
  font-size: 0.9em;
}

.black_box_border {
  border: 1px solid #333;

  color: #333;
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  width: 160px;
  line-height: 1.15em;
  font-size: 15.6px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .black_box_border {
    border: 1px solid #333;
    padding: 11px 40px;
    color: #333;
    display: inline-block;
    text-align: center;
    width: auto;
    font-size: 0.9em;
  }
}

/** ----------------------------------------------------------------- **/
/** ----------------------------------------------------------------- **/
/** -------------------------    TOP     ---------------------------- **/
/** ----------------------------------------------------------------- **/
/** ----------------------------------------------------------------- **/

#page_top .logo {
  display: none;
}

#top_h1 {
  position: absolute;
  font-size: 8px;
  color: #aaa;
  top: 5px;
  right: 5px;
  z-index: 1;
}

.max_width100percent {
  position: relative;
  width: 100vw;
  height: 100dvh; /* ← ここが重要 */
  margin: 0 auto;
  overflow: hidden;
}

.top_logo {
  position: absolute;
  bottom: 40vh;
  width: 50%;
  text-align: center;
  z-index: 5;
  right: 0;
}

.top_logo img {
  width: 100%;
  max-width: 360px;
}

#top_main_msg {
  position: absolute;
  top: 45%;
  top: calc(33vh + 175px);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1em;
  line-height: 2em;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  letter-spacing: 0.07em;
}
@media (max-width: 768px) {
  .top_logo {
    position: absolute;
    bottom: 30vh;
    width: 70%;
    text-align: center;
    z-index: 5;
    right: 10%;
  }
  .top_logo img {
    width: 100%;
    max-width: 300px;
  }
  #top_main_msg {
    display: none;
  }
}

.top-swiper {
  width: 100%;
  height: 100vh;
}
.top-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.top-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pc-only {
  display: block;
}
.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

/** ----------------------------------------------------------------- **/
/** ----------------------------------------------------------------- **/
/** -------------------------  ABOUT US  ---------------------------- **/
/** ----------------------------------------------------------------- **/
/** ----------------------------------------------------------------- **/

.about_section {
  border-bottom: 20px solid #fff;
  max-height: 1100px;
  min-height: 500px;
  background-size: cover;
}
@media (max-width: 768px) {
  .about_section {
    border-bottom: 20px solid #fff;
    max-height: none;
    min-height: 500px;
  }
}
#about_section_1 {
}

#about_box {
  margin: 100px 10%;
  padding: 50px 10%;
  background-color: rgba(254, 254, 254, 0.8);
  font-size: 1.1em;
  line-height: 2em;
  font-weight: 400;
}
@media (max-width: 768px) {
  #about_box {
    margin: 100px 5%;
    padding: 30px 5% 50px 5%;
    background-color: rgba(254, 254, 254, 0.8);
    font-size: 1em;
    line-height: 1.8em;
  }
}
#about_logo {
  padding: 50px 0;
  width: 300px;
}
#about_logo img {
  width: 100%;
}
@media (max-width: 768px) {
  #about_logo {
    padding: 40px 0 30px 0;
    width: 70%;
  }
}
.about_title01 {
}

.about_text01 {
  font-family: "Noto Sans JP", sans-serif;
}

.about_text02 {
}

.about_img_slider {
  position: absolute;
  top: 0;
  width: 100%;
}

.about_img_size_class {
  height: 80vh;
  max-height: 800px;
}

#icon_map {
  width: 60px;
  margin-top: -1px;

  margin-left: 10px;
}
@media (max-width: 768px) {
  .about_img_size_class {
    height: auto;
    max-height: none;
  }
  .about_img_sp_li {
    width: 100%;
    padding: 10px 0;
  }

  .about_img_sp_li img {
    width: 100%;
  }

  #icon_map {
    width: 60px;
    margin-top: -4px;
    margin-left: 10px;
  }
}
/** ----------------------------------------------------------------- **/
/** ----------------------------------------------------------------- **/
/** -------------------------  HOLIDAY  ---------------------------- **/
/** ----------------------------------------------------------------- **/
/** ----------------------------------------------------------------- **/
.holiday_section {
  min-height: 500px;
}

#holiday_section_1 {
  height: 100vh;
  background-position: center;
  background-size: cover;
}

#holiday_box {
  margin: 100px 10%;
  padding: 50px 5% 50px 10%;
  background-color: rgba(254, 254, 254, 0.8);
  font-size: 1em;
  line-height: 2em;
}

@media (max-width: 768px) {
  #holiday_box {
    margin: 100px 5%;
    padding: 30px 5% 30px 5%;
    background-color: rgba(254, 254, 254, 0.8);
    font-size: 1em;
    line-height: 1.8em;
  }
}

#holiday_box_post {
  margin: 31px 0%;
  overflow-y: scroll;
  height: 60vh;
  height: calc(90vh - 280px);
  padding-right: 5%;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777;
}
::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}

.post_box {
  padding: 0px 0px 30px 0px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #333;
}

.post_title {
}

.post_body {
}

/** ----------------------------------------------------------------- **/
/** ----------------------------------------------------------------- **/
/** --------------------------- PRODUCTS ---------------------------- **/
/** ----------------------------------------------------------------- **/
/** ----------------------------------------------------------------- **/

.products_section {
  min-height: 500px;
}

#products_section_1 {
  margin-top: 70px;
}

#products_box {
  margin: 50px 15%;
  font-size: 1em;
  line-height: 1.8em;
}

@media (max-width: 768px) {
  #products_box {
    margin: 50px 5%;
    font-size: 1em;
    line-height: 1.8em;
  }
}

.products_list_ul {
}

.product_list_li {
  width: 32.3%;
  margin: 5px 0.5%;
  float: left;
  position: relative;
}
@media (max-width: 768px) {
  .product_list_li {
    width: 48%;
    margin: 5px 1%;
    float: left;
    position: relative;
  }
}
.product_list_li img {
  width: 100%;
  max-width: none !important;
}

.product_list_text {
  position: absolute;
  top: 7px;
  left: 10px;
  font-size: 1.2em;
}
@media (max-width: 768px) {
  .product_list_text {
    font-size: 0.8em;
  }
}
.black_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}

@media (max-width: 768px) {
  .black_cover {
    display: none;
  }
}
.product_list_li a .black_cover {
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}

.product_list_li a:hover .black_cover {
  background-color: rgba(0, 0, 0, 0);
}

/** ---------------------- detail1 ---------------- **/

#product_detail_section_1 {
  margin-top: 20px;
}

#product_detail_title {
  font-weight: bold;
  text-align: center;
  margin: 25px 30% 18px;
  padding: 0 0 0px 0;
  font-size: 2.5em;
}

#product_detail_title img {
  max-width: 480px;
  max-height: 125px;
  margin: 0 -50%;
  margin-top: -30px;
  margin-bottom: -19px;
}

@media (max-width: 768px) {
  #product_detail_title {
    font-weight: bold;
    text-align: center;
    margin: 20px 5%;
    padding: 0 0 20px 0;
    font-size: 2em;
    border-bottom: 1px solid #333;
  }

  #product_detail_title img {
    max-width: 450px;
    max-height: 110px;
    margin: 0 -50%;
  }
}
#product_detail_text {
  margin: 20px 33%;
  font-size: 0.9em;
  line-height: 2em;
  display: none;
}
@media (max-width: 768px) {
  #product_detail_text {
    margin: 20px 5%;
  }
}
#products_detail_list_ul {
}

.product_detail_list_li {
  width: 32.3%;
  margin: 5px 0.5%;
  float: left;
  position: relative;
}
@media (max-width: 768px) {
  .product_detail_list_li {
    width: 48%;
    margin: 5px 1%;
  }
}
.product_detail_list_li img {
  width: 100%;
}

/** ---------------------- detail2 ---------------- **/
#mail_logo {
  width: 30px;
  position: fixed;
  left: 47px;
  top: 90px;
  z-index: 1;
}

#mail_logo img {
  width: 100%;
}

@media (max-width: 768px) {
  #mail_logo {
    width: 30px;
    position: relative;
    left: auto;
    top: auto;
    padding: 2em 0;
    margin-left: 5%;
  }
}

#product_detail2_section_1 {
  margin-top: 110px;
}

.product_detail2_size {
  margin: auto;
  width: 60%;
  max-width: 580px;
}
@media (max-width: 768px) {
  .product_detail2_size {
    margin: auto;
    width: 90%;
    max-width: none;
  }
}
#product_detail2_title {
  font-weight: bold;
  text-align: left;
  font-size: 1.35em;
  border-bottom: 1px solid #333;
  padding: 0 0 10px 0;
}

#product_detail2_text {
  font-size: 1em;
  line-height: 1.8em;
  padding: 30px 0 0 0;
}

#products_detail2_img_slider {
  padding-top: 30px;
}

.products_detail2_01_li {
}

.products_detail2_01_li img {
  width: 100%;
}

#products_nav {
  margin: auto;
  text-align: center;
  float: none;
  clear: both;
  padding: 100px 0 20px 0;
  letter-spacing: 0.1em;
}

.p_nav_prev,
.p_nav_top,
.p_nav_num,
.p_nav_next {
  display: inline-block;
}
.p_nav_top {
  padding-right: 4em;
}

.p_nav_num {
  padding: 0 3px;
}
.p_nav_next {
  padding: 0 0px 0 10px;
}
/** ----------------------------------------------------------------- **/
/** ----------------------------------------------------------------- **/
/** ------------------------------- 365 ----------------------------- **/
/** ----------------------------------------------------------------- **/
/** ----------------------------------------------------------------- **/

.top_photo_365 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 35vw;
  overflow: hidden;
}

.top_photo_365 img {
  width: 100%;
}
@media (max-width: 768px) {
  .top_photo_365 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80vw;
    overflow: hidden;
  }

  .top_photo_365 img {
    width: 100%;
  }
}
#head_title_365 {
  width: 100%;
  padding: 50px 0 40px 0;
  margin: auto;
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  font-family: work sans, "Noto Sans JP", sans-serif;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  #head_title_365 {
    width: 100%;
    padding: 30px 0 20px 0;
  }
}
.thumbs_li {
  float: left;
  font-size: 13px;
  padding: 10px 0.5% 10px 0.5%;
  overflow: hidden;
  width: 23.9%;
  height: 25%;
  height: 28vw;
}
@media (max-width: 768px) {
  .thumbs_li {
    float: left;
    font-size: 13px;
    padding: 10px 0.5% 10px 0.5%;
    overflow: hidden;
    width: 24.95%;
    height: 25%;
    height: 28vw;
  }
}
.thumbs_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.thumbs_img img {
  width: 100%;
  height: auto !important;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.thumbs_title {
  display: block;
  height: auto;
  max-height: 2.4em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .thumbs_title {
    display: block;
    height: auto;
    max-height: 3.4em;
    font-size: 1em;
  }
}
.thumbs_title a {
  text-decoration: none;
}

.thumbs_date {
  display: block;
  height: 1.3em;
  overflow: hidden;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .thumbs_date {
    margin-top: 0.3em;
    font-size: 1em;
  }
}
#top_thumbs_list_ul {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 0px;
  position: relative;
  padding-bottom: 80px;
  margin-top: 30px;
  margin-top: calc(35vw + 10px);
  background: #fff;
  padding: 0 5%;
}
@media (max-width: 768px) {
  #top_thumbs_list_ul {
    width: 100%;
    overflow: hidden;

    margin: 0 auto;
    position: relative;
    padding-bottom: 80px;
    margin-top: calc(80vw + 10px);
  }
}
.top_thumbs_li {
  height: 25vw;
  float: left;
  font-size: 13px;
  padding: 10px 0.5% 10px 0.5%;
  overflow: hidden;
  width: 24.9%;
}
@media (max-width: 768px) {
  .top_thumbs_li {
    height: 25vw;
    float: left;
    font-size: 13px;
    padding: 10px 0.5% 10px 0.5%;
    overflow: hidden;
    width: 49.9%;
  }
  .top_thumbs_li {
    height: calc(50vw + 4.5em);
  }
}
.top_thumbs_img {
  height: auto;
  padding-bottom: 0.5em;
}

/** 
-----------  365   ----------

--------------------------
**/
#base_365 {
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.content_365 {
  width: 80%;
  margin: 0 10% 0 10%;
  overflow: hidden;
  position: relative;
  padding-bottom: 6em;
}

#content_365_date {
  width: 110px;
  overflow: hidden;
  position: fixed;
  top: 90px;
}
.content_365_date_mail {
  padding-left: 0px;
  overflow: hidden;
  height: 30px;
  padding: 0px;
  text-align: center;
  width: 100%;
}

.content_365_date_mail_sp {
  position: absolute;
  width: 30px;
}

.content_365_date_mail img {
  max-width: 30px;
}

.content_365_date_d {
  font-size: 50px;
  padding-top: 12px;
  width: 100%;
  font-weight: 500;
  text-align: center;
}

.content_365_date_m_y {
  font-size: 14px;
  padding-top: 10px;
  width: 100%;
  text-align: center;
}

.content_365 .content_main {
  width: 65%;
  max-width: 650px;
  padding-top: 20px;
  line-height: 23px;
  margin: auto;
}

@media (max-width: 768px) {
  .content_365 {
    width: 96%;
    margin: 0 10% 0 2%;
    overflow: hidden;
    position: relative;
    padding-bottom: 6em;
  }
  #content_365_date {
    width: 72px;
    overflow: hidden;
    position: fixed;
    top: 90px;
  }
  .content_365_date_d {
    font-size: 40px;
    padding-top: 5px;
    width: 100%;
    font-weight: 500;
    text-align: center;
  }

  .content_365 .content_main {
    width: 100%;
    max-width: 650px;
    padding-top: 20px;
    padding-right: 2%;
    line-height: 23px;
    margin: auto;
    padding-left: 10px;
  }
}

.content_365 .content_main img {
  max-width: 100%;
  height: auto;
}

.content_365 .content_main a {
  text-decoration: underline;
}

.content_365 .content_main a:hover {
  text-decoration: none;
}

.content_365 .content_main .single_navi_prev img,
.content_365 .content_main .single_navi_next img {
  width: 44px;
}

.content_365 .title_365 {
  font-size: 22px;

  padding-bottom: 0.4em;
}
.content_365 .entry-title {
  font-size: 22px;

  padding-bottom: 2em;
}
@media (max-width: 768px) {
  .content_365 .entry-title {
    font-size: 22px;
    padding-top: 2em;
  }
}
.content_365 .content_main #products_nav a {
  text-decoration: none;
}

/** ----------------------------------------------------------------- **/
/** ----------------------------------------------------------------- **/
/** -------------------------    FEATURE  --------------------------- **/
/** ----------------------------------------------------------------- **/
/** ----------------------------------------------------------------- **/
#feature_section_1 {
  margin-top: 0px;
}
#feature_section_1 {
  display: table;
  width: 100%;
  height: 600px;
  min-height: auto;
  max-height: 900px;
}
.feature_top_full_box {
  width: 100%;
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}

#feature_list_ul {
  padding-top: 50px;
}

.feature_list_li {
  width: 49%;
  margin: 5px 0.5%;
  float: left;
  position: relative;
}

@media (max-width: 768px) {
  .feature_list_li {
    width: 100%;
    margin: 15px 0;
    float: none;
    position: relative;
  }
}

.feature_list_li img {
  width: 100%;
}

.feature_list_li_text {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 1.2em;
}

#feature_section_2 {
  width: 100%;
  background-color: #e0e0e0;
  padding: 0 5%;
}

#feature_box {
  max-width: 1200px;
  margin: auto;
}

/** -------------------------   feature detail  ---------------------------- **/

#feature_detail_section_1 {
  margin-top: 90px;
}

.feature_detail_size {
  margin: auto;
  width: 60%;
  max-width: 580px;
}

@media (max-width: 768px) {
  .feature_detail_size {
    margin: auto;
    width: 90%;
    max-width: none;
  }
}
#feature_detail_maintitle {
  font-weight: bold;
  text-align: center;
  font-size: 2em;
  padding: 30px 0 20px 0;
}

#feature_detail_img_slider {
  padding-top: 0px;
}

.feature_detail_01_li {
}

.feature_detail_01_li img {
  width: 100%;
}

#feature_detail_title {
  font-weight: bold;
  text-align: left;
  font-size: 1.35em;
  padding: 0 0 10px 0;
}

#feature_detail_text {
  font-size: 1em;
  line-height: 1.8em;
  padding: 30px 0 0 0;
}

/** ----------------------------------------------------------------- **/
/** ----------------------------------------------------------------- **/
/** -------------------------   company  ---------------------------- **/
/** ----------------------------------------------------------------- **/
/** ----------------------------------------------------------------- **/
