@charset "UTF-8";
/*========================================== 
  0.reset
========================================== */
body {
  margin: 0;
  padding: 0;
}
body *,
body *::before,
body *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  color: #333333;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #444;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button {
  margin: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

video {
  width: 100%;
}

.post_wrap {
  font-weight: normal;
}
.post_wrap *,
.post_wrap *::before,
.post_wrap *::after {
  font-weight: revert;
}
.post_wrap ul, .post_wrap li {
  list-style: revert;
}
.post_wrap li {
  margin-bottom: 15px;
}
.post_wrap ul, .post_wrap ol {
  padding-left: 20px;
}
.post_wrap hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #444;
  margin: 1em 0;
  padding: 0;
}
.post_wrap button {
  margin: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_wrap a {
  display: inline;
  font-weight: 400;
}
.post_wrap a {
  text-decoration: underline;
}
.post_wrap .btn {
  text-decoration: none;
  display: block;
}
.post_wrap img {
  max-width: auto;
  height: auto;
  vertical-align: bottom;
}
.post_wrap video {
  width: auto;
}
.post_wrap .wp-block-button a {
  text-decoration: none;
  display: block;
}
.post_wrap > * {
  margin-bottom: 30px !important;
}
.post_wrap p {
  font-weight: 400;
  line-height: 2;
}
.post_wrap .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.post_wrap .wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*=================================================================================== 
*  
*　Common (PC)
*
=================================================================================== */
main .-tb,
main .-sp, header .-tb,
header .-sp, footer .-tb,
footer .-sp {
  display: none !important;
}
main .-pc, header .-pc, footer .-pc {
  display: block !important;
}
main .wrap, header .wrap, footer .wrap {
  max-width: 1220px;
  padding: 0 20px;
  margin: auto;
}
main .cont_wrap, header .cont_wrap, footer .cont_wrap {
  max-width: 920px;
  padding: 0 20px;
  margin: auto;
}
main a, header a, footer a {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
main a:hover, header a:hover, footer a:hover {
  opacity: 0.6;
}

main {
  padding: 70px 0 0;
}
main .main_ttl {
  height: 240px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}
main .main_ttl h1 {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
}
main .main_ttl h1 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
main .btn {
  border: solid 1px #333;
  width: 300px;
  margin: 64px auto 0;
  padding: 18px;
  text-align: center;
}
main .btn:hover {
  opacity: 1;
  background: #333;
  color: #fff;
}
main .size-btn {
  width: 100%;
  padding: 10px;
  text-align: center;
  border: solid 1px #188AE6;
  color: #188AE6;
  border-radius: 5px;
}
main .size-btn:hover {
  opacity: 1;
  background: #1160A1;
  color: #fff;
}
main .selected-size-btn {
  background-color: #188AE6;
  border: solid 1px #188AE6;
  color: #fff;
}
main .selected-size-btn:hover {
  opacity: 1;
  background: #1160A1;
}
main .search_btn {
  color: #fff;
  background: #FF9900;
}
main .search_btn:hover {
  opacity: 1;
  background: #DB7700;
}
main .contact_btn {
  color: #fff;
  background: #188AE6;
}
main .contact_btn:hover {
  opacity: 1;
  background: #1160A1;
}
main .arrow_link_wrap {
  margin-top: 30px;
  text-align: right;
}
main .arrow_link_wrap .arrow_link {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  display: inline-block;
  position: relative;
  padding-right: 12px;
}
main .arrow_link_wrap .arrow_link .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
}
main .arrow_link_wrap .arrow_link::before, main .arrow_link_wrap .arrow_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: #333333;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
main .arrow_link_wrap .arrow_link::before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
main .arrow_link_wrap .arrow_link::after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
main .product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .product_list::before, main .product_list::after {
  content: "";
  width: 24.1525423729%;
}
main .product_list::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main .product_list_item {
  width: 24.1525423729%;
  padding: 20px 20px 9px;
}
main .product_list_item .image {
  position: relative;
  width: 81.6326530612%;
  padding-top: 81.6326530612%;
  margin: auto;
}
main .product_list_item figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .product_list_item figure img {
  -o-object-fit: contain;
     object-fit: contain;
}
main .product_list_item .category {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #999;
}
main .product_list_item .name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  color: #333;
  margin-top: 7px;
}
main .product_list_item .spec {
  margin-top: 14px;
}
main .product_list_item .spec p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  color: #999;
}
main .news_list {
  margin-top: 20px;
}
main .news_list li:first-of-type a {
  border-top: dashed 1px #ccc;
}
main .news_list a {
  padding: 26px 0 28px;
  border-bottom: dashed 1px #ccc;
}
main .news_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .news_list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
main .news_list dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
main .news_list .article_date {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  color: #333333;
  margin-right: 10px;
  width: 95px;
}
main .news_list .article_category {
  background: #333333;
  min-width: 100px;
  max-width: 200px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.4;
  padding: 5px 10px;
  color: #fff;
  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;
}
main .webmagazine_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 0;
}
main .webmagazine_list::after {
  content: "";
  width: 30.7627118644%;
}
main .webmagazine_item {
  width: 30.7627118644%;
  margin-bottom: 60px;
}
main .webmagazine_item:nth-last-child(-n+3) {
  margin-bottom: 0;
}
main .webmagazine_item_thumbnail {
  position: relative;
  width: 100%;
  padding-top: 55.0964187328%;
  margin: auto;
}
main .webmagazine_item_thumbnail figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
main .webmagazine_item_thumbnail figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .webmagazine_item_date {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: #999;
  margin-top: 15px;
}
main .webmagazine_item_ttl {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 2px;
}
main .webmagazine_info .date {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #999;
  line-height: 1.6;
}
main .webmagazine_info .ttl {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.375;
  margin-top: 12px;
}
main .webmagazine_info .tag_list {
  margin-top: 20px;
}
main .webmagazine_info .tag_list li {
  font-size: 14px;
  margin-right: 15px;
  padding: 4px 10px;
}
main .tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8px;
}
main .tag_list li {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  border: solid 1px #333;
  margin-right: 10px;
  padding: 5px 10px;
  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-top: 10px;
}
main .webmagazine_tag_link {
  margin-top: 90px;
}
main .webmagazine_tag_link h3 {
  font-size: 28px;
}
main .webmagazine_tag_link_list {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .webmagazine_tag_link_list a {
  font-size: 16px;
  font-weight: 400;
  padding: 7px 20px 8px;
  border-radius: 23px;
  border: solid 1px #333;
  margin: 12px 10px 12px 0;
}
main .webmagazine_tag_link_list a:hover {
  opacity: 1;
  background: #333;
  color: #fff;
}
main .webmagazine_tag_link + .webmagazine_tag_link {
  margin-top: 50px;
}
/*=================================================================================== 
*  
*　記事コンテンツ 追従SNSボタン (PC)
*
=================================================================================== */
main .sns_follow {
  position: fixed;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
main .sns_follow.hidden {
  opacity: 0;
  visibility: hidden;
}
main .sns_follow li {
  width: 40px;
  margin: 8px 0;
}

/*=================================================================================== 
*  
*　検索ボックス (PC)
*
=================================================================================== */
#search_box {
  width: 340px;
}
#search_box form, #search_box .contact-section {
  background-color: rgba(0, 0, 0, .7);
  padding: 20px;
  margin: auto;
  margin-bottom: 10px;
  width: 100%;
}
#search_box .contact-section {
  margin: 0;
}
#search_box .ttl {
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 10px 0;
}
#search_box .sel {
  padding: 11px 45px 12px 15px;
  margin-bottom: 10px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
#search_box .sel::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#search_box .sel__placeholder {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: left;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  visibility: visible;
  white-space: nowrap;
  overflow: hidden;
}
#search_box .sel__box {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  opacity: 0;
  visibility: hidden;
  list-style-type: none;
  text-align: left;
  font-size: 1em;
  background-color: #FFF;
  width: 100%;
  max-height: 280px;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
}
#search_box .sel.active .sel__box {
  opacity: 1;
  visibility: inherit;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#search_box .sel__box__options {
  display: list-item;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding: 8px 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#search_box .sel__box__options:hover {
  background-color: #F3F3F3;
}
#search_box .count_box {
  margin-top: 12px;
}
#search_box .count_box button {
  margin-top: 6px;
}
#search_box #product-count {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #fff;
  margin-left: 8px;
}
#search_box .txt {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
#search_box button,
#search_box a {
  width: 100%;
  padding: 18px 12px 19px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  border: none;
  margin-top: 10px;
  cursor: pointer;
}

.modaal-overlay {
  background: rgba(0, 0, 0, .8) !important;
}

.modaal-container {
  width: auto;
  background: none;
}

.modaal-content-container {
  padding: 0;
}

.modaal-close:focus, .modaal-close:hover {
  background: none;
}

.modaal-close:after, .modaal-close:before {
  height: 35px;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #fff;
}

.modaal-container .search_btn {
  color: #fff;
  background: #FF9900;
}
.modaal-container .search_btn:hover {
  opacity: 1;
  background: #DB7700;
}

.modaal-container .contact_btn {
  color: #fff;
  background: #188AE6;
}
.modaal-container .contact_btn:hover {
  opacity: 1;
  background: #1160A1;
}

/*=================================================================================== 
*  
*　ページネーション (PC)
*
=================================================================================== */
.wp-pagenavi {
  font-family: "Montserrat", sans-serif;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagenavi span, .wp-pagenavi a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 13px;
  width: 32px;
  height: 32px;
  line-height: 1;
  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: 0 3px;
  border-radius: 4px;
}
.wp-pagenavi .page {
  color: #333;
}
.wp-pagenavi .current {
  color: #fff;
  background: #333;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  width: 64px;
  height: auto;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid #333;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  position: absolute;
  top: 55%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}
