@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans CJK JP Thin"), url("../font/NotoSans_Thin.woff2") format("woff2"), url("../font/NotoSans_thin.woff") format("woff"), url("../font/NotoSans_thin.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 200;
  src: local("Noto Sans CJK JP Light"), url("../font/NotoSans_Light.woff2") format("woff2"), url("../font/NotoSans_light.woff") format("woff"), url("../font/NotoSans_light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans CJK JP Demilight"), url("../font/NotoSans_DemiLight.woff2") format("woff2"), url("../font/NotoSans_demilight.woff") format("woff"), url("../font/NotoSans_demilight.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("../font/NotoSans_Regular.woff2") format("woff2"), url("../font/NotoSans_regular.woff") format("woff"), url("../font/NotoSans_regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), url("../font/NotoSans_Medium.woff2") format("woff2"), url("../font/NotoSans_medium.woff") format("woff"), url("../font/NotoSans_medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("../font/NotoSans_Bold.woff2") format("woff2"), url("../font/NotoSans_bold.woff") format("woff"), url("../font/NotoSans_bold.otf") format("opentype");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/YakuHanJP-Regular.woff2") format("woff2"), url("../font/YakuHanJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/YakuHanJP-Bold.woff2") format("woff2"), url("../font/YakuHanJP-Bold.woff") format("woff");
}
/*
 * variables.scss
 */
/*
 * スマホサイズ
 * カラー
 * vw計算式
 * percent計算式
 * 擬似要素
 * 背景画像パス
 * フォントサイズ
 * フォントサイズの指定
 * メディアクエリ
 * 上下左右中央配置 
 * リンクカラー
 * 三角矢印
 * グラデーション背景
 * 自動でベンダープレフィックスをつける
 * 親要素に対して中央寄せ
 * 自動連番
 * イージング
 * ボタン
 * 三角矢印2
 */
.lh-x3s {
  line-height: 1;
}

.lh-x2s {
  line-height: 1.2;
}

.lh-xsm {
  line-height: 1.3;
}

.lh-sm {
  line-height: 1.5;
}

.lh-md {
  line-height: 1.6;
}

.lh-lg {
  line-height: 1.8;
}

.lh-xlg {
  line-height: 2;
}

.lh-x2l {
  line-height: 2.25;
}

.lh-x3l {
  line-height: 2.4;
}

/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
hr,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

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

body {
  line-height: 1;
}

a,
ins {
  text-decoration: none;
}

address,
em,
cite,
dfn,
var {
  font-style: normal;
}

fieldset {
  border: none;
}

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

mark {
  background: none;
}

a {
  transform: translateZ(0);
  text-decoration: none;
  backface-visibility: hidden;
}

