@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*サイトカラー*/
/*サイトカラー*/
/*サイトカラー*/
/*テキストに使うフォントカラー*/
/*テキスト内で使うリンクカラー*/
/*ボーダーカラー*/
/* font */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media screen and (max-width: 900px) {
  body {
    font-weight: 400;
    color: #333333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
    font-size: 14px;
    padding-top: 60px;
  }
  body img {
    max-width: 100%;
  }
  ul {
    list-style: none;
  }
  a.icon {
    display: inline-block;
    position: relative;
    padding-right: 20px;
  }
  a.icon:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: absolute;
    right: -5px;
    top: 0.1em;
  }
  a.icon[href$=pdf]:after {
    background-image: url(../images/common/icon_pdf.svg);
  }
  a.icon[href$=doc]:after, a.icon[href$=docx]:after {
    background-image: url(../images/common/icon_doc.png);
  }
  a.icon[href$=xls]:after, a.icon[href$=xlsx]:after {
    background-image: url(../images/common/icon_xls.png);
  }
  .icon.pdf {
    width: 1.3em;
    height: 1.3em;
    background-image: url(../images/common/icon_pdf.svg);
    background-size: cover;
    display: inline-block;
    margin-left: 0.5em;
    transform: translateY(3px);
  }
  .ico_blank {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url("../images/common/icon_blank.png") no-repeat 0 0;
    background-size: cover;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: -4px;
  }
  a.newsicon {
    display: inline-block;
  }
  a.newsicon[href$=pdf] span:after {
    background-image: url(../images/common/icon_pdf.svg);
  }
  a.newsicon[href$=doc] span:after, a.newsicon[href$=docx] span:after {
    background-image: url(../images/common/icon_doc.png);
  }
  a.newsicon[href$=xls] span:after, a.newsicon[href$=xlsx] span:after {
    background-image: url(../images/common/icon_xls.png);
  }
  a.newsicon span {
    display: inline-block;
    position: relative;
    padding-right: 20px;
  }
  a.newsicon span:after {
    content: "";
    display: block;
    width: 18px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: absolute;
    right: -5px;
    top: 0.1em;
  }
  .common_inner {
    padding: 0 20px;
  }
  .common_btn {
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border: none;
    color: #fff;
    background: linear-gradient(to right, #18b7cd 50%, #fff 50%);
    background-position: 0 0;
    background-size: 200% 100%;
    border: 1px solid #18b7cd;
    vertical-align: bottom;
    padding: 15px 40px;
    width: 80%;
    width: 100%;
  }
  .common_btn span.en {
    display: block;
    margin-top: 5px;
  }
  .common_btn .cart {
    position: relative;
    display: inline-block;
  }
  .common_btn .cart:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_cart_blue.svg) no-repeat;
    width: 1em;
    height: 1em;
    margin-right: 10px;
    transform: translateY(1px);
  }
  .common_btn:before {
    content: "";
    display: inline-block;
    background: url(../images/common/link_arrow_w.png) no-repeat;
    width: 18px;
    height: 3px;
    position: absolute;
    top: calc(50% - 2px);
    right: 15px;
    transition: all 0.6s;
    right: 10px;
  }
  .common_btn.back:before {
    right: auto;
    left: 15px;
    transform: scale(-1, 1);
  }
  .common_btn[target=_blank]:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_blank_w.png) no-repeat;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .common_btn[target=_blank]:hover:before {
    background: url(../images/common/icon_blank.png) no-repeat;
  }
  .common_btn.toumei {
    border: 1px solid #000;
    color: #000;
    background: linear-gradient(to right, #fff 50%, #18b7cd 50%);
    background-position: 0 0;
    background-size: 200% 100%;
  }
  .common_btn.toumei.blue {
    background: linear-gradient(to right, #fff 50%, #4568b1 50%);
    background-position: 0 0;
    background-size: 200% 100%;
  }
  .common_btn.toumei:before {
    background: url(../images/common/link_arrow.png) no-repeat;
  }
  .common_btn.toumei:hover {
    background-position: -100% 0;
    border: 1px solid #18b7cd;
    color: #fff;
  }
  .common_btn.toumei:hover:before {
    right: 8px;
    background: url(../images/common/link_arrow_w.png) no-repeat;
  }
  .common_btn.toumei[target=_blank]:before {
    background: url(../images/common/icon_blank_b.png) no-repeat;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .common_btn.toumei[target=_blank]:hover:before {
    background: url(../images/common/icon_blank_w.png) no-repeat;
  }
  .common_btn.gray {
    border: none;
    color: #fff;
    background: linear-gradient(to right, #18b7cd 50%, #f2f2f2 50%);
    background-position: 0 0;
    background-size: 200% 100%;
  }
  .common_btn.gray:before {
    background: url(../images/common/link_arrow_w.png) no-repeat;
  }
  .common_btn.gray:hover {
    background-position: -100% 0;
    color: #18b7cd;
  }
  .common_btn.gray:hover:before {
    right: 8px;
    background: url(../images/common/link_arrow_b.png) no-repeat;
  }
  .common_btn.gray[target=_blank]:before {
    background: url(../images/common/icon_blank_w.png) no-repeat;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .common_btn.gray[target=_blank]:hover:before {
    background: url(../images/common/icon_blank.png) no-repeat;
  }
  .common_btn.darkblue {
    border: 1px solid #4568b1;
    background: linear-gradient(to right, #4568b1 50%, #fff 50%);
    background-position: 0 0;
    background-size: 200% 100%;
  }
  .common_btn.darkblue.blue {
    background: linear-gradient(to right, #fff 50%, #4568b1 50%);
    background-position: 0 0;
    background-size: 200% 100%;
  }
  .common_btn.white {
    border: 1px solid #fff;
    background: #fff;
    background-position: 0 0;
    background-size: 200% 100%;
    color: #4568b1;
  }
  .common_btn.white:before {
    background: url(../images/common/link_arrow_b.png) no-repeat;
  }
  .common_btn.white:hover {
    border: 1px solid #4568b1;
  }
  #header {
    background-color: #fff;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
  }
  #header.open i:nth-of-type(1):before {
    transform: translateY(5px) rotate(-45deg);
  }
  #header.open i:nth-of-type(2):before {
    opacity: 0;
  }
  #header.open i:nth-of-type(3):before {
    transform: translateY(-7px) rotate(45deg);
  }
  #header.open .gNav {
    right: 0;
    pointer-events: auto;
    visibility: visible;
    z-index: 101;
    opacity: 1;
  }
  #header.open .gNav:before {
    width: 100%;
  }
  #header.open .gNav .gNav_inner {
    opacity: 1;
    transition: 1.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  }
  #header .header_inner {
    position: relative;
    z-index: 101;
    height: 60px;
    padding: 15px 20px;
  }
  #header .header_inner .header_logo img {
    height: 27px;
  }
  #header .header_inner .header_lead {
    display: none;
  }
  #header .trigger {
    position: fixed;
    top: 25px;
    right: 20px;
    width: 18px;
    height: 13px;
    z-index: 102;
  }
  #header .trigger i:before {
    background-color: #000;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    transition: all 0.4s;
    width: 18px;
  }
  #header .trigger i:nth-of-type(1):before {
    top: 0px;
  }
  #header .trigger i:nth-of-type(2):before {
    top: 6px;
  }
  #header .trigger i:nth-of-type(3):before {
    bottom: 0px;
  }
  .gNav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 100;
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    pointer-events: none;
    right: 0%;
    top: 60px;
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 60px;
  }
  .gNav .gNav_logo {
    display: none;
  }
  .gNav:before {
    content: "";
    background-color: #fff;
    width: 0%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .gNav .gNav_inner {
    opacity: 0;
  }
  .gNav .gNav_main {
    list-style: none;
    padding: 0 30px;
    background-color: #fff;
  }
  .gNav .gNav_main > li {
    border-bottom: 1px solid #ddd;
    position: relative;
  }
  .gNav .gNav_main > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 56px;
    display: block;
  }
  .gNav .gNav_main > li .toggle_btn {
    width: 41px;
    height: 41px;
    background: url(../images/common/icon_plus.png) no-repeat center right 5px;
    background-size: 15px 15px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .gNav .gNav_main > li .toggle_btn.open {
    background: url(../images/common/icon_minus.png) no-repeat center right 5px;
    background-size: 15px 15px;
  }
  .gNav .gNav_main > li .sub_menu {
    margin-bottom: 15px;
    display: none;
    overflow: hidden;
  }
  .gNav .gNav_main > li .sub_menu li {
    width: calc(50% - 5px);
    background-color: #f3f3f3;
    float: left;
  }
  .gNav .gNav_main > li .sub_menu li:nth-of-type(odd) {
    margin-right: 10px;
  }
  .gNav .gNav_main > li .sub_menu li:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  .gNav .gNav_main > li .sub_menu li a {
    font-size: 11px;
    text-decoration: none;
    display: block;
    color: #333333;
    padding: 7px 10px;
  }
  .gNav .gNav_main > li > a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
  }
  .gNav .btns {
    background-color: #fff;
    padding: 20px 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .gNav .btns a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: calc(50% - 5px);
    color: #fff;
    text-decoration: none;
    line-height: 1.3;
    font-size: 13px;
    padding: 10px;
  }
  .gNav .btns a.lightblue {
    background-color: #18b7cd;
  }
  .gNav .btns a.lightblue:hover {
    background-color: #44cadc;
  }
  .gNav .btns a.blue {
    background-color: #4568b1;
  }
  .gNav .btns a.blue:hover {
    background-color: #6789d0;
  }
  .gNav .btns a.wide {
    width: 100%;
  }
  .gNav .btns a.wide ~ a {
    margin-top: 10px;
  }
  .gNav .btns a .icon {
    display: block;
    margin-bottom: 5px;
    width: 24px;
  }
  .gNav .sns {
    background-color: #fff;
    padding: 35px 20px;
    display: flex;
    justify-content: center;
  }
  .gNav .sns a {
    display: inline-block;
    width: 25px;
    margin: 0 12px;
  }
  .gNav .sns a img {
    width: 100%;
  }
  .gNav .gNav_sub {
    list-style: none;
    position: relative;
    background-color: #fff;
    padding: 20px 30px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .gNav .gNav_sub li {
    width: calc(50% - 5px);
    background-color: #f3f3f3;
  }
  .gNav .gNav_sub li:nth-of-type(odd) {
    margin-right: 10px;
  }
  .gNav .gNav_sub li:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  .gNav .gNav_sub li a {
    font-size: 11px;
    text-decoration: none;
    display: block;
    color: #333333;
    padding: 7px 10px;
  }
  .head_sns {
    display: none;
  }
  .floating_link {
    opacity: 1;
    transition: opacity 0.3s;
    display: none;
  }
  .floating_link.hide {
    opacity: 0;
    z-index: -1;
  }
  .floating_link.hide a {
    visibility: hidden;
  }
  #overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 99;
  }
  .lang_switch {
    margin: 1rem 0;
  }
  .lang_switch .gtranslate_wrapper {
    display: flex;
    justify-content: center;
    gap: 0 0.5rem;
  }
  .lang_switch .gtranslate_wrapper div,
  .lang_switch .gtranslate_wrapper select,
  .lang_switch .gtranslate_wrapper a {
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    border: 1px solid #ccc;
    overflow: hidden;
  }
  .lang_switch .glink img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    vertical-align: baseline;
  }
  #footer {
    color: #fff;
    position: relative;
    background: url(../images/common/footer_bg_sp.jpg) top;
    background-size: cover;
    margin-top: 30px;
    padding-top: 110px;
    padding-bottom: 30px;
  }
  #footer #pageTop {
    background: url(../images/common/pagetop.png) no-repeat;
    background-size: cover;
    width: 145px;
    height: 118px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 108px;
    height: 88px;
    display: none;
  }
  #footer #pageTop:before {
    content: "";
    background: url(../images/common/pagetop_arrow.png) no-repeat;
    width: 3px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 35px;
    transition: all 0.3s;
    width: 3px;
    height: 18px;
    right: 20px;
    top: 38px;
  }
  #footer #pageTop:hover {
    cursor: pointer;
  }
  #footer #pageTop:hover:before {
    top: 40%;
  }
  #footer a {
    text-decoration: none;
    color: #fff;
  }
  #footer .footer_inner {
    padding: 0 30px;
  }
  #footer .footer_wrap .left_block .footer_contact .title {
    font-family: "Josefin Sans", sans-serif;
    color: #4568b1;
    line-height: 1;
    font-size: 20px;
  }
  #footer .footer_wrap .left_block .footer_contact p {
    margin-top: 20px;
    font-size: 16px;
  }
  #footer .footer_wrap .left_block .footer_contact .info {
    margin-top: 20px;
  }
  #footer .footer_wrap .left_block .footer_contact .info .tel {
    font-family: "Josefin Sans", sans-serif;
    position: relative;
    font-size: 26px;
    padding-left: 30px;
  }
  #footer .footer_wrap .left_block .footer_contact .info .tel:before {
    content: "";
    background: url(../images/common/icon_smapho.png) no-repeat;
    background-size: cover;
    display: inline-block;
    width: 18px;
    height: 26px;
    position: absolute;
    top: 3px;
    left: 0;
  }
  #footer .footer_wrap .left_block .footer_contact .info .web a {
    border: 1px solid #fff;
    line-height: 1;
    position: relative;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    padding: 15px 40px 15px 20px;
    width: 100%;
    text-align: center;
  }
  #footer .footer_wrap .left_block .footer_contact .info .web a span {
    font-size: 12px;
    margin-top: 10px;
    display: block;
  }
  #footer .footer_wrap .left_block .footer_contact .info .web a:before {
    content: "";
    display: inline-block;
    background: url(../images/common/link_arrow_w.png) no-repeat;
    width: 18px;
    height: 3px;
    position: absolute;
    top: calc(50% - 2px);
    right: 15px;
    transition: all 0.3s;
    right: 10px;
  }
  #footer .footer_wrap .left_block .footer_info {
    margin-top: 30px;
  }
  #footer .footer_wrap .left_block .footer_info .title {
    font-size: 15px;
  }
  #footer .footer_wrap .left_block .footer_info p {
    font-size: 13px;
    line-height: 24px;
    margin-top: 5px;
  }
  #footer .footer_wrap .left_block .footer_info .footerlink {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
  }
  #footer .footer_wrap .left_block .footer_info .footerlink a {
    color: #11a4b9;
    font-size: 13px;
    display: inline-block;
    padding: 10px 25px;
    line-height: 1;
    background-color: #fff;
    position: relative;
    text-align: center;
    min-width: 165px;
    min-width: auto;
    font-size: 12px;
    width: 49%;
    display: block;
    padding: 13px 15px;
  }
  #footer .footer_wrap .left_block .footer_info .footerlink a:nth-of-type(odd) {
    margin-right: 1%;
  }
  #footer .footer_wrap .left_block .footer_info .footerlink a[target=_blank]:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_blank.png) no-repeat;
    background-size: cover;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 4px;
    right: 4px;
  }
  #footer .footer_wrap .right_block {
    margin-top: 30px;
  }
  #footer .footer_wrap .right_block .footer_nav {
    display: flex;
  }
  #footer .footer_wrap .right_block .footer_nav ul {
    width: 49%;
  }
  #footer .footer_wrap .right_block .footer_nav ul:nth-of-type(odd) {
    margin-right: 1%;
  }
  #footer .footer_wrap .right_block .footer_nav ul li {
    font-size: 14px;
  }
  #footer .footer_wrap .right_block .footer_nav ul li:not(:first-of-type) {
    margin-top: 10px;
  }
  #footer .footer_wrap .right_block .footer_nav ul a {
    position: relative;
    font-size: 11px;
    /*
    &[target="_blank"]:after{
        content: "";
        display: inline-block;
        background: url(../images/common/icon_blank_w.png) no-repeat;
        width: 11px;
        height: 11px;
        margin-left: 5px;
        position: absolute;
        right: -18px;
        top: 0px;
    }
    */
  }
  #footer .footer_wrap .right_block .footer_nav ul a.btn {
    display: inline-block;
    background-color: #179daf;
    padding: 10px 20px;
    margin-top: 20px;
    display: block;
    padding: 10px 15px;
  }
  #footer .footer_wrap .right_block .footer_nav ul a.btn:hover {
    text-decoration: none;
    opacity: 0.9;
  }
  #footer .footer_wrap .right_block .footer_nav ul a.btn[target=_blank]:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_blank_w.png) no-repeat;
    width: 11px;
    height: 11px;
    margin-left: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
  }
  #footer .footer_bottom {
    margin-top: 30px;
    display: flex;
    flex-direction: column-reverse;
  }
  #footer .footer_bottom .copyright {
    font-size: 10px;
    margin-top: 30px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  #footer .footer_bottom .sns {
    font-family: "Josefin Sans", sans-serif;
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  #footer .footer_bottom .sns span {
    display: inline-block;
    padding-top: 5px;
  }
  #footer .footer_bottom .sns a {
    background-color: #37c4d7;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
  }
  #footer .footer_bottom .sns a:hover {
    opacity: 0.9;
  }
  #footer .footer_bottom .sns a img {
    width: 18px;
  }
  .product_cat_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .product_cat_list .item {
    position: relative;
    width: calc(50% - 3px);
  }
  .product_cat_list .item:nth-of-type(odd) {
    margin-right: 6px;
  }
  .product_cat_list .item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .product_cat_list .item a {
    display: block;
    text-decoration: none;
    color: #333333;
  }
  .product_cat_list .item .title {
    margin: 0;
    background-color: #f5f5f5;
    text-align: center;
    width: 100%;
    opacity: 0.8;
    padding: 5px;
    font-size: 12px;
  }
  .info_list dl {
    padding: 15px 0;
  }
  .info_list dl:not(:first-of-type) {
    border-top: 1px solid #dddddd;
  }
  .info_list dl dt time {
    color: #888888;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
  }
  .info_list dl dt .cat {
    color: #fff;
    display: inline-block;
    line-height: 1;
    text-align: center;
    font-size: 10px;
    padding: 7px 5px 5px;
    margin-left: 10px;
    width: 100px;
  }
  .info_list dl dd {
    margin-top: 10px;
  }
  .info_list dl dd a {
    text-decoration: none;
    color: #333333;
    display: block;
  }
  .cat.info {
    background-color: #3fc1d5;
  }
  .cat.pre {
    background-color: #5272b5;
  }
  .cat.media {
    background-color: #2a90cf;
  }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important;
  }
}
@media screen and (min-width: 900px) {
  body {
    font-weight: 400;
    color: #333333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  }
  ul {
    list-style: none;
  }
  a.icon {
    display: inline-block;
    position: relative;
    padding-right: 20px;
  }
  a.icon:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: absolute;
    right: -5px;
    top: 0.1em;
  }
  a.icon[href$=pdf]:after {
    background-image: url(../images/common/icon_pdf.svg);
  }
  a.icon[href$=doc]:after, a.icon[href$=docx]:after {
    background-image: url(../images/common/icon_doc.png);
  }
  a.icon[href$=xls]:after, a.icon[href$=xlsx]:after {
    background-image: url(../images/common/icon_xls.png);
  }
  .icon.pdf {
    width: 1.3em;
    height: 1.3em;
    background-image: url(../images/common/icon_pdf.svg);
    background-size: cover;
    display: inline-block;
    margin-left: 0.5em;
    transform: translateY(3px);
  }
  .ico_blank {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url("../images/common/icon_blank.png") no-repeat 0 0;
    background-size: cover;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: -4px;
  }
  a.newsicon {
    display: inline-block;
  }
  a.newsicon[href$=pdf] span:after {
    background-image: url(../images/common/icon_pdf.svg);
  }
  a.newsicon[href$=doc] span:after, a.newsicon[href$=docx] span:after {
    background-image: url(../images/common/icon_doc.png);
  }
  a.newsicon[href$=xls] span:after, a.newsicon[href$=xlsx] span:after {
    background-image: url(../images/common/icon_xls.png);
  }
  a.newsicon span {
    display: inline-block;
    position: relative;
    padding-right: 20px;
  }
  a.newsicon span:after {
    content: "";
    display: block;
    width: 18px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: absolute;
    right: -5px;
    top: 0.1em;
  }
  .common_btn {
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border: none;
    color: #fff;
    background: linear-gradient(to right, #18b7cd 50%, #fff 50%);
    background-position: 0 0;
    background-size: 200% 100%;
    border: 1px solid #18b7cd;
    vertical-align: bottom;
  }
  .common_btn span.en {
    display: block;
    margin-top: 5px;
  }
  .common_btn .cart {
    position: relative;
    display: inline-block;
  }
  .common_btn .cart:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_cart_blue.svg) no-repeat;
    width: 1em;
    height: 1em;
    margin-right: 10px;
    transform: translateY(1px);
  }
  .common_btn:before {
    content: "";
    display: inline-block;
    background: url(../images/common/link_arrow_w.png) no-repeat;
    width: 18px;
    height: 3px;
    position: absolute;
    top: calc(50% - 2px);
    right: 15px;
    transition: all 0.6s;
  }
  .common_btn.back:before {
    right: auto;
    left: 15px;
    transform: scale(-1, 1);
  }
  .common_btn[target=_blank]:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_blank_w.png) no-repeat;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .common_btn[target=_blank]:hover:before {
    background: url(../images/common/icon_blank.png) no-repeat;
  }
  .common_btn.toumei {
    border: 1px solid #000;
    color: #000;
    background: linear-gradient(to right, #fff 50%, #18b7cd 50%);
    background-position: 0 0;
    background-size: 200% 100%;
  }
  .common_btn.toumei.blue {
    background: linear-gradient(to right, #fff 50%, #4568b1 50%);
    background-position: 0 0;
    background-size: 200% 100%;
  }
  .common_btn.toumei:before {
    background: url(../images/common/link_arrow.png) no-repeat;
  }
  .common_btn.toumei:hover {
    background-position: -100% 0;
    border: 1px solid #18b7cd;
    color: #fff;
  }
  .common_btn.toumei:hover:before {
    right: 8px;
    background: url(../images/common/link_arrow_w.png) no-repeat;
  }
  .common_btn.toumei[target=_blank]:before {
    background: url(../images/common/icon_blank_b.png) no-repeat;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .common_btn.toumei[target=_blank]:hover:before {
    background: url(../images/common/icon_blank_w.png) no-repeat;
  }
  .common_btn.gray {
    border: none;
    color: #fff;
    background: linear-gradient(to right, #18b7cd 50%, #f2f2f2 50%);
    background-position: 0 0;
    background-size: 200% 100%;
  }
  .common_btn.gray:before {
    background: url(../images/common/link_arrow_w.png) no-repeat;
  }
  .common_btn.gray:hover {
    background-position: -100% 0;
    color: #18b7cd;
  }
  .common_btn.gray:hover:before {
    right: 8px;
    background: url(../images/common/link_arrow_b.png) no-repeat;
  }
  .common_btn.gray[target=_blank]:before {
    background: url(../images/common/icon_blank_w.png) no-repeat;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .common_btn.gray[target=_blank]:hover:before {
    background: url(../images/common/icon_blank.png) no-repeat;
  }
  .common_btn.darkblue {
    border: 1px solid #4568b1;
    background: linear-gradient(to right, #4568b1 50%, #fff 50%);
    background-position: 0 0;
    background-size: 200% 100%;
  }
  .common_btn.darkblue.blue {
    background: linear-gradient(to right, #fff 50%, #4568b1 50%);
    background-position: 0 0;
    background-size: 200% 100%;
  }
  .common_btn.white {
    border: 1px solid #fff;
    background: #fff;
    background-position: 0 0;
    background-size: 200% 100%;
    color: #4568b1;
  }
  .common_btn.white:before {
    background: url(../images/common/link_arrow_b.png) no-repeat;
  }
  .common_btn.white:hover {
    border: 1px solid #4568b1;
  }
  #header {
    background-color: #fff;
    z-index: 100;
  }
  #header .header_inner {
    position: relative;
    z-index: 101;
  }
  #header .trigger i:before {
    background-color: #000;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    transition: all 0.4s;
  }
  .gNav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 100;
    transition: all 0.6s;
  }
  .gNav .gNav_main {
    list-style: none;
  }
  .gNav .gNav_main > li > a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
  }
  .gNav .gNav_sub {
    list-style: none;
    position: relative;
  }
  .floating_link {
    opacity: 1;
    transition: opacity 0.3s;
  }
  .floating_link.hide {
    opacity: 0;
    z-index: -1;
  }
  .floating_link.hide a {
    visibility: hidden;
  }
  #overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 99;
  }
  #footer {
    color: #fff;
    position: relative;
  }
  #footer #pageTop {
    background: url(../images/common/pagetop.png) no-repeat;
    background-size: cover;
    width: 145px;
    height: 118px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
  }
  #footer #pageTop:before {
    content: "";
    background: url(../images/common/pagetop_arrow.png) no-repeat;
    width: 3px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 35px;
    transition: all 0.3s;
  }
  #footer #pageTop:hover {
    cursor: pointer;
  }
  #footer #pageTop:hover:before {
    top: 40%;
  }
  #footer a {
    text-decoration: none;
    color: #fff;
  }
  #footer .footer_wrap .left_block .footer_contact .title {
    font-family: "Josefin Sans", sans-serif;
    color: #4568b1;
    line-height: 1;
  }
  #footer .footer_wrap .left_block .footer_contact .info .tel {
    font-family: "Josefin Sans", sans-serif;
    position: relative;
  }
  #footer .footer_wrap .left_block .footer_contact .info .tel:before {
    content: "";
    background: url(../images/common/icon_smapho.png) no-repeat;
    background-size: cover;
    display: inline-block;
    width: 18px;
    height: 26px;
    position: absolute;
    top: 3px;
    left: 0;
  }
  #footer .footer_wrap .left_block .footer_contact .info .web a {
    border: 1px solid #fff;
    line-height: 1;
    position: relative;
  }
  #footer .footer_wrap .left_block .footer_contact .info .web a:before {
    content: "";
    display: inline-block;
    background: url(../images/common/link_arrow_w.png) no-repeat;
    width: 18px;
    height: 3px;
    position: absolute;
    top: calc(50% - 2px);
    right: 15px;
    transition: all 0.3s;
  }
  #footer .footer_wrap .left_block .footer_info .footerlink a {
    color: #11a4b9;
    font-size: 13px;
    display: inline-block;
    padding: 10px 25px;
    line-height: 1;
    background-color: #fff;
    position: relative;
    text-align: center;
    min-width: 165px;
  }
  #footer .footer_wrap .left_block .footer_info .footerlink a[target=_blank]:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_blank.png) no-repeat;
    background-size: cover;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 4px;
    right: 4px;
  }
  #footer .footer_wrap .right_block .footer_nav ul a {
    position: relative;
    /*
    &[target="_blank"]:after{
        content: "";
        display: inline-block;
        background: url(../images/common/icon_blank_w.png) no-repeat;
        width: 11px;
        height: 11px;
        margin-left: 5px;
        position: absolute;
        right: -18px;
        top: 0px;
    }
    */
  }
  #footer .footer_wrap .right_block .footer_nav ul a.btn {
    display: inline-block;
    background-color: #179daf;
    padding: 10px 20px;
    margin-top: 20px;
  }
  #footer .footer_wrap .right_block .footer_nav ul a.btn:hover {
    text-decoration: none;
    opacity: 0.9;
  }
  #footer .footer_wrap .right_block .footer_nav ul a.btn[target=_blank]:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_blank_w.png) no-repeat;
    width: 11px;
    height: 11px;
    margin-left: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
  }
  #footer .footer_bottom .sns {
    font-family: "Josefin Sans", sans-serif;
    display: flex;
    align-items: center;
  }
  #footer .footer_bottom .sns span {
    display: inline-block;
    padding-top: 5px;
  }
  #footer .footer_bottom .sns a {
    background-color: #37c4d7;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
  }
  #footer .footer_bottom .sns a:hover {
    opacity: 0.9;
  }
  #footer .footer_bottom .sns a img {
    width: 18px;
  }
  .product_cat_list {
    display: flex;
    flex-wrap: wrap;
  }
  .product_cat_list .item {
    position: relative;
  }
  .product_cat_list .item a {
    display: block;
    text-decoration: none;
    color: #333333;
  }
  .product_cat_list .item .title {
    margin: 0;
    background-color: #f5f5f5;
    text-align: center;
    width: 100%;
    opacity: 0.8;
  }
  .info_list dl dt time {
    color: #888888;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
  }
  .info_list dl dt .cat {
    color: #fff;
    display: inline-block;
    line-height: 1;
    text-align: center;
  }
  .info_list dl dd a {
    text-decoration: none;
    color: #333333;
    display: block;
  }
  .cat.info {
    background-color: #3fc1d5;
  }
  .cat.pre {
    background-color: #5272b5;
  }
  .cat.media {
    background-color: #2a90cf;
  }
  /* ココから下には記入禁止 */
}
@media print, screen and (min-width: 901px) {
  body {
    font-weight: 400;
    color: #333333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
    font-size: 17px;
    padding-left: 123px;
  }
  ul {
    list-style: none;
  }
  a.icon {
    display: inline-block;
    position: relative;
    padding-right: 20px;
  }
  a.icon:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: absolute;
    right: -5px;
    top: 0.1em;
  }
  a.icon[href$=pdf]:after {
    background-image: url(../images/common/icon_pdf.svg);
  }
  a.icon[href$=doc]:after, a.icon[href$=docx]:after {
    background-image: url(../images/common/icon_doc.png);
  }
  a.icon[href$=xls]:after, a.icon[href$=xlsx]:after {
    background-image: url(../images/common/icon_xls.png);
  }
  .icon.pdf {
    width: 1.3em;
    height: 1.3em;
    background-image: url(../images/common/icon_pdf.svg);
    background-size: cover;
    display: inline-block;
    margin-left: 0.5em;
    transform: translateY(3px);
  }
  .ico_blank {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url("../images/common/icon_blank.png") no-repeat 0 0;
    background-size: cover;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: -4px;
  }
  a.newsicon {
    display: inline-block;
  }
  a.newsicon[href$=pdf] span:after {
    background-image: url(../images/common/icon_pdf.svg);
  }
  a.newsicon[href$=doc] span:after, a.newsicon[href$=docx] span:after {
    background-image: url(../images/common/icon_doc.png);
  }
  a.newsicon[href$=xls] span:after, a.newsicon[href$=xlsx] span:after {
    background-image: url(../images/common/icon_xls.png);
  }
  a.newsicon span {
    display: inline-block;
    position: relative;
    padding-right: 20px;
  }
  a.newsicon span:after {
    content: "";
    display: block;
    width: 18px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: absolute;
    right: -5px;
    top: 0.1em;
  }
  .common_inner {
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
  }
  .common_inner.narrow {
    max-width: 980px;
  }
  .common_btn {
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border: none;
    color: #fff;
    background: linear-gradient(to right, #18b7cd 50%, #fff 50%);
    background-position: 0 0;
    background-size: 200% 100%;
    border: 1px solid #18b7cd;
    vertical-align: bottom;
    min-width: 280px;
    padding: 20px 40px;
    transition: all 0.4s;
  }
  .common_btn span.en {
    display: block;
    margin-top: 5px;
  }
  .common_btn:hover {
    background-position: -100% 0;
    color: #18b7cd;
  }
  .common_btn:hover:before {
    right: 8px;
    background: url(../images/common/link_arrow_b.png) no-repeat;
  }
  .common_btn:hover .cart:before {
    background: url(../images/common/icon_cart.svg) no-repeat;
  }
  .common_btn .cart {
    position: relative;
    display: inline-block;
  }
  .common_btn .cart:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_cart_blue.svg) no-repeat;
    width: 1em;
    height: 1em;
    margin-right: 10px;
    transform: translateY(1px);
  }
  .common_btn:before {
    content: "";
    display: inline-block;
    background: url(../images/common/link_arrow_w.png) no-repeat;
    width: 18px;
    height: 3px;
    position: absolute;
    top: calc(50% - 2px);
    right: 15px;
    transition: all 0.6s;
  }
  .common_btn.back:before {
    right: auto;
    left: 15px;
    transform: scale(-1, 1);
  }
  .common_btn[target=_blank]:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_blank_w.png) no-repeat;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .common_btn[target=_blank]:hover:before {
    background: url(../images/common/icon_blank.png) no-repeat;
  }
  .common_btn.toumei {
    border: 1px solid #000;
    color: #000;
    background: linear-gradient(to right, #fff 50%, #18b7cd 50%);
    background-position: 0 0;
    background-size: 200% 100%;
  }
  .common_btn.toumei.blue {
    background: linear-gradient(to right, #fff 50%, #4568b1 50%);
    background-position: 0 0;
    background-size: 200% 100%;
  }
  .common_btn.toumei:before {
    background: url(../images/common/link_arrow.png) no-repeat;
  }
  .common_btn.toumei:hover {
    background-position: -100% 0;
    border: 1px solid #18b7cd;
    color: #fff;
  }
  .common_btn.toumei:hover:before {
    right: 8px;
    background: url(../images/common/link_arrow_w.png) no-repeat;
  }
  .common_btn.toumei[target=_blank]:before {
    background: url(../images/common/icon_blank_b.png) no-repeat;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .common_btn.toumei[target=_blank]:hover:before {
    background: url(../images/common/icon_blank_w.png) no-repeat;
  }
  .common_btn.gray {
    border: none;
    color: #fff;
    background: linear-gradient(to right, #18b7cd 50%, #f2f2f2 50%);
    background-position: 0 0;
    background-size: 200% 100%;
  }
  .common_btn.gray:before {
    background: url(../images/common/link_arrow_w.png) no-repeat;
  }
  .common_btn.gray:hover {
    background-position: -100% 0;
    color: #18b7cd;
  }
  .common_btn.gray:hover:before {
    right: 8px;
    background: url(../images/common/link_arrow_b.png) no-repeat;
  }
  .common_btn.gray[target=_blank]:before {
    background: url(../images/common/icon_blank_w.png) no-repeat;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .common_btn.gray[target=_blank]:hover:before {
    background: url(../images/common/icon_blank.png) no-repeat;
  }
  .common_btn.darkblue {
    border: 1px solid #4568b1;
    background: linear-gradient(to right, #4568b1 50%, #fff 50%);
    background-position: 0 0;
    background-size: 200% 100%;
  }
  .common_btn.darkblue.blue {
    background: linear-gradient(to right, #fff 50%, #4568b1 50%);
    background-position: 0 0;
    background-size: 200% 100%;
  }
  .common_btn.darkblue:hover {
    background-position: -100% 0;
    border: 1px solid #4568b1;
    color: #4568b1;
  }
  .common_btn.darkblue[target=_blank]:hover:before {
    background: url(../images/common/icon_blank_db.png) no-repeat;
  }
  .common_btn.white {
    border: 1px solid #fff;
    background: #fff;
    background-position: 0 0;
    background-size: 200% 100%;
    color: #4568b1;
  }
  .common_btn.white:before {
    background: url(../images/common/link_arrow_b.png) no-repeat;
  }
  .common_btn.white:hover {
    border: 1px solid #4568b1;
  }
  #header {
    background-color: #fff;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    border-right: 1px solid #ddd;
  }
  #header.open i:nth-of-type(1):before {
    transform: translateY(11px) rotate(-45deg);
  }
  #header.open i:nth-of-type(2):before {
    opacity: 0;
  }
  #header.open i:nth-of-type(3):before {
    transform: translateY(-11px) rotate(45deg);
  }
  #header.open .gNav {
    left: 0;
    pointer-events: auto;
    visibility: visible;
    z-index: 101;
  }
  #header.open .gNav:before {
    width: 100%;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #header.open .gNav .gNav_inner {
    opacity: 1;
    transition: 1.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  }
  #header.open .header_inner {
    opacity: 0;
  }
  #header .header_inner {
    position: relative;
    z-index: 101;
    width: 123px;
    height: 100vh;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  #header .header_inner .header_logo img {
    width: 59px;
  }
  #header .header_inner .header_lead {
    margin-top: 60px;
  }
  #header .header_inner .header_lead img {
    width: 14.5px;
  }
  #header .trigger {
    cursor: pointer;
    position: fixed;
    bottom: 45px;
    left: 44px;
    width: 35px;
    height: 24px;
    z-index: 102;
    overflow: hidden;
  }
  @keyframes expansion {
    0% {
      left: -70px;
    }
    50% {
      left: 0;
    }
    100% {
      left: 70px;
    }
  }
  #header .trigger i:after {
    position: absolute;
    left: -70px;
    content: "";
    width: 70px;
    height: 1px;
    background: #fff;
  }
  #header .trigger:hover i:after {
    animation: 0.6s linear 0s alternate forwards running expansion;
  }
  #header .trigger:hover i:nth-of-type(2):after {
    top: 11px;
    animation-delay: 0.1s;
  }
  #header .trigger:hover i:nth-of-type(3):after {
    bottom: 0px;
    animation-delay: 0.2s;
  }
  #header .trigger i:before {
    background-color: #000;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    transition: all 0.4s;
    width: 35px;
  }
  #header .trigger i:nth-of-type(1):before {
    top: 0px;
  }
  #header .trigger i:nth-of-type(2):before {
    top: 11px;
  }
  #header .trigger i:nth-of-type(3):before {
    bottom: 0px;
  }
  .gNav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 100;
    transition: all 0.6s;
    width: 500px;
    padding: 60px 60px 60px 140px;
    pointer-events: none;
    left: 0px;
    display: flex;
    align-items: center;
  }
  .gNav:before {
    content: "";
    background-color: #fff;
    width: 0%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.6s cubic-bezier(1, 0.84, 0.44, 1);
  }
  .gNav .gNav_logo img {
    width: 213px;
  }
  .gNav .gNav_inner {
    opacity: 0;
  }
  .gNav .gNav_main {
    list-style: none;
    margin-top: 60px;
    letter-spacing: 1.5px;
  }
  .gNav .gNav_main > li:not(:first-of-type) {
    margin-top: 20px;
  }
  .gNav .gNav_main > li .sub_menu {
    display: none;
  }
  .gNav .gNav_main > li > a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    display: inline-block;
  }
  .gNav .gNav_main > li > a:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #333333;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.4s;
  }
  .gNav .gNav_main > li > a:hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .gNav .btns {
    display: none;
  }
  .gNav .sns {
    display: none;
  }
  .gNav .gNav_sub {
    list-style: none;
    position: relative;
    margin-top: 25px;
    padding-top: 25px;
  }
  .gNav .gNav_sub:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #18b7cd;
    position: absolute;
    top: 0;
    left: 0;
  }
  .gNav .gNav_sub li:not(:first-of-type) {
    margin-top: 5px;
  }
  .gNav .gNav_sub li a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    display: inline-block;
  }
  .gNav .gNav_sub li a:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #333333;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.4s;
  }
  .gNav .gNav_sub li a:hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .gNav .gNav_sub li.snsItem {
    margin-top: 20px;
  }
  .gNav .gNav_sub li.snsItem a:not(:last-child) {
    margin-right: 5px;
  }
  .gNav .gNav_sub li.snsItem a::after {
    content: none;
  }
  .gNav .gNav_sub li.snsItem a img {
    width: 24px;
  }
  .head_sns {
    display: none;
  }
  .floating_link {
    opacity: 1;
    transition: opacity 0.3s;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
  }
  .floating_link a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100px;
    height: 100px;
    color: #fff;
    text-decoration: none;
    line-height: 1.3;
    font-size: 14px;
    transition: all 0.3s;
  }
  .floating_link a.lightblue {
    background-color: #18b7cd;
  }
  .floating_link a.lightblue:hover {
    background-color: #44cadc;
  }
  .floating_link a.lightblue .icon {
    width: 24px;
    height: 26px;
  }
  .floating_link a.blue {
    background-color: #4568b1;
  }
  .floating_link a.blue:hover {
    background-color: #6789d0;
  }
  .floating_link a.blue .icon {
    width: 24px;
    height: 26px;
  }
  .floating_link a .icon {
    display: block;
    margin-bottom: 5px;
  }
  .floating_link.hide {
    opacity: 0;
    z-index: -1;
  }
  .floating_link.hide a {
    visibility: hidden;
  }
  #overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 99;
  }
  .lang_switch {
    margin: 1rem 0;
  }
  .lang_switch .gtranslate_wrapper {
    display: flex;
    gap: 0 0.5rem;
  }
  .lang_switch .gtranslate_wrapper div,
  .lang_switch .gtranslate_wrapper select,
  .lang_switch .gtranslate_wrapper a {
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    border: 1px solid #ccc;
    overflow: hidden;
  }
  .lang_switch .glink img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    vertical-align: baseline;
  }
  #footer {
    color: #fff;
    position: relative;
    background: url(../images/common/footer_bg.jpg) top;
    background-size: cover;
    margin-top: 60px;
    padding-top: 180px;
    padding-bottom: 100px;
  }
  #footer #pageTop {
    background: url(../images/common/pagetop.png) no-repeat;
    background-size: cover;
    width: 145px;
    height: 118px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: none;
  }
  #footer #pageTop:before {
    content: "";
    background: url(../images/common/pagetop_arrow.png) no-repeat;
    width: 3px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 35px;
    transition: all 0.3s;
  }
  #footer #pageTop:hover {
    cursor: pointer;
  }
  #footer #pageTop:hover:before {
    top: 40%;
  }
  #footer a {
    text-decoration: none;
    color: #fff;
  }
  #footer .footer_inner {
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .footer_wrap {
    display: flex;
    justify-content: space-between;
  }
  #footer .footer_wrap .left_block {
    width: 33%;
  }
  #footer .footer_wrap .left_block .footer_contact .title {
    font-family: "Josefin Sans", sans-serif;
    color: #4568b1;
    line-height: 1;
    font-size: 22px;
  }
  #footer .footer_wrap .left_block .footer_contact p {
    margin-top: 20px;
  }
  #footer .footer_wrap .left_block .footer_contact .info {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  #footer .footer_wrap .left_block .footer_contact .info .web {
    width: 100%;
  }
  #footer .footer_wrap .left_block .footer_contact .info .tel {
    font-family: "Josefin Sans", sans-serif;
    position: relative;
    font-size: 26px;
    padding-left: 30px;
    pointer-events: none;
  }
  #footer .footer_wrap .left_block .footer_contact .info .tel:before {
    content: "";
    background: url(../images/common/icon_smapho.png) no-repeat;
    background-size: cover;
    display: inline-block;
    width: 18px;
    height: 26px;
    position: absolute;
    top: 3px;
    left: 0;
  }
  #footer .footer_wrap .left_block .footer_contact .info .web a {
    border: 1px solid #fff;
    line-height: 1;
    position: relative;
    font-size: 16px;
    display: block;
    padding: 15px 40px 15px 20px;
    background: linear-gradient(to right, rgba(24, 183, 205, 0) 50%, #fff 50%);
    background-position: 0 0;
    background-size: 200% 100%;
    transition: all 0.4s;
    width: 100%;
    text-align: center;
  }
  #footer .footer_wrap .left_block .footer_contact .info .web a:hover {
    background-position: -100% 0;
    color: #2bbed2;
  }
  #footer .footer_wrap .left_block .footer_contact .info .web a:hover:before {
    right: 8px;
    background: url(../images/common/link_arrow_b.png) no-repeat;
  }
  #footer .footer_wrap .left_block .footer_contact .info .web a span {
    font-size: 12px;
    margin-top: 10px;
    display: block;
  }
  #footer .footer_wrap .left_block .footer_contact .info .web a:before {
    content: "";
    display: inline-block;
    background: url(../images/common/link_arrow_w.png) no-repeat;
    width: 18px;
    height: 3px;
    position: absolute;
    top: calc(50% - 2px);
    right: 15px;
    transition: all 0.3s;
  }
  #footer .footer_wrap .left_block .footer_info {
    margin-top: 40px;
  }
  #footer .footer_wrap .left_block .footer_info .title {
    font-size: 18px;
  }
  #footer .footer_wrap .left_block .footer_info p {
    font-size: 13px;
    line-height: 24px;
    margin-top: 5px;
  }
  #footer .footer_wrap .left_block .footer_info .footerlink {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #footer .footer_wrap .left_block .footer_info .footerlink a {
    color: #11a4b9;
    font-size: 13px;
    display: inline-block;
    padding: 10px 25px;
    line-height: 1;
    background-color: #fff;
    position: relative;
    text-align: center;
    min-width: 165px;
    width: calc(50% - 2px);
  }
  #footer .footer_wrap .left_block .footer_info .footerlink a:not(:first-of-type) {
    margin-left: 4px;
  }
  #footer .footer_wrap .left_block .footer_info .footerlink a:hover {
    opacity: 0.9;
  }
  #footer .footer_wrap .left_block .footer_info .footerlink a[target=_blank]:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_blank.png) no-repeat;
    background-size: cover;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 4px;
    right: 4px;
  }
  #footer .footer_wrap .right_block {
    margin-left: 80px;
    margin-top: 40px;
  }
  #footer .footer_wrap .right_block .footer_nav {
    display: flex;
  }
  #footer .footer_wrap .right_block .footer_nav ul:not(:first-of-type) {
    margin-left: 7vw;
  }
  #footer .footer_wrap .right_block .footer_nav ul li {
    font-size: 15px;
  }
  #footer .footer_wrap .right_block .footer_nav ul li:not(:first-of-type) {
    margin-top: 15px;
  }
  #footer .footer_wrap .right_block .footer_nav ul a {
    position: relative;
    /*
    &[target="_blank"]:after{
        content: "";
        display: inline-block;
        background: url(../images/common/icon_blank_w.png) no-repeat;
        width: 11px;
        height: 11px;
        margin-left: 5px;
        position: absolute;
        right: -18px;
        top: 0px;
    }
    */
  }
  #footer .footer_wrap .right_block .footer_nav ul a:hover {
    text-decoration: underline;
  }
  #footer .footer_wrap .right_block .footer_nav ul a.btn {
    display: inline-block;
    background-color: #179daf;
    padding: 10px 20px;
    margin-top: 20px;
  }
  #footer .footer_wrap .right_block .footer_nav ul a.btn:hover {
    text-decoration: none;
    opacity: 0.9;
  }
  #footer .footer_wrap .right_block .footer_nav ul a.btn[target=_blank]:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_blank_w.png) no-repeat;
    width: 11px;
    height: 11px;
    margin-left: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
  }
  #footer .footer_bottom {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  #footer .footer_bottom .copyright {
    font-size: 11px;
  }
  #footer .footer_bottom .sns {
    font-family: "Josefin Sans", sans-serif;
    display: flex;
    align-items: center;
    font-size: 14px;
    transform: translateY(-35px);
  }
  #footer .footer_bottom .sns span {
    display: inline-block;
    padding-top: 5px;
  }
  #footer .footer_bottom .sns a {
    background-color: #37c4d7;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
  }
  #footer .footer_bottom .sns a:hover {
    opacity: 0.9;
  }
  #footer .footer_bottom .sns a img {
    width: 18px;
  }
  .product_cat_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .product_cat_list .item {
    position: relative;
    width: calc(33.3333333333% - 7px);
  }
  .product_cat_list .item:nth-of-type(n + 4) {
    margin-top: 40px;
  }
  .product_cat_list .item:not(:nth-of-type(3n)) {
    margin-right: 10px;
  }
  .product_cat_list .item a {
    display: block;
    text-decoration: none;
    color: #333333;
  }
  .product_cat_list .item a:hover img {
    transform: scale(1.1);
  }
  .product_cat_list .item .img {
    overflow: hidden;
  }
  .product_cat_list .item .img img {
    transform: scale(1);
    transition: all 0.5s;
    width: 100%;
  }
  .product_cat_list .item .title {
    margin: 0;
    background-color: #f5f5f5;
    text-align: center;
    width: 100%;
    opacity: 0.8;
    position: absolute;
    bottom: -1px;
    left: 0;
    padding: 10px;
  }
  .info_list dl {
    overflow: hidden;
    padding: 25px 0;
  }
  .info_list dl:not(:first-of-type) {
    border-top: 1px solid #dddddd;
  }
  .info_list dl dt {
    float: left;
    width: 230px;
  }
  .info_list dl dt time {
    color: #888888;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
  }
  .info_list dl dt .cat {
    color: #fff;
    display: inline-block;
    line-height: 1;
    text-align: center;
    font-size: 13px;
    padding: 5px;
    margin-left: 20px;
    width: 120px;
  }
  .info_list dl dd {
    float: left;
    width: calc(100% - 230px);
    padding-left: 40px;
  }
  .info_list dl dd a {
    text-decoration: none;
    color: #333333;
    display: block;
  }
  .info_list dl dd a:hover {
    text-decoration: underline;
  }
  .cat.info {
    background-color: #3fc1d5;
  }
  .cat.pre {
    background-color: #5272b5;
  }
  .cat.media {
    background-color: #2a90cf;
  }
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}
/*# sourceMappingURL=map/common.css.map */