.wp-pagenavi .previouspostslink::before {
  left: -3px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.wp-pagenavi .nextpostslink::before {
  right: 6px;
}
.wp-pagenavi .first,
.wp-pagenavi .last {
  color: transparent;
  text-decoration: none;
  width: 32px;
  height: 32px;
  position: relative;
}
.wp-pagenavi .first::before, .wp-pagenavi .first::after,
.wp-pagenavi .last::before,
.wp-pagenavi .last::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid #333;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  position: absolute;
  top: 55%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}
.wp-pagenavi .first::before {
  left: 7px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.wp-pagenavi .first::after {
  left: 2px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.wp-pagenavi .last::before {
  right: 10px;
}
.wp-pagenavi .last::after {
  right: 15px;
}

/*=================================================================================== 
*  
*　パンくず (PC)
*
=================================================================================== */
.breadcrumb_wrap {
  max-width: 1220px;
  padding: 0 20px;
  margin: 105px auto 33px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs > span {
  position: relative;
  margin: 5px 25px 0 0;
}
.breadcrumbs > span:last-of-type {
  margin-right: 0;
}
.breadcrumbs .item::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid #333;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  position: absolute;
  top: 55%;
  right: -16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}
.breadcrumbs .item:last-of-type::before {
  content: none;
}
.breadcrumbs a span {
  font-size: 12px;
  font-weight: 400;
}
.breadcrumbs span {
  font-size: 13px;
  font-weight: 700;
}

/*=================================================================================== 
*  
*　HEADER (PC)
*
=================================================================================== */
header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
header .logo {
  width: 140px;
}
header .nav {
  padding: 0 12px 0 20px;
  width: 100%;
  height: 70px;
  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;
  border-bottom: solid 1px #EAEAEA;
}
header .nav_body, header .parent_menu, header .parent_menu li {
  height: 100%;
}
header .nav_body .parent_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .nav_body .js-megaMenu {
  margin: 0 15px;
}
header .nav_body .megaMenu_link {
  position: relative;
}
header .nav_body .megaMenu_link:hover {
  color: #333;
}
header .nav_body .megaMenu_link:hover::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #333;
  position: absolute;
  left: 0;
  bottom: -1px;
}
header .nav_body a,
header .nav_body a span,
header .nav_body button,
header .nav_body button span {
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  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;
}
header .nav_body .another_window_link {
  position: relative;
  padding-right: 21px;
}
header .nav_body .another_window_link::after {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background: url("../img/common/window_icon.png") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header .openbtn {
  display: none !important;
}
header .megaMenu_cont {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  padding: 33px 0 35px;
}
header .megaMenu_inner.megaMenu_inner_product {
  max-width: 1046px;
  padding: 0 20px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .megaMenu_inner.megaMenu_inner_product .megaMenu_category_list {
  display: block;
  width: 19.3836978131%;
}
header .megaMenu_inner.megaMenu_inner_product .megaMenu_category_list li {
  margin-bottom: 40px;
}
header .megaMenu_inner.megaMenu_inner_product .megaMenu_list {
  width: 78.9264413519%;
}
header .megaMenu_inner.megaMenu_inner_product .megaMenu_list ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .megaMenu_inner.megaMenu_inner_product .megaMenu_list ul::after {
  content: "";
  display: block;
  width: 31.4861460957%;
}
header .megaMenu_inner.megaMenu_inner_product .megaMenu_list li {
  width: 31.4861460957%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .megaMenu_inner.megaMenu_inner_product li {
  margin: 0;
  width: 100%;
  height: auto;
}
header .megaMenu_inner.megaMenu_inner_product li a {
  font-size: 16px;
  font-weight: 400;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  height: auto;
}
header .megaMenu_inner.megaMenu_inner_product li a span {
  width: 46px;
  height: 40px;
  margin-right: 12px;
}
header .megaMenu_inner.megaMenu_inner_product li a span img {
  -o-object-fit: contain;
     object-fit: contain;
}
header .megaMenu_inner.megaMenu_inner_product li a.other {
  padding-left: 58px;
}
header .megaMenu_inner {
  max-width: 1046px;
  padding: 0 20px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .megaMenu_inner .megaMenu_category_list {
  display: none;
}
header .megaMenu_inner .megaMenu_list {
  width: 78.9264413519%;
}
header .megaMenu_inner .megaMenu_list ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .megaMenu_inner .megaMenu_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .megaMenu_inner li {
  margin: 0 20px;
}
header .megaMenu_inner li a {
  font-size: 16px;
  font-weight: 400;
}
header .megaMenu_return_btn_wrap {
  display: none;
}
/*=================================================================================== 
*  
*　FOOTER (PC)
*
=================================================================================== */
footer {
  border-top: solid 1px #ccc;
  padding: 60px 0 20px;
}
footer .footer_wrap,
footer .footer_inner,
footer .footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer_wrap {
  max-width: 1220px;
  margin: auto;
  padding: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_logo {
  width: 16.9491525424%;
  margin-bottom: 40px;
}
footer .footer_inner {
  max-width: 928px;
  width: 78.6440677966%;
}
footer .footer_nav01 ul {
  width: 130px;
  margin-right: 20px;
}
footer .footer_nav02 {
  max-width: 380px;
  width: 40.9482758621%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer_nav02 dl {
  max-width: 190px;
  width: 50%;
  margin-bottom: 24px;
}
footer dt {
  font-size: 14px;
  line-height: 1.7;
}
footer dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer dd a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #999999;
  margin-top: 12px;
}
footer .copyright {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2.33;
  text-align: center;
  color: #999;
  margin: 60px 0 12px;
}
/*=================================================================================== 
*  
* TOP (PC)
*
=================================================================================== */
#top {
  padding-bottom: 150px;
}
#top section {
  margin-top: 80px;
}
#top h2 {
  font-size: 28px;
  margin-bottom: 40px;
}
#top h2 .en {
  font-family: "Montserrat", sans-serif;
}
#top .appeal_wrap {
  max-width: 635px;
  margin: 80px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top .appeal_wrap dl {
  width: 47.2440944882%;
  margin-right: 35px;
}
#top .appeal_wrap dl:last-of-type {
  margin: 0;
}
#top .appeal_wrap dt {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42;
  text-align: center;
}
#top .appeal_wrap dd {
  margin-top: 10px;
}
#top .appeal_wrap a {
  width: 100%;
  height: 60px;
  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;
  font-size: 18px;
  color: #fff;
}
#top .product_list-simple {
  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;
}
#top .product_list-simple li {
  width: 31.6949152542%;
  margin-bottom: 30px;
}
#top .product_list-simple li a {
  padding: 45px 20px 25px;
  background: #F5F5F5;
  height: 100%;
}
#top .product_list-simple li figure {
  width: 160px;
  height: 160px;
  margin: auto;
}
#top .product_list-simple li figure img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
#top .product_list-simple li .product_name_wrap {
  margin-top: 38px;
}
#top .product_list-simple li .product_name-en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #999999;
}
#top .product_list-simple li .product_name {
  font-size: 16px;
  line-height: 1.5;
}
#top .card_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top .card_list li {
  width: 48.5593220339%;
  min-height: 280px;
  margin-bottom: 28px;
}
#top .card_list li a {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#top .card_list li a span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  margin-top: 20px;
}
#top .mv {
  background: #0D0F0F;
}
#top .mv video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
#top .mv {
  height: 606px;
  overflow: hidden;
}
#top .mv_wrap {
  max-width: 1280px;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0 35px;
  position: relative;
  z-index: 1;
  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;
}
#top .mv_inner {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 340px);
  height: 100%;
  position: relative;
}
#top .mv_inner form {
  width: 100%;
  max-width: 374px;
  margin: 10% auto 0;
  position: absolute;
  left: 0;
  bottom: 48px;
}
#top .mv_inner form button {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#top .mv_inner form button img {
  width: 24px;
}
#top .mv_inner input {
  width: 100%;
  border-radius: 6px;
  border: solid 1px #ccc;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #999;
  padding: 10px 50px 12px 14px;
}
#top .mv h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.15;
  color: #fff;
  display: inline-block;
}
#top .news .wrap {
  max-width: 880px;
  margin: auto;
}
#top .other ul {
  max-width: 942px;
  margin: 90px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#top .other li {
  width: 33.3333333333%;
}
#top .other .other_item {
  width: 27.6008492569%;
  min-width: 215px;
  margin: auto;
  text-align: center;
}
#top .other figure {
  width: 80px;
  margin: auto;
}
#top .other h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 16px;
}
#top .other p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #999999;
  margin-top: 10px;
}
#top .other a {
  width: 180px;
  height: 42px;
  border: solid 1px #333333;
  margin: 24px auto 0;
  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;
  font-size: 14px;
  font-weight: 400;
  padding: 0 30px;
  position: relative;
}
#top .other a::before, #top .other a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: #333333;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
#top .other a::before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
#top .other a::after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
#top .other a:hover {
  opacity: 1;
  color: #fff;
  background: #333333;
}
#top .other a:hover::before, #top .other a:hover::after {
  background-color: #fff;
}
#top .follow_appeal {
  display: none;
}
/*=================================================================================== 
*  
*　結果一覧 (PC)
*
=================================================================================== */
#result .result_content {
  padding: 60px 0 0;
}
#result .result_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#result .side_serch {
  width: 280px;
}
#result .side_serch .search-container {
  width: 100%;
  margin: 0 auto;
}
#result .side_serch .search-container input[type=search] {
  width: 100%;
  padding: 10px 50px 10px 10px;
  border: 1px solid #ccc;
  background: #F5F5F5;
  border-radius: 4px;
  font-weight: 400;
}
#result .side_serch .search_input_box {
  position: relative;
}
#result .side_serch .search_input_box button {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#result .side_serch .search_input_box button img {
  width: 24px;
}
#result .side_serch .filter-section {
  margin-top: 40px;
}
#result .side_serch .filter-section dl {
  margin-top: 35px;
}
#result .side_serch .filter-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  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;
}
#result .side_serch .clear-filter {
  background-color: transparent;
  border: none;
  color: #999;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
}
#result .side_serch .clear-filter.bottom {
  margin: 20px 0 0 auto;
  display: block;
}
#result .side_serch .filter_item {
  cursor: pointer;
  position: relative;
}
#result .side_serch .filter_item::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#result .side_serch .filter_item.active::before {
  -webkit-transform: translateY(-40%) rotate(-45deg);
          transform: translateY(-40%) rotate(-45deg);
}
#result .side_serch .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#result .side_serch .category label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  color: #333;
}
#result .side_serch .category label span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #999;
  margin-left: 10px;
}
#result .side_serch .category input[type=checkbox] {
  margin-right: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #ccc;
  outline: none;
  cursor: pointer;
  margin: 0 8px 0 0;
  position: relative;
}
#result .side_serch .category input[type=checkbox]:checked {
  background-color: #333;
  border-color: #333;
}
#result .side_serch .category input[type=checkbox]:checked::after {
  content: "";
  display: block;
  position: absolute;
  top: 43%;
  left: 50%;
  width: 11px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#result .side_serch .filter-result {
  margin-top: 22px;
  padding: 11px 15px 15px;
  background: #333;
}
#result .side_serch .product-count {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
#result .side_serch .product-count-num {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin: 0 3px 0 6px;
}
#result .side_serch .submit-button {
  background-color: #ff9900;
  text-align: center;
  padding: 12px 12px 13px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-top: 8px;
}
#result .result_product {
  width: calc(100% - 325px);
}
#result .result_product .product_list::after {
  content: "";
  width: 33.3333333333%;
}
#result .result_product .product_list::before {
  content: none;
}
#result .result_product .product_list_item {
  width: 33.3333333333%;
}
#result .follow_search {
  display: none;
}
/*=================================================================================== 
*  
*　商品詳細 (PC)
*
=================================================================================== */
#product .product_detail {
  padding-top: 60px;
}
#product .product_detail .product_detail_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#product .product_detail .product_detail_img {
  width: 47.4576271186%;
}
#product .product_detail .product_detail_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#product .product_detail .product_detail_img #product_detail_img_main {
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  padding-top: 100%;
}
#product .product_detail .product_detail_img #product_detail_img_thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
}
#product .product_detail .product_detail_img #product_detail_img_main img {
  position: absolute;
  top: 0;
  left: 0;
}
#product .product_detail .product_detail_img #product_detail_img_thumbnail li {
  width: 24%;
  cursor: pointer;
}
#product .product_detail .product_detail_img #product_detail_img_thumbnail li.current {
  border: 1px solid #CCCCCC;
}
#product .product_detail .product_detail_body {
  width: 47.4576271186%;
}
#product .product_detail .product_detail_body h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
}
#product .product_detail .product_detail_body h1 .category {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  display: block;
}
#product .product_detail .product_detail_body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8571428571;
  margin-top: 23px;
}
#product .product_detail .product_detail_body .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-top: 50px;
  border-bottom: solid 1px #333;
}
#product .product_detail .product_detail_body .tab {
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: none;
  text-align: center;
  background: #F5F5F5;
  width: 50%;
}
#product .product_detail .product_detail_body .tab.active {
  background: #333;
  color: #fff;
}
#product .product_detail .product_detail_body .tab-content {
  display: none;
}
#product .product_detail .product_detail_body .tab-content.active {
  display: block;
}
#product .product_detail .product_detail_body table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
#product .product_detail .product_detail_body th, #product .product_detail .product_detail_body td {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  text-align: left;
  vertical-align: baseline;
  text-align: center;
}
#product .product_detail .product_detail_body th.size-column {
  width: 20%;
}
#product .product_detail .product_detail_body th.number-column {
  width: 50%;
}
#product .product_detail .product_detail_body th.type-column {
  width: 30%;
}
#product .product_detail .product_detail_body td {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #000;
  padding: 12px;
}
#product .product_detail .product_detail_body .contact_btn,
#product .product_detail .product_detail_body .purchase_btn {
  width: 100%;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 18px 20px 20px;
  margin-top: 27px;
}
#product .product_detail .product_detail_body .contact_btn {
  position: sticky;
  bottom: 20px;
  right: 0;
}
#product .product_detail .product_detail_body .purchase_btn {
  margin-top: 15px;
}
#product .product_detail .product_detail_body .purchase_btn:hover span {
  color: #fff;
}
#product .product_detail .product_detail_body .purchase_btn:hover span::before {
  background: url("../img/common/window_icon_hover.png") center center/contain no-repeat;
}
#product .product_detail .product_detail_body .purchase_btn span {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#product .product_detail .product_detail_body .purchase_btn span::before {
  content: "";
  width: 14px;
  height: 12px;
  background: url("../img/common/window_icon.png") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#product .product_detail .arrow_link_wrap {
  margin-top: 20px;
}
#product .product_detail .sns_wrap {
  margin-top: 20px;
}
#product .product_detail .sns_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#product .product_detail .sns_wrap li {
  margin-right: 20px;
}
#product .product_detail .sns_wrap a {
  width: 40px;
  display: inline-block;
}
#product .product_other h3 {
  font-size: 28px;
  margin-top: 50px;
}
#product .product_other .product_list {
  margin-top: 20px;
}