a:hover {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

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

ul,
ol {
  list-style-position: outside;
  list-style-type: none;
}

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

address, em {
  font-style: normal;
}

/*IE用セレクトボックスカスタマイズ*/
select::-ms-expand {
  display: none;
}

/* Box sizingの定義 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  font-weight: normal;
  line-height: 1;
  overflow-y: scroll;
  color: #000000;
}

body {
  font-size: 3.2vw;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  text-decoration: none;
  color: #222;
}
a img.hover {
  transition: all 0.2s ease;
}
a:hover {
  color: #22ac38;
}
a:hover img.hover {
  opacity: 0.7;
}

strong {
  font-weight: bold;
}

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

li {
  list-style: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

a:not(.noicon)[target=_blank] {
  position: relative;
}
a:not(.noicon)[target=_blank]:after {
  width: 14px;
  content: url(../img/common/external-link.svg);
  margin-left: 5px;
  position: relative;
  bottom: -3px;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 1130px) {
  .md {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .md {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .tab {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .tab {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
}

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

/*　font　*/
.bold {
  font-weight: bold;
}

.u-center {
  text-align: center;
}

.movie {
  text-align: center;
  margin: 0 0 80px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media screen and (max-width: 767px) {
  .movie {
    margin: 0 0 8.6666666667vw;
  }
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*　margin　*/
.mb-x4s {
  margin-bottom: 0.5rem !important;
}

.mb-xxxs {
  margin-bottom: 1rem !important;
}

.mb-xxs {
  margin-bottom: 2rem !important;
}

.mb-xs {
  margin-bottom: 3rem !important;
}

.mb-sm {
  margin-bottom: 4rem !important;
}

.mb-md {
  margin-bottom: 5rem !important;
}

.mb-lg {
  margin-bottom: 6rem !important;
}

.mb-xlg {
  margin-bottom: 7rem !important;
}

.mb-xxlg {
  margin-bottom: 8rem !important;
}

.mb-xxxlg {
  margin-bottom: 9rem !important;
}

.mb-x4lg {
  margin-bottom: 10rem !important;
}

/*　font-size　*/
/*12*/
.fs-xxxs {
  font-size: 1.6vw;
}
@media screen and (min-width: 768px) {
  .fs-xxxs {
    font-size: 1.2rem;
  }
}

/*14*/
.fs-xxs {
  font-size: 1.8666666667vw;
}
@media screen and (min-width: 768px) {
  .fs-xxs {
    font-size: 1.4rem;
  }
}

/*16*/
.fs-xs {
  font-size: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .fs-xs {
    font-size: 1.6rem;
  }
}

/*18*/
.fs-sm {
  font-size: 2.4vw;
}
@media screen and (min-width: 768px) {
  .fs-sm {
    font-size: 1.8rem;
  }
}

/*22*/
.fs-md {
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .fs-md {
    font-size: 2.2rem;
  }
}

.fs-lg {
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .fs-lg {
    font-size: 2.4rem;
  }
}

.fs-xlg {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .fs-xlg {
    font-size: 2.8rem;
  }
}

.fs-xxlg {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .fs-xxlg {
    font-size: 3.2rem;
  }
}

.fs-xxxlg {
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  .fs-xxxlg {
    font-size: 3.6rem;
  }
}

.fs-x4lg {
  font-size: 5.0666666667vw;
}
@media screen and (min-width: 768px) {
  .fs-x4lg {
    font-size: 3.8rem;
  }
}

.bg-gray {
  background-color: #ededed;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

/*　ハンバーガーボタン　*/
.c-hamburger {
  display: block;
  width: 42px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    width: 5.6vw;
    height: 3.7333333333vw;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  width: 42px;
  height: 2px;
  left: 0;
  background-color: #000000;
  transition: 0.2s ease-in-out;
}
.c-hamburger span:nth-child(1) {
  top: 0;
}
.c-hamburger span:nth-child(2) {
  top: 14px;
}
.c-hamburger span:nth-child(3) {
  top: 27px;
}
@media screen and (max-width: 767px) {
  .c-hamburger span {
    width: 5.6vw;
    height: 1px;
  }
  .c-hamburger span:nth-child(2) {
    top: 1.7333333333vw;
  }
  .c-hamburger span:nth-child(3) {
    top: 3.4666666667vw;
  }
}

.btn_trigger.is-active .c-hamburger span:nth-child(1) {
  top: 14px;
  transform: rotate(-45deg);
}
.btn_trigger.is-active .c-hamburger span:nth-child(2), .btn_trigger.is-active .c-hamburger span:nth-child(3) {
  top: 14px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .btn_trigger.is-active .c-hamburger span:nth-child(1) {
    top: 1.8666666667vw;
  }
  .btn_trigger.is-active .c-hamburger span:nth-child(2), .btn_trigger.is-active .c-hamburger span:nth-child(3) {
    top: 1.8666666667vw;
  }
}

/*---------------------------------------------
google map
---------------------------------------------*/
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*---------------------------------------------
グローバルナビ
---------------------------------------------*/
.toggleMenu {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #eeeeee;
  width: 100%;
  height: 100vh;
  display: none;
  overscroll-behavior-y: contain;
  overflow-y: auto;
}
.toggleMenu .toggleMenu_wrapper {
  padding: 0 50px;
  width: 100%;
  height: 100vh;
  display: flex;
}
@media screen and (min-width: 768px) {
  .toggleMenu .toggleMenu_wrapper {
    min-height: 830px;
  }
}
.toggleMenu .toggleMenu_wrapper .toggleMenu_globalNav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 40%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .toggleMenu .toggleMenu_wrapper .toggleMenu_globalNav {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .toggleMenu .toggleMenu_wrapper .toggleMenu_globalNav {
    align-items: flex-start;
    padding-top: 20vw;
    padding-bottom: 10vw;
  }
}
.toggleMenu .toggleMenu_wrapper .toggleMenu_globalNav nav > ul > li {
  font-size: 2rem;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .toggleMenu .toggleMenu_wrapper .toggleMenu_globalNav nav > ul > li {
    font-size: 3.7333333333vw;
  }
}
.toggleMenu .toggleMenu_wrapper .toggleMenu_globalNav nav > ul > li ul {
  margin: 0.3em 0 0 1em;
}
.toggleMenu .toggleMenu_wrapper .toggleMenu_globalNav nav > ul > li ul li {
  font-size: 1.6rem;
  margin: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .toggleMenu .toggleMenu_wrapper .toggleMenu_globalNav nav > ul > li ul li {
    font-size: 3.2vw;
  }
}
.toggleMenu::-webkit-scrollbar {
  width: 12px;
}
.toggleMenu::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.4);
  border: none;
}
.toggleMenu::-webkit-scrollbar-thumb {
  background: #dedede;
  border-radius: 12px;
}

/*---------------------------------------------
セレクトボックス
---------------------------------------------*/
.cp_ipselect {
  overflow: hidden;
  width: 100%;
  height: 9.3333333333vw;
  margin: 0 auto 8.6666666667vw;
  text-align: center;
  cursor: pointer;
  vertical-align: bottom;
  display: inline-block;
  position: relative;
  border: 2px solid black;
  background: #ffffff;
}

.cp_ipselect::before {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  pointer-events: none;
}

.cp_ipselect .label {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cp_ipselect select {
  display: block;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 8vw;
  /*padding-right: 1em;*/
  opacity: 0;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  z-index: 2;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.myselect {
  width: 120px;
  border: 2px solid #d2d2d2;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  color: #b5b5b5;
}
.myselect::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #535353 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 10px;
}
.myselect select {
  padding: 8px 30px 8px 15px;
  font-size: 1.6rem;
  display: block;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 48px;
  /*padding-right: 1em;*/
  opacity: 1;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  z-index: 2;
}
.myselect select::-ms-expand {
  display: none;
}

.ajaxzip3 {
  display: inline-block;
  width: 115px;
  height: 48px;
  font-size: 1.6rem;
  margin: 0 0 20px 26px;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: 0;
  border-radius: 5px;
  background-color: #22ac38;
  box-shadow: none;
  cursor: pointer;
}

.btn_submit {
  cursor: pointer;
  /* ユーザーエージェントスタイルシートをリセット */
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .btn_submit {
    font-size: 4.5333333333vw;
  }
}

/*---------------------------------------------
ボタン
---------------------------------------------*/
.btn_rounded {
  font-size: 1.6rem;
  color: #22ac38;
  width: 263px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: solid 2px #22ac38;
  transition: all 0.2s ease;
  padding-top: 6px;
  padding-right: 25px;
  padding-bottom: 6px;
  padding-left: 25px;
  text-align: center;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn_rounded {
    font-size: 3.4666666667vw;
    width: 45.8666666667vw;
    height: 9.0666666667vw;
  }
}
.btn_rounded:hover {
  background-color: #22ac38;
  color: #fff;
}
.anchorLinks .btn_rounded {
  width: 233px;
  line-height: 1.2;
  padding-right: 36px;
  padding-left: 36px;
}
@media screen and (max-width: 767px) {
  .anchorLinks .btn_rounded {
    font-size: 3.2vw;
    padding-right: 5.6vw;
    padding-left: 5.6vw;
    width: 42.6666666667vw;
  }
}
.anchorLinks .btn_rounded::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 11px;
  height: 11px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: #22ac38;
  border-right-style: solid;
  border-right-width: 3px;
  border-right-color: #22ac38;
  transform: rotate(45deg);
  margin: -7px 0 0;
}
@media screen and (max-width: 767px) {
  .anchorLinks .btn_rounded::before {
    border-bottom-width: 2px;
    border-right-width: 2px;
    right: 10px;
  }
}
.anchorLinks .btn_rounded:hover::before {
  border-bottom-color: #fff;
  border-right-color: #fff;
}
.btn_rounded.is-black {
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  border: none;
}
@media screen and (max-width: 767px) {
  .btn_rounded.is-black {
    font-size: 3.2vw;
  }
}
.btn_rounded.is-black img {
  vertical-align: middle;
}
.btn_rounded.is-black:hover {
  background-color: #22ac38;
}
.btn_rounded[href$=".pdf"] {
  width: 310px;
  height: 46px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .btn_rounded[href$=".pdf"] {
    font-size: 2.9333333333vw;
    width: 50.6666666667vw;
    height: 9.0666666667vw;
  }
}
.btn_rounded[href$=".pdf"]:before {
  display: inline-block;
  content: url(../img/common/pdf.svg);
  width: 22px;
  margin: 8px 12px 0 -22px;
}
@media screen and (max-width: 767px) {
  .btn_rounded[href$=".pdf"]:before {
    width: 3.7333333333vw;
    margin: 1.0666666667vw 1.6vw 0 -2.9333333333vw;
  }
}

.btn_onlineShop {
  width: 290px;
  height: 50px;
  padding-right: 15px;
  padding-left: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .btn_onlineShop {
    font-size: 2.9333333333vw;
    width: 80vw;
    height: 10.6666666667vw;
    padding-right: 2vw;
    padding-left: 2vw;
  }
}
.btn_onlineShop img {
  margin: 0 5px 0 0;
}

.btn_amazon {
  width: 210px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .btn_amazon {
    font-size: 2.9333333333vw;
    width: 50.6666666667vw;
    height: 10.6666666667vw;
  }
}
.btn_amazon img {
  margin: 0 15px 0 0;
}

/*---------------------------------------------
パンくず
---------------------------------------------*/
.breadcrumb {
  margin: 10px 0 30px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin: 1.3333333333vw 0 4vw;
  }
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb ul {
    font-size: 2.6666666667vw;
  }
}
.breadcrumb ul li:not(:last-child):after {
  display: inline-block;
  padding: 0 0.5em;
  content: ">";
}

/*---------------------------------------------
アンカーリンク 
---------------------------------------------*/
.anchorLinks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .anchorLinks {
    margin: 5.3333333333vw 0 0;
  }
}
.anchorLinks > * {
  margin: 0 6px 15px;
}
@media screen and (max-width: 767px) {
  .anchorLinks > * {
    margin: 0 0.8vw 2vw;
  }
}

