@charset "UTF-8";
@media screen and (min-width:769px) and (max-width:1300px) {
  @font-face {
    font-family: "Marcellus", serif;
    font-family: "NotoSansJP", sans-serif;
  }
  /*共通のメニュー調整*/
  .top_wrap {
    max-width: 75vw;
    margin: 9vw auto 10.5vw;
    margin-top: 10.75vw;
    margin-bottom: 12.5625vw;
    margin-right: auto;
    margin-left: auto;
  }
  .top_wrap:has(#mv) {
    max-width: unset;
    margin: unset;
  }
  #complete_area {
    margin: 20px 0;
    text-align: center;
  }
  /*楽々リピート崩れ調整*/
  .LC_Page_Index div#main_column > div {
    margin-top: 0;
  }
  #contact .wrap h2 {
    padding-bottom: 1.25vw;
    margin: 0;
    border: unset;
    font-size: 1.95vw;
  }
  .frame_outer {
    text-align: unset;
  }
  #container {
    margin: unset;
    padding: unset;
    width: unset;
    text-align: unset;
  }
  #main_column.colnum1 {
    width: unset;
    margin: unset;
  }
  /*楽々リピート崩れ調整end*/
  /*------------------------------------------------------------------------------
      CSS reset
  ------------------------------------------------------------------------------*/
  body {
    font-size: 0.875vw;
    margin: 0;
    font-family: "Noto Serif JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  }
  * {
    box-sizing: border-box;
  }
  *:before,
  *:after {
    box-sizing: border-box;
  }
  img {
    border: 0;
    margin: 0;
    vertical-align: top;
    max-width: 100%;
  }
  p {
    margin: 0 0;
    padding: 0;
  }
  p:last-child {
    margin-bottom: 0;
  }
  a {
    text-decoration: none;
  }
  a:link,
  a:visited {
    text-decoration: none;
  }
  input,
  textarea,
  select {
    border-radius: 0;
    outline: none;
  }
  table {
    border-collapse: collapse;
  }
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 0.875vw;
    font-weight: normal;
    margin: 0;
    padding: 0;
  }
  .outerBlock {
    overflow: hidden;
  }
  .innerBlock {
    margin: 0 auto;
    position: relative;
  }
  #wrapper {
    position: relative;
    padding: 0;
  }
  /*------------------------------------------------------------------------------
      CSS reset
  ------------------------------------------------------------------------------*/
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFPYk75s.ttf) format("truetype");
  }
  @font-face {
    font-family: "Marcellus";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/marcellus/v13/wEO_EBrOk8hQLDvIAF8FUQ.ttf) format("truetype");
  }
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFPYk75s.ttf) format("truetype");
  }
  @font-face {
    font-family: "Marcellus", serif;
    font-family: "NotoSansJP", sans-serif;
  }
  /*------------------------------------------------------------------------------
      reset
  ------------------------------------------------------------------------------*/
  body {
    font-family: "NotoSansJP";
    color: #333;
  }
  .wrap {
    max-width: 75vw;
    margin: 0 auto;
  }
  p {
    font-size: 0.875vw;
  }
  .pc {
    display: inline-block;
  }
  .sp {
    display: none;
  }
  header {
    width: 100%;
    position: fixed;
    z-index: 11;
  }
  header #global-nav_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-shadow: 0px 6px 6px -5px rgba(128, 128, 128, 0.2509803922);
  }
  header #global-nav_top .innerLeft {
    text-align: left;
    margin-left: 3.1875vw;
    padding: 2.875vw 0vw 2.4375vw;
  }
  header #global-nav_top .innerLeft nav {
    background: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header #global-nav_top .innerLeft nav ul.navi {
    margin: 0 auto 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header #global-nav_top .innerLeft nav ul.navi li {
    line-height: 1.1;
    padding-right: 1.875vw;
  }
  header #global-nav_top .innerLeft nav ul.navi li a {
    font-size: 1vw;
    background: unset;
    padding: 0;
    line-height: 0;
  }
  header #global-nav_top .innerRight .tel_wrap {
    padding-right: 2.4375vw;
    padding-top: 0.5vw;
  }
  header #global-nav_top .innerRight .tel_wrap ul.navi2 {
    margin: 0 auto 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header #global-nav_top .innerRight .tel_wrap ul.navi2 .navi2_1 a {
    position: relative;
    font-family: "NotoSansJP";
    font-weight: bold;
    font-size: 1.375vw;
    display: block;
    line-height: 1.5;
    padding-right: 2.0625vw;
  }
  header #global-nav_top .innerRight .tel_wrap ul.navi2 .navi2_1 a:before {
    content: "";
    width: 1.0625vw;
    height: 1.1875vw;
    background: url(../images/common/tel.png) no-repeat right center/contain;
    position: absolute;
    top: 0.5vw;
    left: -1.5625vw;
  }
  header #global-nav_top .innerRight .tel_wrap ul.navi2 .navi2_1 a span {
    font-size: 0.5625vw;
    display: block;
    margin-left: -1.625vw;
    font-family: "NotoSansJP";
  }
  header #global-nav_top .innerRight .tel_wrap ul.navi2 .navi2_2 {
    font-size: 1vw;
    padding-right: 1.875vw;
  }
  header #global-nav_top .innerRight .tel_wrap ul.navi2 .navi2_3 {
    font-size: 1vw;
    padding-right: 1.8125vw;
  }
  header .innerCenter {
    text-align: center;
    margin-top: -4vw;
  }
  header .innerCenter a img {
    width: 11.5625vw;
  }
  footer {
    position: relative;
    margin: 0 auto;
    padding-top: 3.125vw;
    background: #f8f8f8;
  }
  footer .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  footer .wrap .company {
    width: 25vw;
  }
  footer .wrap .company .logoWrap img {
    width: 11.875vw;
    padding-bottom: 0.625vw;
  }
  footer .wrap .company .info {
    padding-top: 1vw;
    font-size: 0.875vw;
    line-height: 1.4;
  }
  footer .wrap .ul_wrap {
    width: 40.625vw;
  }
  footer .wrap ul.footerLink {
    margin-bottom: 0.625vw;
  }
  footer .wrap ul.footerLink2 li {
    display: inline-block;
  }
  footer .wrap ul.footerLink2 li a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 0.875vw;
  }
  footer .wrap ul.footerLink li {
    display: inline-block;
    vertical-align: top;
    margin-right: 1.25vw;
  }
  footer .wrap ul.footerLink li:last-child {
    margin-right: 0;
  }
  footer .wrap ul.footerLink li a {
    position: relative;
    display: inline-block;
    padding-left: 1.125vw;
    vertical-align: middle;
    text-decoration: none;
    font-size: 0.875vw;
  }
  footer .wrap ul.footerLink li a::before {
    content: "";
    position: absolute;
    top: 0.625vw;
    left: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #333;
  }
  footer .copy {
    font-size: 0.875vw;
    padding-top: 3.25vw;
    text-align: center;
  }
  a {
    color: #000;
  }
  .innerBlock {
    padding: 0 100px;
  }
  /*------------------------------------------------------------------------------
      common
  ------------------------------------------------------------------------------*/
  /*商品一覧*/
  /*特商標*/
  /*お問い合わせ*/
}
@media screen and (min-width:769px) and (max-width:1300px) and (max-width: 768px) {
  .innerBlock {
    padding: 0 30px/2;
  }
}
@media screen and (min-width:769px) and (max-width:1300px) {
  button {
    outline: none;
  }
  header {
    padding: 0;
  }
  .products_contents .contents1 {
    display: inline-block;
    padding: 50px 0;
  }
  .products_contents .contents1 img {
    width: 70%;
    margin: auto;
    display: block;
    padding: 30px 0;
  }
  .products_contents .contents1 .title {
    color: #a98e45;
    font-size: 18px;
    font-weight: bold;
    padding: 30px 0 10px;
  }
  .products_contents .contents1 .title2 {
    background-color: #a98e45;
    padding: 0px 10px;
    color: #fff;
    margin: 30px 0 10px;
    line-height: 2.5;
  }
  .products_contents .contents1 .title2 span {
    background-color: #fff;
    display: block;
    border: thin solid #ddd;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: bold;
    margin: 0 -10px;
    color: #a98e45;
  }
  .products_contents .contents1 .reference1 {
    width: 10%;
    margin-left: 0;
    padding: 20px 0 10px;
  }
  .products_contents .contents1 .reference2 {
    width: 30%;
    margin-left: 0;
    padding: 20px 0 10px;
  }
  .products_contents .contents1 .reference3 {
    width: 70%;
    margin: unset;
    display: block;
    padding: 10px 0 30px;
  }
  .products_contents .contents1 .supplement {
    font-size: 13px;
    color: #a7a7a7;
  }
  .products_contents .contents1 ul.worries {
    border: thin solid #ddd;
    padding: 30px 30px;
    margin: 20px 0;
    position: relative;
  }
  .products_contents .contents1 ul.worries::before {
    content: "";
    position: absolute;
    background: url(../images/products/double-quotes.png) no-repeat center center/cover;
    background-size: 30px;
    width: 20px;
    height: 20px;
    top: 10px;
    left: 10px;
  }
  .products_contents .contents1 ul.worries::after {
    content: "";
    position: absolute;
    background: url(../images/products/double-quotes.png) no-repeat center center/cover;
    background-size: 30px;
    width: 20px;
    height: 20px;
    bottom: 10px;
    right: 10px;
  }
  .products_contents .contents1 ul.worries li {
    line-height: 2;
    font-size: 13px;
  }
  .products_contents .contents1 ul.efficacy li {
    position: relative;
    padding-left: 28px;
    margin: 10px 10px;
  }
  .products_contents .contents1 ul.efficacy li::before {
    content: "";
    position: absolute;
    background: url(../images/products/checked.png) no-repeat center center/cover;
    background-size: 15px;
    width: 20px;
    height: 20px;
    top: 2px;
    left: 0;
  }
  .products_contents .contents1 ul.element {
    margin-bottom: 20px;
  }
  .products_contents .contents1 ul.element li {
    color: #15802c;
    border: thin solid #15802c;
    background-color: #e9ffee;
    display: inline-block;
    padding: 6px 10px;
    line-height: 1;
    border-radius: 20px;
    margin: 10px 3px;
    font-size: 13px;
  }
  .products_contents .contents1 .component2 {
    color: #fff;
    background-color: #ad6c6c;
    display: inline-block;
    padding: 6px 10px;
    line-height: 1;
    border-radius: 20px;
    margin: 20px 0 10px;
    font-size: 13px;
  }
  .products_contents .contents1 .button {
    color: #fff;
    background-color: #333333;
    display: block;
    padding: 10px 56px;
    border-radius: 5px;
    margin: 10px 0;
    position: relative;
    width: 290px;
  }
  .products_contents .contents1 .button:after {
    content: "";
    width: 0.5vw;
    height: 0.5vw;
    background: url(../images/common/arrow3.png) no-repeat right center/contain;
    position: absolute;
    top: 1.1vw;
    right: 0.7vw;
  }
  .products_contents .contents1 .story {
    background-color: #fff0ee;
    padding: 20px 30px;
    color: #ae6d6c;
    margin: 30px 0 20px;
  }
  .products_contents .contents2 {
    font-size: 13px;
  }
  .products_contents .component {
    padding-top: 31px;
    font-size: 13px;
    border: thin solid #ddd;
    padding: 20px;
    margin-top: 20px;
  }
  .privacy_wrap .lead {
    padding-bottom: 86px;
    font-size: 16px;
  }
  .privacy_wrap .list {
    margin-bottom: 91px;
  }
  .privacy_wrap .list:last-child {
    margin-bottom: 0;
  }
  .privacy_wrap .list .title {
    border-bottom: 1px #D0D0D0 solid;
    padding-bottom: 2px;
    margin-bottom: 17px;
    font-size: 21px;
  }
  .privacy_wrap .list .text {
    font-size: 16px;
  }
  .btn_area.btn_type_def ul li {
    position: relative;
  }
  .btn_area.btn_type_def ul li::after {
    content: "";
    position: absolute;
    top: 1.8vw;
    right: 1.5vw;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #fff;
  }
  .btn_area.btn_type_def ul li a {
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 0.7vw 0;
    width: 21vw;
    font-size: 14px;
    position: relative;
    border-radius: unset;
  }
  .btn_area.btn_type_def input {
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 0.7vw 0;
    width: 21vw;
    font-size: 14px;
    position: relative;
    border-radius: unset;
  }
  #undercolumn #detailarea #detail_type_a {
    display: flex;
    flex-wrap: wrap;
  }
  #undercolumn #detailarea #detail_type_a #ins_display_caption_pc {
    order: 2;
  }
  #undercolumn #detailarea #detail_type_a #detailleftbloc {
    order: 1;
    padding-top: 50px;
  }
  #undercolumn #detailarea #detail_type_a #detailrightbloc {
    padding-top: 50px;
  }
  .guide_button {
    background-color: #333;
    color: #fff !important;
    padding: 8px 57px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 5px;
  }
  .button {
    text-align: center;
    padding: 3.5vw 0 0;
  }
  .button a {
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 0.7vw 0;
    width: 21vw;
    font-size: 1vw;
    position: relative;
  }
  .button a:after {
    content: "";
    width: 0.5vw;
    height: 0.5vw;
    background: url(../images/common/arrow4.png) no-repeat right center/contain;
    position: absolute;
    top: 1.1vw;
    left: 0.7vw;
  }
  .custom_page #guide_area {
    border: none;
    margin-bottom: 0px;
  }
  tbody tr th {
    width: 110px;
  }
  .link_np {
    color: #0693e3 !important;
    text-decoration: underline !important;
  }
  #underHeader h2 {
    border-bottom: none !important;
  }
  #category_area .block_body h2 {
    display: none;
  }
  .raku2_product_list_new .raku2_product_list_container img {
    border: solid 1px #eee;
  }
  .LC_Page_Order #underHeader {
    padding-top: 0;
  }
  .LC_Page_Order #underHeader h2 {
    padding-top: 0;
  }
  .LC_Page_Contact input,
  .LC_Page_Contact textarea {
    width: 100%;
  }
  .LC_Page_Contact #raku2_contact_form th {
    width: 15%;
  }
  #undercolumn {
    max-width: 62.5vw;
    margin: 0 auto;
    display: block;
  }
  .button_buy {
    padding: 15px 0 15px 0;
    display: flex;
    border-radius: 5px;
    text-decoration: none;
    font-size: 120%;
    letter-spacing: 2px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: var(--accent-color);
    color: var(--char-color);
  }
  .privacy_link {
    padding-top: 10px;
  }
  .privacy_link a {
    color: #0693e3 !important;
    text-decoration: underline !important;
  }
}
@media screen and (min-width: 1301px) {
  @font-face {
    font-family: "Marcellus", serif;
    font-family: "NotoSansJP", sans-serif;
  }
  /*共通のメニュー調整*/
  .top_wrap {
    max-width: 62.5vw;
    margin: 9vw auto 10.5vw;
    margin-top: 8.9583333333vw;
    margin-bottom: 10.46875vw;
    margin-right: auto;
    margin-left: auto;
  }
  .top_wrap:has(#mv) {
    max-width: unset;
    margin: unset;
  }
  #complete_area {
    margin: 20px 0;
    text-align: center;
  }
  /*楽々リピート崩れ調整*/
  .LC_Page_Index div#main_column > div {
    margin-top: 0;
  }
  #contact .wrap h2 {
    padding-bottom: 1.0416666667vw;
    margin: 0;
    border: unset;
    font-size: 1.95vw;
  }
  .frame_outer {
    text-align: unset;
  }
  #container {
    margin: unset;
    padding: unset;
    width: unset;
    text-align: unset;
  }
  #main_column.colnum1 {
    width: unset;
    margin: unset;
  }
  /*楽々リピート崩れ調整end*/
  /*------------------------------------------------------------------------------
      CSS reset
  ------------------------------------------------------------------------------*/
  body {
    font-size: 0.7291666667vw;
    margin: 0;
    font-family: "Noto Serif JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  }
  * {
    box-sizing: border-box;
  }
  *:before,
  *:after {
    box-sizing: border-box;
  }
  img {
    border: 0;
    margin: 0;
    vertical-align: top;
    max-width: 100%;
  }
  p {
    margin: 0 0;
    padding: 0;
  }
  p:last-child {
    margin-bottom: 0;
  }
  a {
    text-decoration: none;
  }
  a:link,
  a:visited {
    text-decoration: none;
  }
  input,
  textarea,
  select {
    border-radius: 0;
    outline: none;
  }
  table {
    border-collapse: collapse;
  }
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 0.7291666667vw;
    font-weight: normal;
    margin: 0;
    padding: 0;
  }
  .outerBlock {
    overflow: hidden;
  }
  .innerBlock {
    margin: 0 auto;
    position: relative;
  }
  #wrapper {
    position: relative;
    padding: 0;
  }
  /*------------------------------------------------------------------------------
      CSS reset
  ------------------------------------------------------------------------------*/
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFPYk75s.ttf) format("truetype");
  }
  @font-face {
    font-family: "Marcellus";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/marcellus/v13/wEO_EBrOk8hQLDvIAF8FUQ.ttf) format("truetype");
  }
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFPYk75s.ttf) format("truetype");
  }
  @font-face {
    font-family: "Marcellus", serif;
    font-family: "NotoSansJP", sans-serif;
  }
  /*------------------------------------------------------------------------------
      reset
  ------------------------------------------------------------------------------*/
  body {
    font-family: "NotoSansJP";
    color: #333;
  }
  .wrap {
    max-width: 62.5vw;
    margin: 0 auto;
  }
  p {
    font-size: 0.7291666667vw;
  }
  .pc {
    display: inline-block;
  }
  .sp {
    display: none;
  }
  header {
    width: 100%;
    position: fixed;
    z-index: 11;
  }
  header #global-nav_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    box-shadow: 0px 6px 6px -5px rgba(128, 128, 128, 0.2509803922);
  }
  header #global-nav_top .innerLeft {
    text-align: left;
    margin-left: 2.65625vw;
    padding: 2.3958333333vw 0vw 2.03125vw;
  }
  header #global-nav_top .innerLeft nav {
    background: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header #global-nav_top .innerLeft nav ul.navi {
    margin: 0 auto 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header #global-nav_top .innerLeft nav ul.navi li {
    line-height: 1.1;
    padding-right: 1.5625vw;
  }
  header #global-nav_top .innerLeft nav ul.navi li a {
    font-size: 0.8333333333vw;
    background: unset;
    padding: 0;
    line-height: 0;
  }
  header #global-nav_top .innerRight .tel_wrap {
    padding-right: 2.03125vw;
    padding-top: 0.4166666667vw;
  }
  header #global-nav_top .innerRight .tel_wrap ul.navi2 {
    margin: 0 auto 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header #global-nav_top .innerRight .tel_wrap ul.navi2 .navi2_1 a {
    position: relative;
    font-family: "NotoSansJP";
    font-weight: bold;
    font-size: 1.1458333333vw;
    display: block;
    line-height: 1.5;
    padding-right: 1.71875vw;
  }
  header #global-nav_top .innerRight .tel_wrap ul.navi2 .navi2_1 a:before {
    content: "";
    width: 0.8854166667vw;
    height: 0.9895833333vw;
    background: url(../images/common/tel.png) no-repeat right center/contain;
    position: absolute;
    top: 0.4166666667vw;
    left: -1.3020833333vw;
  }
  header #global-nav_top .innerRight .tel_wrap ul.navi2 .navi2_1 a span {
    font-size: 0.46875vw;
    display: block;
    margin-left: -1.3541666667vw;
    font-family: "NotoSansJP";
  }
  header #global-nav_top .innerRight .tel_wrap ul.navi2 .navi2_2 {
    font-size: 0.8333333333vw;
    padding-right: 1.5625vw;
  }
  header #global-nav_top .innerRight .tel_wrap ul.navi2 .navi2_3 {
    font-size: 0.8333333333vw;
    padding-right: 1.5104166667vw;
  }
  header .innerCenter {
    text-align: center;
    margin-top: -3.3333333333vw;
  }
  header .innerCenter a img {
    width: 9.6354166667vw;
  }
  footer {
    position: relative;
    margin: 0 auto;
    padding-top: 2.6041666667vw;
    background: #f8f8f8;
  }
  footer .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  footer .wrap .company {
    width: 20.8333333333vw;
  }
  footer .wrap .company .logoWrap img {
    width: 9.8958333333vw;
    padding-bottom: 0.5208333333vw;
  }
  footer .wrap .company .info {
    padding-top: 0.8333333333vw;
    font-size: 0.7291666667vw;
    line-height: 1.4;
  }
  footer .wrap .ul_wrap {
    width: 33.8541666667vw;
  }
  footer .wrap ul.footerLink {
    margin-bottom: 0.5208333333vw;
  }
  footer .wrap ul.footerLink2 li {
    display: inline-block;
  }
  footer .wrap ul.footerLink2 li a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 0.7291666667vw;
  }
  footer .wrap ul.footerLink li {
    display: inline-block;
    vertical-align: top;
    margin-right: 1.0416666667vw;
  }
  footer .wrap ul.footerLink li:last-child {
    margin-right: 0;
  }
  footer .wrap ul.footerLink li a {
    position: relative;
    display: inline-block;
    padding-left: 0.9375vw;
    vertical-align: middle;
    text-decoration: none;
    font-size: 0.7291666667vw;
  }
  footer .wrap ul.footerLink li a::before {
    content: "";
    position: absolute;
    top: 0.5208333333vw;
    left: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #333;
  }
  footer .copy {
    font-size: 0.7291666667vw;
    padding-top: 2.7083333333vw;
    text-align: center;
  }
  a {
    color: #000;
  }
  .innerBlock {
    padding: 0 100px;
  }
  /*------------------------------------------------------------------------------
      common
  ------------------------------------------------------------------------------*/
  /*商品一覧*/
  /*特商標*/
  /*お問い合わせ*/
}
@media screen and (min-width: 1301px) and (max-width: 768px) {
  .innerBlock {
    padding: 0 30px/2;
  }
}
@media screen and (min-width: 1301px) {
  button {
    outline: none;
  }
  header {
    padding: 0;
  }
  .products_contents .contents1 {
    display: inline-block;
    padding: 50px 0;
  }
  .products_contents .contents1 img {
    width: 70%;
    margin: auto;
    display: block;
    padding: 30px 0;
  }
  .products_contents .contents1 .title {
    color: #a98e45;
    font-size: 18px;
    font-weight: bold;
    padding: 30px 0 10px;
  }
  .products_contents .contents1 .title2 {
    background-color: #a98e45;
    padding: 0px 10px;
    color: #fff;
    margin: 30px 0 10px;
    line-height: 2.5;
  }
  .products_contents .contents1 .title2 span {
    background-color: #fff;
    display: block;
    border: thin solid #ddd;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: bold;
    margin: 0 -10px;
    color: #a98e45;
  }
  .products_contents .contents1 .reference1 {
    width: 10%;
    margin-left: 0;
    padding: 20px 0 10px;
  }
  .products_contents .contents1 .reference2 {
    width: 30%;
    margin-left: 0;
    padding: 20px 0 10px;
  }
  .products_contents .contents1 .reference3 {
    width: 70%;
    margin: unset;
    display: block;
    padding: 10px 0 30px;
  }
  .products_contents .contents1 .supplement {
    font-size: 13px;
    color: #a7a7a7;
  }
  .products_contents .contents1 ul.worries {
    border: thin solid #ddd;
    padding: 30px 30px;
    margin: 20px 0;
    position: relative;
  }
  .products_contents .contents1 ul.worries::before {
    content: "";
    position: absolute;
    background: url(../images/products/double-quotes.png) no-repeat center center/cover;
    background-size: 30px;
    width: 20px;
    height: 20px;
    top: 10px;
    left: 10px;
  }
  .products_contents .contents1 ul.worries::after {
    content: "";
    position: absolute;
    background: url(../images/products/double-quotes.png) no-repeat center center/cover;
    background-size: 30px;
    width: 20px;
    height: 20px;
    bottom: 10px;
    right: 10px;
  }
  .products_contents .contents1 ul.worries li {
    line-height: 2;
    font-size: 13px;
  }
  .products_contents .contents1 ul.efficacy li {
    position: relative;
    padding-left: 28px;
    margin: 10px 10px;
  }
  .products_contents .contents1 ul.efficacy li::before {
    content: "";
    position: absolute;
    background: url(../images/products/checked.png) no-repeat center center/cover;
    background-size: 15px;
    width: 20px;
    height: 20px;
    top: 2px;
    left: 0;
  }
  .products_contents .contents1 ul.element {
    margin-bottom: 20px;
  }
  .products_contents .contents1 ul.element li {
    color: #15802c;
    border: thin solid #15802c;
    background-color: #e9ffee;
    display: inline-block;
    padding: 6px 10px;
    line-height: 1;
    border-radius: 20px;
    margin: 10px 3px;
    font-size: 13px;
  }
  .products_contents .contents1 .component2 {
    color: #fff;
    background-color: #ad6c6c;
    display: inline-block;
    padding: 6px 10px;
    line-height: 1;
    border-radius: 20px;
    margin: 20px 0 10px;
    font-size: 13px;
  }
  .products_contents .contents1 .button {
    color: #fff;
    background-color: #333333;
    display: block;
    padding: 10px 56px;
    border-radius: 5px;
    margin: 10px 0;
    position: relative;
    width: 290px;
  }
  .products_contents .contents1 .button:after {
    content: "";
    width: 0.5vw;
    height: 0.5vw;
    background: url(../images/common/arrow3.png) no-repeat right center/contain;
    position: absolute;
    top: 1.1vw;
    right: 0.7vw;
  }
  .products_contents .contents1 .story {
    background-color: #fff0ee;
    padding: 20px 30px;
    color: #ae6d6c;
    margin: 30px 0 20px;
  }
  .products_contents .contents2 {
    font-size: 13px;
  }
  .products_contents .component {
    padding-top: 31px;
    font-size: 13px;
    border: thin solid #ddd;
    padding: 20px;
    margin-top: 20px;
  }
  .privacy_wrap .lead {
    padding-bottom: 86px;
    font-size: 16px;
  }
  .privacy_wrap .list {
    margin-bottom: 91px;
  }
  .privacy_wrap .list:last-child {
    margin-bottom: 0;
  }
  .privacy_wrap .list .title {
    border-bottom: 1px #D0D0D0 solid;
    padding-bottom: 2px;
    margin-bottom: 17px;
    font-size: 21px;
  }
  .privacy_wrap .list .text {
    font-size: 16px;
  }
  .btn_area.btn_type_def ul li {
    position: relative;
  }
  .btn_area.btn_type_def ul li::after {
    content: "";
    position: absolute;
    top: 1.8vw;
    right: 1.5vw;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #fff;
  }
  .btn_area.btn_type_def ul li a {
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 0.7vw 0;
    width: 21vw;
    font-size: 14px;
    position: relative;
    border-radius: unset;
  }
  .btn_area.btn_type_def input {
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 0.7vw 0;
    width: 21vw;
    font-size: 14px;
    position: relative;
    border-radius: unset;
  }
  #undercolumn #detailarea #detail_type_a {
    display: flex;
    flex-wrap: wrap;
  }
  #undercolumn #detailarea #detail_type_a #ins_display_caption_pc {
    order: 2;
  }
  #undercolumn #detailarea #detail_type_a #detailleftbloc {
    order: 1;
    padding-top: 50px;
  }
  #undercolumn #detailarea #detail_type_a #detailrightbloc {
    padding-top: 50px;
  }
  .guide_button {
    background-color: #333;
    color: #fff !important;
    padding: 8px 57px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 5px;
  }
  .button {
    text-align: center;
    padding: 3.5vw 0 0;
  }
  .button a {
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 0.7vw 0;
    width: 21vw;
    font-size: 1vw;
    position: relative;
  }
  .button a:after {
    content: "";
    width: 0.5vw;
    height: 0.5vw;
    background: url(../images/common/arrow4.png) no-repeat right center/contain;
    position: absolute;
    top: 1.1vw;
    left: 0.7vw;
  }
  .custom_page #guide_area {
    border: none;
    margin-bottom: 0px;
  }
  tbody tr th {
    width: 110px;
  }
  .link_np {
    color: #0693e3 !important;
    text-decoration: underline !important;
  }
  #underHeader h2 {
    border-bottom: none !important;
  }
  #category_area .block_body h2 {
    display: none;
  }
  .raku2_product_list_new .raku2_product_list_container img {
    border: solid 1px #eee;
  }
  .LC_Page_Order #underHeader {
    padding-top: 0;
  }
  .LC_Page_Order #underHeader h2 {
    padding-top: 0;
  }
  .LC_Page_Contact input,
  .LC_Page_Contact textarea {
    width: 100%;
  }
  .LC_Page_Contact #raku2_contact_form th {
    width: 15%;
  }
  #undercolumn {
    max-width: 62.5vw;
    margin: 0 auto;
    display: block;
  }
  .button_buy {
    padding: 15px 0 15px 0;
    display: flex;
    border-radius: 5px;
    text-decoration: none;
    font-size: 120%;
    letter-spacing: 2px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: var(--accent-color);
    color: var(--char-color);
  }
  .privacy_link {
    padding-top: 10px;
  }
  .privacy_link a {
    color: #0693e3 !important;
    text-decoration: underline !important;
  }
}/*# sourceMappingURL=import.css.map */