/*=================================================================================== 
*  
*　お知らせ一覧 (PC)
*
=================================================================================== */
#news_archive .news_archive_content {
  padding: 60px 0 0;
}
#news_archive .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#news_archive .category_list a {
  min-width: 140px;
  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;
  border-radius: 23px;
  background: #ccc;
  margin: 0 10px 10px 0;
  padding: 9px 20px 11px;
  font-size: 18px;
  color: #fff;
}
#news_archive .category_list a.active {
  background: #333333;
}
#news_archive .news_list {
  margin-top: 20px;
}

/*=================================================================================== 
*  
*　お知らせ (PC)
*
=================================================================================== */
#news .archives_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#news .article_date {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  color: #333333;
  margin-right: 10px;
}
#news .article_category {
  background: #333333;
  min-width: 100px;
  height: 27px;
  font-weight: 700;
  font-size: 12px;
  line-height: 2;
  padding: 0 10px;
  color: #fff;
  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;
}
#news .article_ttl {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.42;
  margin: 18px 0 40px;
}
#news .article_contents .thumbnail {
  width: 100%;
  margin-top: 50px;
}
#news .article_contents .thumbnail img {
  width: 100%;
  margin: 0;
}

/*=================================================================================== 
*  
*　WEBマガジンTOP (PC)
*
=================================================================================== */
#webmagazine_top .webmagazine_mv {
  height: 620px;
}
#webmagazine_top .webmagazine_mv .swiper {
  height: 100%;
}
#webmagazine_top .webmagazine_mv .swiper-slide {
  padding: 60px 0 0;
}
#webmagazine_top .webmagazine_mv .swiper-slide .wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#webmagazine_top .webmagazine_mv .swiper-slide .thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#webmagazine_top .webmagazine_mv .swiper-slide .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#webmagazine_top .webmagazine_mv .webmagazine_link {
  width: 100%;
  height: 100%;
}
#webmagazine_top .webmagazine_mv .webmagazine_info {
  width: 100%;
  position: relative;
  padding: 20px 0 40px;
}
#webmagazine_top .webmagazine_mv .webmagazine_info::before {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(transparent, #9f9f9f52 32%, #757575a3);
  z-index: -1;
}
#webmagazine_top .webmagazine_mv .webmagazine_info .date {
  color: #fff;
}
#webmagazine_top .webmagazine_mv .webmagazine_info .ttl {
  color: #fff;
}
#webmagazine_top .webmagazine_info .tag_list {
  margin-top: 8px;
}
#webmagazine_top .webmagazine_mv .webmagazine_info .tag_list li {
  color: #333;
  background: #fff;
}
#webmagazine_top .webmagazine_archive_box {
  margin-top: 90px;
}
#webmagazine_top .webmagazine_archive_box h2 {
  font-size: 28px;
  font-weight: 700;
}
#webmagazine_top .webmagazine_archive_box .btn {
  margin: 80px auto 0;
  padding: 14px 18px;
}
#webmagazine_top .webmagazine_archive_box + .webmagazine_archive_box {
  margin-top: 70px;
}

#webmagazine_archive .webmagazine_archive_content {
  padding: 60px 0 0;
}
#webmagazine_archive .webmagazine_list {
  margin-top: 0;
}

/*=================================================================================== 
*  
*　WEBマガジン・一覧 (PC)
*
=================================================================================== */
#webmagazine .webmagazine_content {
  padding: 90px 0 0;
}
#webmagazine .thumbnail {
  margin-top: 60px;
  width: 100%;
}
#webmagazine .thumbnail img {
  width: 100%;
}
#webmagazine .lead {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  margin-top: 60px;
}
#webmagazine .archive_wrap {
  margin-top: 60px;
}
#webmagazine .webmagazine_archive_box {
  margin-top: 80px;
}