/*---------------------------------------------
swiper共通
---------------------------------------------*/
.swiper-slide {
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

/*---------------------------------------------
ベースレイアウト
---------------------------------------------*/
.wrapper {
  position: relative;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding: 0;
  }
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 92vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-inner {
    width: 100%;
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1129px) {
  .l-inner {
    width: 100%;
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
@media screen and (min-width: 1130px) {
  .l-inner {
    width: 1100px;
  }
}

.menu-active .wrapper {
  height: 100vh;
  overflow: hidden;
}
.menu-active .header {
  background-color: transparent;
}
.menu-active .header.is-active {
  background-color: transparent;
  box-shadow: none;
}

.btn_container {
  display: flex;
  flex-direction: column;
}
.btn_container.is-center {
  align-items: center;
}

.frame-rounded {
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.section_header {
  text-align: center;
}
.section_header .en {
  font-size: 2rem;
  font-weight: 500;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1.5px 0 0 #22ac38, 0 1.5px 0 #22ac38, -1.5px 0 0 #22ac38, 0 -1.5px 0 #22ac38;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .section_header .en {
    font-size: 4vw;
  }
}
.bg-gray .section_header .en {
  color: #ededed;
}
.section_header h2 {
  font-size: 4.2rem;
  font-weight: 100;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .section_header h2 {
    font-size: 8vw;
  }
}

/*---------------------------------------------
ヘッダー
---------------------------------------------*/
.header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.3s ease-in;
  background-color: rgba(255, 255, 255, 0.62);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header {
    height: 9.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .header .logo a {
    display: flex;
    align-items: center;
    width: 32vw;
  }
}
@media screen and (max-width: 767px) {
  .header .logo img {
    width: 100%;
  }
}
.header .header_content {
  position: relative;
}
.header .btn_contact {
  position: absolute;
  top: 50%;
  right: 0;
  width: 229px;
  height: 50px;
  transform: translate(0, -50%);
}
.header .btn_contact img {
  margin: 0 15px 0 -15px;
}
.header .btn_trigger {
  position: absolute;
  top: 50%;
  right: 2.9333333333vw;
  transform: translate(0, -50%);
}
.header .globalNav {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .header .globalNav {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .header .globalNav {
    margin: 18px 0 0;
  }
}
.header .globalNav > ul {
  display: flex;
}
.header .globalNav > ul > li {
  margin: 0 2em 0 0;
  position: relative;
}
.header .globalNav .parent-menu {
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
  cursor: pointer;
}
.header .globalNav .parent-menu:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: -16px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
.header .globalNav .sub-menu_wrapper {
  position: absolute;
  z-index: 50;
  left: 0;
}
.header .globalNav .sub-menu {
  display: none;
  min-width: 265px;
  margin: 16px 0 0;
  background: white;
  padding: 15px 20px;
  font-size: 1.3rem;
  font-weight: 400;
}
.header .globalNav .sub-menu.is-open {
  display: block;
}
.header .globalNav .sub-menu li + li {
  margin: 0.5em 0 0;
}
.header .header_logo {
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .header .header_logo {
    display: flex;
    align-items: center;
  }
}
.header .header_logo a {
  display: flex;
  align-items: center;
}
.header .header_logo svg {
  width: 188px;
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .header .header_logo svg {
    width: 25.0666666667vw;
  }
}
.header .header_logo .logo-white {
  display: none;
}
.header.transform {
  height: 60px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
.header.transform .header-logo {
  width: 100px;
}
.header:not(.transform).is-white .header-logo img:first-child {
  display: none;
}
.header:not(.transform).is-white .header-logo .logo-white {
  display: inline-block;
}
.header:not(.transform).is-white .main-menu li a {
  color: #ffffff;
}
.header:not(.transform).is-white .main-menu li a:after {
  color: #ffffff;
}
.menu-active .header {
  z-index: 110;
}
.header + .breadcrumb {
  margin: 100px 0 0;
  padding: 15px 0 0;
  border-top: solid 1px #e7e7e7;
}
@media screen and (max-width: 767px) {
  .header + .breadcrumb {
    margin: 9.3333333333vw 0 0;
    padding: 2vw 0 0;
  }
}

/*---------------------------------------------
フッター
---------------------------------------------*/
.footer {
  position: relative;
  background-color: #262626;
  color: #fff;
  padding: 75px 0 95px;
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 0;
  }
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #22ac38;
}
.footer a:not(.noicon)[target=_blank]:after {
  content: url(../img/common/external-link_white.svg);
}
.footer .footer_content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer .footer_content {
    flex-direction: column-reverse;
    padding: 0 1.3333333333vw;
  }
}
.footer .footer_content .block:nth-child(1) {
  width: 320px;
  display: flex;
  flex-direction: column;
  border-right: solid 1px #535353;
}
@media screen and (max-width: 767px) {
  .footer .footer_content .block:nth-child(1) {
    width: auto;
    border-right: none;
    border-top: solid 1px #535353;
    padding: 8vw 0 15.3333333333vw;
  }
}
.footer .footer_content .block:nth-child(2) {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 50px;
}
@media screen and (max-width: 767px) {
  .footer .footer_content .block:nth-child(2) {
    padding: 10vw 0 4vw;
  }
}
.footer .footer_info {
  font-size: 1.4rem;
  margin: 0 0 35px;
}
@media screen and (max-width: 767px) {
  .footer .footer_info {
    font-size: 3.2vw;
    margin: 0 0 3.3333333333vw;
    padding: 0 6.6666666667vw;
  }
}
.footer .footer_info p:first-child {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .footer .footer_info p:first-child {
    font-size: 5.3333333333vw;
  }
}
.footer .footer_social {
  display: flex;
  align-items: flex-end;
  margin: auto 0 0;
}
@media screen and (max-width: 767px) {
  .footer .footer_social {
    padding: 0 6.6666666667vw;
  }
}
.footer .footer_social > *:not(:first-child) {
  margin: 0 0 0 18px;
}
@media screen and (max-width: 767px) {
  .footer .footer_social > *:not(:first-child) {
    margin: 0 0 0 4vw;
  }
}
.footer .footer_social .qr {
  width: 103px;
}
@media screen and (max-width: 767px) {
  .footer .footer_social .qr {
    width: 25.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_social .icon_facebook img {
    width: 13.3333333333vw;
  }
}
.footer .footer_nav > ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer .footer_nav > ul {
    margin: 0 0 4vw;
  }
}
.footer .footer_nav > ul > li {
  margin: 0 0 20px;
}
.footer .footer_nav > ul > li > a, .footer .footer_nav > ul > li > span {
  white-space: nowrap;
}
@media screen and (min-width: 1130px) {
  .footer .footer_nav > ul > li:nth-child(1) {
    width: 200px;
  }
  .footer .footer_nav > ul > li:nth-child(2) {
    width: 240px;
  }
  .footer .footer_nav > ul > li:nth-child(3) {
    width: 240px;
  }
  .footer .footer_nav > ul > li:nth-child(4) {
    width: 200px;
  }
  .footer .footer_nav > ul > li:nth-child(5) {
    width: 240px;
  }
  .footer .footer_nav > ul > li:nth-child(6) {
    width: 130px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1129px) {
  .footer .footer_nav > ul > li {
    width: 240px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .footer_nav > ul > li {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_nav > ul > li {
    width: 50%;
    margin: 0 0 2.6666666667vw;
  }
  .footer .footer_nav > ul > li > a, .footer .footer_nav > ul > li > span {
    font-size: 3.2vw;
  }
}
.footer .footer_nav > ul > li ul {
  margin: 1em 0 0;
}
.footer .footer_nav > ul > li ul li {
  font-size: 1.3rem;
  margin: 0 0 0.3em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .footer .footer_nav > ul > li ul li {
    font-size: 2.6666666667vw;
  }
}
.footer .copyright {
  font-size: 1.2rem;
  color: #8c8c8c;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 2.6666666667vw;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 4vw 4.6666666667vw;
    text-align: center;
  }
}

/*---------------------------------------------
下層タイトル
---------------------------------------------*/
.page-title {
  margin: 100px 0 0;
  width: 100%;
  height: 300px;
  line-height: 1.4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-title {
    height: 64vw;
    margin: 9.3333333333vw 0 0;
  }
}
.page-title.page-title_franklin {
  background-image: url(../img/product/franklin/page-title_bg.jpg);
}
@media screen and (max-width: 767px) {
  .page-title.page-title_franklin {
    background-image: url(../img/product/franklin/page-title_bg_sp.jpg);
  }
}
.page-title.page-title_catalog {
  background-image: url(../img/catalog/page-title_bg.jpg);
}
@media screen and (max-width: 767px) {
  .page-title.page-title_catalog {
    background-image: url(../img/catalog/page-title_bg_sp.jpg);
  }
}
.page-title.page-title_company {
  background-image: url(../img/company/page-title_bg.jpg);
}
@media screen and (max-width: 767px) {
  .page-title.page-title_company {
    background-image: url(../img/company/page-title_bg_sp.jpg);
  }
}
.page-title.page-title_contact {
  background-image: url(../img/contact/page-title_bg.jpg);
}
@media screen and (max-width: 767px) {
  .page-title.page-title_contact {
    background-image: url(../img/contact/page-title_bg_sp.jpg);
  }
}
.page-title.page-title_safety {
  background-image: url(../img/safety/page-title_bg.jpg);
}
@media screen and (max-width: 767px) {
  .page-title.page-title_safety {
    background-image: url(../img/safety/page-title_bg_sp.jpg);
  }
}
.page-title.page-title_forenglish {
  background-image: url(../img/forenglish/page-title_bg.jpg);
}
@media screen and (max-width: 767px) {
  .page-title.page-title_forenglish {
    background-image: url(../img/forenglish/page-title_bg_sp.jpg);
  }
}
.page-title.page-title_privacy {
  background-image: url(../img/privacy/page-title_bg.jpg);
}
@media screen and (max-width: 767px) {
  .page-title.page-title_privacy {
    background-image: url(../img/privacy/page-title_bg_sp.jpg);
  }
}
.page-title .box {
  display: flex;
  justify-content: center;
}
.page-title h1 {
  font-weight: 200;
  font-size: 4rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-title h1 {
    font-size: 8.2666666667vw;
  }
}

/*---------------------------------------------
セクションタイトル
---------------------------------------------*/
.section-title {
  font-size: 2.6rem;
  font-weight: 500;
  padding: 12px 0;
  border-bottom: solid 2px #22ac38;
  margin: 0 0 35px;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 5.3333333333vw;
    padding: 1.6vw 0;
    margin: 0 0 4.6666666667vw;
  }
}
.section-title.is-lower {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .section-title.is-lower {
    font-size: 4.5333333333vw;
  }
}

/*---------------------------------------------
ラインナップ
---------------------------------------------*/
.lineup {
  padding: 0 0 30px;
}
.lineup_list {
  display: flex;
  flex-wrap: wrap;
}
.lineup_list .list_item {
  width: 190px;
  margin: 0 15px 35px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .lineup_list .list_item {
    width: 46%;
    margin: 0 2% 5%;
    font-size: 3.2vw;
  }
}
.lineup_list .list_item .item_image {
  display: block;
  width: 100%;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #eaeaea;
  margin: 0 0 15px;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .lineup_list .list_item .item_image {
    height: 42.32vw;
    margin: 0 0 2%;
  }
}
.lineup_list .list_item .item_image img {
  max-height: 100%;
}
.lineup_list .list_item p {
  margin: 0 0 0.2em;
}
.lineup_list .list_item p.item_title {
  margin-bottom: 1em;
}
.lineup_list .list_item p.item_price {
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .lineup_list .list_item p.item_price {
    font-size: 3.7333333333vw;
  }
}
.lineup .catalog_list {
  display: flex;
  flex-wrap: wrap;
}
.lineup .catalog_list .list_item {
  width: 46.72%;
  margin: 0 1.64% 3.63%;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .lineup .catalog_list .list_item {
    width: 100%;
    margin: 0 0 5%;
    font-size: 4vw;
  }
}
.lineup .catalog_list .list_item .item_image {
  display: block;
  width: 100%;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .lineup .catalog_list .list_item .item_image {
    margin: 0 0 4vw;
  }
}
.lineup .catalog_list .list_item p {
  margin: 0 0 1em;
  font-size: 1.8rem;
  font-weight: 500;
}
.lineup .catalog_list .btn_container {
  display: flex;
  align-items: center;
}

/*---------------------------------------------
セクションタイトル
---------------------------------------------*/
.definition_list {
  width: 90.9%;
  margin-left: auto;
  margin-right: auto;
}
.definition_list .list_item {
  display: flex;
  line-height: 1.8;
}
.definition_list .list_item .item_title {
  font-weight: 500;
  width: 213px;
  padding: 20px 0;
  margin: 0 5px 0 0;
  border-bottom: solid 2px #000000;
}
@media screen and (max-width: 767px) {
  .definition_list .list_item .item_title {
    width: 26.6666666667vw;
  }
}
.definition_list .list_item .item_description {
  padding: 20px 0;
  flex: 1;
  border-bottom: solid 2px #bfbfbf;
}
.definition_list .list_item .item_description .column {
  margin: 0 0 1em;
}
.definition_list.is-alignB .list_item > * {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/*---------------------------------------------
フォーム
---------------------------------------------*/
.form-wrapper input {
  max-width: 100%;
  border: 2px solid #d2d2d2;
  border-radius: 5px;
  padding: 15px 0 15px 15px;
  font-size: 16px;
}
.form-wrapper input::-moz-placeholder {
  font-size: 16px;
  color: #b5b5b5;
}
.form-wrapper input::placeholder {
  font-size: 16px;
  color: #b5b5b5;
}
.form-wrapper textarea {
  width: 100%;
  border: 2px solid #d2d2d2;
  border-radius: 5px;
  font-size: 16px;
  padding: 15px;
  box-sizing: border-box;
}
.form-wrapper textarea::-moz-placeholder {
  font-size: 16px;
  color: #b5b5b5;
}
.form-wrapper textarea::placeholder {
  font-size: 16px;
  color: #b5b5b5;
}
.form-wrapper .radio-box {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .form-wrapper .radio-box {
    display: block;
  }
}
.form-wrapper .radio + .radio {
  margin: 0 0 0 2em;
}
@media screen and (max-width: 1024px) {
  .form-wrapper .radio + .radio {
    margin: 0;
  }
}
.form-wrapper .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.form-wrapper .radio input[type=radio] + .radio-label:before {
  content: "";
  background: #ffffff;
  border-radius: 100%;
  border: 2px solid #bfbfbf;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.1em;
  margin-right: 1em;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.form-wrapper .radio input[type=radio]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #ffffff;
}
.form-wrapper .radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.form-wrapper .radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #ffffff;
  border-color: #bfbfbf;
  background: #bfbfbf;
}
.form-wrapper .radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
@media screen and (min-width: 1025px) and (max-width: 1129px) {
  .form-wrapper input[type=email], .form-wrapper input[type=tel], .form-wrapper input[name^=addr] {
    width: 100%;
  }
}
.form-wrapper .btn_container {
  padding: 30px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.form-wrapper .btn_container .btn_rounded {
  margin: 0 10px;
}
@media screen and (max-width: 1024px) {
  .form-wrapper .definition_list .list_item {
    display: block;
  }
  .form-wrapper .definition_list .list_item > * {
    width: 100%;
    margin: 0;
  }
}
.form-wrapper .definition_list .list_item .item_title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 10px;
}
@media screen and (min-width: 1025px) and (max-width: 1129px) {
  .form-wrapper .definition_list .list_item .item_title {
    width: 22%;
  }
}
@media screen and (max-width: 1024px) {
  .form-wrapper .definition_list .list_item .item_title {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .form-wrapper .definition_list .list_item .item_title p {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1129px) {
  .form-wrapper .definition_list .list_item .item_description {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .form-wrapper .definition_list .list_item .item_description {
    border: none;
    font-size: 4.2666666667vw;
  }
}
.form-wrapper .required {
  border-radius: 5px;
  background-color: #ec6941;
  font-size: 1.2rem;
  color: #fff;
  padding: 3px 6px;
}
.form-wrapper .error-message {
  color: red;
  font-weight: 700;
}
.form-wrapper .contact_error {
  width: 90.9%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
  padding: 1.5em;
  text-align: center;
  background-color: #ffe3e3;
  border: 2px solid #FF0000;
}
@media screen and (max-width: 767px) {
  .form-wrapper .contact_error {
    font-size: 4.2666666667vw;
  }
}
.form-wrapper .thanks-message {
  padding: 10% 3%;
  text-align: center;
}
.form-wrapper .thanks-message p {
  line-height: 2.25;
}
.form-wrapper .thanks-message p:first-child {
  font-size: 3rem;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 767px) {
  .form-wrapper .thanks-message p:first-child {
    font-size: 6.6666666667vw;
  }
}
.form-wrapper .thanks-message .btn_container {
  margin-top: 1.5em;
}

/*---------------------------------------------
プロジェクト共通
---------------------------------------------*/
.opensans {
  font-family: "Open Sans", sans-serif;
}

.v-writing {
  writing-mode: vertical-rl;
}

.bg_darkGray {
  background-color: #313131;
  color: #fff;
}
.bg_darkGray a {
  color: #fff;
}

/*---------------------------------------------
top-visual
---------------------------------------------*/
.top-visual .top-recommendation {
  /* top-zozo */
  /* top-safety */
  /* top-franklin */
}
.top-visual .top-recommendation .top-recommendation_catch {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 823px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-visual .top-recommendation .top-recommendation_catch {
    background-position: center center;
    height: 109.7333333333vw;
  }
}
.top-visual .top-recommendation .top-recommendation_catch .l-box {
  display: flex;
  justify-content: flex-end;
  padding: 240px 0 0;
}
@media screen and (max-width: 767px) {
  .top-visual .top-recommendation .top-recommendation_catch .l-box {
    justify-content: center;
    padding: 22.6666666667vw 0 0;
  }
}
.top-visual .top-recommendation .top-recommendation_catch .l-box .copy {
  font-size: 5rem;
  color: #fff;
  line-height: 1.48;
  text-shadow: 0px 0px 24px rgb(0, 0, 0);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-visual .top-recommendation .top-recommendation_catch .l-box .copy {
    font-size: 4.4247787611vw;
  }
}
@media screen and (max-width: 767px) {
  .top-visual .top-recommendation .top-recommendation_catch .l-box .copy {
    font-size: 6.6666666667vw;
  }
}
.top-visual .top-recommendation .top-recommendation_catch .l-box .copy span {
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 1.333;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-visual .top-recommendation .top-recommendation_catch .l-box .copy span {
    font-size: 4.9557522124vw;
  }
}
@media screen and (max-width: 767px) {
  .top-visual .top-recommendation .top-recommendation_catch .l-box .copy span {
    font-size: 7.4666666667vw;
  }
}
.top-visual .top-recommendation .top-recommendation_details {
  position: relative;
  transform: translate(0, -190px);
  border-radius: 15px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  width: 1040px;
  margin: 0 auto;
  display: flex;
}
@media screen and (min-width: 1025px) and (max-width: 1129px) {
  .top-visual .top-recommendation .top-recommendation_details {
    width: 94.54%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-visual .top-recommendation .top-recommendation_details {
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  .top-visual .top-recommendation .top-recommendation_details {
    width: 92%;
    flex-direction: column;
    transform: translate(0, -25.3333333333vw);
  }
}
.top-visual .top-recommendation .top-recommendation_details > .block:nth-child(1) {
  width: 360px;
  margin: 0 40px 0 0;
}
@media screen and (min-width: 768px) {
  .top-visual .top-recommendation .top-recommendation_details > .block:nth-child(1) {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .top-visual .top-recommendation .top-recommendation_details > .block:nth-child(1) {
    width: 100%;
    margin: 0 0 4vw;
  }
}
.top-visual .top-recommendation .top-recommendation_details > .block:nth-child(2) {
  padding: 10px 0 0;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .top-visual .top-recommendation .top-recommendation_details > .block:nth-child(2) {
    padding: 0;
  }
}
.top-visual .top-recommendation .top-recommendation_details > .block:nth-child(2) p {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top-visual .top-recommendation .top-recommendation_details > .block:nth-child(2) p {
    font-size: 3.4666666667vw;
  }
}
.top-visual .top-recommendation .top-recommendation_details > .block:nth-child(2) p + p {
  margin: 2em 0 0;
}
.top-visual .top-recommendation .top-recommendation_details .section_header {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top-visual .top-recommendation .top-recommendation_details .section_header {
    display: flex;
    flex-direction: column-reverse;
  }
}
.top-visual .top-recommendation .top-recommendation_details .section_header .en {
  padding: 0 0 0 12vw;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top-visual .top-recommendation .top-recommendation_details .section_header .en {
    position: absolute;
    top: 16px;
    right: 0;
    padding: 75px 0 0;
    writing-mode: vertical-rl;
  }
}
.top-visual .top-recommendation .top-recommendation_details .section_header .en:after {
  content: "";
  display: block;
  background-color: #22ac38;
  position: absolute;
  width: 9.3333333333vw;
  height: 1px;
  top: 50%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .top-visual .top-recommendation .top-recommendation_details .section_header .en:after {
    width: 1px;
    height: 70px;
    top: 0;
    left: 48%;
  }
}
.top-visual .top-recommendation .top-recommendation_details .section_header h2 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.875;
  margin: 0 0 25px;
}
@media screen and (max-width: 767px) {
  .top-visual .top-recommendation .top-recommendation_details .section_header h2 {
    font-size: 6.9333333333vw;
    margin: 0 0 4.6666666667vw;
    line-height: 1.346;
  }
}
@media screen and (max-width: 767px) {
  .top-visual .top-recommendation .top-recommendation_details .btn_container {
    position: absolute;
    bottom: 8vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.top-visual .top-recommendation .top-zozo .top-recommendation_catch {
  background-image: url(../img/top/zozo_bg.jpg);
}
@media screen and (max-width: 767px) {
  .top-visual .top-recommendation .top-zozo .top-recommendation_catch {
    background-image: url(../img/top/zozo_bg_sp.jpg);
  }
}
.top-visual .top-recommendation .top-zozo .top-recommendation_catch .l-box .copy {
  font-size: 5.6rem;
  line-height: 2.143;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-visual .top-recommendation .top-zozo .top-recommendation_catch .l-box .copy {
    font-size: 4.9557522124vw;
  }
}
@media screen and (max-width: 767px) {
  .top-visual .top-recommendation .top-zozo .top-recommendation_catch .l-box .copy {
    font-size: 7.4666666667vw;
  }
}
.top-visual .top-recommendation .top-zozo .top-recommendation_catch .l-box .copy span {
  font-size: 7.5rem;
  text-shadow: 2px 0 0 #22ac38, 0 2px 0 #22ac38, -2px 0 0 #22ac38, 0 -2px 0 #22ac38;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-visual .top-recommendation .top-zozo .top-recommendation_catch .l-box .copy span {
    font-size: 6.6371681416vw;
  }
}
@media screen and (max-width: 767px) {
  .top-visual .top-recommendation .top-zozo .top-recommendation_catch .l-box .copy span {
    font-size: 10vw;
  }
}
.top-visual .top-recommendation .top-zozo .top-recommendation_details {
  padding: 40px 55px 65px 65px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-visual .top-recommendation .top-zozo .top-recommendation_details {
    padding: 6.6666666667vw 4.6666666667vw 15.9292035398vw;
  }
}
@media screen and (max-width: 767px) {
  .top-visual .top-recommendation .top-zozo .top-recommendation_details {
    padding: 6.6666666667vw 4.6666666667vw 24vw;
  }
}
.top-visual .top-recommendation .top-zozo .top-recommendation_details .img {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-14.73%, 19.59%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-visual .top-recommendation .top-zozo .top-recommendation_details .img {
    width: 47.4336283186vw;
  }
}
.top-visual .top-recommendation .top-safety .top-recommendation_catch {
  background-image: url(../img/top/safety_bg.jpg);
}
@media screen and (max-width: 767px) {
  .top-visual .top-recommendation .top-safety .top-recommendation_catch {
    background-image: url(../img/top/safety_bg_sp.jpg);
  }
}
.top-visual .top-recommendation .top-safety .top-recommendation_catch .l-box .copy {
  font-size: 5.6rem;
  line-height: 2.143;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-visual .top-recommendation .top-safety .top-recommendation_catch .l-box .copy {
    font-size: 4.9557522124vw;
  }
}
@media screen and (max-width: 767px) {
  .top-visual .top-recommendation .top-safety .top-recommendation_catch .l-box .copy {
    font-size: 7.4666666667vw;
  }
}
.top-visual .top-recommendation .top-safety .top-recommendation_catch .l-box .copy span {
  font-size: 7.5rem;
  text-shadow: 2px 0 0 #22ac38, 0 2px 0 #22ac38, -2px 0 0 #22ac38, 0 -2px 0 #22ac38;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-visual .top-recommendation .top-safety .top-recommendation_catch .l-box .copy span {
    font-size: 6.6371681416vw;
  }
}
@media screen and (max-width: 767px) {
  .top-visual .top-recommendation .top-safety .top-recommendation_catch .l-box .copy span {
    font-size: 10vw;
  }
}
.top-visual .top-recommendation .top-safety .top-recommendation_details {
  padding: 40px 55px 65px 65px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-visual .top-recommendation .top-safety .top-recommendation_details {
    padding: 6.6666666667vw 4.6666666667vw 15.9292035398vw;
  }
}
@media screen and (max-width: 767px) {
  .top-visual .top-recommendation .top-safety .top-recommendation_details {
    padding: 6.6666666667vw 4.6666666667vw 24vw;
  }
}
.top-visual .top-recommendation .top-safety .top-recommendation_details .img {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-14.73%, 19.59%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-visual .top-recommendation .top-safety .top-recommendation_details .img {
    width: 47.4336283186vw;
  }
}
.top-visual .top-recommendation .top-franklin .top-recommendation_catch {
  background-image: url(../img/top/franklin_bg.jpg);
}
@media screen and (max-width: 767px) {
  .top-visual .top-recommendation .top-franklin .top-recommendation_catch {
    background-image: url(../img/top/franklin_bg_sp.jpg);
  }
}
.top-visual .top-recommendation .top-franklin .top-recommendation_catch .l-box {
  padding: 395px 0 0;
}
@media screen and (max-width: 767px) {
  .top-visual .top-recommendation .top-franklin .top-recommendation_catch .l-box {
    padding: 37.3333333333vw 0 0;
  }
}
.top-visual .top-recommendation .top-franklin .top-recommendation_details {
  padding: 40px 55px 65px 65px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-visual .top-recommendation .top-franklin .top-recommendation_details {
    padding: 6.6666666667vw 4.6666666667vw 7.0796460177vw;
  }
}
@media screen and (max-width: 767px) {
  .top-visual .top-recommendation .top-franklin .top-recommendation_details {
    padding: 6.6666666667vw 4.6666666667vw 24vw;
  }
}
.top-visual .top-recommendation .top-franklin .top-recommendation_details .img {
  margin: 0 0 35px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-visual .top-recommendation .top-franklin .top-recommendation_details .img {
    margin: 0 0 4.6666666667vw;
  }
}

/*---------------------------------------------
FIXED Banner
---------------------------------------------*/
.fixed_banner {
  position: fixed;
  z-index: 99999;
  bottom: 40px;
  right: 30px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .fixed_banner {
    bottom: 0;
    right: 0;
  }
}
.fixed_banner a::after {
  content: none !important;
}

.fixed_banner_pc {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .fixed_banner_pc {
    display: none;
  }
}

.floating-banner:hover {
  opacity: 0.8;
}

.fixed_banner_sp {
  display: none; /* PCではスマホ用のバナーは非表示にします */
}
@media screen and (max-width: 767px) {
  .fixed_banner_sp {
    display: block;
    width: 100%;
  }
}

/*---------------------------------------------
top-products
---------------------------------------------*/
.top-products {
  padding: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .top-products {
    padding: 0 0 10.6666666667vw;
  }
}
.top-products .section_header {
  position: relative;
  top: -60px;
}
@media screen and (max-width: 767px) {
  .top-products .section_header {
    top: -10.6666666667vw;
  }
}
.top-products .products_list {
  display: flex;
  flex-wrap: wrap;
}
.top-products .products_list .list_item {
  width: 530px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
  margin: 0 0 50px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) and (max-width: 1129px) {
  .top-products .products_list .list_item {
    width: 48.18%;
  }
}
@media screen and (max-width: 767px) {
  .top-products .products_list .list_item {
    width: 84vw;
    margin: 0 auto 7.3333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .top-products .products_list .list_item:nth-child(2n) {
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1129px) {
  .top-products .products_list .list_item:nth-child(2n) {
    margin-left: 3.6%;
  }
}
.top-products .products_list .list_item .item_img img {
  width: 100%;
}
.top-products .products_list .list_item .item_content {
  padding: 25px 25px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .top-products .products_list .list_item .item_content {
    padding: 4vw 4.6666666667vw 6.6666666667vw;
  }
}
.top-products .products_list .list_item .item_content p {
  margin: 0 0 15px;
  padding: 0 0 0.3em;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .top-products .products_list .list_item .item_content p {
    margin: 0 0 4vw;
    font-size: 3.2vw;
  }
}
.top-products .products_list .list_item .item_content p:first-child {
  font-size: 2.2rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-products .products_list .list_item .item_content p:first-child {
    font-size: 4.5333333333vw;
  }
}
.top-products .products_list .list_item .item_content p:first-child:after {
  content: "";
  display: block;
  width: 43px;
  height: 2px;
  background-color: #22ac38;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top-products .products_list .list_item .item_content p:first-child:after {
    width: 9.6vw;
  }
}
.top-products .products_list .btn_container {
  margin-top: auto;
}

/*---------------------------------------------
top-news
---------------------------------------------*/
.top-news {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 16vw 0;
  }
}
.top-news .section_header {
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .top-news .section_header {
    margin: 0 0 5.3333333333vw;
  }
}
.top-news .l-box {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .top-news .l-box {
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
.top-news .news_list {
  width: 100%;
  height: 360px;
  overflow-y: auto;
  padding: 15px 35px;
}
@media screen and (max-width: 767px) {
  .top-news .news_list {
    height: 130.6666666667vw;
    padding: 2.6666666667vw 4vw;
  }
}
.top-news .news_list::-webkit-scrollbar {
  width: 8px;
}
@media screen and (max-width: 767px) {
  .top-news .news_list::-webkit-scrollbar {
    width: 5px;
  }
}
.top-news .news_list::-webkit-scrollbar-track {
  background: #ededed;
  border: none;
}
.top-news .news_list::-webkit-scrollbar-thumb {
  background: #a0a0a0;
  border: none;
}
.top-news .news_list .list_item {
  padding: 16px 0;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .top-news .news_list .list_item {
    padding: 0;
    display: block;
  }
  .top-news .news_list .list_item + .list_item {
    margin: 6.6666666667vw 0 0;
  }
}
.top-news .news_list .list_item > * {
  display: flex;
}
.top-news .news_list .list_item > *:nth-child(1) {
  width: 220px;
  align-items: center;
  padding: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .top-news .news_list .list_item > *:nth-child(1) {
    width: auto;
    padding: 0;
  }
}
.top-news .news_list .list_item > *:nth-child(2) {
  flex: 1;
  flex-direction: column;
  min-height: 44px;
  border-left: solid 1px #d2d2d2;
  padding: 0 0 0 20px;
  justify-content: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .top-news .news_list .list_item > *:nth-child(2) {
    display: block;
    min-height: inherit;
    border-left: none;
    border-top: solid 1px #d2d2d2;
    margin: 2.6666666667vw 0 0;
    padding: 2.6666666667vw 0 0;
    font-size: 3.2vw;
  }
}
.top-news .news_list .list_item .item_cat {
  min-width: 103px;
  background-color: #b8b8b8;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 5px;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 767px) {
  .top-news .news_list .list_item .item_cat {
    min-width: 16.4vw;
    font-size: 2.6666666667vw;
    padding: 0.8vw;
    margin: 0 2vw 0 0;
  }
}
.top-news .news_list .list_item .item_cat.cat_01 {
  background-color: #434343;
}
.top-news .news_list .list_item .item_cat.cat_02 {
  background-color: #009e96;
}
.top-news .news_list .list_item .item_date {
  font-size: 1.4rem;
  font-weight: 500;
  color: #434343;
}
@media screen and (max-width: 767px) {
  .top-news .news_list .list_item .item_date {
    font-size: 2.6666666667vw;
  }
}
.top-news .news_list .list_item a[href$=".pdf"] {
  display: inline-block;
  padding: 0 0 0 35px;
}
.top-news .news_list .list_item a[href$=".pdf"]:before {
  display: inline-block;
  content: url(../img/common/pdf.svg);
  width: 22px;
  position: absolute;
  top: 3px;
  left: 0;
}

/*---------------------------------------------
top-pickup
---------------------------------------------*/
.top-pickup {
  padding: 140px 0 60px;
}
@media screen and (max-width: 767px) {
  .top-pickup {
    padding: 13.3333333333vw 0 10.6666666667vw;
  }
}
.top-pickup .section_header {
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .top-pickup .section_header {
    margin: 0 0 8vw;
  }
}
.top-pickup .pickup_slider {
  width: 100%;
  overflow: hidden;
  padding: 0 0 50px;
}
.top-pickup .pickup_slider ::-moz-selection {
  background-color: transparent;
}
.top-pickup .pickup_slider ::selection {
  background-color: transparent;
}
.top-pickup .nav-tab {
  margin: 0 0 40px;
  border-bottom: solid 1px #bfbfbf;
  justify-content: center;
}
.top-pickup .nav-tab > * {
  margin: 0 25px;
}
.top-pickup .nav-tab > * a {
  display: block;
  padding: 15px 5px;
  position: relative;
}
.top-pickup .nav-tab > * a:hover {
  color: #22ac38;
}
.top-pickup .nav-tab > * a.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
}
.top-pickup .tab-content {
  position: relative;
}
.top-pickup .swiper-container {
  width: 100%;
  margin: 0 auto;
  overflow: inherit;
  position: relative;
}
@media screen and (min-width: 1130px) {
  .top-pickup .swiper-container {
    width: 1100px;
  }
}
@media screen and (max-width: 767px) {
  .top-pickup .swiper-container {
    width: 96%;
  }
}
.top-pickup .swiper-container .swiper-wrapper {
  transition-timing-function: ease-in-out !important;
}
.top-pickup .swiper-container .swiper-slide {
  /*max-width: 230px;*/
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .top-pickup .swiper-container .swiper-slide {
    font-size: 2.6666666667vw;
  }
}
.top-pickup .swiper-container .swiper-slide .tn {
  display: block;
  margin: 0 0 15px;
}
.top-pickup .swiper-container .swiper-slide .tn img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top-pickup .swiper-container .swiper-slide .tn {
    margin: 0 0 2vw;
  }
}
.top-pickup .swiper-container .price {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-pickup .swiper-container .price {
    font-size: 3.7333333333vw;
  }
}
.top-pickup .swiper-button-prev,
.top-pickup .swiper-button-next {
  outline: none;
  /*position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;*/
  color: #000;
  background-color: rgba(255, 255, 255, 0.65);
  width: 47px;
  height: 84px;
  margin-top: -84px;
  border-radius: 3px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .top-pickup .swiper-button-prev,
  .top-pickup .swiper-button-next {
    width: 6.2666666667vw;
    height: 11.2vw;
    margin-top: -11.2vw;
    background-size: 3.6vw 5.8666666667vw;
  }
}
.top-pickup .swiper-button-prev:hover,
.top-pickup .swiper-button-next:hover {
  background-color: rgb(255, 255, 255);
}
.top-pickup .swiper-pagination {
  transform: translate(0, 100%);
  position: relative;
  top: 5px;
}
.top-pickup .swiper-pagination > * {
  outline: none;
}
.top-pickup .swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px;
}
.top-pickup .swiper-pagination .swiper-pagination-bullet-active {
  background: #009944;
}

/*---------------------------------------------
links
---------------------------------------------*/
.links {
  padding: 75px 0 35px;
}
@media screen and (max-width: 767px) {
  .links {
    padding: 11.3333333333vw 0;
  }
}
.links .link_list {
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .links .link_list {
    padding: 0 1.3333333333vw;
  }
}
.links .link_list > * {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .links .link_list > * {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .links .link_list > *:not(:nth-child(-n+3)) {
    margin: 55px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .links .link_list > *:not(:nth-child(-n+2)) {
    margin: 7.3333333333vw 0 0;
  }
}
.links .link_list .item_banner {
  width: 300px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px;
}
@media screen and (max-width: 1024px) {
  .links .link_list .item_banner {
    width: 100%;
    height: 13.3333333333vw;
  }
  .links .link_list .item_banner img {
    max-height: 100%;
  }
}
.links .link_list .item_banner a {
  display: block;
  height: 100%;
}
.links .link_list p {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .links .link_list p {
    font-size: 2.6666666667vw;
  }
}

/*---------------------------------------------
productInfo
---------------------------------------------*/
.productInfo {
  padding: 30px 0 60px;
}
@media screen and (max-width: 767px) {
  .productInfo {
    padding: 4vw 0 8vw;
  }
}
.productInfo .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .productInfo .box {
    padding: 0;
  }
}
.productInfo .box .brandLogo {
  margin: 0 0 25px;
}
@media screen and (max-width: 767px) {
  .productInfo .box .brandLogo {
    margin: 0 0 3.3333333333vw;
    width: 40vw;
  }
}
.productInfo .box .copy {
  font-size: 2.8rem;
  font-weight: 200;
  line-height: 1.714;
  text-align: center;
  margin: 0 0 1.5em;
}
@media screen and (max-width: 767px) {
  .productInfo .box .copy {
    font-size: 5.8666666667vw;
  }
}
.productInfo .box .description {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .productInfo .box .description {
    font-size: 3.4666666667vw;
  }
}
.productInfo .anchorLinks {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .productInfo .anchorLinks {
    margin: 5.3333333333vw 0 0;
  }
}
.productInfo .shoplistArea {
  margin: 30px 0 0 0;
  border: 1px solid #ccc;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .productInfo .shoplistArea {
    margin: 4vw 0 0 0;
    padding: 10px;
  }
}
.productInfo .shoplistLink {
  display: block;
  padding: 10px 0 10px 35px;
}
.productInfo .shoplistLink:before {
  display: inline-block;
  content: url(../img/common/pdf.svg);
  width: 22px;
  position: absolute;
  top: 10px;
  left: 0;
}

/*---------------------------------------------
商品詳細
---------------------------------------------*/
.product-more {
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .product-more {
    margin: 8vw 0 0;
  }
}
.product-more .block_social {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .product-more .block_social {
    margin: 5.3333333333vw 0 0;
  }
}
.product-more .block_social iframe {
  vertical-align: bottom;
}
.product-more .block_social > *:not(:first-child) {
  margin-left: 10px;
}
.product-more .product-info .product-info_top {
  display: flex;
  margin: 0 0 70px;
}
@media screen and (max-width: 767px) {
  .product-more .product-info .product-info_top {
    flex-direction: column-reverse;
    margin: 0 0 9.3333333333vw;
  }
}
.product-more .product-info .product-info_top > .column {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .product-more .product-info .product-info_top > .column {
    width: auto;
  }
}
.product-more .product-info .product-info_top > .column:nth-child(2) {
  padding: 0 0 0 40px;
}
@media screen and (max-width: 767px) {
  .product-more .product-info .product-info_top > .column:nth-child(2) {
    padding: 0;
    margin: 0 0 10.6666666667vw;
  }
}
.product-more .product-info .product-info_bottom {
  margin: 0 0 70px;
}
@media screen and (max-width: 767px) {
  .product-more .product-info .product-info_bottom {
    margin: 0 0 9.3333333333vw;
  }
}
.product-more .product-info .product-info_bottom p:first-child {
  margin: 0 0 1em;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .product-more .product-info .product-info_bottom p:first-child {
    font-size: 5.3333333333vw;
  }
}
.product-more .productImages-wraper {
  position: relative;
}
.product-more .productImages-wraper .swiper-button-next, .product-more .productImages-wraper .swiper-button-prev {
  /*--swiper-navigation-color: #000;*/
  outline: none;
}
.product-more .productImages-wraper .swiper-pagination-bullet-active {
  background: #22ac38;
}
.product-more .productImages-wraper .swiper-button-next {
  right: -33px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product-more .productImages-wraper .swiper-button-next {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .product-more .productImages-wraper .swiper-button-next {
    display: none;
  }
}
.product-more .productImages-wraper .swiper-button-prev {
  left: -33px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product-more .productImages-wraper .swiper-button-prev {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .product-more .productImages-wraper .swiper-button-prev {
    display: none;
  }
}
.product-more .productImages-wraper .swiper-pagination {
  bottom: -30px;
  left: 0;
  width: 100%;
}
.product-more .productImages-wraper .swiper-pagination > * {
  outline: none;
  margin: 0 4px;
}
.product-more .productImages-wraper .thumbImage {
  cursor: pointer;
}
.product-more .productImages {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  position: relative;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.product-more .productImages .swiper-slide {
  width: 105px;
  /*margin-right: 3.19%;*/
  border: solid 1px #eaeaea;
}
.product-more .productImages .swiper-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}
.product-more .product-viewer {
  width: 470px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1129px) {
  .product-more .product-viewer {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .product-more .product-viewer {
    width: 100%;
  }
}
.product-more .product-viewer .bigImage {
  width: 100%;
  height: 470px;
  border: solid 1px #eaeaea;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .product-more .product-viewer .bigImage {
    height: 92vw;
  }
}
.product-more .product-viewer .bigImage img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-more .product-data .product-data_title {
  line-height: 2.25;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .product-more .product-data .product-data_title {
    margin: 0 0 4vw;
  }
}
.product-more .product-data .product-data_price {
  padding: 0 0 5px;
  border-bottom: solid 1px #a2a2a2;
  margin: 0 0 25px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .product-more .product-data .product-data_price {
    margin: 0 0 3.3333333333vw;
  }
}
.product-more .product-data .product-data_price span:nth-child(2) {
  font-size: 3rem;
  margin: 0 0 0 0.2em;
}
@media screen and (max-width: 767px) {
  .product-more .product-data .product-data_price span:nth-child(2) {
    font-size: 6.4vw;
  }
}
.product-more .product-data .product-data_caption {
  font-weight: 500;
  margin: 0 0 0.5em;
}
.product-more .product-data_btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .product-more .product-data_btns {
    margin: 3.3333333333vw 0 0;
  }
}
.product-more .product-data_btns > * {
  margin-bottom: 10px;
}
.product-more .product-data_btns > *:not(:last-child) {
  margin-right: 8px;
}
.product-more .table-a dl {
  width: 100%;
  display: flex;
}
.product-more .table-a dl + dl {
  margin: 3px 0 0;
}
.product-more .table-a dl dt, .product-more .table-a dl dd {
  min-height: 3.28em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.4rem;
  padding-left: 16px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .product-more .table-a dl dt, .product-more .table-a dl dd {
    font-size: 2.9333333333vw;
    padding-left: 2vw;
    padding-right: 0.6666666667vw;
  }
}
.product-more .table-a dl dt {
  width: 160px;
  background-color: #afe1b7;
}
@media screen and (max-width: 767px) {
  .product-more .table-a dl dt {
    width: 30%;
  }
}
.product-more .table-a dl dd {
  flex: 1;
}
.product-more .table-b {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #cbced2;
  border-right: 1px solid #cbced2;
}
@media screen and (max-width: 767px) {
  .product-more .table-b {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .product-more .table-b thead {
    display: none;
  }
}
.product-more .table-b thead th {
  background-color: #f9f9f9;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  padding: 16px 12px;
}
@media screen and (max-width: 767px) {
  .product-more .table-b thead th {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .product-more .table-b tr {
    display: block;
    border-right: 1px solid #cbced2;
    border-top: 1px solid #cbced2;
  }
  .product-more .table-b tr + tr {
    margin-top: 1em;
  }
  .product-more .table-b tr td:first-child {
    background-color: #f9f9f9;
  }
}
.product-more .table-b td, .product-more .table-b th {
  border-left: 1px solid #cbced2;
  border-bottom: 1px solid #cbced2;
}
.product-more .table-b td {
  padding: 16px 20px;
}
@media screen and (max-width: 767px) {
  .product-more .table-b td {
    padding: 4px 12px;
    display: block;
    width: 100%;
    font-size: 2.9333333333vw;
  }
  .product-more .table-b td[data-title]::before {
    color: #666;
    content: attr(data-title) " :";
    font-weight: bold;
    padding: 0 10px 0 0;
    display: inline;
  }
}

/*---------------------------------------------
会社概要
---------------------------------------------*/
.company-profile {
  padding: 0 0 80px;
}
.company-profile .greeting {
  display: flex;
  padding: 0 20px 20px 20px;
}
@media screen and (max-width: 767px) {
  .company-profile .greeting {
    flex-direction: column;
  }
}
.company-profile .greeting .greeting_img {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .company-profile .greeting .greeting_img {
    width: 100%;
  }
}
.company-profile .greeting .greeting_msg {
  width: 70%;
  padding: 0 20px 0 40px;
}
@media screen and (max-width: 767px) {
  .company-profile .greeting .greeting_msg {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
}
.company-profile .greeting p.shomei {
  text-align: right;
  margin-top: 20px;
}

/*---------------------------------------------
安心・安全の取り組み
---------------------------------------------*/
.safety-mind {
  padding: 20px 0 230px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .safety-mind {
    padding: 2.6666666667vw 0 30.6666666667vw;
  }
}
.safety-mind .frame-rounded {
  width: 1040px;
  max-width: 100%;
  min-height: 638px;
  border-radius: 15px;
  padding: 75px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .safety-mind .frame-rounded {
    padding: 75px 75px 24vw;
  }
}
@media screen and (max-width: 767px) {
  .safety-mind .frame-rounded {
    padding: 8vw 6vw 40vw;
  }
}
.safety-mind .frame-rounded .image {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(75px, 65px);
}
@media screen and (max-width: 1024px) {
  .safety-mind .frame-rounded .image {
    width: 64vw;
  }
}
@media screen and (max-width: 767px) {
  .safety-mind .frame-rounded .image {
    width: 80vw;
  }
}
.safety-mind h2 {
  font-size: 3.6rem;
  font-weight: 200;
  position: relative;
  padding: 0 0 20px;
  margin: 0 0 35px;
  text-align: center;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .safety-mind h2 {
    font-size: 6.9333333333vw;
    padding: 0 0 2.6666666667vw;
    margin: 0 0 4.6666666667vw;
  }
}
.safety-mind h2:after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background-color: #22ac38;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.safety-mind p {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .safety-mind p {
    font-size: 3.2vw;
  }
}
.safety-mind p + p {
  margin: 2em 0 0;
}

.safety-features {
  padding: 0 0 100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .safety-features {
    padding: 0 0 13.3333333333vw;
  }
}
.safety-features h2 {
  font-size: 3.6rem;
  font-weight: 200;
  position: relative;
  padding: 0 0 20px;
  margin: 0 0 45px;
  line-height: 1.33;
}
.safety-features h2:after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background-color: #22ac38;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .safety-features h2 {
    font-size: 6.9333333333vw;
    padding: 0 0 2.6666666667vw;
    margin: 0 0 4.6666666667vw;
  }
}
.safety-features .features_list .list_item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 0 130px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .safety-features .features_list .list_item {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .safety-features .features_list .list_item {
    margin: 0 0 17.3333333333vw;
  }
  .safety-features .features_list .list_item:last-child {
    margin: 0;
  }
}
.safety-features .features_list .list_item p {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .safety-features .features_list .list_item p {
    font-size: 3.2vw;
  }
}
.safety-features .features_list .list_item p + p {
  margin: 2em 0 0;
}
.safety-features .features_list .list_item .item_content {
  width: 580px;
}
@media screen and (min-width: 1025px) and (max-width: 1129px) {
  .safety-features .features_list .list_item .item_content {
    width: 50.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .safety-features .features_list .list_item .item_content {
    width: 100%;
  }
}
.safety-features .features_list .list_item .item_image {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100px, 0);
}
@media screen and (min-width: 1025px) and (max-width: 1129px) {
  .safety-features .features_list .list_item .item_image {
    width: 50.6666666667vw;
    transform: translate(10.6666666667vw, 0);
  }
}
@media screen and (max-width: 1024px) {
  .safety-features .features_list .list_item .item_image {
    position: inherit;
    width: 92%;
    transform: translate(0, 0);
  }
  .safety-features .features_list .list_item .item_image img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .safety-features .features_list .list_item .item_image {
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .safety-features .features_list .list_item .item_image {
    margin: 8vw auto 0;
  }
}
.safety-features .features_list .list_item:nth-child(2n+1) {
  align-items: flex-end;
}
.safety-features .features_list .list_item:nth-child(2n+1) .item_image {
  right: inherit;
  left: 0;
  transform: translate(-100px, 0);
}
@media screen and (max-width: 1024px) {
  .safety-features .features_list .list_item:nth-child(2n+1) .item_image {
    transform: translate(0, 0);
  }
}

/*---------------------------------------------
Additional ueda
---------------------------------------------*/
.contact_alert {
  width: 80%;
  border: 1px solid #ccc;
  margin: 20px auto;
}
.contact_alert p {
  padding: 20px;
  font-size: 100%;
  margin: auto;
  text-align: center;
}/*# sourceMappingURL=style.css.map */