/*=================================================================================== 
*  
*　使い方ガイドTOP (PC)
*
=================================================================================== */
#guide_archive h2 {
  font-size: 28px;
}
#guide_archive .guide_archive_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;
  margin-top: 40px;
}
#guide_archive .guide_archive_list::after {
  content: "";
  width: 48.0508474576%;
}
#guide_archive .guide_archive_list li {
  width: 48.0508474576%;
  margin-bottom: 60px;
}
#guide_archive .guide_archive_list .guide_archive_category {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #999;
  margin-top: 22px;
}
#guide_archive .guide_archive_list .guide_archive_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 12px;
}
#guide_archive .guide_archive_list .guide_archive_name dt, #guide_archive .guide_archive_list .guide_archive_name dd {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
}
#guide_archive .guide_archive_list .guide_archive_name dt {
  width: 85px;
}
#guide_archive .guide_archive_list .guide_archive_name dd {
  width: calc(100% - 85px);
}
#guide_archive .guide_archive_list .guide_archive_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 10px;
}
#guide_archive .guide_archive_list .guide_archive_number dt, #guide_archive .guide_archive_list .guide_archive_number dd li {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
#guide_archive .guide_archive_list .guide_archive_number dt {
  width: 50px;
}
#guide_archive .guide_archive_list .guide_archive_number dd {
  width: calc(100% - 50px);
  line-height: 1.4;
}
#guide_archive .guide_archive_list .guide_archive_number .model_numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#guide_archive .guide_archive_list .guide_archive_number .model_numbers li {
  width: auto;
  margin: 0 4px 0 0;
  padding-right: 12px;
  position: relative;
}
#guide_archive .guide_archive_list .guide_archive_number .model_numbers li::before {
  content: "/";
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#guide_archive .guide_archive_list .guide_archive_number .model_numbers li:last-of-type::before {
  content: none;
}

/*=================================================================================== 
*  
*　使い方ガイド (PC)
*
=================================================================================== */
#guide .guide_content {
  padding: 70px 0 0;
}
#guide h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 44px;
  margin-top: 15px;
  margin-bottom: 60px;
}
#guide .category {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #999;
  margin: 0;
}
#guide .thumbnail {
  margin-top: 60px;
}
#guide .thumbnail img {
  width: 100%;
}
#guide .guide_article {
  margin-top: 60px;
}

/*=================================================================================== 
*  
*　よくある質問 (PC)
*
=================================================================================== */
#faq .faq_content {
  padding: 60px 0 0;
}
#faq .cont_wrap {
  margin: -23px auto 0;
}
#faq dl + dl {
  margin-top: 37px;
}
#faq dt {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  padding: 23px 0;
  border-bottom: 1px dashed #CCCCCC;
}
#faq dd {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #2D3138;
  padding: 25px 0;
}
#faq dt, #faq dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#faq dt span, #faq dd span {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  margin-right: 17px;
}

/*=================================================================================== 
*  
*　問い合わせ (PC)
*
=================================================================================== */
#contact .contact_content {
  padding: 33px 0 0;
}
#contact form {
  max-width: 600px;
  margin: auto;
  margin: 0 auto;
}
#contact form p + p {
  margin-top: 20px;
}
#contact label {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
#contact label + br,
#contact .icon + br,
#contact .p-country-name + br {
  display: none !important;
}
#contact input, #contact textarea, #contact button {
  font-size: 16px;
  width: 100%;
  padding: 13px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#contact input[type=text], #contact input[type=email], #contact input[type=tel], #contact textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contact .required {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background: red;
  padding: 0 5px 1px;
  margin: 0 0 0 7px;
  border-radius: 2px;
}
#contact .postal-code_wrap {
  margin-bottom: 20px;
}
#contact .postal-code_wrap > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#contact .postal-code_wrap input,
#contact .postal-code_wrap button,
#contact .postal-code_wrap span {
  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;
}
#contact .postal-code_wrap input, #contact .postal-code_wrap button {
  margin: 0;
}
#contact .postal-code_wrap input {
  width: 100px;
}
#contact .postal-code_wrap span {
  margin-right: 6px;
}
#contact .postal-code_wrap button {
  font-size: 14px;
  font-weight: 400;
  color: #188AE6;
  border: solid 1px #188AE6;
  background: #fff;
  max-width: 130px;
}
#contact .postal-code_wrap .icon {
  margin: 0;
  background: #F5F5F5;
  width: 44px;
  border: 1px solid #ccc;
  border-radius: 5px 0 0 5px;
}
#contact .postal-code_wrap #postal-code1 {
  border-radius: 0 5px 5px 0;
}
#contact .confirmation {
  margin-top: 20px;
  text-align: center;
}
#contact .confirmation .note {
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
#contact .confirmation .note + p {
  margin: 0;
}
#contact .confirmation a {
  font-size: 14px;
  font-weight: 400;
  display: inline;
  text-decoration: underline;
}
#contact .confirmation .button {
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  max-width: 420px;
  margin: 17px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#contact .confirmation .button:hover {
  background-color: #444;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  main .product_list::before, main .product_list::after {
    content: "";
    width: 32.5423728814%;
  }
  main .product_list_item {
    width: 32.5423728814%;
  }
  header .nav_body .js-megaMenu {
    margin: 0 10px;
  }
  header .nav_body a,
  header .nav_body a span,
  header .nav_body button {
    font-size: 15px;
  }
  #result .result_product .product_list::after {
    content: "";
    width: 50%;
  }
  #result .result_product .product_list_item {
    width: 50%;
  }
}
@media screen and (min-width: 1082px) {
  main .sns_follow {
    right: calc(50% - 520px);
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  header .logo {
    width: 144px;
  }
  header .nav {
    padding: 0 0 0 10px;
    height: 70px;
  }
  header .nav_body {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    position: absolute;
    overflow-y: scroll;
    top: 100%;
    left: 0;
    width: 200vw;
    height: 100vh;
    padding: 40px 0 0;
  }
  header .nav_body .parent_menu {
    height: auto;
    display: block;
    margin-left: 0;
    position: relative;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 100vw;
  }
  header .nav_body .parent_menu.active {
    left: -50%;
  }
  header .nav_body .js-megaMenu {
    margin: 0;
    height: auto;
  }
  header .nav_body .megaMenu_link {
    height: auto;
  }
  header .nav_body .megaMenu_link:hover::before {
    content: none;
  }
  header .nav_body a,
  header .nav_body a span,
  header .nav_body button,
  header .nav_body button span {
    font-size: 18px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  header .nav_body a,
  header .nav_body button {
    width: 100%;
    padding: 27px 25px;
  }
  header .nav_body span {
    width: 100%;
  }
  header .nav_body span.arrow {
    position: relative;
  }
  header .nav_body span.arrow::before {
    content: "";
    width: 11px;
    height: 11px;
    border: 1px solid #282828;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0;
  }
  header .nav_body .another_window_link {
    width: auto;
    padding-right: 23px;
  }
  header .nav_body .another_window_link::after {
    top: 55%;
    width: 14px;
    height: 12px;
  }
  header .nav_body .megaMenu_return_btn {
    width: 100%;
    position: relative;
    padding: 18px 25px 18px 50px;
  }
  header .nav_body .megaMenu_return_btn::before {
    content: "";
    width: 11px;
    height: 11px;
    border: 1px solid #282828;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    position: absolute;
    top: 52%;
    left: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0;
  }
  header .nav_body.open {
    opacity: 1;
    visibility: inherit;
  }
  header .openbtn {
    display: block !important;
  }
  header .openbtn {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    width: 24px;
    height: 24px;
  }
  header .openbtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 50%;
    height: 2px;
    background: #000;
    width: 16px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 5px;
  }
  header .openbtn span:nth-of-type(1) {
    top: 6px;
  }
  header .openbtn span:nth-of-type(2) {
    top: 11px;
  }
  header .openbtn span:nth-of-type(3) {
    top: 16px;
  }
  header .megaMenu_cont {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background-color: #fff;
    -webkit-transition: none;
    transition: none;
    padding: 0 0 30vh;
  }
  header .megaMenu_cont.active {
    display: block;
  }
  header .megaMenu_inner,
  header .megaMenu_inner.megaMenu_inner_product {
    max-width: 100%;
    padding: 0;
    margin: auto;
    display: block;
  }
  header .megaMenu_inner .megaMenu_category_list,
  header .megaMenu_inner.megaMenu_inner_product .megaMenu_category_list {
    display: block;
    width: 100%;
  }
  header .megaMenu_inner .megaMenu_category_list li,
  header .megaMenu_inner.megaMenu_inner_product .megaMenu_category_list li {
    margin: 0;
  }
  header .megaMenu_inner .megaMenu_list,
  header .megaMenu_inner.megaMenu_inner_product .megaMenu_list {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  header .megaMenu_inner .megaMenu_list ul,
  header .megaMenu_inner.megaMenu_inner_product .megaMenu_list ul {
    display: block;
  }
  header .megaMenu_inner .megaMenu_list ul::after,
  header .megaMenu_inner.megaMenu_inner_product .megaMenu_list ul::after {
    content: none;
  }
  header .megaMenu_inner .megaMenu_list li,
  header .megaMenu_inner.megaMenu_inner_product .megaMenu_list li {
    width: 100%;
    margin: 0;
  }
  header .megaMenu_inner li a,
  header .megaMenu_inner.megaMenu_inner_product li a {
    font-size: 18px;
    width: 100%;
    padding: 18px 25px;
  }
  header .megaMenu_inner li a span,
  header .megaMenu_inner.megaMenu_inner_product li a span {
    width: 51px;
    height: 45px;
    margin-right: 13px;
  }
  header .megaMenu_inner li a.other,
  header .megaMenu_inner.megaMenu_inner_product li a.other {
    padding-left: 25px;
  }
  header .megaMenu_inner li a:hover,
  header .megaMenu_inner.megaMenu_inner_product li a:hover {
    opacity: 1;
  }
  header .megaMenu_return_btn_wrap {
    display: block;
  }
  footer .footer_wrap {
    display: block;
  }
  footer .footer_logo {
    width: 200px;
    margin: 0 auto 40px;
  }
  footer .footer_inner {
    width: 100%;
  }
  footer .footer_nav01 ul {
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  #top .mv h1 {
    font-size: 4.6296296296vw;
  }
  #top .mv video {
    -webkit-transform: translate(-52%, -50%);
            transform: translate(-52%, -50%);
  }
  #top .mv .search_box {
    width: 285px;
  }
}
@media screen and (max-width: 767px) {
  /*=================================================================================== 
  *  
  *　Common (SP)
  *
  =================================================================================== */
  .js-hidden {
    overflow: hidden;
    width: 100%;
    position: fixed;
  }
  .js-hidden body {
    overflow: hidden;
    width: 100%;
    position: fixed;
  }
  main .-pc,
  main .-tb, header .-pc,
  header .-tb, footer .-pc,
  footer .-tb {
    display: none !important;
  }
  main .-sp, header .-sp, footer .-sp {
    display: block !important;
  }
  main .wrap, header .wrap, footer .wrap {
    max-width: 100%;
    padding: 0 6.4102564103vw;
    margin: auto;
  }
  main .cont_wrap, header .cont_wrap, footer .cont_wrap {
    max-width: 87.1794871795vw;
    padding: 0;
    margin: auto;
  }
  main a:hover, header a:hover, footer a:hover {
    opacity: 1;
  }
  main {
    padding: 15.3846153846vw 0 0;
  }
  main .main_ttl {
    height: 38.4615384615vw;
    padding: 0 0 5.1282051282vw;
  }
  main .main_ttl h1 {
    font-size: 7.1794871795vw;
  }
  main .main_ttl h1 span {
    font-size: 3.5897435897vw;
    margin-bottom: 2.5641025641vw;
  }
  main .btn {
    max-width: 100%;
    width: 84.6153846154vw;
    margin: 15.8974358974vw auto 0;
    padding: 4.358974359vw 4.6153846154vw 4.6153846154vw;
    font-size: 4.1025641026vw;
  }
  main .btn:hover {
    background: #fff;
    color: #333;
  }
  main .search_btn:hover {
    background: #FF9900;
  }
  main .contact_btn:hover {
    background: #188AE6;
  }
  main .arrow_link_wrap {
    margin-top: 6.4102564103vw;
  }
  main .arrow_link_wrap .arrow_link {
    font-size: 3.5897435897vw;
    padding-right: 3.0769230769vw;
  }
  main .arrow_link_wrap .arrow_link .en {
    font-size: 3.5897435897vw;
  }
  main .arrow_link_wrap .arrow_link::before, main .arrow_link_wrap .arrow_link::after {
    width: 2.0512820513vw;
    height: 1px;
  }
  main .product_list::after {
    width: 45.8974358974vw;
  }
  main .product_list::before {
    content: none;
  }
  main .product_list_item {
    width: 45.8974358974vw;
    padding: 3.0769230769vw 2.5641025641vw 2.5641025641vw;
  }
  main .product_list_item .image {
    width: 77.9874213836%;
    padding-top: 77.9874213836%;
    margin-bottom: 1.7948717949vw;
  }
  main .product_list_item .category {
    font-size: 3.0769230769vw;
    line-height: 1.13;
  }
  main .product_list_item .name {
    font-size: 3.8461538462vw;
    line-height: 1.13;
    margin-top: 1.7948717949vw;
  }
  main .product_list_item .spec {
    margin-top: 3.8461538462vw;
  }
  main .product_list_item .spec p {
    font-size: 3.3333333333vw;
    line-height: 1.2;
  }
  main .news_list {
    margin-top: 7.6923076923vw;
  }
  main .news_list a {
    padding: 6.9230769231vw 0 9.2307692308vw;
  }
  main .news_list dl {
    display: block;
  }
  main .news_list dt {
    margin-right: 0;
  }
  main .news_list dd {
    font-size: 4.6153846154vw;
    line-height: 1.55;
    margin-top: 3.5897435897vw;
  }
  main .news_list .article_date {
    font-size: 4.358974359vw;
    margin-right: 2.5641025641vw;
    width: auto;
  }
  main .news_list .article_category {
    min-width: 25.641025641vw;
    max-width: 100%;
    font-size: 3.0769230769vw;
    padding: 1.0666666667vw 2.5641025641vw 1.3333333333vw;
  }
  main .webmagazine_list {
    display: block;
    margin: 7.6923076923vw 0 0;
  }
  main .webmagazine_list::after {
    content: none;
  }
  main .webmagazine_item {
    width: 100%;
    margin-bottom: 11.5384615385vw;
  }
  main .webmagazine_item:nth-last-child(-n+3) {
    margin-bottom: 11.5384615385vw;
  }
  main .webmagazine_item:last-of-type {
    margin-bottom: 0;
  }
  main .webmagazine_item_date {
    font-size: 3.8461538462vw;
    margin-top: 3.5897435897vw;
  }
  main .webmagazine_item_ttl {
    font-size: 4.6153846154vw;
    line-height: 1.55;
    margin-top: 1.0256410256vw;
  }
  main .webmagazine_info .date {
    font-size: 4.358974359vw;
  }
  main .webmagazine_info .ttl {
    font-size: 6.1538461538vw;
    line-height: 1.5;
    margin-top: 3.0769230769vw;
  }
  main .webmagazine_info .tag_list {
    margin-top: 6.1538461538vw;
  }
  main .webmagazine_info .tag_list li {
    font-size: 3.5897435897vw;
    margin-right: 3.8461538462vw;
    padding: 1.5384615385vw 2.5641025641vw;
  }
  main .tag_list {
    margin-top: 3.5897435897vw;
  }
  main .tag_list li {
    font-size: 3.0769230769vw;
    margin-right: 2.5641025641vw;
    padding: 1.0256410256vw 2.5641025641vw 1.2820512821vw;
    margin-top: 2.5641025641vw;
  }
  main .webmagazine_tag_link {
    margin-top: 23.0769230769vw;
  }
  main .webmagazine_tag_link h3 {
    font-size: 7.1794871795vw;
    text-align: center;
  }
  main .webmagazine_tag_link_list {
    margin-top: 4.6153846154vw;
  }
  main .webmagazine_tag_link_list a {
    font-size: 4.1025641026vw;
    padding: 1.7948717949vw 5.1282051282vw 2.0512820513vw;
    border-radius: 5.8974358974vw;
    margin: 3.0769230769vw 2.3076923077vw 3.0769230769vw 0;
  }
  main .webmagazine_tag_link_list a:hover {
    background: #fff;
    color: #333;
  }
  main .webmagazine_tag_link + .webmagazine_tag_link {
    margin-top: 12.8205128205vw;
  }
  /*=================================================================================== 
  *  
  *　記事コンテンツ 追従SNSボタン (SP)
  *
  =================================================================================== */
  main .sns_follow {
    right: 2.5641025641vw;
    top: auto;
    bottom: 3.0769230769vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  main .sns_follow li {
    width: 10.2564102564vw;
    margin: 2.0512820513vw 0;
  }
  /*=================================================================================== 
  *  
  *　検索ボックス (SP)
  *
  =================================================================================== */
  #search_box {
    width: 87.1794871795vw;
  }
  #search_box form, #search_box .contact-section {
    padding: 5.1282051282vw;
    margin-bottom: 2.5641025641vw;
  }
  #search_box .ttl {
    font-size: 4.6153846154vw;
    margin: 0 0 2.5641025641vw 0;
  }
  #search_box .sel {
    padding: 2.8205128205vw 11.5384615385vw 3.0769230769vw 3.8461538462vw;
    margin-bottom: 2.5641025641vw;
  }
  #search_box .sel__placeholder {
    font-size: 4.1025641026vw;
  }
  #search_box .sel__box {
    max-height: 71.7948717949vw;
  }
  #search_box .sel__box__options {
    font-size: 4.1025641026vw;
    padding: 2.0512820513vw 3.8461538462vw;
  }
  #search_box .count_box {
    margin-top: 3.0769230769vw;
  }
  #search_box .count_box button {
    margin-top: 1.5384615385vw;
  }
  #search_box #product-count {
    font-size: 6.1538461538vw;
    margin-left: 2.0512820513vw;
  }
  #search_box .txt {
    font-size: 3.5897435897vw;
  }
  #search_box button,
  #search_box button a {
    padding: 4.6153846154vw 3.0769230769vw 4.8717948718vw;
    font-size: 4.1025641026vw;
    margin-top: 2.5641025641vw;
  }
  .modaal-container .search_btn {
    background: #FF9900;
  }
  .modaal-container .search_btn:hover {
    background: #FF9900;
  }
  .modaal-container .contact_btn {
    background: #188AE6;
  }
  .modaal-container .contact_btn:hover {
    background: #188AE6;
  }
  /*=================================================================================== 
  *  
  *　ページネーション (SP)
  *
  =================================================================================== */
  .wp-pagenavi {
    margin: 15.3846153846vw auto 0;
  }
  .wp-pagenavi span, .wp-pagenavi a {
    font-size: 3.3333333333vw;
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    margin: 0 0.7692307692vw;
    border-radius: 1.0256410256vw;
  }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    color: transparent;
    text-decoration: none;
    width: 8.2051282051vw;
  }
  .wp-pagenavi .previouspostslink::before,
  .wp-pagenavi .nextpostslink::before {
    width: 1.7948717949vw;
    height: 1.7948717949vw;
  }
  .wp-pagenavi .previouspostslink::before {
    left: -1.2820512821vw;
  }
  .wp-pagenavi .nextpostslink::before {
    right: 2.8205128205vw;
  }
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
  }
  .wp-pagenavi .first::before, .wp-pagenavi .first::after,
  .wp-pagenavi .last::before,
  .wp-pagenavi .last::after {
    width: 1.7948717949vw;
    height: 1.7948717949vw;
  }
  .wp-pagenavi .first::before {
    left: 1.7948717949vw;
  }
  .wp-pagenavi .first::after {
    left: 0.5128205128vw;
  }
  .wp-pagenavi .last::before {
    right: 2.5641025641vw;
  }
  .wp-pagenavi .last::after {
    right: 3.8461538462vw;
  }
  /*=================================================================================== 
  *  
  *　パンくず (SP)
  *
  =================================================================================== */
  .breadcrumb_wrap {
    max-width: 100%;
    padding: 0 6.4102564103vw;
    margin: 25.641025641vw auto 8.4615384615vw;
  }
  .breadcrumbs > span {
    margin: 1.3333333333vw 6.4102564103vw 0 0;
  }
  .breadcrumbs .item::before {
    width: 1.7948717949vw;
    height: 1.7948717949vw;
    right: -4.1025641026vw;
  }
  .breadcrumbs a span {
    font-size: 3.0769230769vw;
  }
  .breadcrumbs span {
    font-size: 3.3333333333vw;
  }
  /*=================================================================================== 
  *  
  *　HEADER (SP)
  *
  =================================================================================== */
  header .logo {
    width: 36.9230769231vw;
  }
  header .nav {
    padding: 0 0 0 2.5641025641vw;
    height: 15.3846153846vw;
  }
  header .nav_body {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    position: absolute;
    overflow-y: scroll;
    top: 100%;
    left: 0;
    width: 200vw;
    height: 100vh;
    padding: 15.3846153846vw 0 30vh;
  }
  header .nav_body .parent_menu {
    height: auto;
    display: block;
    margin-left: 0;
    position: relative;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 100vw;
  }
  header .nav_body .parent_menu.active {
    left: -50%;
  }
  header .nav_body .js-megaMenu {
    margin: 0;
    height: auto;
  }
  header .nav_body .megaMenu_link {
    height: auto;
  }
  header .nav_body .megaMenu_link:hover::before {
    content: none;
  }
  header .nav_body a,
  header .nav_body a span,
  header .nav_body button,
  header .nav_body button span {
    font-size: 4.6153846154vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  header .nav_body a,
  header .nav_body button {
    width: 100%;
    padding: 6.9230769231vw 6.4102564103vw;
  }
  header .nav_body span {
    width: 100%;
  }
  header .nav_body span.arrow {
    position: relative;
  }
  header .nav_body span.arrow::before {
    content: "";
    width: 2.8205128205vw;
    height: 2.8205128205vw;
    border: 1px solid #282828;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0;
  }
  header .nav_body .another_window_link {
    width: auto;
    padding-right: 5.8974358974vw;
  }
  header .nav_body .another_window_link::after {
    top: 55%;
    width: 3.5897435897vw;
    height: 3.0769230769vw;
  }
  header .nav_body .megaMenu_return_btn {
    width: 100%;
    position: relative;
    padding: 4.6153846154vw 6.4102564103vw 4.6153846154vw 12.8205128205vw;
  }
  header .nav_body .megaMenu_return_btn::before {
    content: "";
    width: 2.8205128205vw;
    height: 2.8205128205vw;
    border: 1px solid #282828;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    position: absolute;
    top: 52%;
    left: 4.6153846154vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0;
  }
  header .nav_body.open {
    opacity: 1;
    visibility: inherit;
  }
  header .openbtn {
    display: block !important;
  }
  header .openbtn {
    position: absolute;
    top: 50%;
    right: 5.1282051282vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
  header .openbtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 50%;
    height: 0.5128205128vw;
    background: #000;
    width: 4.1025641026vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 1.2820512821vw;
  }
  header .openbtn span:nth-of-type(1) {
    top: 1.5384615385vw;
  }
  header .openbtn span:nth-of-type(2) {
    top: 2.8205128205vw;
  }
  header .openbtn span:nth-of-type(3) {
    top: 4.1025641026vw;
  }
  header .megaMenu_cont {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100vw;
    background-color: #fff;
    -webkit-transition: none;
    transition: none;
    padding: 0 0 30vh;
  }
  header .megaMenu_cont.active {
    display: block;
  }
  header .megaMenu_inner,
  header .megaMenu_inner.megaMenu_inner_product {
    max-width: 100%;
    padding: 0;
    margin: auto;
    display: block;
  }
  header .megaMenu_inner .megaMenu_category_list,
  header .megaMenu_inner.megaMenu_inner_product .megaMenu_category_list {
    display: block;
    width: 100%;
  }
  header .megaMenu_inner .megaMenu_category_list li,
  header .megaMenu_inner.megaMenu_inner_product .megaMenu_category_list li {
    margin: 0;
  }
  header .megaMenu_inner .megaMenu_list,
  header .megaMenu_inner.megaMenu_inner_product .megaMenu_list {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  header .megaMenu_inner .megaMenu_list ul,
  header .megaMenu_inner.megaMenu_inner_product .megaMenu_list ul {
    display: block;
  }
  header .megaMenu_inner .megaMenu_list ul::after,
  header .megaMenu_inner.megaMenu_inner_product .megaMenu_list ul::after {
    content: none;
  }
  header .megaMenu_inner .megaMenu_list li,
  header .megaMenu_inner.megaMenu_inner_product .megaMenu_list li {
    width: 100%;
    margin: 0;
  }
  header .megaMenu_inner li a,
  header .megaMenu_inner.megaMenu_inner_product li a {
    font-size: 4.6153846154vw;
    width: 100%;
    padding: 4.6153846154vw 6.4102564103vw;
  }
  header .megaMenu_inner li a span,
  header .megaMenu_inner.megaMenu_inner_product li a span {
    width: 13.0769230769vw;
    height: 11.5384615385vw;
    margin-right: 3.3333333333vw;
  }
  header .megaMenu_inner li a.other,
  header .megaMenu_inner.megaMenu_inner_product li a.other {
    padding-left: 6.4102564103vw;
  }
  header .megaMenu_inner li a:hover,
  header .megaMenu_inner.megaMenu_inner_product li a:hover {
    opacity: 1;
  }
  header .megaMenu_return_btn_wrap {
    display: block;
  }
  /*=================================================================================== 
  *  
  *　FOOTER (SP)
  *
  =================================================================================== */
  footer {
    padding: 10.2564102564vw 0 5.1282051282vw;
  }
  footer .footer_wrap,
  footer .footer_inner,
  footer .footer_nav {
    display: block;
  }
  footer .footer_wrap {
    max-width: 100%;
    padding: 0;
  }
  footer .footer_logo {
    width: 36.9230769231vw;
    margin: 0 auto 10.2564102564vw;
  }
  footer .footer_inner {
    max-width: unset;
    width: 100%;
  }
  footer .footer_nav01 {
    width: 100%;
  }
  footer .footer_nav01 ul {
    width: 100%;
    margin-right: 0;
  }
  footer .footer_nav02 {
    max-width: unset;
    width: 100%;
    border-bottom: dashed 1px #ccc;
  }
  footer .footer_nav02 dl {
    max-width: unset;
    width: 100%;
    margin-bottom: 0;
  }
  footer dl {
    border-top: dashed 1px #ccc;
  }
  footer dt {
    font-size: 3.8461538462vw;
    padding: 2.8205128205vw 11.5384615385vw 2.8205128205vw 6.4102564103vw;
    position: relative;
  }
  footer dt::before {
    content: "";
    width: 2.8205128205vw;
    height: 2.8205128205vw;
    border: 0;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    position: absolute;
    top: 42%;
    right: 6.4102564103vw;
    bottom: 0;
  }
  footer dt.active::before {
    -webkit-transform: translateY(10%) rotate(315deg);
            transform: translateY(10%) rotate(315deg);
  }
  footer dd {
    display: none;
    margin-bottom: 2.8205128205vw;
  }
  footer dd a {
    font-size: 3.8461538462vw;
    margin-top: 0;
    padding: 1.5384615385vw 6.4102564103vw;
  }
  footer .copyright {
    font-size: 3.0769230769vw;
    margin: 12.8205128205vw 0 3.0769230769vw;
  }
  /*=================================================================================== 
  *  
  *　TOP (SP)
  *
  =================================================================================== */
  #top {
    padding-bottom: 30.7692307692vw;
  }
  #top section {
    margin-top: 17.4358974359vw;
  }
  #top h2 {
    font-size: 6.1538461538vw;
    text-align: center;
    margin-bottom: 9.2307692308vw;
  }
  #top .appeal_wrap {
    max-width: 87.1794871795vw;
    margin: 20.5128205128vw auto 0;
    display: block;
  }
  #top .appeal_wrap dl {
    width: 100%;
    margin: 0;
  }
  #top .appeal_wrap dl + dl,
  #top .appeal_wrap dl:last-of-type {
    margin-top: 7.6923076923vw;
  }
  #top .appeal_wrap dt {
    font-size: 3.5897435897vw;
  }
  #top .appeal_wrap dd {
    margin-top: 2.5641025641vw;
  }
  #top .appeal_wrap a {
    height: 15.3846153846vw;
    font-size: 4.6153846154vw;
  }
  #top .product_list-simple li {
    width: 41.0256410256vw;
    margin-bottom: 4.6153846154vw;
  }
  #top .product_list-simple li a {
    padding: 9.2307692308vw 2.5641025641vw 5.1282051282vw;
  }
  #top .product_list-simple li figure {
    width: 20.5128205128vw;
    height: 20.5128205128vw;
  }
  #top .product_list-simple li .product_name_wrap {
    margin-top: 7.1794871795vw;
  }
  #top .product_list-simple li .product_name-en {
    font-size: 3.0769230769vw;
  }
  #top .product_list-simple li .product_name {
    font-size: 3.0769230769vw;
  }
  #top .card_list {
    display: block;
  }
  #top .card_list li {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 4.6153846154vw;
    min-height: auto;
    height: 48.7179487179vw;
  }
  #top .card_list li a {
    font-size: 7.1794871795vw;
  }
  #top .card_list li a span {
    font-size: 4.1025641026vw;
    margin-top: 3.8461538462vw;
  }
  #top .mv {
    height: 157.9487179487vw;
  }
  #top .mv_wrap {
    max-width: 100%;
    padding: 0 5.1282051282vw;
  }
  #top .mv_inner {
    display: block;
    width: 100%;
  }
  #top .mv_inner form {
    max-width: 100%;
    margin: 12.8205128205vw auto 0;
  }
  #top .mv_inner form button {
    right: 3.8461538462vw;
  }
  #top .mv_inner form button img {
    width: 6.1538461538vw;
  }
  #top .mv_inner input {
    font-size: 4.1025641026vw;
    padding: 2.5641025641vw 12.8205128205vw 3.0769230769vw 3.5897435897vw;
  }
  #top .mv .search_box {
    display: none;
  }
  #top .mv h1 {
    font-size: 8.7179487179vw;
    line-height: 1.3;
    text-align: center;
    display: block;
  }
  #top .news .wrap {
    max-width: 100%;
  }
  #top .other ul {
    max-width: 100%;
    margin: 20.5128205128vw auto 0;
    display: block;
  }
  #top .other li {
    width: 100%;
  }
  #top .other .other_item {
    width: 100%;
    min-width: 100%;
  }
  #top .other li + li {
    margin-top: 12.8205128205vw;
  }
  #top .other figure {
    width: 20.5128205128vw;
  }
  #top .other h3 {
    font-size: 5.1282051282vw;
    margin-top: 4.1025641026vw;
  }
  #top .other p {
    font-size: 4.1025641026vw;
    margin-top: 2.5641025641vw;
  }
  #top .other a {
    width: 46.1538461538vw;
    height: 10.7692307692vw;
    margin: 6.1538461538vw auto 0;
    font-size: 3.5897435897vw;
    padding: 0 7.6923076923vw;
  }
  #top .other a::before, #top .other a::after {
    right: 3.0769230769vw;
    width: 2.0512820513vw;
    height: 1px;
  }
  #top .follow_appeal {
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    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;
    padding: 2.5641025641vw;
    margin: 0;
  }
  #top .follow_appeal a {
    font-size: 4.1025641026vw;
    width: 45.641025641vw;
    height: 12.3076923077vw;
  }
  /*=================================================================================== 
  *  
  *　結果一覧 (SP)
  *
  =================================================================================== */
  #result .result_content {
    padding: 0;
  }
  #result .result_wrap {
    display: block;
  }
  #result .wrap {
    padding: 0 3.8461538462vw;
  }
  #result .side_serch {
    width: 100%;
  }
  #result .side_serch .search-container input[type=search] {
    font-size: 4.1025641026vw;
    padding: 2.8205128205vw 12.8205128205vw 3.0769230769vw 2.5641025641vw;
    border-radius: 1.0256410256vw;
  }
  #result .side_serch .search_input_box button {
    right: 3.8461538462vw;
  }
  #result .side_serch .search_input_box button img {
    width: 6.1538461538vw;
  }
  #result .side_serch .filter-section {
    display: none;
  }
  #result .result_product {
    width: 100%;
    margin-top: 7.6923076923vw;
  }
  #result .result_product .product_list::after {
    width: 45.8974358974vw;
  }
  #result .result_product .product_list::before {
    content: none;
  }
  #result .result_product .product_list_item {
    width: 45.8974358974vw;
  }
  #result .follow_search {
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    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;
    padding: 3.5897435897vw 5.1282051282vw 2.8205128205vw 0;
  }
  #result .follow_search .product-count {
    font-weight: 400;
    font-size: 4.1025641026vw;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    width: calc(100% - 43.58974vw);
  }
  #result .follow_search .product-count-num {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 6.1538461538vw;
    color: #fff;
    margin: 0 0.7692307692vw 0 1.5384615385vw;
  }
  #result .follow_search .appeal_search_btn {
    text-align: center;
    padding: 3.0769230769vw 3.0769230769vw 3.3333333333vw;
    font-size: 4.1025641026vw;
    font-weight: 700;
    border: none;
    width: 43.5897435897vw;
  }
  /*=================================================================================== 
  *  
  *　商品詳細 (SP)
  *
  =================================================================================== */
  #product .product_detail {
    padding-top: 0;
  }
  #product .product_detail .product_detail_inner {
    display: block;
  }
  #product .product_detail .product_detail_img {
    width: 100%;
  }
  #product .product_detail .product_detail_img #product_detail_img_main {
    margin-bottom: 0;
  }
  #product .product_detail .product_detail_img #product_detail_img_main img {
    padding: 14.1025641026vw;
  }
  #product .product_detail .product_detail_body {
    margin-top: 7.6923076923vw;
    width: 100%;
  }
  #product .product_detail .product_detail_body h1 {
    font-size: 6.4102564103vw;
  }
  #product .product_detail .product_detail_body h1 .category {
    font-size: 3.5897435897vw;
  }
  #product .product_detail .product_detail_body p {
    font-size: 3.5897435897vw;
    margin-top: 5.8974358974vw;
  }
  #product .product_detail .product_detail_body .tabs {
    margin: 12.8205128205vw 0 3.5897435897vw;
  }
  #product .product_detail .product_detail_body .tab {
    padding: 2.5641025641vw 5.1282051282vw;
  }
  #product .product_detail .product_detail_body table {
    margin-bottom: 5.1282051282vw;
  }
  #product .product_detail .product_detail_body th, #product .product_detail .product_detail_body td {
    padding: 2.5641025641vw;
  }
  #product .product_detail .product_detail_body td {
    font-size: 3.8461538462vw;
    line-height: 1.8666666667;
    padding: 3.0769230769vw;
  }
  #product .product_detail .product_detail_body .contact_btn,
  #product .product_detail .product_detail_body .purchase_btn {
    font-size: 4.6153846154vw;
    padding: 4.6153846154vw 5.1282051282vw 5.1282051282vw;
    margin-top: 6.9230769231vw;
  }
  #product .product_detail .product_detail_body .contact_btn {
    bottom: 5.1282051282vw;
  }
  #product .product_detail .product_detail_body .purchase_btn {
    margin-top: 3.8461538462vw;
  }
  #product .product_detail .product_detail_body .purchase_btn:hover span {
    color: #333;
  }
  #product .product_detail .product_detail_body .purchase_btn:hover span::before {
    background: url("../img/common/window_icon.png") center center/contain no-repeat;
  }
  #product .product_detail .product_detail_body .purchase_btn span::before {
    width: 3.5897435897vw;
    height: 3.0769230769vw;
    right: -5.1282051282vw;
  }
  #product .product_detail .arrow_link_wrap {
    margin-top: 5.1282051282vw;
  }
  #product .product_detail .sns_wrap {
    margin-top: 5.1282051282vw;
  }
  #product .product_detail .sns_wrap ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #product .product_detail .sns_wrap li {
    margin: 0 2.5641025641vw;
  }
  #product .product_detail .sns_wrap a {
    width: 10.2564102564vw;
  }
  #product .product_other .wrap {
    width: 92.3076923077vw;
    padding: 0;
  }
  #product .product_other h3 {
    font-size: 4.6153846154vw;
    margin-top: 12.8205128205vw;
  }
  #product .product_other .product_list {
    margin-top: 5.1282051282vw;
  }
  /*=================================================================================== 
  *  
  *　お知らせ一覧 (SP)
  *
  =================================================================================== */
  #news_archive .news_archive_content {
    padding: 0;
  }
  #news_archive .category_list {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 0 2.5641025641vw 0 5.1282051282vw;
  }
  #news_archive .category_list a {
    min-width: 35.8974358974vw;
    border-radius: 5.8974358974vw;
    margin: 0 2.5641025641vw 2.5641025641vw 0;
    padding: 2.3076923077vw 5.1282051282vw 2.8205128205vw;
    font-size: 4.6153846154vw;
  }
  #news_archive .news_list {
    margin-top: 5.1282051282vw;
  }
  /*=================================================================================== 
  *  
  *　お知らせ (SP)
  *
  =================================================================================== */
  #news .news_content {
    padding-top: 5.641025641vw;
  }
  #news .cont_wrap {
    max-width: 82.0512820513vw;
  }
  #news .article_date {
    font-size: 4.358974359vw;
    margin-right: 4.1025641026vw;
  }
  #news .article_category {
    min-width: 25.641025641vw;
    height: 6.9230769231vw;
    font-size: 3.0769230769vw;
    padding: 0 2.5641025641vw;
  }
  #news .article_ttl {
    font-size: 6.1538461538vw;
    line-height: 1.5;
    margin: 5.1282051282vw 0 10.666666666666668vw;
  }
  #news .article_contents .thumbnail {
    width: 100vw;
    margin: 12.8205128205vw calc(50% - 50vw) 15.3846153846vw;
  }
  /*=================================================================================== 
  *  
  *　WEBマガジンTOP (SP)
  *
  =================================================================================== */
  #webmagazine_top .webmagazine_mv {
    height: 158.97435897435898vw;
  }
  #webmagazine_top .webmagazine_mv .swiper-slide {
    padding: 0;
  }
  #webmagazine_top .webmagazine_mv .swiper-slide .wrap {
    padding: 0 5.1282051282vw;
  }
  #webmagazine_top .webmagazine_mv .swiper-slide .thumbnail {
    width: 100%;
    height: 100%;
    margin: auto;
  }
  #webmagazine_top .webmagazine_mv .webmagazine_info {
    padding: 5.333vw 0 10.666666666666668vw;
  }
  #webmagazine_top .webmagazine_info .tag_list {
    margin-top: 2.1333333333333333vw;
  }
  #webmagazine_top .webmagazine_archive_box {
    margin-top: 20.5128205128vw;
  }
  #webmagazine_top .webmagazine_archive_box h2 {
    font-size: 6.1538461538vw;
    text-align: center;
  }
  #webmagazine_top .webmagazine_archive_box .btn {
    margin: 15.3846153846vw auto 0;
    padding: 3.5897435897vw 4.6153846154vw;
  }
  #webmagazine_top .webmagazine_archive_box + .webmagazine_archive_box {
    margin-top: 20.5128205128vw;
  }
  #webmagazine_archive .webmagazine_archive_content {
    padding: 5.641025641vw 0 0;
  }
  /*=================================================================================== 
  *  
  *　WEBマガジン・一覧 (SP)
  *
  =================================================================================== */
  #webmagazine .cont_wrap {
    max-width: 82.0512820513vw;
  }
  #webmagazine .webmagazine_content {
    padding: 10.7692307692vw 0 0;
  }
  #webmagazine .webmagazine_info .tag_list li {
    font-size: 3.0769230769vw;
  }
  #webmagazine .thumbnail {
    width: 100vw;
    margin: 15.3846153846vw calc(50% - 50vw) 0;
  }
  #webmagazine .archive_wrap {
    margin-top: 13.8461538462vw;
  }
  #webmagazine .webmagazine_archive_box {
    margin-top: 20.5128205128vw;
  }
  #webmagazine .webmagazine_archive_box h2 {
    font-size: 6.1538461538vw;
    text-align: center;
  }
  /*=================================================================================== 
  *  
  *　使い方ガイドTOP (SP)
  *
  =================================================================================== */
  #guide_archive h2 {
    font-size: 6.1538461538vw;
    text-align: center;
  }
  #guide_archive .guide_archive_list {
    display: block;
    margin-top: 8.9743589744vw;
  }
  #guide_archive .guide_archive_list::after {
    content: none;
  }
  #guide_archive .guide_archive_list li {
    width: 100%;
    margin-bottom: 12.8205128205vw;
  }
  #guide_archive .guide_archive_list .guide_archive_category {
    font-size: 3.5897435897vw;
    line-height: 2;
    margin-top: 5.1282051282vw;
  }
  #guide_archive .guide_archive_list .guide_archive_name {
    margin-top: 3.0769230769vw;
  }
  #guide_archive .guide_archive_list .guide_archive_name dt {
    width: 14.8717948718vw;
    font-size: 3.5897435897vw;
  }
  #guide_archive .guide_archive_list .guide_archive_name dd {
    width: calc(100% - 14.87179vw);
    font-size: 4.8717948718vw;
  }
  #guide_archive .guide_archive_list .guide_archive_number {
    margin-top: 2.5641025641vw;
  }
  #guide_archive .guide_archive_list .guide_archive_number dt {
    width: 11.5384615385vw;
    font-size: 3.5897435897vw;
  }
  #guide_archive .guide_archive_list .guide_archive_number dd {
    width: calc(100% - 11.53846vw);
  }
  #guide_archive .guide_archive_list .guide_archive_number .model_numbers li {
    font-size: 3.8461538462vw;
    margin: 0 1.0256410256vw 0 0;
    padding-right: 3.0769230769vw;
  }
  #guide_archive .guide_archive_list .guide_archive_number .model_numbers li::before {
    font-size: 3.8461538462vw;
  }
  /*=================================================================================== 
  *  
  *　使い方ガイド (SP)
  *
  =================================================================================== */
  #guide .guide_content {
    padding: 8.9743589744vw 0 0;
  }
  #guide .cont_wrap {
    max-width: 82.0512820513vw;
  }
  #guide h1 {
    font-size: 6.1538461538vw;
    line-height: 1.5;
    margin-top: 3.8461538462vw;
    margin-bottom: 12.3076923077vw;
  }
  #guide .category {
    font-size: 4.1025641026vw;
    line-height: 1.75;
  }
  #guide .thumbnail {
    width: 100vw;
    margin: 12.3076923077vw calc(50% - 50vw) 0;
  }
  #guide .guide_article {
    margin-top: 15.3846153846vw;
  }
  /*=================================================================================== 
  *  
  *　よくある質問 (SP)
  *
  =================================================================================== */
  #faq .faq_content {
    padding: 0;
  }
  #faq .cont_wrap {
    margin: 0 auto;
  }
  #faq dl + dl {
    margin-top: 5.1282051282vw;
  }
  #faq dt {
    font-size: 4.6153846154vw;
    line-height: 1.66;
    padding: 5.1282051282vw 0;
  }
  #faq dd {
    font-size: 4.1025641026vw;
    line-height: 1.75;
    padding: 5.1282051282vw 0;
  }
  #faq dt span, #faq dd span {
    font-size: 5.1282051282vw;
    margin-right: 4.6153846154vw;
  }
  /*=================================================================================== 
  *  
  *　問い合わせ (SP)
  *
  =================================================================================== */
  #contact .contact_content {
    padding: 5.641025641vw 0 0;
  }
  #contact .cont_wrap {
    max-width: 89.7435897436vw;
  }
  #contact form {
    max-width: 100%;
  }
  #contact form p + p {
    margin-top: 5.1282051282vw;
  }
  #contact label {
    font-size: 4.1025641026vw;
    margin-bottom: 2.5641025641vw;
  }
  #contact input, #contact textarea, #contact button {
    font-size: 4.1025641026vw;
    width: 100%;
    padding: 3.3333333333vw 3.8461538462vw;
    border-radius: 1.2820512821vw;
  }
  #contact .required {
    font-size: 3.0769230769vw;
    padding: 0 1.2820512821vw 1px;
    margin: 0 0 0 1.7948717949vw;
    border-radius: 0.5128205128vw;
  }
  #contact .postal-code_wrap {
    margin-bottom: 5.1282051282vw;
  }
  #contact .postal-code_wrap input {
    width: 20.5128205128vw;
  }
  #contact .postal-code_wrap span {
    margin-right: 1.5384615385vw;
  }
  #contact .postal-code_wrap button {
    font-size: 3.5897435897vw;
    max-width: 33.3333333333vw;
    padding: 0 2.0512820513vw;
  }
  #contact .postal-code_wrap .icon {
    font-size: 4.1025641026vw;
    width: 11.2820512821vw;
    border-radius: 1.2820512821vw 0 0 1.2820512821vw;
  }
  #contact .postal-code_wrap #postal-code1 {
    border-radius: 0 1.2820512821vw 1.2820512821vw 0;
  }
  #contact .confirmation {
    margin-top: 5.1282051282vw;
  }
  #contact .confirmation .note {
    font-size: 3.5897435897vw;
  }
  #contact .confirmation a {
    font-size: 3.5897435897vw;
  }
  #contact .confirmation .button {
    max-width: 107.6923076923vw;
    margin: 4.358974359vw 0 0;
  }
  #contact .confirmation .button:hover {
    background-color: #333;
  }
}


/*=================================================================================== 
*  
*　Contact Form 7 カスタマイズ
*
=================================================================================== */
.wpcf7 .wpcf7-spinner {
  display: block;
}
.wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
  margin-top: 10px;
}
.wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}
.wpcf7-form-control-wrap.is-show > .wpcf7-not-valid {
  border: solid 1px #FF0000 !important;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #FF0000;
  margin-top: 6px;
}
.wpcf7 [data-name="postal-code1"],
.wpcf7 [data-name="postal-code2"] {
  position: relative;
}
.wpcf7 [data-name="postal-code1"] .wpcf7-not-valid-tip,
.wpcf7 [data-name="postal-code2"] .wpcf7-not-valid-tip {
  position: absolute;
  top: 96%;
  left: 0;
  width: 115%;
}
.wpcf7 .wpcf7-response-output {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .wpcf7 .wpcf7-not-valid-tip {
    font-size: 3.077vw;
    margin-top: 1.538vw;
  }
  .wpcf7 [data-name="postal-code1"] .wpcf7-not-valid-tip,
  .wpcf7 [data-name="postal-code2"] .wpcf7-not-valid-tip {
    font-size: 2.5vw;
  }
}