@charset "UTF-8";
/* font-family: 'Noto Serif JP', serif;
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@font-face {
  font-family: "TrajanPro-Bold";
  src: url("../font/TrajanPro-Bold.eot");
  src: url("../font/TrajanPro-Bold.eot?#iefix") format("embedded-opentype"), url("../font/TrajanPro-Bold.woff2") format("woff2"), url("../font/TrajanPro-Bold.woff") format("woff"), url("../font/TrajanPro-Bold.ttf") format("truetype"), url("../font/TrajanPro-Bold.svg#TrajanPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TrajanPro-Regular";
  src: url("../font/TrajanPro-Regular.eot");
  src: url("../font/TrajanPro-Regular.eot?#iefix") format("embedded-opentype"), url("../font/TrajanPro-Regular.woff2") format("woff2"), url("../font/TrajanPro-Regular.woff") format("woff"), url("../font/TrajanPro-Regular.ttf") format("truetype"), url("../font/TrajanPro-Regular.svg#TrajanPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "A1mincho-Bold";
  font-style: normal;
  font-weight: 700;
  src: url(../font/A1mincho-Bold.otf) format("opentype");
}
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, nav, section, time, mark, audio, video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

table, input, textarea, select, option, h1, h2, h3, h4, h5, h6 {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table, input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  transition: 0.5s ease-in-out;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

form label {
  cursor: pointer;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: middle;
}

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important;
}

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0;
}

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0;
}

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px;
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .pc-only {
    display: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
/*--------------------------------------------------
  responsive
--------------------------------------------------*/
img.pc-only,
span.pc-only,
br.pc-only {
  display: inline !important;
}
@media (max-width: 750px) {
  img.pc-only,
  span.pc-only,
  br.pc-only {
    display: none !important;
  }
}

img.sp-only,
span.sp-only,
br.sp-only {
  display: none !important;
}
@media (max-width: 750px) {
  img.sp-only,
  span.sp-only,
  br.sp-only {
    display: inline !important;
  }
}

br.tab-only {
  display: none !important;
}
@media (max-width: 1060px) {
  br.tab-only {
    display: inline !important;
  }
}

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
.c-breadcrumb .l-cont {
  padding: 0 15px !important;
}

.c-breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .c-breadcrumb_list {
    padding: 14px 0 14px;
  }
}
.c-breadcrumb_item {
  line-height: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .c-breadcrumb_item {
    line-height: 1.5;
  }
}
.c-breadcrumb_item:not(:last-child):after {
  content: "＞";
  margin: 0 7px;
  font-size: 14px;
}
.c-breadcrumb_item a, .c-breadcrumb_item span {
  font-size: 14px;
  color: #59493f;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Noto Serif JP", serif;
}
.c-breadcrumb_item a {
  color: #59493f;
  font-size: 14px;
  text-decoration: none;
}
.c-breadcrumb_item a:hover, .c-breadcrumb_item a:focus {
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .c-breadcrumb_item:not(:last-child):after {
    font-size: 13px;
    position: relative;
    top: -2px;
  }
}
@media screen and (max-width: 750px) {
  .c-breadcrumb_item a, .c-breadcrumb_item span {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .c-breadcrumb_item a {
    font-size: 13px;
  }
}
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  background-color: #e3ca97;
}
.c-footer #btntop {
  display: none;
  position: fixed;
  bottom: 150px;
  right: 36px;
  z-index: 99;
}
.c-footer #btntop a {
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 45px;
  height: 45px;
  transition: all 0.5s ease-in-out;
}
.c-footer #btntop a span {
  position: relative;
  top: -4px;
  left: 0;
}
.c-footer #btntop a span:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  height: 12px;
  width: 12px;
  border-bottom: 2px solid #59493f;
  border-left: 2px solid #59493f;
  transform: translateX(-50%) rotate(-227deg);
}

/* .c-footer .l-cont {
    max-width: 860px;
  } */
@media screen and (max-width: 1060px) {
  .c-footer .l-cont {
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1060px) and (max-width: 750px) {
  .c-footer .l-cont {
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .c-footer {
    background-color: #d8bd86;
  }
}
@media screen and (max-width: 750px) {
  .c-footer #btntop {
    right: 10px;
    bottom: 10px;
  }
}
.c-footer_wrap {
  padding: 74px 0 50px;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .c-footer_wrap {
    padding: 0;
  }
}
.c-footer_nav {
  display: flex;
  margin-bottom: 18px;
}

@media screen and (max-width: 750px) {
  .c-footer_nav {
    margin-bottom: 0;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.c-footer_list {
  display: flex;
}
.c-footer_list a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #59493f;
  line-height: 1;
}
.c-footer_list a .eng {
  font-size: 12px;
  margin-bottom: 7px;
  letter-spacing: 2px;
  font-family: "TrajanPro-Regular";
  color: rgba(89, 73, 63, 0.5);
}
.c-footer_list a .jp {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
}
.c-footer_list:nth-child(2) {
  margin-left: auto;
}
.c-footer_list.second .c-footer_item:nth-child(2) {
  margin-left: 35px;
}
.c-footer_list.second .c-footer_item:nth-child(3) {
  margin-left: 38px;
}
.c-footer_list.second .c-footer_item:nth-child(4) {
  margin-left: 27px;
}

@media screen and (max-width: 750px) {
  .c-footer_list {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .c-footer_list a {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .c-footer_list a .eng {
    margin-bottom: 0;
    margin-right: 23px;
    width: 25%;
    min-width: 80px;
    font-size: 13px;
    position: relative;
    top: 2px;
  }
}
@media screen and (max-width: 750px) {
  .c-footer_list a .jp {
    font-size: 15px;
    width: 75%;
  }
}
@media screen and (max-width: 750px) {
  .c-footer_list:nth-child(2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .c-footer_list.second .c-footer_item:first-child {
    border-top: 1px solid #e0ca9e;
  }
}
@media screen and (max-width: 1060px) {
  .c-footer_list.second .c-footer_item:nth-child(2) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 750px) {
  .c-footer_list.second .c-footer_item:nth-child(2) {
    padding: 15px 0 21px 32px !important;
  }
}
@media screen and (max-width: 320px) {
  .c-footer_list.second .c-footer_item:nth-child(2) {
    padding-left: 18px !important;
  }
}
@media screen and (max-width: 1060px) {
  .c-footer_list.second .c-footer_item:nth-child(3) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1060px) {
  .c-footer_list.second .c-footer_item:nth-child(4) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 750px) {
  .c-footer_list.second .c-footer_item:nth-child(4) {
    padding: 15px 0 21px 32px !important;
  }
}
@media screen and (max-width: 320px) {
  .c-footer_list.second .c-footer_item:nth-child(4) {
    padding-left: 18px !important;
  }
}
.c-footer_item {
  position: relative;
  padding-left: 10px;
}
.c-footer_item:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 46px;
  background-color: rgba(89, 73, 63, 0.5);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-footer_item:not(:first-child) {
  margin-left: 23px;
}

@media screen and (max-width: 750px) {
  .c-footer_item {
    width: 100%;
    border-bottom: 1px solid #a98259;
    padding: 18px 10px 21px 32px !important;
  }
  .c-footer_item:nth-child(2) {
    padding: 18px 10px 12px 32px !important;
  }
  .c-footer_item:not(:first-child) {
    border-top: 1px solid #e0ca9e;
  }
}
@media screen and (max-width: 320px) {
  .c-footer_item {
    padding-left: 18px !important;
  }
  .c-footer_item:nth-child(2) {
    padding-left: 18px !important;
  }
}
@media screen and (max-width: 750px) {
  .c-footer_item:before {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .c-footer_item:not(:first-child) {
    margin-left: 0 !important;
  }
}
.c-footer_menu__wrap {
  max-width: 440px;
  width: 100%;
  margin-left: 138px;
  display: flex;
}

.c-footer_menu__list:nth-child(1) {
  width: 41%;
}
.c-footer_menu__list.health {
  width: 59%;
}
.c-footer_menu__list li {
  font-size: 14px;
  color: #59493f;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.5px;
}
.c-footer_menu__list li:first-child {
  position: relative;
  padding-left: 12px;
}
.c-footer_menu__list li:first-child::before {
  position: absolute;
  content: "";
  background-color: #59493f;
  width: 8px;
  height: 8px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-footer_menu__list li:not(:last-child) {
  margin-bottom: 12px;
}
.c-footer_menu__list li a {
  text-decoration: none;
  color: #59493f;
}

.c-footer_toogle {
  width: 70%;
  margin-left: auto;
  margin-top: 16px;
  padding-left: 26px;
}

.c-footer .toogle_ttl {
  font-size: 14px;
  color: #59493f;
  line-height: 1;
  margin-bottom: 10px;
}
.c-footer .toogle_ttl .arrow_dow {
  position: relative;
}
.c-footer .toogle_ttl .arrow_dow:before {
  position: absolute;
  content: "";
  width: 8px;
  left: -20px;
  height: 8px;
  border-right: 1px solid #59493f;
  border-bottom: 1px solid #59493f;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  margin-top: -2px;
}
.c-footer .toogle_ttl.is-active .arrow_dow::before {
  margin-top: 3px;
  transform: translateY(-50%) rotate(225deg);
}
.c-footer .toogle_list {
  display: none;
}
.c-footer .toogle_list li {
  font-size: 13px;
  color: #59493f;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .c-footer .toogle_list li {
    letter-spacing: -0.4px;
  }
}
.c-footer_coppyright {
  border-top: 1px solid #b9a37c;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 26px 0 48px;
  box-sizing: border-box;
}
.c-footer_coppyright p {
  font-size: 12px;
  line-height: 1;
  color: #59493f;
  font-weight: 400;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 750px) {
  .c-footer_coppyright {
    padding: 19px 0 37px;
    border-top: 1px solid #e0ca9e;
  }
}
@media screen and (max-width: 750px) {
  .c-footer_coppyright p {
    font-size: 11px;
  }
}
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
header
------------------------------------------------------------*/
.c-header {
  background: #66441b;
  background: linear-gradient(90deg, rgba(102, 68, 27, 0.93041) 40%, rgba(102, 68, 27, 0.773547) 70%, rgba(102, 68, 27, 0.199317) 100%);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
}

@media screen and (max-width: 1060px) {
  .c-header .l-cont {
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 750px) {
  .c-header .l-cont {
    padding: 0;
  }
}
.c-header_wrap {
  display: flex;
  align-items: center;
  height: 63px;
}

@media screen and (max-width: 750px) {
  .c-header_wrap {
    padding-left: 19px;
    height: 60px;
  }
}
.c-header_logo {
  width: 136px;
}

@media screen and (max-width: 750px) {
  .c-header_logo {
    width: 127px;
  }
}
.c-header_nav {
  width: calc(100% - 136px);
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  .c-header_nav {
    position: fixed;
    z-index: 1;
    left: 0;
    visibility: hidden;
    overflow: auto;
    width: 100%;
    height: auto;
    padding-top: 0;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-in;
  }
  .c-header_nav.open {
    z-index: 2;
    top: 0;
    overflow-y: scroll;
    visibility: visible;
    height: 100%;
    opacity: 1;
    background-color: #48300b;
  }
}
.c-header_nav a {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-family: "TrajanPro-Bold";
  top: 0;
  width: 126px;
  display: block;
  padding: 6px 0 4px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 1060px) {
  .c-header_nav a {
    display: inline;
    padding: 0 18px;
    font-size: 12px;
  }
}
@media (max-width: 750px) {
  .c-header_nav a {
    padding-left: 0 !important;
    font-size: 20px;
  }
}
.c-header_nav a:after {
  position: absolute;
  content: "";
  background-color: #fff;
  height: 24px;
  width: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .c-header_nav a:after {
    display: none;
  }
}

.c-header_nav__list {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .c-header_nav__list {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    flex-direction: column;
    padding: 60px 30px;
    box-sizing: border-box;
  }
}
.c-header_nav__item:first-child a:after, .c-header_nav__item:last-child a:after {
  display: none;
}

@media screen and (max-width: 750px) {
  .c-header_nav__item:not(:first-child) {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 750px) {
  .c-header_nav__item {
    border-bottom: 1px solid #715b3a;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 750px) {
  .c-header_nav__contact {
    text-align: center;
    padding: 12px 0 8px;
    box-sizing: border-box;
    border: 1px solid #fff;
  }
}
.c-header_nav__contact a {
  padding-left: 0;
  font-size: 12px;
  border: 1px solid #fff;
  padding: 6px 0 4px;
  width: 140px;
  box-sizing: border-box;
}
@media (max-width: 1060px) {
  .c-header_nav__contact a {
    padding: 6px 19px 4px;
  }
}
@media (max-width: 750px) {
  .c-header_nav__contact a {
    font-size: 20px;
    padding: 0;
    border: none;
  }
}

.c-header .sp_menu_btn {
  display: none;
  width: 67px;
  height: 60px;
  transition: all 0.5s ease;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(72, 48, 11, 0.9);
}
.c-header .sp_menu_btn > div {
  left: 50%;
  top: 50%;
  width: 24px;
  height: 16px;
  position: absolute;
  transform: translate(-50%, -50%);
}
.c-header .sp_menu_btn > div > span {
  background: #fff;
  border: none;
  height: 2px;
  width: 24px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  cursor: pointer;
}
.c-header .sp_menu_btn > div > span:nth-child(2) {
  top: 8px;
}
.c-header .sp_menu_btn > div > span:nth-child(3) {
  top: 16px;
}
.c-header .sp_menu_btn.active .top {
  transform: translateY(9px) translateX(0) rotate(45deg);
}
.c-header .sp_menu_btn.active .middle {
  opacity: 0;
}
.c-header .sp_menu_btn.active .bottom {
  transform: translateY(-7px) translateX(0) rotate(-45deg);
}

@media screen and (max-width: 750px) {
  .c-header .sp_menu_btn {
    display: block;
    margin-left: auto;
  }
}
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
layout
------------------------------------------------------------*/
.l-cont {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1060px) {
  .l-cont {
    padding: 0 15px;
    box-sizing: border-box;
  }
}
body {
  font-family: "Noto Serif JP", serif;
  color: #59493f;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 750px) {
  .sp-only {
    display: block;
  }
}
.pc-only {
  display: block;
}

@media screen and (max-width: 750px) {
  .pc-only {
    display: none;
  }
}
/*
------------------------------------------------------------*/
.page-index .c-header {
  background: #66441b;
  background: linear-gradient(90deg, rgba(102, 68, 27, 0.353379) 40%, rgba(102, 68, 27, 0.560662) 70%, rgba(102, 68, 27, 0.871586) 100%);
}
.page-index .c-footer {
  background-color: #886636;
}
.page-index .c-footer_wrap {
  padding: 47px 0 50px;
}
.page-index .c-footer_item::before {
  background-color: #9e896b;
}
.page-index .c-footer_list a:before {
  background-color: #b6a185;
}
.page-index .c-footer_list a .eng {
  color: #b79a78;
}
.page-index .c-footer_list a .jp {
  color: #e9e3db;
  font-weight: 600;
}
.page-index .c-footer_menu__list li {
  color: #e9e3db;
}
.page-index .c-footer_menu__list li:first-child::before {
  background-color: #e9e3db;
}
.page-index .c-footer_menu__list li a {
  color: #e9e3db;
}
.page-index .c-footer_coppyright {
  border-top-color: #a38a66;
}
.page-index .c-footer_coppyright p {
  color: #e9e3db;
}
.page-index .c-footer #btntop a {
  background-color: rgba(158, 123, 74, 0.8);
}
.page-index .c-footer #btntop a span::before {
  border-color: #e9e3db;
}
.page-index .c-footer .toogle_ttl a {
  color: #e9e3db;
}
.page-index .c-footer .toogle_ttl .arrow_dow:before {
  border-color: #e9e3db;
}
.page-index .c-footer .toogle_list li {
  color: #e9e3db;
}
.page-index .c-footer .toogle_list li a {
  color: #e9e3db;
}

@media screen and (max-width: 750px) {
  .page-index .c-header_wrap {
    padding-left: 24px;
  }
}
@media screen and (max-width: 750px) {
  .page-index .c-footer_wrap {
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .page-index .c-footer_item {
    border-bottom-color: #755221;
  }
  .page-index .c-footer_item:not(:first-child) {
    border-top-color: #a0855e;
  }
}
@media screen and (max-width: 750px) {
  .page-index .c-footer_list.second .c-footer_item:first-child {
    border-top-color: #a0855e;
  }
}
@media screen and (max-width: 750px) {
  .page-index .c-footer_coppyright {
    padding-top: 24px;
  }
}
/* .page-healthproducts .c-footer {
  background-color: #d8bd86; } */
@media screen and (max-width: 750px) {
  .page-healthproducts .c-header_wrap {
    padding-left: 24px;
  }
}
.page-cmlconomii .c-header,
.page-doganmaru .c-header,
.page-shizuku .c-header,
.page-blueberryconomi .c-header,
.page-cmlhydridwhitting .c-header,
.page-trial .c-header,
.page-cleansinggel .c-header,
.page-washingfoam .c-header,
.page-lotion .c-header,
.page-essence .c-header,
.page-cream .c-header,
.page-sheetmask .c-header,
.page-support .c-header,
.page-id-479 .c-header,
.page-id-503 .c-header {
  position: relative;
  background: url(/assets/img/common/bg_header.jpg) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 750px) {
  .page-cmlconomii .c-header,
  .page-doganmaru .c-header,
  .page-shizuku .c-header,
  .page-blueberryconomi .c-header,
  .page-cmlhydridwhitting .c-header,
  .page-trial .c-header,
  .page-cleansinggel .c-header,
  .page-washingfoam .c-header,
  .page-lotion .c-header,
  .page-essence .c-header,
  .page-cream .c-header,
  .page-sheetmask .c-header,
  .page-support .c-header,
  .page-id-479 .c-header,
  .page-id-503 .c-header {
    background: url(/assets/img/common/bg_header_sp.jpg) no-repeat;
    background-size: cover;
  }
  .page-cmlconomii .c-header_wrap, .page-doganmaru .c-header_wrap, .page-shizuku .c-header_wrap, .page-blueberryconomi .c-header_wrap, .page-cmlhydridwhitting .c-header_wrap, .page-trial .c-header_wrap {
    padding-left: 24px;
  }
}
@media screen and (max-width: 414px) {
  .page-cmlconomii .c-footer #btntop, .page-doganmaru .c-footer #btntop, .page-shizuku .c-footer #btntop, .page-blueberryconomi .c-footer #btntop, .page-cmlhydridwhitting .c-footer #btntop, .page-trial .c-footer #btntop {
    bottom: 11vw;
  }
}
.page-company .c-footer_item::before {
  background-color: rgba(89, 73, 63, 0.5);
}
.page-company .c-footer_item .eng {
  color: rgba(89, 73, 63, 0.5);
}

/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
.c-btn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 21px;
}

@media screen and (max-width: 750px) {
  .c-btn01 {
    max-width: 320px;
    max-width: 310px;
    width: 100%;
    margin: 27px auto 0;
  }
}
.c-btn01_arrow {
  width: 57px;
  height: 1px;
  background-color: #59493f;
  position: relative;
  margin-right: 32px;
  margin-left: 11px;
}
.c-btn01_arrow:after {
  position: absolute;
  right: -1px;
  bottom: 3px;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #59493f;
  transform: rotate(40deg);
}

@media screen and (max-width: 750px) {
  .c-btn01_arrow {
    width: 51px;
    margin-right: 47px;
    margin-left: 7px;
  }
}
.c-btn01 a {
  width: 287px;
  height: 58px;
  font-size: 16px;
  letter-spacing: 1px;
  border: 1px solid #59493f;
  color: #59493f;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
}
.c-btn01.u-white a {
  color: #e9e3db;
  border-color: #e9e3db;
}
.c-btn01.u-white .c-btn01_arrow {
  background-color: #e9e3db;
}
.c-btn01.u-white .c-btn01_arrow:after {
  background-color: #e9e3db;
}
.c-btn01.c-btn01_other a {
  background-color: #9a7344;
  border-color: #9a7344;
  width: 454px;
  height: 68px;
  letter-spacing: 2.5px;
}
.c-btn01.c-btn01_other .c-btn01_arrow {
  width: 69px;
  margin-right: 60px;
  margin-left: 19px;
}

@media screen and (max-width: 750px) {
  .c-btn01 a {
    font-size: 14px;
    width: 100%;
    letter-spacing: 1.6px;
  }
}
@media (max-width: 320px) {
  .c-btn01.c-btn01_other {
    max-width: 296px;
  }
}

@media screen and (max-width: 750px) {
  .c-btn01.c-btn01_other a {
    width: 100%;
    height: 62px;
    letter-spacing: 4.4px;
    letter-spacing: 0.13em;
  }
}
@media screen and (max-width: 750px) {
  .c-btn01.c-btn01_other .c-btn01_arrow {
    width: 41px;
    margin-right: 29px;
    margin-left: 11px;
  }
}
/*
------------------------------------------------------------*/
.c-btn02 {
  display: flex;
  justify-content: flex-end;
}
.c-btn02 a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: 400;
  text-decoration: none;
  color: #e9e3db;
  position: relative;
}
.c-btn02 a:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #e9e3db;
  border-top: 1px solid #e9e3db;
  top: 50%;
  right: -10px;
  transform: translateY(-50%) rotate(45deg);
}
.c-btn02.u-gray {
  margin-right: 14px;
  align-self: flex-end;
}
.c-btn02.u-gray a {
  color: #59493f;
  font-size: 14px;
  letter-spacing: 1.4px;
}
.c-btn02.u-gray a:after {
  border-color: #59493f;
}

@media screen and (max-width: 750px) {
  .c-btn02 a {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 750px) {
  .c-btn02 a:after {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 1060px) {
  .c-btn02.u-gray {
    margin-top: 15px;
  }
}
@media screen and (max-width: 750px) {
  .c-btn02.u-gray {
    margin-top: 24px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 750px) {
  .c-btn02.u-gray a {
    font-size: 13px;
    letter-spacing: 0.8px;
  }
}
/*------------------------------------------------------------
title
------------------------------------------------------------*/
.c-title01 {
  font-size: 22px;
  color: #59493f;
  line-height: 1.2;
  letter-spacing: 2px;
  font-weight: 400;
  position: relative;
  padding-left: 18px;
  margin-bottom: 13px;
  font-family: "Noto Serif JP", serif;
}
.c-title01:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 29px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #b29870;
  margin-top: 3px;
}
.c-title01.u-gray:before {
  background-color: #d0b089;
}

@media screen and (max-width: 750px) {
  .c-title01 {
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 750px) {
  .c-title01:before {
    height: 24px;
    width: 4px;
    margin-top: 1px;
  }
}
/*
------------------------------------------------------------*/
.c-title02 {
  font-size: 34px;
  line-height: 1.5;
  letter-spacing: 2.3px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 44px;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 750px) {
  .c-title02 {
    font-size: 23px;
    margin-bottom: 21px;
  }
}
/*
------------------------------------------------------------*/
.c-title03 {
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 24px;
}
.c-title03:after {
  position: absolute;
  content: "";
  background-color: #59493f;
  width: 265px;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  .c-title03 {
    margin-bottom: 21px;
  }
}
.c-title03_eng {
  font-size: 24px;
  letter-spacing: 7px;
  line-height: 1;
  font-family: "TrajanPro-Regular";
  text-transform: uppercase;
  margin-bottom: 13px;
}

@media screen and (max-width: 750px) {
  .c-title03_eng {
    letter-spacing: 3px;
    margin-bottom: 9px;
  }
}
.c-title03_jp {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  font-family: "Noto Serif JP", serif;
}

.c-title03.u-white:after {
  background-color: #e9e3db;
}
.c-title03.u-white .c-title03_eng, .c-title03.u-white .c-title03_jp {
  color: #e9e3db;
}
.c-title03.u-gray:after {
  background-color: #4e3e32;
}
.c-title03.u-gray .c-title03_eng, .c-title03.u-gray .c-title03_jp {
  color: #4e3e32;
}

/*
------------------------------------------------------------*/
.c-title04 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5;
  color: #3f332a;
  letter-spacing: 1px;
  margin-bottom: 9px;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 750px) {
  .c-title04 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
  }
}
/*
------------------------------------------------------------*/
.c-title05 {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #59493f;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .c-title05 {
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 18px;
  }
}
.c-title05_eng {
  font-size: 16px;
  color: #b18f5a;
  line-height: 1;
  margin-bottom: 3px;
  letter-spacing: 3.1px;
}

@media screen and (max-width: 750px) {
  .c-title05_eng {
    font-size: 13px;
    letter-spacing: 4.2px;
    margin-bottom: 7px;
  }
}
.c-title05_jp {
  font-size: 30px;
  line-height: 1.5;
  color: #59493f;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 750px) {
  .c-title05_jp {
    font-size: 23px;
  }
  .page-trial .c-title05_jp {
    font-size: 5.4vw;
  }
}
.c-title05_sm {
  font-size: 18px;
  margin-left: 16px;
  letter-spacing: 0.1px;
}

@media screen and (max-width: 1060px) {
  .c-title05_sm {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .c-title05_sm {
    margin-left: 0;
    font-size: 14px;
    display: block;
    text-align: center;
  }
}
/*
------------------------------------------------------------*/
.c-title06 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 1.4px;
  color: #f1e3db;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.742;
  background-image: -ms-linear-gradient(0deg, rgba(159, 119, 59, 0) 0%, #9f773b 15%, #9f773b 85%, rgba(159, 119, 59, 0) 100%);
  opacity: 0.8;
  margin-bottom: 35px;
  padding: 2px 0 4px;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 750px) {
  .c-title06 {
    font-size: 20px;
    margin-bottom: 28px;
    padding: 4px 0 1px;
  }
}
/*
------------------------------------------------------------*/
.c-title07 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 750px) {
  .c-title07 {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.c-title07_num {
  margin-right: 19px;
  font-size: 30.19px;
  line-height: 1;
  color: #fff;
  padding: 7px 14px 8px 14px;
  box-sizing: border-box;
  background-color: #d0b089;
}

@media screen and (max-width: 750px) {
  .c-title07_num {
    margin-right: 3px;
    font-size: 20px;
    padding: 5px 10px;
  }
}
/*
------------------------------------------------------------*/
.c-title08 {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  margin-bottom: 10px;
  padding-bottom: 14px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .c-title08 {
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 18px;
  }
}
.c-title08_eng {
  font-size: 16px;
  color: #b18f5a;
  line-height: 1;
  margin-bottom: 3px;
  letter-spacing: 3.1px;
}

@media screen and (max-width: 750px) {
  .c-title08_eng {
    font-size: 13px;
    letter-spacing: 4.2px;
    margin-bottom: 7px;
  }
}
.c-title08_jp {
  margin-top: 10px;
  padding: 0.2em 0.8em 0.3em;
  font-size: 26px;
  line-height: 1.5;
  color: #f1e3db;
  letter-spacing: 0.8px;
  background-image: -ms-linear-gradient(0deg, rgb(177, 143, 89) 0%, #b18f59 15%, #b18f59 85%, rgba(177, 143, 89, 0) 100%);
}

@media screen and (max-width: 750px) {
  .c-title08_jp {
    width: 100%;
    text-align: center;
    font-size: 5.3vw;
    background-image: -ms-linear-gradient(0deg, rgba(177, 143, 89, 0) 0%, #b18f59 15%, #b18f59 85%, rgba(177, 143, 89, 0) 100%);
  }
}
.c-title08_sm {
  font-size: 18px;
  margin-left: 16px;
  letter-spacing: 0.1px;
}

@media screen and (max-width: 1060px) {
  .c-title08_sm {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .c-title08_sm {
    margin-left: 0;
    font-size: 14px;
    display: block;
    text-align: center;
  }
}
/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
.c-text01 {
  font-size: 16px;
  color: #59493f;
  line-height: 2;
  letter-spacing: 0.5px;
}
.c-text01 strong {
  font-weight: bold;
  font-size: 1.2em;
}

@media screen and (max-width: 750px) {
  .c-text01 {
    line-height: 1.625;
    letter-spacing: 0.9px;
  }
}
/*
------------------------------------------------------------*/
.c-text02 {
  font-size: 18px;
  line-height: 1.667;
  letter-spacing: 0.5px;
  margin-bottom: 32px;
}
.c-text02_list {
  padding: 0 26px;
  letter-spacing: 0.03em;
  font-size: 18px;
  line-height: 1.667;
}
@media (max-width: 750px) {
  .c-text02_list {
    font-size: 16px;
  }
}
.c-text02_item {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 750px) {
  .c-text02 {
    font-size: 16px;
    line-height: 1.563;
    margin-bottom: 24px;
  }
}
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
.c-newslist {
  padding: 0 205px 0 298px;
  box-sizing: border-box;
}

@media screen and (max-width: 1060px) {
  .c-newslist {
    padding: 0 80px;
  }
}
@media screen and (max-width: 750px) {
  .c-newslist {
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .c-newslist_item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.c-newslist_item a {
  display: flex;
  align-items: center;
  color: #e9e3db;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  .c-newslist_item a {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 19px;
  }
  .c-newslist_item a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #ab906a;
    border-width: 10px 0 10px 12px;
  }
}
.c-newslist_date {
  display: block;
  max-width: 100px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1.5px;
  font-weight: 700;
  font-family: "A1mincho-Bold";
  min-width: 100px;
  margin-right: 27px;
}

@media screen and (max-width: 750px) {
  .c-newslist_date {
    max-width: 100%;
    color: #bfab91;
    font-size: 15px;
  }
}
.c-newslist_ttl {
  display: block;
  width: calc(100% - 130px);
  font-size: 16px;
  letter-spacing: 1.2px;
  font-weight: 400;
  line-height: 2.625;
}

@media screen and (max-width: 750px) {
  .c-newslist_ttl {
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.7px;
    line-height: 2.1;
  }
}
/*
------------------------------------------------------------*/
.c-list01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -45px;
}

@media screen and (max-width: 1060px) {
  .c-list01 {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 750px) {
  .c-list01 {
    margin: 0;
  }
}
.c-list01_item {
  width: 33.33333%;
  padding: 0 45px;
  margin-bottom: 120px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1060px) {
  .c-list01_item {
    padding: 0 15px;
  }
}
@media screen and (max-width: 750px) {
  .c-list01_item {
    width: 100%;
    padding: 0;
    margin-bottom: 80px;
  }
  .c-list01_item:last-child {
    margin-bottom: 45px;
  }
}
.c-list01_img {
  margin-bottom: 18px;
  flex-shrink: 0;
}
.c-list01_img img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .c-list01_img {
    margin-bottom: 14px;
  }
}
.c-list01_ttl {
  font-size: 20px;
  font-weight: 400;
  color: #59493f;
  line-height: 1.25;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  min-height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 14px;
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1060px) {
  .c-list01_ttl {
    font-size: 17px;
    white-space: normal;
  }
}
@media screen and (max-width: 750px) {
  .c-list01_ttl {
    font-size: 20px;
    min-height: auto;
    margin-bottom: 15px;
  }
}
.c-list01_ttlsm {
  letter-spacing: 0.5px;
}

@media screen and (max-width: 1060px) {
  .c-list01_ttlsm {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 750px) {
  .c-list01_ttlsm {
    font-size: 14px;
  }
}
.c-list01_txt {
  font-size: 16px;
  line-height: 1.625;
  text-align: justify;
  letter-spacing: 1.3px;
  flex: 1;
}

@media all and (-ms-high-contrast: none) {
  .c-list01_txt {
    flex: none;
  }
}
@media screen and (max-width: 750px) {
  .c-list01_txt {
    font-size: 14px;
    line-height: 1.786;
    letter-spacing: 0.1px;
    text-align: left;
  }
}
.c-list01 .c-btn01 {
  margin-top: 30px;
  justify-content: flex-end;
}
.c-list01 .c-btn01_arrow {
  width: 65px;
  margin-right: 33px;
  margin-left: 18px;
}
.c-list01 .c-btn01 a {
  background-color: #9a7344;
  border-color: #9a7344;
}

@media screen and (max-width: 750px) {
  .c-list01 .c-btn01 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1060px) {
  .c-list01 .c-btn01_arrow {
    width: 52px;
    margin-right: 14px;
    margin-left: 12px;
  }
}
@media screen and (max-width: 750px) {
  .c-list01 .c-btn01_arrow {
    width: 56px;
    margin-right: 64px;
    margin-left: 9px;
    margin-top: 3px;
  }
  .c-list01 .c-btn01_arrow:after {
    bottom: 3px;
  }
}
@media screen and (max-width: 750px) {
  .c-list01 .c-btn01 a {
    letter-spacing: 0.9px;
  }
}
/*
------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .c-list02 .collapsible {
    background-color: #f5ecd8;
    padding-bottom: 32px;
    margin-bottom: 45px;
  }
}
.c-list02 .collapsible_txt {
  display: none;
}
.c-list02 .collapsible_arrow {
  position: relative;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1;
  display: block;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.c-list02 .collapsible_arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  height: 18px;
  width: 18px;
  border-top: 1px solid #59493f;
  border-right: 1px solid #59493f;
  transform: translateX(-50%) rotate(135deg);
}
.c-list02 .collapsible_arrow_top {
  position: relative;
  display: none;
  background-color: #f5ecd8;
  padding: 10px 0 20px;
  box-sizing: border-box;
}
.c-list02 .collapsible_arrow_top:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  height: 18px;
  width: 18px;
  border-bottom: 1px solid #59493f;
  border-left: 1px solid #59493f;
  transform: translateX(-50%) rotate(-227deg);
}
.c-list02 .collapsible.collapsed .collapsible_txt {
  display: none;
}
.c-list02 .collapsible.collapsed .collapsible_arrow_top {
  display: block;
}

@media screen and (max-width: 750px) {
  .c-list02 .collapsible_txt {
    display: block;
    background-color: #f5ecd8;
    padding: 20px 0 0;
    box-sizing: border-box;
    text-align: center;
  }
}
.c-list02_text {
  text-align: right;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 14px;
}

@media screen and (max-width: 750px) {
  .c-list02_text {
    margin-right: 33px;
  }
}
.c-list02_list {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 75px 75px 66px 60px;
  box-sizing: border-box;
  margin-bottom: 64px;
}

@media screen and (max-width: 750px) {
  .c-list02_list {
    display: none;
    background-color: #f5ecd8;
    padding: 9px 0 28px;
    margin-bottom: 0;
  }
}
.c-list02_item {
  display: flex;
  margin-bottom: 19px;
}
.c-list02_item:nth-child(2) {
  margin-bottom: 22px;
}
.c-list02_item:nth-child(4) {
  margin-bottom: 27px;
}

@media screen and (max-width: 750px) {
  .c-list02_item {
    padding: 13px 31px 17px;
    box-sizing: border-box;
    flex-wrap: wrap;
    flex-direction: column;
    border-bottom: 1px solid #a6937c;
    margin-bottom: 0;
  }
  .c-list02_item:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 750px) {
  .c-list02_item:nth-child(2) {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .c-list02_item:nth-child(3) {
    padding-top: 15px;
  }
}
@media screen and (max-width: 750px) {
  .c-list02_item:nth-child(4) {
    margin-bottom: 0;
    padding-top: 18px;
  }
}
@media screen and (max-width: 750px) {
  .c-list02_item:nth-child(5) {
    padding-top: 26px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .c-list02_item:nth-child(6) {
    padding-top: 21px;
    padding-bottom: 20px;
  }
  .c-list02_item:nth-child(6) .c-list02_txt {
    line-height: 1.4;
  }
  .c-list02_item:nth-child(6) .c-list02_txt:first-child {
    margin-bottom: 10px;
  }
}
.c-list02_txt {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 1px;
}
.c-list02_txt:first-child {
  width: 150px;
  margin-right: 24px;
  padding-right: 28px;
  text-align: right;
  border-right: 1px solid #59493f;
  flex-shrink: 0;
}
.c-list02_txt:last-child {
  flex-basis: 0;
  flex-grow: 1;
}

@media screen and (max-width: 750px) {
  .c-list02_txt {
    letter-spacing: 0.3px;
    line-height: 1.563;
  }
}
@media screen and (max-width: 750px) {
  .c-list02_txt:first-child {
    border-right: none;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    text-align: left;
    position: relative;
    padding-left: 16px;
    margin-bottom: 3px;
  }
  .c-list02_txt:first-child:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #59493f;
  }
}
@media screen and (max-width: 750px) {
  .c-list02_txt:last-child {
    flex-basis: auto;
    width: 100%;
  }
}
.c-list02_txt--b {
  display: block;
  margin-top: 29px;
}

@media screen and (max-width: 750px) {
  .c-list02_txt--b {
    margin-top: 26px;
  }
}
.c-list02_txt__list li {
  position: relative;
  padding-left: 11px;
}
.c-list02_txt__list li:before {
  content: "・";
  position: absolute;
  left: -5px;
  top: 2px;
}

.c-list02_other {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
}
.c-list02_other:before {
  position: absolute;
  content: "";
  left: 2px;
  top: 7px;
  background-color: #59493f;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.c-list02_other.last {
  margin-top: 21px;
  padding-left: 3px;
}
.c-list02_other.last::before {
  display: none;
}

@media screen and (max-width: 750px) {
  .c-list02_other {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 750px) {
  .c-list02_other:before {
    top: 5px;
  }
}
@media screen and (max-width: 750px) {
  .c-list02_other.last {
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 18px !important;
  }
}
/*
------------------------------------------------------------*/
.c-list03 {
  display: flex;
  margin: 0 -27px;
}

@media screen and (max-width: 1060px) {
  .c-list03 {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 750px) {
  .c-list03 {
    margin: 0;
    flex-wrap: wrap;
    padding: 0 33px;
    box-sizing: border-box;
  }
}
.c-list03_img {
  margin-bottom: 20px;
}
.c-list03_img img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .c-list03_img {
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.c-list03_item {
  width: 33.33333%;
  padding: 0 27px;
  box-sizing: border-box;
}

@media screen and (max-width: 1060px) {
  .c-list03_item {
    padding: 0 15px;
  }
}
@media screen and (max-width: 750px) {
  .c-list03_item {
    padding: 0;
    width: 100%;
  }
  .c-list03_item:not(:last-child) {
    margin-bottom: 40px;
  }
  .c-list03_item:nth-child(2) {
    margin-bottom: 30px;
  }
  .c-list03_item:nth-child(3) .c-list03_img {
    margin-bottom: 15px;
  }
}
.c-list03_txt {
  font-size: 18px;
  line-height: 1.667;
}

@media screen and (max-width: 750px) {
  .c-list03_txt {
    font-size: 16px;
    line-height: 1.75;
  }
}
.c-list03_sm {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  .c-list03_sm {
    margin-top: 2px;
  }
}
/*
------------------------------------------------------------*/
.c-list04 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 100px;
  box-sizing: border-box;
}

@media screen and (max-width: 1060px) {
  .c-list04 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .c-list04 {
    padding: 0 28px;
  }
}
.c-list04_item {
  font-size: 18px;
  line-height: 1.889;
  letter-spacing: 0.3px;
}
.c-list04_item:not(:first-child) {
  margin-left: 15px;
}
.c-list04_item:nth-child(4) {
  margin-left: 0;
}

@media screen and (max-width: 750px) {
  .c-list04_item {
    font-size: 17px;
    line-height: 1.765;
  }
}
@media screen and (max-width: 750px) {
  .c-list04_item:not(:first-child) {
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .c-list04_item {
    width: 100%;
  }
}
/*
------------------------------------------------------------*/
.c-list05 {
  display: flex;
  justify-content: center;
  margin: 19px -25px 0;
}

@media screen and (max-width: 750px) {
  .c-list05 {
    margin-top: 21px;
    margin: 21px -10px 0;
  }
}
.c-list05_item {
  display: block;
  padding: 0 25px;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .c-list05_item {
    padding: 0 10px;
  }
}
/*------------------------------------------------------------
table
------------------------------------------------------------*/
.c-table01 {
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
  position: relative;
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
}
.c-table01 .tel_phone {
  text-decoration: none;
  color: #59493f;
}
.c-table01 th, .c-table01 td {
  padding: 20px 20px 11px 20px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #59493f;
  vertical-align: top;
  text-align: left;
  line-height: 1.75;
  font-family: "Noto Serif JP", serif;
}
.c-table01 th {
  text-align: center;
  width: 166px;
  background-color: rgba(210, 182, 137, 0.5);
  font-weight: 500;
}
.c-table01 td {
  background-color: rgba(255, 255, 255, 0.3);
  font-weight: 400;
  width: calc(100% - 166px);
}
.c-table01 td small {
  font-size: 0.8em;
}
.c-table01 tr {
  border-bottom: 1px solid #b99b66;
}
.c-table01 tr:last-child {
  border-bottom: none;
}
.c-table01 tr:nth-child(2) td {
  padding: 20px 20px 13px 20px;
}
.c-table01 tr:nth-child(3) th, .c-table01 tr:nth-child(3) td {
  padding: 22px 20px 19px 20px;
}
.c-table01 tr:nth-child(4) th, .c-table01 tr:nth-child(4) td {
  padding: 17px 20px 16px 20px;
}
.c-table01 tr:nth-child(5) th, .c-table01 tr:nth-child(5) td {
  padding: 17px 20px 12px 20px;
}
.c-table01 tr:nth-child(6) th, .c-table01 tr:nth-child(6) td {
  padding: 15px 20px 11px 20px;
}
.c-table01 tr:nth-child(7) th, .c-table01 tr:nth-child(7) td {
  padding: 15px 20px 15px 20px;
}
.c-table01 tr:nth-child(8) th, .c-table01 tr:nth-child(8) td {
  padding: 22px 20px 18px 20px;
}
.c-table01 tr:nth-child(9) th, .c-table01 tr:nth-child(9) td {
  padding: 15px 20px 19px 20px;
}
.c-table01 tr:nth-child(10) th, .c-table01 tr:nth-child(10) td {
  padding: 17px 20px 16px 20px;
}
.c-table01 tr:nth-child(11) th, .c-table01 tr:nth-child(11) td {
  padding: 15px 20px 19px 20px;
}
.c-table01 tr:nth-child(12) th, .c-table01 tr:nth-child(12) td {
  padding: 18px 20px 13px 20px;
}
.c-table01 tr:nth-child(13) th, .c-table01 tr:nth-child(13) td {
  padding: 18px 20px 24px 20px;
}

@media screen and (max-width: 750px) {
  .c-table01 th, .c-table01 td {
    line-height: 1.462;
    font-size: 13px;
    padding: 13px 15px 9px 19px;
  }
}
@media screen and (max-width: 750px) {
  .c-table01 th {
    width: 93px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 750px) {
  .c-table01 td {
    letter-spacing: 0.5px;
    width: calc(100% - 93px);
  }
}
@media screen and (max-width: 750px) {
  .c-table01 tr:not(:first-child) td, .c-table01 tr:not(:first-child) th {
    position: relative;
  }
  .c-table01 tr:not(:first-child) td::before, .c-table01 tr:not(:first-child) th::before {
    position: absolute;
    content: "";
    background-color: #e2d5b8;
    height: 1px;
    width: 100%;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  .c-table01 tr:nth-child(2) td {
    padding: 12px 15px 7px 15px;
  }
}
@media screen and (max-width: 750px) {
  .c-table01 tr:nth-child(3) th, .c-table01 tr:nth-child(3) td {
    padding: 12px 15px 11px 15px;
  }
}
@media screen and (max-width: 750px) {
  .c-table01 tr:nth-child(4) th, .c-table01 tr:nth-child(4) td {
    padding: 12px 15px 11px 15px;
  }
}
@media screen and (max-width: 750px) {
  .c-table01 tr:nth-child(5) th, .c-table01 tr:nth-child(5) td {
    padding: 9px 15px 10px 15px;
  }
}
@media screen and (max-width: 750px) {
  .c-table01 tr:nth-child(6) th, .c-table01 tr:nth-child(6) td {
    padding: 9px 15px 8px 15px;
  }
}
@media screen and (max-width: 750px) {
  .c-table01 tr:nth-child(7) th, .c-table01 tr:nth-child(7) td {
    padding: 11px 15px 9px 15px;
  }
}
@media screen and (max-width: 750px) {
  .c-table01 tr:nth-child(8) th, .c-table01 tr:nth-child(8) td {
    padding: 13px 15px 14px 15px;
  }
}
@media screen and (max-width: 750px) {
  .c-table01 tr:nth-child(9) th, .c-table01 tr:nth-child(9) td {
    padding: 10px 15px 10px 15px;
  }
}
@media screen and (max-width: 750px) {
  .c-table01 tr:nth-child(10) th, .c-table01 tr:nth-child(10) td {
    padding: 13px 15px 9px 15px;
  }
}
@media screen and (max-width: 750px) {
  .c-table01 tr:nth-child(10) td {
    letter-spacing: -0.7px;
  }
}
@media screen and (max-width: 750px) {
  .c-table01 tr:nth-child(11) th, .c-table01 tr:nth-child(11) td {
    padding: 11px 15px 12px 15px;
  }
}
@media screen and (max-width: 750px) {
  .c-table01 tr:nth-child(12) th, .c-table01 tr:nth-child(12) td {
    padding: 11px 15px 6px 15px;
  }
}
@media screen and (max-width: 750px) {
  .c-table01 tr:nth-child(13) th, .c-table01 tr:nth-child(13) td {
    padding: 9px 15px 11px 15px;
  }
}
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-mv {
  position: relative;
  background: url(/assets/img/common/mv.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 234px;
}

@media screen and (max-width: 750px) {
  .c-mv {
    height: 176px;
    background: url(/assets/img/common/mv_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.c-mv_body {
  text-align: center;
  position: relative;
  top: 36px;
}

@media screen and (max-width: 750px) {
  .c-mv_body {
    top: 28px;
  }
}
.c-mv_ttl {
  color: #ffffff;
  font-size: 34px;
  letter-spacing: 4px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-family: "TrajanPro-Regular";
}

@media screen and (max-width: 750px) {
  .c-mv_ttl {
    font-size: 30px;
  }
}
/*
------------------------------------------------------------*/
.c-sc01 {
  display: flex;
}

@media screen and (max-width: 750px) {
  .c-sc01 {
    flex-wrap: wrap;
  }
}
.c-sc01_img {
  width: 152px;
  margin-left: 35px;
  margin-top: 4px;
}

@media screen and (max-width: 750px) {
  .c-sc01_img {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.c-sc01_txt {
  flex-basis: 0;
  flex-grow: 1;
}

@media screen and (max-width: 750px) {
  .c-sc01_txt {
    flex-basis: auto;
    width: 100%;
    margin-bottom: 18px;
  }
}
.c-sc01_name {
  font-size: 16px;
  letter-spacing: 2.1px;
  line-height: 1;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  .c-sc01_name {
    font-size: 14px;
    letter-spacing: 1.7px;
  }
}
/*
------------------------------------------------------------*/
.c-contact {
  padding-bottom: 39px;
}
@media (max-width: 320px) {
  .c-contact .c-btn01 {
    max-width: 296px;
  }
}

@media screen and (max-width: 750px) {
  .c-contact {
    padding-bottom: 60px;
  }
  .c-contact .c-title03 {
    margin-bottom: 27px;
  }
  .c-contact .c-title03_eng {
    margin-bottom: 14px;
  }
}
.c-contact_txt {
  letter-spacing: 2px;
}
.c-contact_txt.u-white {
  color: #e9e3db;
}

@media screen and (max-width: 750px) {
  .c-contact_txt {
    line-height: 1.667;
    letter-spacing: 0;
    font-size: 15px;
  }
}
/*
------------------------------------------------------------*/
.c-sc02 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-sc02:not(:last-child) {
  margin-bottom: 28px;
}

@media screen and (max-width: 750px) {
  .c-sc02 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .c-sc02:not(:last-child) {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 750px) {
  .c-sc02:nth-of-type(2) {
    margin-bottom: 46px;
  }
}
.c-sc02_img {
  width: 278px;
  margin-right: 40px;
}

@media screen and (max-width: 750px) {
  .c-sc02_img {
    width: 63%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
  }
  .page-agency .c-sc02_img {
    display: block;
  }
}
.c-sc02_txt {
  flex-basis: 0;
  flex-grow: 1;
}

@media screen and (max-width: 750px) {
  .c-sc02_txt {
    flex-basis: auto;
    width: 100%;
  }
}
.c-sc02_text {
  font-size: 20px;
  line-height: 1.9;
}

@media screen and (max-width: 750px) {
  .c-sc02_text {
    font-size: 14px;
    line-height: 1.714;
    text-align: center;
  }
}
/*
------------------------------------------------------------*/
.c-sc03 {
  display: flex;
  padding: 0 84px 0 67px;
  box-sizing: border-box;
}
.c-sc03:not(:last-child) {
  margin-bottom: 103px;
}

@media screen and (max-width: 1060px) {
  .c-sc03 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .c-sc03 {
    flex-wrap: wrap;
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .c-sc03:not(:last-child) {
    margin-bottom: 77px;
  }
}
.c-sc03_img {
  width: 397px;
  margin-right: 35px;
  position: relative;
}

@media screen and (max-width: 1060px) {
  .c-sc03_img {
    width: 45%;
  }
}
@media screen and (max-width: 750px) {
  .c-sc03_img {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 23px;
  }
}
.c-sc03_txt {
  flex-basis: 0;
  flex-grow: 1;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 750px) {
  .c-sc03_txt {
    flex-basis: auto;
    width: 100%;
    margin-top: 0;
  }
}
.c-sc03_text {
  font-size: 16px;
  line-height: 2.125;
  color: #3f332a;
  flex: 1;
}

@media screen and (max-width: 750px) {
  .c-sc03_text {
    font-size: 15px;
    line-height: 1.833;
    letter-spacing: 0;
  }
}
.c-sc03:nth-of-type(1) .c-sc03_img:before {
  position: absolute;
  content: "";
  left: -26px;
  top: -17px;
  width: 239px;
  height: 88px;
  background: url(/assets/img/top/ic-skin.svg) no-repeat;
}
.c-sc03:nth-of-type(2) .c-sc03_txt {
  margin-top: 13px;
}
.c-sc03:nth-of-type(2) .c-sc03_img:before {
  position: absolute;
  content: "";
  left: -26px;
  top: -40px;
  width: 276px;
  height: 117px;
  background: url(/assets/img/top/ic-health.svg) no-repeat;
}
.c-sc03 .c-btn01 {
  justify-content: flex-end;
}
.c-sc03 .c-btn01 a {
  width: 284px;
  height: 50px;
  letter-spacing: -0.9px;
  color: #3f332a;
  border-color: #3f332a;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.c-sc03 .c-btn01_arrow {
  width: 62px;
  height: 1px;
  margin-right: 46px;
  margin-left: 7px;
}
.c-sc03 .c-btn01_arrow:after {
  background-color: #3f332a;
}

@media screen and (max-width: 750px) {
  .c-sc03:nth-of-type(1) .c-sc03_img:before {
    width: 191px;
    height: 70px;
    left: -20px;
    top: -18px;
  }
}
@media screen and (max-width: 750px) {
  .c-sc03:nth-of-type(2) .c-sc03_txt {
    margin-top: -2px;
  }
}
@media screen and (max-width: 750px) {
  .c-sc03:nth-of-type(2) .c-sc03_img:before {
    height: 93px;
    width: 221px;
    left: -21px;
  }
}
@media screen and (max-width: 750px) {
  .c-sc03 .c-btn01 {
    justify-content: center;
    margin-top: 23px;
  }
}
@media screen and (max-width: 750px) {
  .c-sc03 .c-btn01 a {
    max-width: 305px;
    height: 58px;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 1060px) {
  .c-sc03 .c-btn01_arrow {
    margin-right: 30px;
    margin-left: 11px;
  }
}
@media screen and (max-width: 750px) {
  .c-sc03 .c-btn01_arrow {
    width: 52px;
    margin-left: 12px;
  }
}
/*
------------------------------------------------------------*/
.c-sc04 {
  display: flex;
}

@media screen and (max-width: 750px) {
  .c-sc04 {
    flex-wrap: wrap;
  }
}
.c-sc04_img {
  width: 442px;
  margin-right: 45px;
}

@media screen and (max-width: 1060px) {
  .c-sc04_img {
    width: 40%;
  }
}
@media screen and (max-width: 750px) {
  .c-sc04_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }
}
.c-sc04_txt {
  flex-basis: 0;
  flex-grow: 1;
  margin-top: 35px;
}

@media screen and (max-width: 1060px) {
  .c-sc04_txt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .c-sc04_txt {
    flex-basis: auto;
    width: 100%;
  }
}
.c-sc04_txt__end {
  display: flex;
  flex-direction: column;
}

.c-sc04_text {
  font-size: 18px;
  line-height: 1.667;
  text-align: justify;
  letter-spacing: 0.6px;
}

@media screen and (max-width: 750px) {
  .c-sc04_text {
    text-align: left;
    font-size: 16px;
    line-height: 1.563;
    letter-spacing: 1.1px;
  }
}
.c-sc04_text__end {
  flex: 1;
}

@media screen and (max-width: 750px) {
  .c-sc04_text__end {
    flex: none;
  }
}
.c-sc04.c-sc04_sm {
  padding: 0 123px;
  box-sizing: border-box;
}
.c-sc04.c-sc04_sm:nth-of-type(1) {
  margin-bottom: 35px;
}
.c-sc04.c-sc04_sm .c-sc04_txt {
  margin-top: -4px;
}
.c-sc04.c-sc04_sm .c-sc04_img {
  width: 130px;
  margin-right: 38px;
}
.c-sc04.c-sc04_custom {
  padding: 0 78px;
  box-sizing: border-box;
}
.c-sc04.c-sc04_custom .c-sc04_img {
  width: 294px;
  margin-right: 34px;
}
.c-sc04.c-sc04_custom .c-sc04_txt {
  margin-top: -5px;
}

@media screen and (max-width: 1060px) {
  .c-sc04.c-sc04_sm {
    padding: 0 50px;
  }
}
@media screen and (max-width: 750px) {
  .c-sc04.c-sc04_sm:nth-of-type(1) {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 750px) {
  .c-sc04.c-sc04_sm .c-sc04_txt {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .c-sc04.c-sc04_sm .c-sc04_img {
    width: 38%;
    margin: 0 auto 22px;
  }
}
@media screen and (max-width: 1060px) {
  .c-sc04.c-sc04_custom {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .c-sc04.c-sc04_custom {
    padding: 0 33px;
  }
}
@media screen and (max-width: 750px) {
  .c-sc04.c-sc04_custom .c-sc04_img {
    width: 86%;
    margin: 0 auto 19px;
  }
}
@media screen and (max-width: 750px) {
  .c-sc04.c-sc04_custom .c-sc04_txt {
    margin-top: 0;
  }
}
.c-sc04_lineup {
  display: flex;
  align-items: flex-start;
  margin: 20px 0 25px;
}

.c-sc04_lineup_ttl {
  display: block;
  max-width: 110px;
  margin-right: 20px;
  padding: 0 1em;
  color: #59493f;
  font-size: 15px;
  text-align: center;
  border: 1px solid #9d896c;
}

@media screen and (max-width: 750px) {
  .c-sc04_lineup {
    display: block;
    margin: 6vw 0 7vw;
  }
  .c-sc04_lineup_ttl {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 2vw;
    padding: 0 1em;
    font-size: 4vw;
  }
}
/*
------------------------------------------------------------*/
.c-wrapper {
  padding: 0 134px;
  box-sizing: border-box;
}

@media screen and (max-width: 1060px) {
  .c-wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .c-wrapper {
    padding: 0 33px;
  }
}
/*------------------------------------------------------------
p-agency
------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .p-agency .c-breadcrumb_list {
    padding: 11px 0 11px;
  }
}
@media screen and (max-width: 750px) {
  .p-agency .c-breadcrumb .l-cont {
    padding: 0 11px;
  }
}
@media screen and (max-width: 750px) {
  .p-agency .c-breadcrumb_list {
    padding: 11px 0 11px;
  }
}
.p-agency_sc01 {
  padding: 25px 0 94px;
  box-sizing: border-box;
}
.p-agency_sc01 .c-sc02 {
  padding: 0 115px;
  box-sizing: border-box;
}
.p-agency_sc01 .c-title02 {
  margin-bottom: 63px;
}

@media screen and (max-width: 750px) {
  .p-agency_sc01 {
    padding: 26px 0 49px;
  }
}
@media screen and (max-width: 1060px) {
  .p-agency_sc01 .c-sc02 {
    padding: 0 50px;
  }
}
@media screen and (max-width: 750px) {
  .p-agency_sc01 .c-sc02 {
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-agency_sc01 .c-title02 {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 750px) {
  .p-agency .c-btn01 {
    margin-top: 26px;
  }
  .p-agency .c-contact {
    padding-bottom: 58px;
  }
  .p-agency .c-title03 {
    padding-bottom: 18px;
    margin-bottom: 23px;
  }
}
/*------------------------------------------------------------
p-blueberry
------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .p-blueberry .l-cont {
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-blueberry .c-breadcrumb .l-cont {
    padding: 0 13px;
  }
}
@media screen and (max-width: 750px) {
  .p-blueberry .c-breadcrumb_list {
    padding: 12px 0 12px;
  }
}
.p-blueberry .c-title01 {
  padding-left: 22px;
  letter-spacing: 5px;
  margin-bottom: 17px;
}
.p-blueberry .c-title08 {
  margin-bottom: 18px;
  padding-bottom: 11px;
}
.p-blueberry .c-title08_eng {
  margin-bottom: 3px;
}
.p-blueberry .c-title08_jp {
  letter-spacing: -0.4px;
}
.p-blueberry .c-title06 {
  margin-bottom: 37px;
}
.p-blueberry .c-sc04_txt {
  margin-top: 41px;
}
.p-blueberry .c-list02_list {
  padding-bottom: 46px;
  margin-bottom: 57px;
}
.p-blueberry .c-list02_text {
  margin-right: 14px;
  margin-bottom: 20px;
}
.p-blueberry .c-list02_item {
  margin-bottom: 25px;
}
.p-blueberry .c-list02_item:nth-child(4) {
  margin-bottom: 32px;
}

@media screen and (max-width: 750px) {
  .p-blueberry .c-title01 {
    padding-left: 20px;
    letter-spacing: 2px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 750px) {
  .p-blueberry .c-title08_eng {
    margin-bottom: 10px;
    letter-spacing: 2.6px;
  }
}
@media screen and (max-width: 1060px) {
  .p-blueberry .c-title08_jp {
    font-size: 25px;
  }
}
@media screen and (max-width: 750px) {
  .p-blueberry .c-title08_jp {
    font-size: 23px;
  }
}
@media screen and (max-width: 750px) {
  .p-blueberry .c-title06 {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 750px) {
  .p-blueberry .c-sc04 {
    margin-bottom: 38px;
    padding: 0 33px;
    box-sizing: border-box;
  }
  .p-blueberry .c-sc04_text {
    letter-spacing: -0.3px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 1060px) {
  .p-blueberry .c-sc04_txt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .p-blueberry .c-list02 .collapsible {
    padding-bottom: 28px;
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 750px) {
  .p-blueberry .c-list02_list {
    padding-bottom: 21px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-blueberry .c-list02_text {
    margin-right: 33px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 750px) {
  .p-blueberry .c-list02_txt {
    font-size: 14px;
    line-height: 1.643;
  }
}
@media screen and (max-width: 750px) {
  .p-blueberry .c-list02_item {
    margin-bottom: 0;
  }
  .p-blueberry .c-list02_item:nth-child(2) {
    padding-top: 18px;
  }
  .p-blueberry .c-list02_item:nth-child(3) {
    padding-top: 21px;
    padding-bottom: 15px;
  }
  .p-blueberry .c-list02_item:nth-child(4) {
    padding-top: 15px;
  }
  .p-blueberry .c-list02_item:nth-child(5) {
    padding-top: 21px;
  }
}
@media screen and (max-width: 750px) {
  .p-blueberry .c-list02_item:nth-child(4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-blueberry .c-list02_other {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .p-blueberry .c-list02_other:before {
    width: 12px;
    height: 12px;
  }
}
.p-blueberry_sc {
  padding: 49px 0 94px;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .p-blueberry_sc {
    padding: 14px 0 74px;
  }
  .p-blueberry_sc .c-btn02 {
    margin-top: 27px;
  }
  .p-blueberry_sc .c-btn01.c-btn01_other a {
    height: 56px;
    letter-spacing: 1.9px;
  }
  .p-blueberry_sc .c-btn01.c-btn01_other .c-btn01_arrow {
    margin-right: 18px;
    margin-left: 9px;
  }
}
.p-blueberry_wrap {
  padding: 95px 50px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 1060px) {
  .p-blueberry_wrap {
    padding: 59px 20px 0;
  }
}
@media screen and (max-width: 750px) {
  .p-blueberry_wrap {
    padding: 0;
  }
}
.p-blueberry_box {
  margin-bottom: 75px;
}
.p-blueberry_box:nth-child(2) {
  margin-bottom: 55px;
}
.p-blueberry_box:nth-child(2) .c-title06 {
  margin-bottom: 27px;
}

@media screen and (max-width: 750px) {
  .p-blueberry_box {
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 750px) {
  .p-blueberry_box:nth-child(1) .c-title06 {
    letter-spacing: -0.3px;
  }
}
@media screen and (max-width: 750px) {
  .p-blueberry_box:nth-child(2) {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 750px) {
  .p-blueberry_box:nth-child(2) .c-title06 {
    margin-bottom: 21px;
  }
}
.p-blueberry .c-contact {
  padding-bottom: 76px;
}
.p-blueberry .c-contact .c-title03 {
  padding-bottom: 18px;
}

@media screen and (max-width: 750px) {
  .p-blueberry .c-contact {
    padding-bottom: 62px;
  }
}
@media screen and (max-width: 750px) {
  .p-blueberry .c-contact .c-title03 {
    margin-bottom: 23px;
  }
  .p-blueberry .c-contact .c-title03_eng {
    font-size: 24px;
  }
}
/*------------------------------------------------------------
p-cmlconomii
------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .p-cmlconomii .l-cont {
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlconomii .c-breadcrumb .l-cont {
    padding: 0 13px;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlconomii .c-breadcrumb_list {
    padding: 18px 0 18px;
  }
}
.p-cmlconomii_sc {
  padding: 49px 0 75px;
  box-sizing: border-box;
}
.p-cmlconomii_sc .c-btn02 {
  margin-top: 17px;
}

@media screen and (max-width: 750px) {
  .p-cmlconomii_sc {
    padding: 14px 0 70px;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlconomii_sc .c-sc04 {
    margin-bottom: 40px;
    padding: 0 33px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlconomii_sc .c-btn02 {
    margin-top: 19px;
  }
}
.p-cmlconomii_wrap {
  padding: 60px 50px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 1060px) {
  .p-cmlconomii_wrap {
    padding: 59px 20px 0;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlconomii_wrap {
    padding: 0;
  }
}
.p-cmlconomii_box {
  margin-bottom: 73px;
}
.p-cmlconomii_box:nth-child(2) {
  margin-bottom: 132px;
}
.p-cmlconomii_box:nth-child(3) {
  margin-bottom: 92px;
}
.p-cmlconomii_box:nth-child(3) .c-title06 {
  margin-bottom: 43px;
}
.p-cmlconomii_box:nth-child(4) {
  margin-bottom: 60px;
}
.p-cmlconomii_box:nth-child(4) .c-title06 {
  margin-bottom: 29px;
}
.p-cmlconomii_box:nth-child(4) .c-sc04_text {
  padding: 0 76px;
  box-sizing: border-box;
}
.p-cmlconomii_box:nth-child(5) {
  margin-bottom: 46px;
}
.p-cmlconomii_box:nth-child(5) .c-title06 {
  margin-bottom: 21px;
}
.p-cmlconomii_box:nth-child(6) {
  margin-bottom: 46px;
}

@media screen and (max-width: 750px) {
  .p-cmlconomii_box {
    margin-bottom: 39px;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlconomii_box:nth-child(2) {
    margin-bottom: 51px;
  }
  .p-cmlconomii_box:nth-child(2) .c-title06 {
    margin-bottom: 25px;
  }
  .p-cmlconomii_box:nth-child(2) .c-sc04_img {
    margin-bottom: 26px !important;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlconomii_box:nth-child(3) {
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlconomii_box:nth-child(3) .c-title06 {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlconomii_box:nth-child(3) .c-sc04:nth-of-type(2) .c-sc04_img {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlconomii_box:nth-child(4) {
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 1060px) {
  .p-cmlconomii_box:nth-child(4) .c-sc04_text {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlconomii_box:nth-child(4) .c-sc04_text {
    padding: 0 33px;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlconomii_box:nth-child(5) {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlconomii_box:nth-child(5) .c-title06 {
    margin-bottom: 30px;
  }
}
.p-cmlconomii_list {
  padding: 0 100px;
  box-sizing: border-box;
}
.p-cmlconomii_list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.444;
  letter-spacing: 1px;
  position: relative;
  padding-left: 18px;
  margin-bottom: 9px;
}
.p-cmlconomii_list li:before {
  position: absolute;
  content: "・";
  color: #59493f;
  left: 0;
}

@media screen and (max-width: 1060px) {
  .p-cmlconomii_list {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlconomii_list {
    padding: 0 33px 0 27px;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlconomii_list li {
    font-size: 16px;
    line-height: 1.571;
    letter-spacing: 1.5px;
  }
}
.p-cmlconomii .c-contact {
  padding-bottom: 75px;
}

@media screen and (max-width: 750px) {
  .p-cmlconomii .c-contact {
    padding-bottom: 71px;
  }
  .p-cmlconomii .c-contact .c-title03 {
    margin-bottom: 23px;
  }
  .p-cmlconomii .c-contact .c-title03_eng {
    font-size: 24px;
  }
}
/*------------------------------------------------------------
p-cmlhydrid
------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .p-cmlhydrid .l-cont {
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlhydrid .c-breadcrumb .l-cont {
    padding: 0 13px;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlhydrid .c-breadcrumb_list {
    padding: 18px 0 18px;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlhydrid .c-sc04 {
    margin-bottom: 42px;
    padding: 0 33px;
    box-sizing: border-box;
  }
  .p-cmlhydrid .c-sc04_text {
    line-height: 1.563;
  }
  .p-cmlhydrid .c-sc04 .c-btn02 {
    margin-top: 35px;
  }
}
.p-cmlhydrid .c-sc04_txt {
  margin-top: 37px;
}
.p-cmlhydrid .c-title08 {
  padding-bottom: 11px;
  margin-bottom: 18px;
}
.p-cmlhydrid .c-title08_eng {
  margin-bottom: 2px;
  letter-spacing: 3.1px;
}
.p-cmlhydrid .c-title08_jp {
  letter-spacing: -0.2px;
}
.p-cmlhydrid .c-title06 {
  margin-bottom: 29px;
}
.p-cmlhydrid .c-list02_text {
  margin-bottom: 26px;
}
.p-cmlhydrid .c-list02_list {
  padding-right: 90px;
  margin-bottom: 49px;
}
.p-cmlhydrid .c-list02_item:nth-child(1) {
  margin-bottom: 28px;
}
.p-cmlhydrid .c-list02_item:nth-child(2) {
  margin-bottom: 30px;
}
.p-cmlhydrid .c-list02_item:nth-child(3) {
  margin-bottom: 24px;
}

@media screen and (max-width: 1060px) {
  .p-cmlhydrid .c-sc04_txt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlhydrid .c-title08 {
    padding-bottom: 12px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlhydrid .c-title08_eng {
    margin-bottom: 5px;
    letter-spacing: 2.6px;
  }
}
@media screen and (max-width: 1060px) {
  .p-cmlhydrid .c-title08_jp {
    font-size: 25px;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlhydrid .c-title08_jp {
    font-size: 23px;
    letter-spacing: -2.7px;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlhydrid .c-title06 {
    margin-bottom: 23px;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlhydrid .c-list02_text {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 1060px) {
  .p-cmlhydrid .c-list02_list {
    padding-right: 75px;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlhydrid .c-list02_list {
    padding-right: 0;
    padding-bottom: 28px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlhydrid .c-list02_txt {
    font-size: 16px;
    line-height: 1.563;
    letter-spacing: 0;
  }
  .p-cmlhydrid .c-list02_txt--b {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlhydrid .c-list02_other {
    margin-bottom: 0;
  }
  .p-cmlhydrid .c-list02_other::before {
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlhydrid .c-list02_item:nth-child(1) {
    padding-bottom: 21px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlhydrid .c-list02_item:nth-child(2) {
    margin-bottom: 0;
    padding-top: 15px;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlhydrid .c-list02_item:nth-child(3) {
    padding-top: 27px;
    margin-bottom: 0;
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlhydrid .c-list02_item:nth-child(4) {
    padding-top: 18px;
    padding-bottom: 26px;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlhydrid .c-list02_item:nth-child(5) {
    padding-top: 20px;
  }
  .p-cmlhydrid .c-list02_item:nth-child(5) .c-list02_txt:nth-child(1) {
    margin-bottom: 8px;
  }
}
.p-cmlhydrid_sc {
  padding: 50px 0 78px;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .p-cmlhydrid_sc {
    padding: 14px 0 70px;
  }
}
.p-cmlhydrid_wrap {
  padding: 95px 50px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 1060px) {
  .p-cmlhydrid_wrap {
    padding: 59px 20px 0;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlhydrid_wrap {
    padding: 0;
  }
}
.p-cmlhydrid_box {
  margin-bottom: 97px;
}
.p-cmlhydrid_box:nth-child(2) {
  margin-bottom: 30px;
}
.p-cmlhydrid_box:nth-child(2) .c-title06 {
  margin-bottom: 32px;
}
.p-cmlhydrid_box:nth-child(2) .c-text02 {
  margin-bottom: 23px;
}

@media screen and (max-width: 750px) {
  .p-cmlhydrid_box {
    margin-bottom: 51px;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlhydrid_box:nth-child(2) {
    margin-bottom: 39px;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlhydrid_box:nth-child(2) .c-title06 {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlhydrid_box:nth-child(2) .c-text02 {
    margin-bottom: 26px;
  }
}
.p-cmlhydrid .c-contact {
  padding-bottom: 76px;
}
.p-cmlhydrid .c-contact .c-title03 {
  padding-bottom: 18px;
}

@media screen and (max-width: 750px) {
  .p-cmlhydrid .c-contact {
    padding-bottom: 66px;
  }
}
@media screen and (max-width: 750px) {
  .p-cmlhydrid .c-contact .c-title03 {
    margin-bottom: 23px;
  }
  .p-cmlhydrid .c-contact .c-title03_eng {
    font-size: 24px;
  }
}
/*------------------------------------------------------------
p-company
------------------------------------------------------------*/
.p-company_wrap:not(:last-child) {
  margin-bottom: 34px;
}

@media screen and (max-width: 750px) {
  .p-company_wrap:not(:last-child) {
    margin-bottom: 26px;
  }
}
.p-company_map iframe {
  width: 100%;
  height: 354px;
}

@media screen and (max-width: 750px) {
  .p-company_map iframe {
    height: 249px;
  }
}
.p-company_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 580px;
}
.p-company_inner .c-sc01_img {
  margin-top: -15px;
}

@media screen and (max-width: 750px) {
  .p-company_inner {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .p-company_inner .c-sc01_img {
    margin-top: 9vw;
  }
}
.p-company_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 190px 0 200px;
  box-sizing: border-box;
}

@media screen and (max-width: 1060px) {
  .p-company_list {
    padding: 0 50px;
    max-width: 760px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .p-company_list {
    padding: 0;
    max-width: 360px;
    margin: 0 auto;
  }
}
.p-company_item {
  width: 100%;
  display: flex;
}
.p-company_item:not(:last-child) {
  margin-bottom: 8px;
}

@media screen and (max-width: 750px) {
  .p-company_item:not(:last-child) {
    margin-bottom: 17px;
  }
}
.p-company_txt {
  font-size: 16px;
  letter-spacing: 1px;
}
.p-company_txt:first-child {
  margin-right: 33px;
  width: 100px;
  text-align: right;
}
.p-company_txt:last-child {
  flex-basis: 0;
  flex-grow: 1;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 750px) {
  .p-company_txt {
    font-size: 14px;
    line-height: 1.714;
    letter-spacing: -0.1px;
  }
}
@media screen and (max-width: 750px) {
  .p-company_txt:first-child {
    width: 82px;
    margin-right: 12px;
  }
}
.p-company_sc01 {
  padding: 69px 0 74px;
  box-sizing: border-box;
}
.p-company_sc01 .c-sc01 {
  padding: 0 229px 0 204px;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .p-company_sc01 {
    padding: 30px 0 27px;
  }
}
@media screen and (max-width: 1060px) {
  .p-company_sc01 .c-sc01 {
    padding: 0 50px;
  }
}
@media screen and (max-width: 750px) {
  .p-company_sc01 .c-sc01 {
    padding: 0 26px;
  }
}
.p-company_sc02 {
  padding: 0 0 50px;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .p-company_sc02 {
    padding: 28px 0 21px;
  }
}
.p-company_sc03 {
  padding: 29px 0 50px;
  box-sizing: border-box;
}
.p-company_sc03 .c-title02 {
  margin-bottom: 51px;
}

@media screen and (max-width: 750px) {
  .p-company_sc03 {
    padding: 12px 0 26px;
  }
}
@media screen and (max-width: 750px) {
  .p-company_sc03 .c-title02 {
    margin-bottom: 16px;
  }
}
.p-company_sc04 {
  padding: 42px 0 149px;
  box-sizing: border-box;
}
.p-company_sc04 .c-title02 {
  margin-bottom: 34px;
}

@media screen and (max-width: 750px) {
  .p-company_sc04 {
    padding: 10px 0 51px;
  }
}
@media screen and (max-width: 750px) {
  .p-company_sc04 .c-title02 {
    margin-bottom: 21px;
  }
}
.p-company .c-contact {
  padding-bottom: 80px;
}

@media screen and (max-width: 750px) {
  .p-company .c-contact {
    padding-bottom: 56px;
  }
  .p-company .c-contact .c-title03 {
    margin-bottom: 23px;
  }
}
/*------------------------------------------------------------
p-doganmaru
------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .p-doganmaru .l-cont {
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru .c-breadcrumb .l-cont {
    padding: 0 13px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru .c-breadcrumb_list {
    padding: 18px 0 18px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru .c-title05 {
    padding-bottom: 13px;
    margin-bottom: 21px;
  }
  .p-doganmaru .c-title05_eng {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru .c-title06 {
    letter-spacing: 1.6px;
  }
}
.p-doganmaru_sc {
  padding: 49px 0 85px;
  box-sizing: border-box;
}
.p-doganmaru_sc .c-sc04.c-sc04_main {
  margin-bottom: 36px;
}
.p-doganmaru_sc .c-sc04.c-sc04_main .c-sc04_txt {
  margin-top: 37px;
}

@media screen and (max-width: 750px) {
  .p-doganmaru_sc {
    padding: 14px 0 77px;
    overflow: hidden;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru_sc .c-sc04.c-sc04_main {
    margin-bottom: 34px;
    padding: 0 33px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1060px) {
  .p-doganmaru_sc .c-sc04.c-sc04_main .c-sc04_txt {
    margin-top: 10px;
  }
}
.p-doganmaru_wrap {
  padding: 59px 50px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 1060px) {
  .p-doganmaru_wrap {
    padding: 59px 20px 0;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru_wrap {
    padding: 0;
  }
}
.p-doganmaru_box {
  margin-bottom: 70px;
}
.p-doganmaru_box:nth-child(1) .c-text02 {
  margin-bottom: 18px;
}
.p-doganmaru_box:nth-child(1) .c-title06 {
  margin-bottom: 29px;
}
.p-doganmaru_box:nth-child(2) {
  margin-bottom: 82px;
}
.p-doganmaru_box:nth-child(2) .c-title06 {
  margin-bottom: 39px;
}
.p-doganmaru_box:nth-child(3) {
  margin-bottom: 75px;
}
.p-doganmaru_box:nth-child(3) .c-title06 {
  margin-bottom: 31px;
}
.p-doganmaru_box:nth-child(4) {
  margin-bottom: 69px;
}
.p-doganmaru_box:nth-child(4) .c-title06 {
  margin-bottom: 39px;
}
.p-doganmaru_box:nth-child(5) {
  margin-bottom: 67px;
}
.p-doganmaru_box:nth-child(5) .c-title06 {
  margin-bottom: 30px;
}
.p-doganmaru_box:nth-child(6) {
  margin-bottom: 57px;
}
.p-doganmaru_box:nth-child(6) .c-title06 {
  margin-bottom: 28px;
}
.p-doganmaru_box:nth-child(6) .c-sc04_text {
  padding: 0 76px;
  box-sizing: border-box;
  line-height: 1.9;
  letter-spacing: 0.1px;
}

@media screen and (max-width: 750px) {
  .p-doganmaru_box {
    margin-bottom: 59px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru_box:nth-child(1) .c-title06 {
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru_box:nth-child(2) {
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru_box:nth-child(2) .c-title06 {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru_box:nth-child(3) {
    margin-bottom: 46px;
  }
  .p-doganmaru_box:nth-child(3) .c-list05 {
    padding: 0 33px;
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru_box:nth-child(3) .c-title06 {
    margin-bottom: 25px;
    letter-spacing: -1.3px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru_box:nth-child(4) {
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru_box:nth-child(4) .c-title06 {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru_box:nth-child(5) {
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru_box:nth-child(5) .c-title06 {
    letter-spacing: -1.2px;
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru_box:nth-child(6) {
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru_box:nth-child(6) .c-title06 {
    margin-bottom: 24px;
    letter-spacing: -1.8px;
  }
}
@media screen and (max-width: 1060px) {
  .p-doganmaru_box:nth-child(6) .c-sc04_text {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru_box:nth-child(6) .c-sc04_text {
    padding: 0 33px;
    line-height: 1.563;
  }
}
.p-doganmaru .step_list {
  padding: 0 134px;
  box-sizing: border-box;
  display: flex;
}
.p-doganmaru .step_item {
  width: 50%;
}
.p-doganmaru .step_item:nth-child(2) {
  margin-left: 28px;
}
.p-doganmaru .step_des {
  font-size: 18px;
  line-height: 1.667;
  letter-spacing: 1.5px;
}
.p-doganmaru .step_ttl {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.p-doganmaru .step_ttl__box {
  margin-left: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 30px;
  background: url(/assets/img/products/doganmaru/bg_step.svg) no-repeat center;
}
.p-doganmaru .step_ttl__text {
  font-size: 16px;
  letter-spacing: 1.8px;
  line-height: 1;
  box-sizing: border-box;
  position: relative;
  left: -3px;
}
.p-doganmaru .step_ttl__txt {
  margin-left: 15px;
  font-size: 20px;
  line-height: 1;
}
.p-doganmaru .protein_list {
  display: flex;
  margin: 0 -4px 43px;
  padding: 0 98px;
  box-sizing: border-box;
}
.p-doganmaru .protein_item {
  width: 16.66667%;
  padding: 0 4px;
  box-sizing: border-box;
}
.p-doganmaru .protein_txt {
  font-size: 16px;
  line-height: 1.5;
  padding: 17px 10px 17px 10px;
  box-sizing: border-box;
  border: 1px solid #7e6b5a;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.p-doganmaru .protein_add {
  flex-direction: column;
}
.p-doganmaru .protein_add__arrow {
  line-height: 0.8;
}

@media screen and (max-width: 1060px) {
  .p-doganmaru .step_list {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru .step_list {
    padding: 0 33px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru .step_item:nth-child(2) {
    margin-left: 0;
    margin-top: 18px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru .step_item {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru .step_des {
    font-size: 16px;
    letter-spacing: 0.3px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru .step_ttl {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru .step_ttl__box {
    width: 92px;
    height: 26px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru .step_ttl__text {
    font-size: 13.5px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru .step_ttl__txt {
    margin-left: 10px;
    font-size: 18px;
    margin-top: -2px;
  }
}
@media screen and (max-width: 1060px) {
  .p-doganmaru .protein_list {
    padding: 0 20px;
    margin-bottom: 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru .protein_list {
    padding: 0 33px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru .protein_item {
    width: 33.33333%;
    margin-bottom: 21px;
    min-height: 84px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru .protein_txt {
    line-height: 1.25;
    padding: 15px 10px 20px 10px;
  }
}
.p-doganmaru_use__txt {
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .p-doganmaru_use__txt {
    margin-bottom: 14px;
    letter-spacing: 0.3px !important;
  }
}
.p-doganmaru_use__wrap {
  padding: 0 130px 0 197px;
  box-sizing: border-box;
}
.p-doganmaru_use__wrap .c-sc04 {
  margin-bottom: 19px;
}
.p-doganmaru_use__wrap .c-sc04_img {
  width: 130px;
  margin-right: 59px;
}
.p-doganmaru_use__wrap .c-sc04_txt {
  margin-top: -4px;
}

@media screen and (max-width: 1060px) {
  .p-doganmaru_use__wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru_use__wrap {
    padding: 0 31px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru_use__wrap .c-sc04 {
    margin-bottom: 12px;
  }
  .p-doganmaru_use__wrap .c-sc04_text {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru_use__wrap .c-sc04_img {
    width: 31%;
    margin: 0 auto 19px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru_use__wrap .c-sc04_txt {
    margin-top: 0;
  }
}
.p-doganmaru_use .c-sc04.c-sc04_use {
  padding: 0 73px 0 106px;
  box-sizing: border-box;
}
.p-doganmaru_use .c-sc04.c-sc04_use .c-sc04_img {
  width: 240px;
  margin-right: 40px;
}
.p-doganmaru_use .c-sc04.c-sc04_use .c-sc04_txt {
  margin-top: -8px;
}

@media screen and (max-width: 1060px) {
  .p-doganmaru_use .c-sc04.c-sc04_use {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru_use .c-sc04.c-sc04_use {
    padding: 0 33px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru_use .c-sc04.c-sc04_use .c-sc04_img {
    width: 86%;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru_use .c-sc04.c-sc04_use .c-sc04_txt {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru_use .c-sc04.c-sc04_use .c-sc04_text {
    letter-spacing: 0.3px;
  }
}
.p-doganmaru .collagen_wrap {
  padding: 0 77px;
  box-sizing: border-box;
}
.p-doganmaru .collagen_wrap:not(:last-child) {
  margin-bottom: 35px;
}
.p-doganmaru .collagen .c-title01 {
  margin-bottom: 17px;
  font-size: 24px;
}
.p-doganmaru .collagen .c-text01 {
  font-size: 18px;
  letter-spacing: 0.8px;
}
.p-doganmaru .c-list02_list {
  padding-bottom: 80px;
  margin-bottom: 49px;
}
.p-doganmaru .c-list02_item:nth-child(3) {
  margin-bottom: 28px;
}
.p-doganmaru .c-list02_item:nth-child(4) {
  margin-bottom: 25px;
}
.p-doganmaru .c-list02_item:nth-child(5) {
  margin-bottom: 33px;
}
.p-doganmaru .c-contact {
  padding-bottom: 76px;
}

@media screen and (max-width: 1060px) {
  .p-doganmaru .collagen_wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru .collagen_wrap {
    padding: 0 33px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru .collagen_wrap:not(:last-child) {
    margin-bottom: 29px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru .collagen .c-title01 {
    font-size: 22px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru .collagen .c-text01 {
    line-height: 1.563;
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru .c-list02 .collapsible {
    padding-bottom: 11px;
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru .c-list02_list {
    padding-bottom: 22px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru .c-list02_item:nth-child(3) {
    margin-bottom: 0;
    padding-top: 13px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru .c-list02_item:nth-child(4) {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru .c-list02_item:nth-child(5) {
    margin-bottom: 0;
    padding-top: 16px;
  }
}
@media screen and (max-width: 750px) {
  .p-doganmaru .c-contact {
    padding-bottom: 57px;
  }
  .p-doganmaru .c-contact .c-title03 {
    margin-bottom: 23px;
  }
  .p-doganmaru .c-contact .c-title03_eng {
    font-size: 24px;
  }
}
/*------------------------------------------------------------
p-healthproducts
------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .p-products .l-cont {
    padding: 0 27px;
  }
}
@media screen and (max-width: 750px) {
  .p-products .c-breadcrumb .l-cont {
    padding: 0 15px;
  }
}
.p-products .c-breadcrumb_list {
  padding: 19px 0 19px;
}
.p-products .c-mv {
  background: url(/assets/img/common/mv_products.jpg) no-repeat center center;
  background-size: cover;
  height: 368px;
  justify-content: flex-start;
}
.p-products .c-mv_body {
  top: 28px;
}
.p-products .c-mv_ttl {
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  align-items: center;
  font-size: 36px;
}
.p-products .c-mv_eng {
  width: 299px;
  height: 60px;
  margin-left: 28px;
}
.p-products .c-mv_des {
  font-size: 16px;
  color: #e3dcd4;
  line-height: 1.875;
  letter-spacing: 1.1px;
  font-weight: 400;
  max-width: 680px;
  width: 100%;
  text-align: left;
  position: relative;
  top: 3px;
}

@media screen and (max-width: 750px) {
  .p-products .c-breadcrumb_list {
    padding: 12px 0 12px;
  }
}
@media screen and (max-width: 750px) {
  .p-products .c-mv {
    height: 260px;
  }
  .p-products .c-mv .l-cont {
    padding: 0 25px;
  }
}
@media screen and (max-width: 750px) {
  .p-products .c-mv_body {
    top: 17px;
  }
}
@media screen and (max-width: 750px) {
  .p-products .c-mv_ttl {
    font-size: 30px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 320px) {
  .p-products .c-mv_ttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 750px) {
  .p-products .c-mv_eng {
    width: 168px;
    height: 34px;
    margin-left: 13px;
    margin-top: 11px;
  }
}
@media screen and (max-width: 320px) {
  .p-products .c-mv_eng {
    width: 124px;
    height: 30px;
  }
}
@media screen and (max-width: 750px) {
  .p-products .c-mv_des {
    font-size: 14px;
    top: 10px;
    letter-spacing: 0.9px;
    line-height: 1.786;
  }
}
.p-products_content {
  padding: 32px 0 26px;
  box-sizing: border-box;
}
.p-products_content .c-list01_ttlsm {
  font-size: 0.8em;
}

@media screen and (max-width: 750px) {
  .p-products_content {
    padding: 27px 0 0;
  }
}
.p-products .c-contact {
  padding-bottom: 41px;
}

@media screen and (max-width: 750px) {
  .p-products .c-contact {
    padding-bottom: 55px;
  }
  .p-products .c-contact .c-title03_eng {
    font-size: 24px;
  }
}
/*------------------------------------------------------------
p-shizuku
------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .p-shizuku .l-cont {
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-shizuku .c-breadcrumb .l-cont {
    padding: 0 13px;
  }
}
@media screen and (max-width: 750px) {
  .p-shizuku .c-breadcrumb_list {
    padding: 18px 0 18px;
  }
}
.p-shizuku .c-title01 {
  padding-left: 27px;
  letter-spacing: 4.3px;
}
.p-shizuku .c-text02 {
  margin-bottom: 9px;
}

@media screen and (max-width: 1060px) {
  .p-shizuku .c-title01 {
    letter-spacing: 1.3px;
  }
}
@media screen and (max-width: 750px) {
  .p-shizuku .c-title01 {
    margin-top: 2px;
    padding-left: 21px;
    letter-spacing: 2.8px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 750px) {
  .p-shizuku .c-text02 {
    margin-bottom: 10px;
  }
}
.p-shizuku_sc {
  padding: 49px 0 85px;
  box-sizing: border-box;
}
.p-shizuku_sc .c-title05 {
  padding-bottom: 10px;
}
.p-shizuku_sc .c-title05_eng {
  margin-bottom: 9px;
}
.p-shizuku_sc .c-sc04_txt__end {
  margin-top: 33px;
}
.p-shizuku_sc .c-sc04_number {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}
.p-shizuku_sc .c-sc04_number:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "1";
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background-color: #d0b089;
  padding: 3px 8px 4px 8px;
  box-sizing: border-box;
}
.p-shizuku_sc .c-sc04_number--02:before {
  content: "2";
}
.p-shizuku_sc .c-sc04_number--03:before {
  content: "3";
}
.p-shizuku_sc .c-sc04_text {
  letter-spacing: 0.9px;
}

@media screen and (max-width: 750px) {
  .p-shizuku_sc {
    padding: 14px 0 70px;
  }
}
@media screen and (max-width: 750px) {
  .p-shizuku_sc .c-title05_eng {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 750px) {
  .p-shizuku_sc .c-btn02 {
    margin-top: 36px;
  }
}
@media screen and (max-width: 750px) {
  .p-shizuku_sc .c-sc04 {
    margin-bottom: 42px;
    padding: 0 33px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1060px) {
  .p-shizuku_sc .c-sc04_txt__end {
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .p-shizuku_sc .c-sc04_txt__end {
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  .p-shizuku_sc .c-sc04_number {
    padding-left: 27px;
    letter-spacing: -0.3px !important;
  }
}
@media screen and (max-width: 750px) {
  .p-shizuku_sc .c-sc04_number:before {
    font-size: 14px;
    padding: 3px 7px 4px 7px;
  }
}
@media screen and (max-width: 750px) {
  .p-shizuku_sc .c-sc04_text {
    letter-spacing: 0.2px;
  }
}
.p-shizuku_wrap {
  padding: 95px 50px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 1060px) {
  .p-shizuku_wrap {
    padding: 59px 20px 0;
  }
}
@media screen and (max-width: 750px) {
  .p-shizuku_wrap {
    padding: 0;
  }
}
.p-shizuku_box {
  margin-bottom: 52px;
}
.p-shizuku_box:nth-child(3) {
  margin-bottom: 49px;
}
.p-shizuku_box:nth-child(3) .c-title06 {
  margin-bottom: 30px;
}
.p-shizuku_box:nth-child(3) .c-sc04_text {
  padding: 0 69px;
  box-sizing: border-box;
  line-height: 1.668;
}

@media screen and (max-width: 750px) {
  .p-shizuku_box:nth-child(1) .c-title06 {
    margin-bottom: 30px;
    letter-spacing: -0.9px;
  }
}
@media screen and (max-width: 750px) {
  .p-shizuku_box:nth-child(3) {
    margin-bottom: 37px;
  }
}
@media screen and (max-width: 1060px) {
  .p-shizuku_box:nth-child(3) .c-sc04_text {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .p-shizuku_box:nth-child(3) .c-sc04_text {
    padding: 0 33px;
    line-height: 1.563;
  }
}
.p-shizuku_box__list {
  margin-bottom: 74px;
}
.p-shizuku_box__list .c-sc04_custom {
  margin-bottom: 54px;
}
.p-shizuku_box__list .c-sc04_custom.second {
  margin-bottom: 64px;
}
.p-shizuku_box__list .c-sc04_txt {
  margin-top: 0 !important;
}

@media screen and (max-width: 750px) {
  .p-shizuku_box__list {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 750px) {
  .p-shizuku_box__list .c-sc04_custom {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 750px) {
  .p-shizuku_box__list .c-sc04_custom.second {
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 750px) {
  .p-shizuku_box__list .c-title06 {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 750px) {
  .p-shizuku .c-list02 .collapsible {
    padding-bottom: 24px;
    margin-bottom: 39px;
  }
}
.p-shizuku .c-list02_list {
  margin-bottom: 60px;
}
.p-shizuku .c-list02_text {
  margin-bottom: 19px;
}
.p-shizuku .c-list02_item:nth-child(3), .p-shizuku .c-list02_item:nth-child(4), .p-shizuku .c-list02_item:nth-child(5) {
  margin-bottom: 25px;
}
.p-shizuku .c-contact {
  padding-bottom: 76px;
}

@media screen and (max-width: 750px) {
  .p-shizuku .c-list02_list {
    padding-bottom: 30px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-shizuku .c-list02_txt:nth-of-type(2) {
    letter-spacing: -0.1px;
  }
}
@media screen and (max-width: 750px) {
  .p-shizuku .c-list02_text {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 750px) {
  .p-shizuku .c-list02_other {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 750px) {
  .p-shizuku .c-list02_item:nth-child(3), .p-shizuku .c-list02_item:nth-child(4), .p-shizuku .c-list02_item:nth-child(5) {
    margin-bottom: 0;
    padding-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .p-shizuku .c-list02_item:nth-child(4) {
    padding-top: 22px;
  }
}
@media screen and (max-width: 750px) {
  .p-shizuku .c-list02_item:nth-child(5) {
    padding-top: 26px;
  }
}
@media screen and (max-width: 750px) {
  .p-shizuku .c-list02_item:nth-child(6) {
    padding-top: 27px;
  }
}
@media screen and (max-width: 750px) {
  .p-shizuku .c-contact {
    padding-bottom: 66px;
  }
  .p-shizuku .c-contact .c-title03 {
    margin-bottom: 23px;
  }
  .p-shizuku .c-contact .c-title03_eng {
    font-size: 24px;
  }
}
/*------------------------------------------------------------
p-trial
------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .p-trial .c-breadcrumb .l-cont {
    padding: 0 13px;
  }
}
@media screen and (max-width: 750px) {
  .p-trial .c-breadcrumb_list {
    padding: 18px 0 18px;
  }
}
@media screen and (max-width: 750px) {
  .p-trial .c-title05 {
    padding-bottom: 13px;
    margin-bottom: 21px;
  }
  .p-trial .c-title05_eng {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 750px) {
  .p-trial .c-title06 {
    letter-spacing: 1.6px;
  }
}
.p-trial_sc {
  padding: 49px 0 85px;
  box-sizing: border-box;
}
.p-trial_sc .c-sc04.c-sc04_main {
  margin-bottom: 36px;
}
.p-trial_sc .c-sc04.c-sc04_main .c-sc04_txt {
  margin-top: 37px;
}

@media screen and (max-width: 750px) {
  .p-trial_sc {
    padding: 14px 0 77px;
    overflow: hidden;
  }
}
@media screen and (max-width: 750px) {
  .p-trial_sc .c-sc04.c-sc04_main {
    margin-bottom: 21vw;
    padding: 0 33px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1060px) {
  .p-trial_sc .c-sc04.c-sc04_main .c-sc04_txt {
    margin-top: 10px;
  }
}
.p-trial_wrap {
  padding: 59px 50px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 1060px) {
  .p-trial_wrap {
    padding: 59px 20px 0;
  }
}
@media screen and (max-width: 750px) {
  .p-trial_wrap {
    padding: 0;
  }
}
.p-trial_box {
  margin-bottom: 70px;
}

@media screen and (max-width: 750px) {
  .p-trial_box {
    margin-bottom: 17vw;
  }
}
/* .p-trial_box:nth-child(1) .c-text02 {
    margin-bottom: 18px; }
  .p-trial_box:nth-child(1) .c-title06 {
    margin-bottom: 29px; }
    @media screen and (max-width: 750px) {
      .p-trial_box:nth-child(1) .c-title06 {
        margin-bottom: 21px; } }
  .p-trial_box:nth-child(2) {
    margin-bottom: 82px; }
    @media screen and (max-width: 750px) {
      .p-trial_box:nth-child(2) {
        margin-bottom: 54px; } }
    .p-trial_box:nth-child(2) .c-title06 {
      margin-bottom: 39px; }
      @media screen and (max-width: 750px) {
        .p-trial_box:nth-child(2) .c-title06 {
          margin-bottom: 26px; } }
  .p-trial_box:nth-child(3) {
    margin-bottom: 75px; }
    @media screen and (max-width: 750px) {
      .p-trial_box:nth-child(3) {
        margin-bottom: 46px; }
        .p-trial_box:nth-child(3) .c-list05 {
          padding: 0 33px;
          margin-top: 0; } }
    .p-trial_box:nth-child(3) .c-title06 {
      margin-bottom: 31px; }
      @media screen and (max-width: 750px) {
        .p-trial_box:nth-child(3) .c-title06 {
          margin-bottom: 25px;
          letter-spacing: -1.3px; } }
  .p-trial_box:nth-child(4) {
    margin-bottom: 69px; }
    @media screen and (max-width: 750px) {
      .p-trial_box:nth-child(4) {
        margin-bottom: 52px; } }
    .p-trial_box:nth-child(4) .c-title06 {
      margin-bottom: 39px; }
      @media screen and (max-width: 750px) {
        .p-trial_box:nth-child(4) .c-title06 {
          margin-bottom: 34px; } }
  .p-trial_box:nth-child(5) {
    margin-bottom: 67px; }
    @media screen and (max-width: 750px) {
      .p-trial_box:nth-child(5) {
        margin-bottom: 54px; } }
    .p-trial_box:nth-child(5) .c-title06 {
      margin-bottom: 30px; }
      @media screen and (max-width: 750px) {
        .p-trial_box:nth-child(5) .c-title06 {
          letter-spacing: -1.2px;
          margin-bottom: 23px; } }
  .p-trial_box:nth-child(6) {
    margin-bottom: 57px; }
    @media screen and (max-width: 750px) {
      .p-trial_box:nth-child(6) {
        margin-bottom: 46px; } }
    .p-trial_box:nth-child(6) .c-title06 {
      margin-bottom: 28px; }
      @media screen and (max-width: 750px) {
        .p-trial_box:nth-child(6) .c-title06 {
          margin-bottom: 24px;
          letter-spacing: -1.8px; } }
    .p-trial_box:nth-child(6) .c-sc04_text {
      padding: 0 76px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      line-height: 1.9;
      letter-spacing: 0.1px; }
      @media screen and (max-width: 1060px) {
        .p-trial_box:nth-child(6) .c-sc04_text {
          padding: 0 20px; } }
      @media screen and (max-width: 750px) {
        .p-trial_box:nth-child(6) .c-sc04_text {
          padding: 0 33px;
          line-height: 1.563; } } */
.p-trial_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 860px;
  margin: 0 auto 50px;
}

.p-trial_img {
  width: 221px;
}

.p-trial_content {
  width: calc(100% - 250px);
}
.p-trial_content .c-text02:last-of-type {
  margin-bottom: 0;
}
.p-trial_content .c-text02_list {
  padding: 0;
  letter-spacing: 0;
  text-align: justify;
}
.p-trial_content .c-text02_note {
  display: block;
  margin-top: 0.5em;
  font-size: 13px;
}
.p-trial_content .c-text02 sup {
  position: relative;
  top: 0.4em;
  font-size: 60%;
  vertical-align: top;
}

@media screen and (max-width: 750px) {
  .p-trial_flex {
    display: block;
    margin: 0 auto 7vw;
  }
  .p-trial_img {
    display: block;
    width: 70vw;
    margin: 0 auto 5vw;
  }
  .p-trial_content {
    width: 100%;
    padding: 0 6.6vw;
  }
}
.page-trial .c-title08.sp-only {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .page-trial .c-title08.sp-only {
    display: flex !important;
  }
  .page-trial .c-title08.pc-only {
    display: none !important;
  }
}
.p-trial .step_list {
  padding: 0 134px;
  box-sizing: border-box;
  display: flex;
}
.p-trial .step_item {
  width: 50%;
}
.p-trial .step_item:nth-child(2) {
  margin-left: 28px;
}
.p-trial .step_des {
  font-size: 18px;
  line-height: 1.667;
  letter-spacing: 1.5px;
}
.p-trial .step_ttl {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.p-trial .step_ttl__box {
  margin-left: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 30px;
  background: url(/assets/img/products/trial/bg_step.svg) no-repeat center;
}
.p-trial .step_ttl__text {
  font-size: 16px;
  letter-spacing: 1.8px;
  line-height: 1;
  box-sizing: border-box;
  position: relative;
  left: -3px;
}
.p-trial .step_ttl__txt {
  margin-left: 15px;
  font-size: 20px;
  line-height: 1;
}
.p-trial .protein_list {
  display: flex;
  margin: 0 -4px 43px;
  padding: 0 98px;
  box-sizing: border-box;
}
.p-trial .protein_item {
  width: 16.66667%;
  padding: 0 4px;
  box-sizing: border-box;
}
.p-trial .protein_txt {
  font-size: 16px;
  line-height: 1.5;
  padding: 17px 10px 17px 10px;
  box-sizing: border-box;
  border: 1px solid #7e6b5a;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.p-trial .protein_add {
  flex-direction: column;
}
.p-trial .protein_add__arrow {
  line-height: 0.8;
}

@media screen and (max-width: 1060px) {
  .p-trial .step_list {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .p-trial .step_list {
    padding: 0 33px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .p-trial .step_item:nth-child(2) {
    margin-left: 0;
    margin-top: 18px;
  }
}
@media screen and (max-width: 750px) {
  .p-trial .step_item {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .p-trial .step_des {
    font-size: 16px;
    letter-spacing: 0.3px;
  }
}
@media screen and (max-width: 750px) {
  .p-trial .step_ttl {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 750px) {
  .p-trial .step_ttl__box {
    width: 92px;
    height: 26px;
  }
}
@media screen and (max-width: 750px) {
  .p-trial .step_ttl__text {
    font-size: 13.5px;
  }
}
@media screen and (max-width: 750px) {
  .p-trial .step_ttl__txt {
    margin-left: 10px;
    font-size: 18px;
    margin-top: -2px;
  }
}
@media screen and (max-width: 1060px) {
  .p-trial .protein_list {
    padding: 0 20px;
    margin-bottom: 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .p-trial .protein_list {
    padding: 0 33px;
  }
}
@media screen and (max-width: 750px) {
  .p-trial .protein_item {
    width: 33.33333%;
    margin-bottom: 21px;
    min-height: 84px;
  }
}
@media screen and (max-width: 750px) {
  .p-trial .protein_txt {
    line-height: 1.25;
    padding: 15px 10px 20px 10px;
  }
}
.p-trial_use__txt {
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .p-trial_use__txt {
    margin-bottom: 14px;
    letter-spacing: 0.3px !important;
  }
}
.p-trial_use__wrap {
  padding: 0 130px 0 197px;
  box-sizing: border-box;
}
.p-trial_use__wrap .c-sc04 {
  margin-bottom: 19px;
}
.p-trial_use__wrap .c-sc04_img {
  width: 130px;
  margin-right: 59px;
}
.p-trial_use__wrap .c-sc04_txt {
  margin-top: -4px;
}

@media screen and (max-width: 1060px) {
  .p-trial_use__wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .p-trial_use__wrap {
    padding: 0 31px;
  }
}
@media screen and (max-width: 750px) {
  .p-trial_use__wrap .c-sc04 {
    margin-bottom: 12px;
  }
  .p-trial_use__wrap .c-sc04_text {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-trial_use__wrap .c-sc04_img {
    width: 31%;
    margin: 0 auto 19px;
  }
}
@media screen and (max-width: 750px) {
  .p-trial_use__wrap .c-sc04_txt {
    margin-top: 0;
  }
}
.p-trial_use .c-sc04.c-sc04_use {
  padding: 0 73px 0 106px;
  box-sizing: border-box;
}
.p-trial_use .c-sc04.c-sc04_use .c-sc04_img {
  width: 240px;
  margin-right: 40px;
}
.p-trial_use .c-sc04.c-sc04_use .c-sc04_txt {
  margin-top: -8px;
}

@media screen and (max-width: 1060px) {
  .p-trial_use .c-sc04.c-sc04_use {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .p-trial_use .c-sc04.c-sc04_use {
    padding: 0 33px;
  }
}
@media screen and (max-width: 750px) {
  .p-trial_use .c-sc04.c-sc04_use .c-sc04_img {
    width: 86%;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 750px) {
  .p-trial_use .c-sc04.c-sc04_use .c-sc04_txt {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-trial_use .c-sc04.c-sc04_use .c-sc04_text {
    letter-spacing: 0.3px;
  }
}
.p-trial .collagen_wrap {
  padding: 0 77px;
  box-sizing: border-box;
}
.p-trial .collagen_wrap:not(:last-child) {
  margin-bottom: 35px;
}
.p-trial .collagen .c-title01 {
  margin-bottom: 17px;
  font-size: 24px;
}
.p-trial .collagen .c-text01 {
  font-size: 18px;
  letter-spacing: 0.8px;
}
.p-trial .c-list02_list {
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
  margin-bottom: 49px;
  transition: 0.5s;
}
.p-trial .c-list02_list.is-active {
  position: relative;
  padding-top: 55px;
  padding-bottom: 130px;
  margin-bottom: 49px;
}
.p-trial .c-list02_list::after {
  display: block;
  content: "";
  position: absolute;
  left: -12px;
  right: 0;
  bottom: 35px;
  margin: auto;
  width: 25px;
  height: 25px;
  border: 1px solid #59493f;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  transition: 0.5s;
}
.p-trial .c-list02_list.is-active::after {
  bottom: 60px;
  transform: rotate(-135deg);
}
.p-trial .c-list02_item:nth-child(3) {
  margin-bottom: 28px;
}
.p-trial .c-list02_item:nth-child(4) {
  margin-bottom: 25px;
}
.p-trial .c-list02_item:nth-child(5) {
  margin-bottom: 33px;
}
.p-trial .c-contact {
  padding-bottom: 76px;
}

@media screen and (max-width: 1060px) {
  .p-trial .collagen_wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .p-trial .collagen_wrap {
    padding: 0 33px;
  }
}
@media screen and (max-width: 750px) {
  .p-trial .collagen_wrap:not(:last-child) {
    margin-bottom: 29px;
  }
}
@media screen and (max-width: 750px) {
  .p-trial .collagen .c-title01 {
    font-size: 22px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 750px) {
  .p-trial .collagen .c-text01 {
    line-height: 1.563;
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .p-trial .c-list02 .collapsible {
    padding-bottom: 11px;
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 750px) {
  .p-trial .c-list02_list {
    display: block;
    padding-top: 6.6vw;
    padding-bottom: 14vw;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-trial .c-list02_list.is-active {
    padding-top: 9vw;
    padding-bottom: 26vw;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-trial .c-list02_list::after {
    left: -1vw;
    bottom: 8vw;
    width: 5.3vw;
    height: 5.3vw;
  }
  .p-trial .c-list02_list.is-active::after {
    bottom: 14vw;
  }
}
@media screen and (max-width: 750px) {
  .p-trial .c-list02_item:nth-child(3) {
    margin-bottom: 0;
    padding-top: 13px;
  }
}
@media screen and (max-width: 750px) {
  .p-trial .c-list02_item:nth-child(4) {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 750px) {
  .p-trial .c-list02_item:nth-child(5) {
    margin-bottom: 0;
    padding-top: 16px;
  }
}
@media screen and (max-width: 750px) {
  .p-trial .c-contact {
    padding-bottom: 57px;
  }
  .p-trial .c-contact .c-title03 {
    margin-bottom: 23px;
  }
  .p-trial .c-contact .c-title03_eng {
    font-size: 24px;
  }
}
.p-acc_trigger {
  width: 216px;
  margin: 0 auto;
  padding: 0.5em;
  line-height: 1;
  font-size: 20px;
  text-align: center;
  border: 1px solid transparent;
  transition: 0.5s;
}
.p-acc_trigger.is-active {
  border: 1px solid #9d896c;
}

.p-acc_contents {
  display: none;
  margin-top: 30px;
}

/*------------------------------------------------------------
スキンケア商品詳細
------------------------------------------------------------*/
@media (max-width: 750px) {
  .p-kamereon .l-cont {
    padding: 0;
  }
}
.p-kamereon a {
  box-sizing: border-box;
}
.p-kamereon_sc {
  padding: 62px 0 82px;
}
@media (max-width: 750px) {
  .p-kamereon_sc {
    padding: 14px 0 74px;
  }
}
.p-kamereon_sc .c-sc04 {
  padding: 0 65px;
}
@media (max-width: 1060px) {
  .p-kamereon_sc .c-sc04 {
    padding: 0 6vw;
  }
}
@media (max-width: 750px) {
  .p-kamereon_sc .c-sc04 {
    padding: 0 8.8vw;
  }
}
.p-kamereon_sc .c-sc04_img {
  width: 300px;
  margin-right: 57px;
}
@media (max-width: 1060px) {
  .p-kamereon_sc .c-sc04_img {
    margin-right: 5vw;
  }
}
@media (max-width: 750px) {
  .p-kamereon_sc .c-sc04_img {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 750px) {
  .p-kamereon_sc .c-sc04_img img {
    width: 100%;
  }
}
.p-kamereon_sc .c-sc04_txt {
  margin-top: 22px;
}
@media (max-width: 750px) {
  .p-kamereon_sc .c-sc04_txt {
    margin-top: 35px;
  }
}
.p-kamereon_sc .c-sc04_text {
  letter-spacing: 0.06em;
}
.p-kamereon_sc .c-sc04_note {
  display: block;
  margin-top: 0.5em;
  font-size: 13px;
}
@media (max-width: 750px) {
  .p-kamereon_sc .c-title05 {
    padding-bottom: 17px;
    margin-bottom: 21px;
  }
}
.p-kamereon_sc .c-title05_eng {
  line-height: 1.2;
  margin-bottom: 0.4em;
}
@media (max-width: 750px) {
  .p-kamereon_sc .c-title05_eng {
    margin-bottom: 0.6em;
    letter-spacing: 0.15em;
  }
}
.p-kamereon_sc .c-title05_jp {
  line-height: 1.3;
}
@media (max-width: 750px) {
  .p-kamereon_sc .c-title05_jp {
    text-align: center;
  }
}
.p-kamereon_sc sup {
  position: relative;
  top: 0.4em;
  font-size: 60%;
  vertical-align: top;
}
.p-kamereon_sc .c-btn02.u-gray {
  margin-top: 2.2em;
  margin-right: 18px;
}
.p-kamereon_sc .c-btn02.u-gray::after {
  right: -14px;
}
.p-kamereon_sc .c-btn01 {
  margin-top: 137px;
}
@media (max-width: 750px) {
  .p-kamereon_sc .c-btn01 {
    margin-top: 57px;
  }
}
@media (max-width: 750px) {
  .p-kamereon_sc .c-btn01.c-btn01_other a {
    letter-spacing: 0.13em;
  }
}
.p-kamereon_wrap {
  margin-top: 60px;
  padding: 0 120px;
}
@media (max-width: 1060px) {
  .p-kamereon_wrap {
    padding: 0 9vw;
  }
}
@media (max-width: 750px) {
  .p-kamereon_wrap {
    margin-top: 40px;
    padding: 0;
  }
}
.p-kamereon_wrap .c-text02 {
  padding: 0 26px;
  letter-spacing: 0.03em;
}
.p-kamereon_wrap .c-text02 .strong {
  color: #834e00;
  font-weight: 700;
}
.p-kamereon_wrap .c-text02:last-of-type {
  margin-bottom: 0;
}
.p-kamereon .c-list02 {
  margin-top: 80px;
}
@media (max-width: 750px) {
  .p-kamereon .c-list02 {
    margin-top: 68px;
  }
}
.p-kamereon .c-list02_list {
  position: relative;
  margin: 80px auto 0;
  padding: 32px 0 51px;
  transition: 0.5s;
}
@media (max-width: 750px) {
  .p-kamereon .c-list02_list {
    display: block;
    padding: 20px 0 52px;
    margin: 65px auto 0;
  }
}
.p-kamereon .c-list02_list.is-active {
  padding: 56px 0 130px;
}
@media (max-width: 750px) {
  .p-kamereon .c-list02_list.is-active {
    padding: 32px 0 92px;
  }
}
.p-kamereon .c-list02_list.is-active::after {
  bottom: 60px;
  transform: rotate(-135deg);
}
@media (max-width: 750px) {
  .p-kamereon .c-list02_list.is-active::after {
    bottom: 40px;
  }
}
.p-kamereon .c-list02_list::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 31px;
  width: 20px;
  height: 20px;
  margin: auto;
  border: 1px solid #59493f;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  transition: 0.5s;
}
.p-kamereon .c-list02_list .p-acc_trigger {
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .p-kamereon .c-list02_list .p-acc_trigger {
    width: 152px;
    font-size: 14px;
  }
}
.p-kamereon .c-list02_list .p-acc_contents {
  padding: 0 108px 0 126px;
}
@media (max-width: 1060px) {
  .p-kamereon .c-list02_list .p-acc_contents {
    padding: 0 10vw 0 11vw;
  }
}
@media (max-width: 750px) {
  .p-kamereon .c-list02_list .p-acc_contents {
    padding: 0;
  }
}
.p-kamereon .c-list02_txt:first-child {
  width: 5em;
}
.p-kamereon .c-list02_txt {
  letter-spacing: 0;
  text-align: justify;
}
.p-kamereon .c-bnr01 a {
  display: block;
  width: 688px;
  height: 245px;
  margin: 70px auto 0;
  padding: 32px 0 0 52px;
  background: url("../img/kamereon/bnr_kamereon.png") no-repeat center;
  text-decoration: none;
  color: #59493f;
}
@media (max-width: 750px) {
  .p-kamereon .c-bnr01 a {
    width: 94vw;
    height: 53.47vw;
    margin: 53px auto 0;
    padding: 6.7vw 0 0 7.2vw;
    background: url("../img/kamereon/bnr_kamereon_sp.png") no-repeat center;
    background-size: 100%;
  }
}
.p-kamereon .c-bnr01_title {
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  .p-kamereon .c-bnr01_title {
    font-size: 5.33vw;
    line-height: 1.4;
  }
}
.p-kamereon .c-bnr01_text {
  margin-top: 0.5em;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .p-kamereon .c-bnr01_text {
    font-size: 3.47vw;
  }
}
.p-kamereon .c-bnr01_link {
  margin-top: 1.3em;
  font-size: 14px;
  letter-spacing: 0.03em;
}
@media (max-width: 750px) {
  .p-kamereon .c-bnr01_link {
    margin-top: 0.6em;
    font-size: 3.2vw;
  }
}

/*------------------------------------------------------------
スキンケアトップ kamereon
------------------------------------------------------------*/
@media (max-width: 750px) {
  .p-products.p-kamereon .c-mv {
    height: 308px;
    background: url(/assets/img/common/mv_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
@media (max-width: 750px) {
  .p-products.p-kamereon .c-mv_body {
    top: 8vw;
  }
}
@media (max-width: 750px) {
  .p-products.p-kamereon .c-mv_ttl {
    position: relative;
    text-align: left;
  }
}
.p-products.p-kamereon .c-mv_eng {
  width: 262px;
  height: 46px;
  margin-left: 35px;
}
@media (max-width: 750px) {
  .p-products.p-kamereon .c-mv_eng {
    position: absolute;
    top: -11vw;
    right: 0;
    width: 39.2vw;
    height: 6.13vw;
    margin-left: 0;
  }
}
@media (max-width: 750px) and (max-width: 320px) {
  .p-products.p-kamereon .c-mv_eng {
    font-size: -13vw;
  }
}
.p-products.p-kamereon .c-mv_des {
  top: 12px;
}
@media (max-width: 320px) {
  .p-products.p-kamereon .c-mv_des {
    font-size: 13px;
  }
}

.kamereon-top {
  padding-bottom: 73px;
}
.kamereon-top .content-ttl {
  display: inline-block;
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.17em;
}
@media (max-width: 750px) {
  .kamereon-top .content-ttl {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 320px) {
  .kamereon-top .content-ttl {
    letter-spacing: 0.1em;
  }
}
.kamereon-top .content-ttl::after {
  content: "";
  display: block;
  width: 265px;
  margin: 0 auto;
  padding-top: 21px;
  border-bottom: 1px solid #59493f;
}
@media (max-width: 750px) {
  .kamereon-top .content-ttl::after {
    width: 169px;
    padding-top: 14px;
  }
}
.kamereon-top .c-btn01.c-btn01_other {
  margin-top: 48px;
}
@media (max-width: 750px) {
  .kamereon-top .c-btn01.c-btn01_other {
    margin: 38px auto 0;
  }
}
@media (max-width: 750px) {
  .kamereon-top .c-btn01.c-btn01_other a {
    letter-spacing: 0.16em;
  }
}
.kamereon-top .c-btn01.c-btn01_other .c-btn01_arrow {
  margin-right: 58px;
  margin-left: 31px;
}
@media (max-width: 750px) {
  .kamereon-top .c-btn01.c-btn01_other .c-btn01_arrow {
    width: 50px;
    margin-right: 33px;
    margin-left: 19px;
  }
}
.kamereon-main {
  overflow: hidden;
  width: 100%;
  height: 776px;
  background: url("../img/kamereon/main_bg.png") no-repeat center bottom;
  background-size: cover;
  color: #000;
  text-align: center;
}
@media (max-width: 750px) {
  .kamereon-main {
    height: auto;
    background: url("../img/kamereon/main_bg_sp.png") no-repeat center bottom;
    background-size: 100%;
  }
}
@media (max-width: 320px) {
  .kamereon-main {
    background: url("../img/kamereon/main_bg_sp.png") no-repeat center bottom 8px;
  }
}
@media (max-width: 1060px) {
  .kamereon-main .c-breadcrumb .l-cont {
    padding: 0 15px;
  }
}
@media (max-width: 1060px) {
  .kamereon-main .l-cont {
    padding: 0 3vw;
  }
}
.kamereon-main_ttl {
  margin-top: 55px;
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media (max-width: 1060px) {
  .kamereon-main_ttl {
    letter-spacing: 0.04em;
  }
}
@media (max-width: 750px) {
  .kamereon-main_ttl {
    margin-top: 17px;
    font-size: 26px;
    line-height: 1.5;
  }
}
.kamereon-main_sub {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
@media (max-width: 750px) {
  .kamereon-main_sub {
    font-size: 16px;
    line-height: 2;
  }
}
.kamereon-main_limited {
  width: 274px;
  margin: 20px auto 0;
  background-color: #4c3728;
  font-size: 20px;
  color: #fff;
  line-height: 44px;
}
@media (max-width: 750px) {
  .kamereon-main_limited {
    width: 12em;
    margin: 6px auto 0;
    font-size: 12px;
    line-height: 2.2;
  }
}
.kamereon-main_img {
  margin-top: 45px;
}
@media (max-width: 750px) {
  .kamereon-main_img {
    width: 72.13vw;
    margin: 32px auto 0;
  }
}
.kamereon-summary {
  color: #000;
  text-align: center;
}
.kamereon-summary_ttl {
  margin-top: 38px;
  font-size: 27px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .kamereon-summary_ttl {
    margin-top: 36px;
    font-size: 18px;
    letter-spacing: 0;
  }
}
@media (max-width: 320px) {
  .kamereon-summary_ttl {
    font-size: 17px;
  }
}
.kamereon-summary_ttl sup {
  position: relative;
  top: 0.4em;
  font-size: 60%;
  vertical-align: top;
}
.kamereon-summary_note {
  margin-top: 13px;
  font-size: 11px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.04em;
}
@media (max-width: 750px) {
  .kamereon-summary_note {
    margin-top: 4px;
    font-size: 11px;
  }
}
@media (max-width: 320px) {
  .kamereon-summary_note {
    font-size: 10px;
  }
}
.kamereon-summary_img {
  margin-top: 19px;
}
@media (max-width: 750px) {
  .kamereon-summary_img {
    margin-top: 19px;
    padding: 0 5px;
  }
}
.kamereon-summary_txt {
  margin-top: 17px;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  line-height: 2.4;
}
@media (max-width: 750px) {
  .kamereon-summary_txt {
    margin-top: 22px;
    padding: 0 25px;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    letter-spacing: -0.03em;
  }
}
.kamereon-summary_video {
  position: relative;
  width: 695px;
  height: 391px;
  margin: 48px auto 0;
}
@media (max-width: 750px) {
  .kamereon-summary_video {
    width: 86vw;
    padding-top: 48.5%;
    height: auto;
    margin: 28px auto 0;
  }
}
.kamereon-summary_video video {
  width: 695px;
  height: 391px;
}
@media (max-width: 750px) {
  .kamereon-summary_video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.kamereon-products {
  margin-top: 54px;
  text-align: center;
}
@media (max-width: 750px) {
  .kamereon-products {
    margin-top: 54px;
    padding: 0 25px;
  }
}
.kamereon-products_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 890px;
  margin: 65px auto 0;
  text-align: left;
}
@media (max-width: 750px) {
  .kamereon-products_list {
    display: block;
    max-width: none;
    margin: 44px auto 0;
  }
}
.kamereon-products_item {
  display: flex;
  width: 48.7%;
}
@media (max-width: 750px) {
  .kamereon-products_item {
    width: 100%;
  }
}
.kamereon-products_item-img {
  width: 196px;
  margin-right: 27px;
}
@media (max-width: 1060px) {
  .kamereon-products_item-img {
    margin-right: 2.5vw;
  }
}
@media (max-width: 750px) {
  .kamereon-products_item-img {
    width: 44%;
    margin-right: 5%;
  }
}
.kamereon-products_item-inner {
  display: flex;
  flex-direction: column;
}
@media (max-width: 750px) {
  .kamereon-products_item-inner {
    width: 51%;
  }
}
.kamereon-products_item-name {
  margin-top: 11px;
  font-size: 21px;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
@media (max-width: 750px) {
  .kamereon-products_item-name {
    margin-top: 0;
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .kamereon-products_item-name {
    font-size: 14px;
  }
}
.kamereon-products_item-type {
  margin-top: 5px;
  color: #9d896c;
  font-weight: 500;
}
@media (max-width: 750px) {
  .kamereon-products_item-type {
    margin-top: 0;
    font-size: 13px;
  }
}
.kamereon-products_item-volume {
  line-height: 1.4;
}
@media (max-width: 750px) {
  .kamereon-products_item-volume {
    font-size: 13px;
    line-height: 1.8;
  }
}
.kamereon-products_item-link {
  margin-top: auto;
}
.kamereon-products_item-link a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 140px;
  height: 38px;
  background-color: #9a7344;
  border-color: #9a7344;
  font-size: 12px;
  font-weight: 500;
  color: #e9e3db;
  letter-spacing: 0;
  text-decoration: none;
}
@media (max-width: 750px) {
  .kamereon-products_item-link a {
    width: 100%;
    height: 46px;
    font-size: 12px;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 320px) {
  .kamereon-products_item-link a {
    height: 42px;
  }
}
.kamereon-products_item-link .link-arrow {
  position: relative;
  top: 1px;
  width: 18px;
  height: 1px;
  background-color: #e9e3db;
  margin-right: 11px;
  margin-left: 7px;
}
@media (max-width: 750px) {
  .kamereon-products_item-link .link-arrow {
    width: 27px;
    margin-right: 15px;
    margin-left: 9px;
  }
}
@media (max-width: 320px) {
  .kamereon-products_item-link .link-arrow {
    width: 17px;
    margin-right: 11px;
    margin-left: 8px;
  }
}
.kamereon-products_item-link .link-arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: 3px;
  width: 8px;
  height: 1px;
  background-color: #e9e3db;
  transform: rotate(40deg);
}
@media (max-width: 750px) {
  .kamereon-products_item-link .link-arrow::after {
    width: 8px;
  }
}
.kamereon-products_item:nth-child(n+3) {
  margin-top: 67px;
}
@media (max-width: 750px) {
  .kamereon-products_item:nth-child(n+3) {
    margin-top: 48px;
  }
}
@media (max-width: 750px) {
  .kamereon-products_item:nth-child(2) {
    margin-top: 48px;
  }
}
.kamereon-about {
  margin-top: 114px;
  text-align: center;
}
@media (max-width: 750px) {
  .kamereon-about {
    margin-top: 36px;
  }
}
.kamereon-about_list {
  margin: 73px auto 0;
  width: 100%;
  max-width: 784px;
}
@media (max-width: 750px) {
  .kamereon-about_list {
    margin: 51px auto 0;
    max-width: none;
  }
}
.kamereon-about .about-item {
  position: relative;
}
.kamereon-about .about-item_ttl {
  position: relative;
  background-image: -ms-linear-gradient(0deg, rgba(159, 119, 59, 0) 0%, rgba(159, 119, 59, 0.8) 15%, rgba(159, 119, 59, 0.8) 85%, rgba(159, 119, 59, 0) 100%);
  opacity: 1;
  letter-spacing: 0.02em;
}
@media (max-width: 1060px) {
  .kamereon-about .about-item_ttl {
    padding-left: 7%;
    font-size: 24px;
    letter-spacing: 0;
  }
}
@media (max-width: 750px) {
  .kamereon-about .about-item_ttl {
    padding: 9px 0 10px 72px;
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
  }
}
@media (max-width: 320px) {
  .kamereon-about .about-item_ttl {
    font-size: 19px;
  }
}
.kamereon-about .about-item_feature {
  position: absolute;
  left: -79px;
  width: 225px;
}
@media (max-width: 1060px) {
  .kamereon-about .about-item_feature {
    display: block;
    left: -18px;
    width: 24%;
  }
}
@media (max-width: 750px) {
  .kamereon-about .about-item_feature {
    left: 13px;
    width: 126px;
  }
}
.kamereon-about .about-item_inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 68px;
}
@media (max-width: 1060px) {
  .kamereon-about .about-item_inner {
    padding: 0 3vw;
  }
}
@media (max-width: 750px) {
  .kamereon-about .about-item_inner {
    display: block;
    margin-top: 45px;
    padding: 0 30px;
  }
}
.kamereon-about .about-item_list {
  width: 57%;
  margin-top: 22px;
  text-align: left;
}
@media (max-width: 750px) {
  .kamereon-about .about-item_list {
    width: 100%;
    margin-top: 24px;
  }
}
@media (max-width: 750px) {
  .kamereon-about .about-item_item .about-item_img {
    margin-bottom: 22px;
  }
}
.kamereon-about .about-item_img {
  width: 272px;
}
@media (max-width: 750px) {
  .kamereon-about .about-item_img {
    width: 100%;
    padding: 0 21px;
    margin: 0 auto;
    text-align: center;
  }
}
.kamereon-about .about-item_img img + img {
  margin-top: 33px;
}
@media (max-width: 750px) {
  .kamereon-about .about-item_img img + img {
    margin-top: 0;
  }
}
.kamereon-about .about-item .about-item_item + .about-item_item {
  margin-top: 40px;
}
@media (max-width: 750px) {
  .kamereon-about .about-item .about-item_item + .about-item_item {
    margin-top: 32px;
  }
}
.kamereon-about .about-item_name {
  padding-left: 16px;
  border-left: 4px solid #d0b089;
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 750px) {
  .kamereon-about .about-item_name {
    padding-left: 14px;
    border-left: 4px solid #d0b089;
    font-size: 20px;
  }
}
.kamereon-about .about-item_txt {
  margin-top: 13px;
  font-size: 18px;
  line-height: 1.7;
  text-align: justify;
}
@media (max-width: 750px) {
  .kamereon-about .about-item_txt {
    margin-top: 12px;
    font-size: 16px;
  }
}
.kamereon-about .about-item:nth-of-type(1) {
  margin-bottom: 125px;
}
@media (max-width: 750px) {
  .kamereon-about .about-item:nth-of-type(1) {
    margin-bottom: 68px;
  }
}
.kamereon-about .about-item:nth-of-type(2) {
  margin-bottom: 102px;
}
@media (max-width: 750px) {
  .kamereon-about .about-item:nth-of-type(2) {
    margin-bottom: 55px;
  }
}
@media (max-width: 750px) {
  .kamereon-about .about-item:nth-of-type(2) .about-item_ttl {
    padding-left: 56px;
  }
}
.kamereon-about .about-item:nth-of-type(3) {
  margin-bottom: 104px;
}
@media (max-width: 750px) {
  .kamereon-about .about-item:nth-of-type(3) {
    margin-bottom: 54px;
  }
}
@media (max-width: 750px) {
  .kamereon-about .about-item:nth-of-type(3) .about-item_ttl {
    padding-left: 92px;
  }
}
.kamereon-about .about-item:nth-of-type(4) {
  margin-bottom: 0;
}
.kamereon-about .about-item:nth-of-type(4) .about-item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 53px;
}
@media (max-width: 750px) {
  .kamereon-about .about-item:nth-of-type(4) .about-item_list {
    margin-top: 44px;
    padding: 0 30px;
  }
}
.kamereon-about .about-item:nth-of-type(4) .about-item_item {
  width: 46%;
}
@media (max-width: 1060px) {
  .kamereon-about .about-item:nth-of-type(4) .about-item_item {
    width: 48%;
  }
}
@media (max-width: 750px) {
  .kamereon-about .about-item:nth-of-type(4) .about-item_item {
    width: 100%;
  }
}
.kamereon-about .about-item:nth-of-type(4) .about-item_item:nth-child(n+3) {
  margin-top: 52px;
}
@media (max-width: 750px) {
  .kamereon-about .about-item:nth-of-type(4) .about-item_item:nth-child(n+3) {
    margin-top: 33px;
  }
}
.kamereon-about .about-item:nth-of-type(4) .about-item_item:nth-of-type(2) {
  margin-top: 0;
}
@media (max-width: 750px) {
  .kamereon-about .about-item:nth-of-type(4) .about-item_item:nth-of-type(2) {
    margin-top: 33px;
  }
}
.kamereon-about .about-item:nth-of-type(4) .about-item_img {
  width: 100%;
}
.kamereon-about .about-item:nth-of-type(4) .about-item_name {
  margin-top: 35px;
}
@media (max-width: 750px) {
  .kamereon-about .about-item:nth-of-type(4) .about-item_name {
    margin-top: 24px;
  }
}
.kamereon-about_note {
  width: 100%;
  max-width: 784px;
  margin: 22px auto 0;
  font-size: 14px;
  text-align: right;
}
@media (max-width: 750px) {
  .kamereon-about_note {
    max-width: none;
    margin: 14px auto 0;
    padding-right: 30px;
    font-size: 12px;
  }
}

/*------------------------------------------------------------
ご購入・特典について support
------------------------------------------------------------*/
@media (max-width: 750px) {
  .page-id-479 .l-cont, .page-id-503 .l-cont {
    padding: 0;
  }
}
@media (max-width: 750px) {
  .page-id-479 .c-contact .l-cont, .page-id-503 .c-contact .l-cont {
    padding: 0 15px;
  }
}
.page-id-479 .content-ttl, .page-id-503 .content-ttl {
  font-size: 38px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  letter-spacing: 0.04em;
}
@media (max-width: 750px) {
  .page-id-479 .content-ttl, .page-id-503 .content-ttl {
    margin-top: 46px;
    font-size: 29px;
    text-align: center;
  }
}

.support-main {
  width: 100%;
  height: 475px;
  background: url("../img/kamereon/support/main_bg.png") no-repeat center bottom;
  background-size: cover;
}
@media (max-width: 750px) {
  .support-main {
    height: auto;
    background: url("../img/kamereon/support/main_bg_sp.png") no-repeat center bottom;
    background-size: 100%;
    padding-bottom: 46px;
    text-align: center;
  }
}
@media (max-width: 320px) {
  .support-main {
    background: url("../img/kamereon/support/main_bg_sp.png") no-repeat center bottom 8px;
  }
}
@media (max-width: 1060px) {
  .support-main .l-cont {
    padding: 0 15px;
  }
}
@media (max-width: 750px) {
  .support-main .l-cont {
    padding: 0 15px;
  }
}
.support-main .c-breadcrumb_item {
  line-height: 1.5;
}
.support-main_inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 43px;
}
@media (max-width: 750px) {
  .support-main_inner {
    display: block;
    margin-top: 5vw;
  }
}
.support-main_detail {
  width: 57%;
}
@media (max-width: 1060px) {
  .support-main_detail {
    width: 60%;
  }
}
@media (max-width: 750px) {
  .support-main_detail {
    width: 100%;
  }
}
.support-main_limited {
  width: 274px;
  background-color: #4c3728;
  font-size: 18px;
  color: #fff;
  line-height: 42px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 750px) {
  .support-main_limited {
    width: 13em;
    margin: 0 auto 0;
    font-size: 12px;
    line-height: 2.2;
  }
}
.support-main_ttl {
  margin-top: 14px;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media (max-width: 1060px) {
  .support-main_ttl {
    font-size: 36px;
    letter-spacing: 0;
  }
}
@media (max-width: 750px) {
  .support-main_ttl {
    margin-top: 12px;
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}
.support-main_txt {
  margin-top: 18px;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media (max-width: 1060px) {
  .support-main_txt {
    font-size: 18px;
    letter-spacing: 0;
  }
}
@media (max-width: 750px) {
  .support-main_txt {
    margin-top: 12px;
    padding: 0 32px;
    font-size: 15px;
    text-align: justify;
  }
}
@media (max-width: 1060px) {
  .support-main_txt br {
    display: none !important;
  }
}
.support-main_img {
  width: 456px;
  margin-top: 70px;
}
@media (max-width: 1060px) {
  .support-main_img {
    margin-top: 70px;
    width: 38%;
  }
}
@media (max-width: 750px) {
  .support-main_img {
    margin: 0 auto;
    width: 81.47vw;
  }
}
.support-content {
  width: 100%;
  max-width: 906px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.support-content_ttl {
  margin-top: 64px;
}
@media (max-width: 750px) {
  .support-content_ttl {
    margin-top: 46px;
  }
}
.support-content_lead {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.7;
}
@media (max-width: 750px) {
  .support-content_lead {
    margin-top: 5px;
    font-size: 15px;
  }
}
@media (max-width: 320px) {
  .support-content_lead {
    font-size: 13px;
  }
}
.support-content_lead a {
  display: inline-block;
  border-bottom: 1px solid #4c3728;
  color: #59493f;
  text-decoration: none;
}
.support-content_list {
  margin-top: 47px;
  text-align: left;
}
@media (max-width: 750px) {
  .support-content_list {
    margin-top: 28px;
  }
}
.support-content_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 48px 60px 48px 20px;
  background-color: #fcf9ee;
  box-shadow: 2px 4px 3px 1px rgba(185, 179, 159, 0.6);
}
@media (max-width: 750px) {
  .support-content_item {
    display: block;
    padding: 45px 25px 53px 25px;
  }
}
.support-content_item-inner {
  width: 84%;
  border-left: 2px solid #9d896c;
  padding-left: 47px;
}
@media (max-width: 750px) {
  .support-content_item-inner {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
}
.support-content_item-num {
  width: 16%;
  text-align: center;
}
@media (max-width: 750px) {
  .support-content_item-num {
    width: 68px;
    margin: 0 auto;
    padding-bottom: 25px;
    border-bottom: 1px solid #9d896c;
  }
}
.support-content_item-ttl {
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 750px) {
  .support-content_item-ttl {
    margin-top: 27px;
    font-size: 21px;
    text-align: center;
  }
}
.support-content_item-txt {
  margin-top: 12px;
  font-size: 20px;
  line-height: 1.7;
}
@media (max-width: 750px) {
  .support-content_item-txt {
    margin-top: 14px;
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .support-content_item-txt {
    font-size: 15px;
  }
}
@media (max-width: 750px) {
  .support-content_item:nth-of-type(1) .support-content_item-num img {
    width: 12px;
  }
}
@media (max-width: 750px) {
  .support-content_item:nth-of-type(2) .support-content_item-num img {
    width: 19px;
  }
}
@media (max-width: 750px) {
  .support-content_item:nth-of-type(3) .support-content_item-num img {
    width: 19px;
  }
}
.support-content_item + .support-content_item {
  margin-top: 19px;
}
@media (max-width: 750px) {
  .support-content_item + .support-content_item {
    margin-top: 23px;
  }
}
.support-service {
  margin-top: 43px;
}
@media (max-width: 750px) {
  .support-service {
    margin-top: 36px;
  }
}
.support-service_ttl {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 750px) {
  .support-service_ttl {
    font-size: 20px;
  }
}
.support-service_list {
  margin-top: 13px;
  padding: 0 58px;
  text-align: justify;
}
@media (max-width: 1060px) {
  .support-service_list {
    padding: 0 4vw;
  }
}
@media (max-width: 750px) {
  .support-service_list {
    margin-top: 7px;
    padding: 0 13px;
  }
}
.support-service_item {
  margin-top: 7px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 1.6;
}
@media (max-width: 750px) {
  .support-service_item {
    font-size: 16px;
    letter-spacing: -0.03em;
  }
}
.support-intro {
  width: 100%;
  max-width: 660px;
  margin: 80px auto 0;
  text-align: center;
}
@media (max-width: 750px) {
  .support-intro {
    padding: 0 33px;
  }
}
.support-intro_list {
  margin-top: 48px;
  text-align: left;
}
@media (max-width: 750px) {
  .support-intro_list {
    margin-top: 0;
  }
}
.support-intro_item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .support-intro_item {
    display: block;
  }
}
.support-intro_item-main {
  display: flex;
  flex-direction: column-reverse;
  width: 171px;
}
@media (max-width: 750px) {
  .support-intro_item-main {
    display: block;
    width: 100%;
    margin-top: 21px;
  }
}
.support-intro_item-name {
  margin-bottom: 16px;
  padding-left: 13px;
  border-left: 4px solid #cea675;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media (max-width: 750px) {
  .support-intro_item-name {
    margin-bottom: 0;
    font-size: 21px;
    border-left: none;
    padding-left: 0;
    text-align: center;
  }
}
@media (max-width: 750px) {
  .support-intro_item-photo {
    width: 155px;
    margin: 0 auto 13px;
  }
}
.support-intro_item-detail {
  width: 440px;
}
@media (max-width: 750px) {
  .support-intro_item-detail {
    width: 100%;
  }
}
.support-intro_item-txt {
  margin: 10px auto -0.2em;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: justify;
}
@media (max-width: 750px) {
  .support-intro_item-txt {
    margin: 0;
    font-size: 14px;
  }
}
.support-intro_item + .support-intro_item {
  margin-top: 78px;
}
@media (max-width: 750px) {
  .support-intro_item + .support-intro_item {
    margin-top: 42px;
  }
}
.support-flow {
  width: 100%;
  max-width: 900px;
  margin: 116px auto 0;
  text-align: center;
}
@media (max-width: 750px) {
  .support-flow {
    margin: 73px auto 0;
  }
}
.support-flow_ttl {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
}
@media (max-width: 750px) {
  .support-flow_ttl {
    font-size: 26px;
  }
}
@media (max-width: 320px) {
  .support-flow_ttl {
    font-size: 24px;
  }
}
.support-flow_list {
  margin-top: 30px;
}
@media (max-width: 750px) {
  .support-flow_list {
    margin-top: 20px;
    padding: 0 33px;
  }
}
@media (max-width: 320px) {
  .support-flow_list {
    padding: 0 15px;
  }
}
.support-flow_list:first-of-type .support-flow_item:last-of-type {
  font-size: 18px;
}
@media (max-width: 750px) {
  .support-flow_list:first-of-type .support-flow_item:last-of-type {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .support-flow_list:first-of-type .support-flow_item:last-of-type {
    font-size: 13px;
  }
}
.support-flow_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 61px;
  margin-bottom: 41px;
  border: 1px solid #9d896c;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
@media (max-width: 750px) {
  .support-flow_item {
    height: 55px;
    margin-bottom: 20px;
    border: 1px solid #9d896c;
    font-size: 15px;
  }
}
.support-flow_item:first-of-type {
  background-color: #9d896c;
  color: #eddfcc;
}
.support-flow_item::after {
  content: "";
  position: absolute;
  bottom: -42px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 1px;
  height: 41px;
  margin: auto;
  background: #9d896c;
}
@media (max-width: 750px) {
  .support-flow_item::after {
    bottom: -21px;
    height: 20px;
  }
}
.support-flow_item.item-small {
  font-size: 18px;
}
@media (max-width: 750px) {
  .support-flow_item.item-small {
    font-size: 14px;
  }
}
.support-tab {
  position: relative;
  padding-top: 41px;
}
@media (max-width: 750px) {
  .support-tab {
    padding: 20px 33px 0;
  }
}
@media (max-width: 320px) {
  .support-tab {
    padding: 20px 15px 0;
  }
}
.support-tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 51%;
  height: 41px;
  margin: auto;
  border-top: 1px solid #9d896c;
  border-right: 1px solid #9d896c;
  border-left: 1px solid #9d896c;
}
@media (max-width: 750px) {
  .support-tab::before {
    width: 42%;
  }
}
@media (max-width: 320px) {
  .support-tab::before {
    width: 45%;
  }
}
.support-tab_btn {
  display: flex;
  justify-content: space-between;
}
.support-tab_btn-item {
  position: relative;
  width: 49%;
  height: 61px;
  margin-bottom: 41px;
  background-color: #9d896c;
  font-size: 20px;
  font-weight: 500;
  color: #eddfcc;
  line-height: 61px;
  text-align: center;
  pointer-events: none;
}
@media (max-width: 750px) {
  .support-tab_btn-item {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    height: 55px;
    margin-bottom: 20px;
    border: 1px solid #9d896c;
    font-size: 15px;
    line-height: 1.3;
    position: relative;
  }
}
.support-tab_btn-item::after {
  content: "";
  position: absolute;
  bottom: -41px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 1px;
  height: 41px;
  margin: auto;
  background: #9d896c;
}
@media (max-width: 750px) {
  .support-tab_btn-item::after {
    content: none;
  }
}
@media (max-width: 750px) {
  .support-tab_btn-item.is-active::after {
    content: "";
    bottom: -21px;
    height: 20px;
  }
}
.support-tab_content {
  display: flex;
  justify-content: space-between;
}
.support-tab_content-list {
  width: 49%;
}
@media (max-width: 750px) {
  .support-tab_content-list {
    width: 100%;
    display: none;
  }
}
@media (max-width: 750px) {
  .support-tab_content-list:last-of-type {
    padding-bottom: 40px;
  }
}
.support-tab_content-list:last-of-type .support-tab_content-item:last-of-type::after {
  content: none;
}
.support-tab_content-list.is-show {
  display: block;
}
.support-tab_content-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 61px;
  margin-bottom: 41px;
  border: 1px solid #9d896c;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 750px) {
  .support-tab_content-item {
    height: 55px;
    margin-bottom: 20px;
    border: 1px solid #9d896c;
    font-size: 15px;
  }
}
.support-tab_content-item.item-small {
  font-size: 18px;
}
@media (max-width: 750px) {
  .support-tab_content-item.item-small {
    font-size: 14px;
  }
}
.support-tab_content-item::after {
  content: "";
  position: absolute;
  bottom: -42px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 1px;
  height: 41px;
  background: #9d896c;
  margin: auto;
}
@media (max-width: 750px) {
  .support-tab_content-item::after {
    bottom: -21px;
    height: 20px;
  }
}
.support-tab_content .item-note {
  position: absolute;
  bottom: -28px;
  left: 0;
  font-size: 14px;
  text-align: left;
}
@media (max-width: 750px) {
  .support-tab_content .item-note {
    bottom: -28px;
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .support-tab_content .item-note {
    font-size: 12px;
    letter-spacing: -0.02em;
  }
}
.support-session {
  padding: 27px 39px 42px;
  border: 1px solid #9d896c;
  text-align: center;
}
@media (max-width: 1060px) {
  .support-session {
    padding: 27px 25px 42px;
  }
}
@media (max-width: 750px) {
  .support-session {
    margin: 0 33px;
    padding: 17px 18px 37px;
  }
}
@media (max-width: 320px) {
  .support-session {
    margin: 0 15px;
  }
}
.support-session_ttl {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
}
@media (max-width: 750px) {
  .support-session_ttl {
    font-size: 17px;
  }
}
.support-session_lead {
  font-size: 17px;
}
@media (max-width: 750px) {
  .support-session_lead {
    font-size: 14px;
    line-height: 1.5;
  }
}
.support-session_detail {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
@media (max-width: 750px) {
  .support-session_detail {
    display: block;
  }
}
.support-session_detail-ttl {
  background-color: #eedebe;
}
@media (max-width: 750px) {
  .support-session_detail-ttl {
    font-size: 14px;
  }
}
.support-session_detail-list {
  padding-left: 30px;
  text-align: left;
}
@media (max-width: 1060px) {
  .support-session_detail-list {
    padding-left: 0;
  }
}
@media (max-width: 750px) {
  .support-session_detail-list {
    padding-left: 0;
  }
}
.support-session_detail-item {
  margin-top: 9px;
  font-size: 18px;
}
@media (max-width: 1060px) {
  .support-session_detail-item {
    font-size: 17px;
  }
}
@media (max-width: 750px) {
  .support-session_detail-item {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .support-session_detail-item {
    font-size: 13px;
  }
}
.support-session_detail-item span {
  display: inline-block;
  font-size: 20px;
  width: 35px;
  height: 35px;
  margin-right: 12px;
  border: 1px solid #9d896c;
  line-height: 32px;
  text-align: center;
}
@media (max-width: 750px) {
  .support-session_detail-item span {
    width: 25px;
    height: 25px;
    margin-right: 7px;
    font-size: 14px;
    line-height: 22px;
  }
}
.support-session_inner {
  width: 49%;
}
@media (max-width: 750px) {
  .support-session_inner {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .support-session_inner + .support-session_inner {
    margin-top: 16px;
  }
}
.support-products {
  width: 100%;
  max-width: 900px;
  margin: 140px auto 0;
}
@media (max-width: 750px) {
  .support-products {
    display: block;
    margin: 70px auto 54px;
  }
}
.support-products_inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .support-products_inner {
    display: block;
  }
}
.support-products_img {
  width: 46%;
}
@media (max-width: 1060px) {
  .support-products_img {
    width: 43%;
  }
}
@media (max-width: 750px) {
  .support-products_img {
    width: 100%;
    padding: 0 33px;
    text-align: center;
  }
}
.support-products_detail {
  width: 49%;
  text-align: justify;
}
@media (max-width: 1060px) {
  .support-products_detail {
    width: 53%;
  }
}
@media (max-width: 750px) {
  .support-products_detail {
    width: 100%;
    padding: 0 33px;
    text-align: center;
  }
}
.support-products_limited {
  width: 274px;
  background-color: #4c3728;
  font-size: 18px;
  color: #fff;
  line-height: 42px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 750px) {
  .support-products_limited {
    width: 13em;
    margin: 32px auto 0;
    font-size: 13px;
    line-height: 2.2;
  }
}
.support-products_ttl {
  margin-top: 12px;
  font-size: 32px;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  .support-products_ttl {
    margin-top: 10px;
    font-size: 24px;
  }
}
.support-products_txt {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 1060px) {
  .support-products_txt {
    font-size: 17px;
  }
}
@media (max-width: 750px) {
  .support-products_txt {
    margin-top: 11px;
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
  }
}
.support-products_note {
  margin-top: 25px;
  font-size: 18px;
}
@media (max-width: 1060px) {
  .support-products_note {
    margin-top: 15px;
    font-size: 17px;
  }
}
@media (max-width: 750px) {
  .support-products_note {
    margin-top: 15px;
    font-size: 16px;
    text-align: justify;
  }
}
.support-products .c-btn01 {
  margin-top: 42px;
}
@media (max-width: 750px) {
  .support-products .c-btn01 {
    margin: 34px auto 0;
  }
}
@media (max-width: 320px) {
  .support-products .c-btn01 {
    padding: 0 12px;
  }
}
.support-products .c-btn01 a {
  width: 454px;
  height: 68px;
}
@media (max-width: 750px) {
  .support-products .c-btn01 a {
    width: 100%;
    height: 62px;
    letter-spacing: 0.16em;
  }
}
.support-products .c-btn01_arrow {
  width: 69px;
  margin-right: 58px;
  margin-left: 31px;
}
@media (max-width: 750px) {
  .support-products .c-btn01_arrow {
    width: 50px;
    margin-right: 33px;
    margin-left: 19px;
  }
}
.support-form {
  width: 100%;
  max-width: 900px;
  background-color: #f7efd9;
  margin: 140px auto 0;
  padding: 65px 0 60px;
  text-align: center;
}
@media (max-width: 750px) {
  .support-form {
    margin: 0 auto;
    padding: 43px 12px 40px;
  }
}
.support-form_ttl {
  font-size: 34px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  .support-form_ttl {
    font-size: 27px;
  }
}
.support-form_lead {
  margin-top: 14px;
  font-size: 17px;
  line-height: 1.7;
}
@media (max-width: 750px) {
  .support-form_lead {
    margin-top: 9px;
    font-size: 16px;
    line-height: 1.6;
  }
}
.support-form_main {
  margin-top: 22px;
}
@media (max-width: 750px) {
  .support-form_main {
    margin-top: 18px;
  }
}
.support-form_main #formkey_field {
  max-width: none;
  padding: 0;
  background: none;
}
.support-form_main form table td.support-form_table-detail {
  padding: 11px 15px;
}
@media (max-width: 750px) {
  .support-form_main form table td.support-form_table-detail {
    padding: 0;
  }
}
@media (max-width: 750px) {
  .support-form_main form table th {
    font-size: 14px;
  }
}
.support-form_main form td {
  text-align: left;
}
.support-form_main form input[type=checkbox] {
  display: none;
}
.support-form_main form sup {
  right: -2px;
}
.support-form_main form .mwform-checkbox-field label {
  font-family: "Noto Serif JP", serif;
}
.support-form_main form .mwform-checkbox-field-text {
  display: block;
  position: relative;
  margin-right: 20px;
  padding-left: 34px;
  line-height: 1.4;
}
@media (max-width: 750px) {
  .support-form_main form .mwform-checkbox-field-text {
    margin-right: 10px;
    font-size: 15px;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 320px) {
  .support-form_main form .mwform-checkbox-field-text {
    margin-right: 5px;
    padding-top: 0.4em;
    font-size: 14px;
  }
}
.support-form_main form .vertical-item {
  margin-bottom: 20px;
}
.support-form_main form .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  background-color: #fff;
  border-top: 2px solid #d6cdba;
  border-left: 2px solid #d6cdba;
}
.support-form_main form input:checked + .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 8px;
  width: 9px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 3px solid #59493f;
  border-right: 3px solid #59493f;
}
.support-form_main form input[type=text], .support-form_main form input[type=email], .support-form_main form select, .support-form_main form textarea {
  padding: 12px;
  border: none;
  border-radius: 0;
  border-top: 2px solid #d6cdba;
  border-left: 2px solid #d6cdba;
  font-size: 18px;
}
@media (max-width: 750px) {
  .support-form_main form input[type=text], .support-form_main form input[type=email], .support-form_main form select, .support-form_main form textarea {
    padding: 14px 12px;
    border-top: 1x solid #d6cdba;
    border-left: 1px solid #d6cdba;
    font-size: 16px;
  }
}
.support-form_main form input::-moz-placeholder {
  color: #aeaeae;
}
.support-form_main form input::placeholder {
  color: #aeaeae;
}
.support-form_main form input:-ms-input-placeholder {
  color: #aeaeae;
}
.support-form_main form input::-ms-input-placeholder {
  color: #aeaeae;
}
.support-form_main form input[type=submit] {
  color: #59493f;
  letter-spacing: 0.1em;
}
.support-form_table-ttl {
  font-size: 18px;
}
.support-form_table td.support-form_table-detail {
  font-size: 18px;
}
.support-form_table-inner {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.support-form_table-inner:last-of-type {
  margin-bottom: 0;
}
.support-form_table .support-form-date th, .support-form_table .support-form-date td.support-form_table-detail {
  padding-top: 25px;
}
.support-form_table .support-form-session th, .support-form_table .support-form-session td.support-form_table-detail {
  padding-top: 26px;
}
@media (max-width: 750px) {
  .support-form_table .support-form-session th, .support-form_table .support-form-session td.support-form_table-detail {
    padding-top: 12px;
  }
}
.support-form_table .support-form-session span.strong {
  display: block;
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 750px) {
  .support-form_table .support-form-session span.strong {
    padding-left: 15px;
    font-size: 12px;
  }
}
.support-form_table .support-form-members th, .support-form_table .support-form-members td.support-form_table-detail {
  padding-top: 22px;
}
@media (max-width: 750px) {
  .support-form_table .support-form-members th, .support-form_table .support-form-members td.support-form_table-detail {
    padding-top: 18px;
  }
}
@media (max-width: 750px) {
  .support-form_table .support-form-members td.support-form_table-detail {
    padding-top: 0;
  }
}
.support-form_table .support-form-way th, .support-form_table .support-form-way td.support-form_table-detail {
  padding-top: 22px;
}
@media (max-width: 750px) {
  .support-form_table .support-form-way th, .support-form_table .support-form-way td.support-form_table-detail {
    padding-top: 10px;
  }
}
@media (max-width: 750px) {
  .support-form_table .support-form-way td.support-form_table-detail {
    padding-top: 0;
  }
}
.support-form_table .support-form-content th, .support-form_table .support-form-content td.support-form_table-detail {
  padding-top: 22px;
}
@media (max-width: 750px) {
  .support-form_table .support-form-content th, .support-form_table .support-form-content td.support-form_table-detail {
    padding-top: 18px;
  }
}
@media (max-width: 750px) {
  .support-form_table .support-form-content td.support-form_table-detail {
    padding-top: 0;
  }
}
.support-form_table .support-form-session th {
  vertical-align: top;
}
.support-form_table .support-form-date label {
  width: 5em;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 750px) {
  .support-form_table .support-form-date label {
    font-size: 14px;
  }
}
.support-form_table .support-form-date th {
  vertical-align: top;
}
@media (max-width: 750px) {
  .support-form_table .support-form-date td.support-form_table-detail {
    padding-top: 0;
  }
}
.support-form_table .support-form-date td.support-form_table-detail input {
  width: calc(100% - 6em);
}
.support-form_table .support-form-content th {
  vertical-align: top;
}
.support-form_note {
  text-align: left;
  padding-left: 180px;
  font-size: 12px;
  color: #f00;
}
@media (max-width: 750px) {
  .support-form_note {
    padding-left: 0;
    font-size: 14px;
  }
}
.support-info {
  width: 100%;
  max-width: 540px;
  margin: 50px auto 0;
}
@media (max-width: 750px) {
  .support-info {
    max-width: none;
    margin: 45px auto 0;
  }
}
.support-info_ttl {
  font-size: 20px;
}
@media (max-width: 750px) {
  .support-info_ttl {
    font-size: 18px;
  }
}
.support-info_tel span {
  margin-right: 10px;
  font-size: 25px;
  vertical-align: middle;
}
@media (max-width: 750px) {
  .support-info_tel span {
    font-size: 22px;
  }
}
.support-info_tel img {
  width: 293px;
}
@media (max-width: 750px) {
  .support-info_tel img {
    width: 265px;
  }
}
@media (max-width: 320px) {
  .support-info_tel img {
    width: 227px;
  }
}
.support-info_list {
  margin-top: 24px;
  text-align: left;
}
@media (max-width: 750px) {
  .support-info_list {
    margin-top: 29px;
  }
}
.support-info_item {
  font-size: 15px;
  line-height: 1.7;
}
@media (max-width: 750px) {
  .support-info_item + .support-info_item {
    margin-top: 5px;
  }
}
.support-note {
  width: 100%;
  max-width: 900px;
  margin: 57px auto 86px;
}
@media (max-width: 750px) {
  .support-note {
    margin: 33px auto 67px;
    padding: 0 15px 0 12px;
  }
}
.support-note_item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
}
@media (max-width: 750px) {
  .support-note_item {
    margin-top: 5px;
    line-height: 1.8;
  }
}

/*------------------------------------------------------------
p-top
------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .p-top .l-cont {
    padding: 0 33px;
  }
}
.p-top .c-title03_eng {
  letter-spacing: 5px;
}

.p-top_mv {
  width: 100%;
  height: 533px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 750px) {
  .p-top_mv {
    height: 376px;
  }
}
.p-top_mv__content {
  position: relative;
  width: 100%;
  margin: 34px auto 0;
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .p-top_mv__content {
    padding: 0 70px;
    margin: 58px auto 0;
    box-sizing: border-box;
  }
}
.p-top_mv__ttl {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 7px;
  text-shadow: #87662e 1px 1px 10px, #87662e -1px 1px 10px, #87662e 1px -1px 10px, #87662e -1px -1px 10px;
}

@media screen and (max-width: 750px) {
  .p-top_mv__ttl {
    font-size: 18px;
    line-height: 1.889;
    letter-spacing: 3px;
  }
}
.p-top_mv::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fdefe9;
  mix-blend-mode: color-burn;
}

.p-top video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

@media screen and (max-width: 750px) {
  .p-top video {
    position: absolute;
    min-width: 0;
    min-height: 100%;
    transform: translate(-50%, -50%);
    width: 210vw;
  }
}
.p-top_bg {
  background: #9e7d49 url(/assets/img/top/bg02.png) no-repeat center center;
  padding: 80px 0 40px;
  box-sizing: border-box;
  background-size: cover;
}

@media screen and (max-width: 750px) {
  .p-top_bg {
    background: #9e7d49 url(/assets/img/top/bg02_sp.png) no-repeat;
    padding: 56px 0 32px;
    background-position: center center;
    background-size: cover;
  }
}
.p-top_concept {
  padding-bottom: 54px;
}
.p-top_concept .c-title03 span {
  color: #fff !important;
}

@media screen and (max-width: 750px) {
  .p-top_concept {
    padding-bottom: 49px;
  }
}
.p-top_concept__txt {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .p-top_concept__txt {
    font-size: 16px;
    text-align: left;
    letter-spacing: 0;
    line-height: 2.063;
  }
}
.p-top_products {
  padding-bottom: 116px;
}
.p-top_products .c-title03 {
  margin-bottom: 58px;
}
.p-top_products .c-sc03 {
  align-items: center;
  padding: 0 42px;
}
@media (max-width: 1060px) {
  .p-top_products .c-sc03 {
    padding: 0 2vw 0 0;
  }
}
@media (max-width: 750px) {
  .p-top_products .c-sc03 {
    display: block;
    padding: 0;
  }
}
.p-top_products .c-sc03 .c-title04 {
  position: relative;
  width: 30%;
  text-align: center;
}
@media (max-width: 1060px) {
  .p-top_products .c-sc03 .c-title04 {
    width: 27%;
    font-size: 21px;
  }
}
@media (max-width: 750px) {
  .p-top_products .c-sc03 .c-title04 {
    width: 100%;
    margin-bottom: 6px;
    font-size: 24px;
  }
}
.p-top_products .c-sc03 .c-sc03_txt {
  width: 70%;
  padding-left: 40px;
  border-left: 3px solid #9e7c48;
}
@media (max-width: 1060px) {
  .p-top_products .c-sc03 .c-sc03_txt {
    width: 73%;
    padding-left: 3vw;
  }
}
@media (max-width: 750px) {
  .p-top_products .c-sc03 .c-sc03_txt {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
}
.p-top_products .c-sc03 .c-sc03_text {
  letter-spacing: 0.04em;
  text-align: justify;
}
.p-top_products .c-sc03 .c-list03 {
  justify-content: space-between;
  margin: 0;
}
@media (max-width: 750px) {
  .p-top_products .c-sc03 .c-list03 {
    display: block;
    padding: 0;
  }
}
.p-top_products .c-sc03 .c-list03 .c-btn01 {
  width: 48.5%;
}
@media (max-width: 750px) {
  .p-top_products .c-sc03 .c-list03 .c-btn01 {
    width: 100%;
  }
}
.p-top_products .c-sc03 .c-list03 .c-btn01 a {
  width: 100%;
  line-height: 1.4;
}
.p-top_products .c-sc03 .c-list03 .c-btn01_arrow {
  width: 62px;
  height: 1px;
  margin-right: 20px;
  margin-left: 24px;
}
@media (max-width: 1060px) {
  .p-top_products .c-sc03 .c-list03 .c-btn01_arrow {
    width: 57px;
  }
}
.p-top_products .c-sc03 .c-list03 .c-btn01:last-of-type .c-btn01_arrow {
  margin-left: 15px;
}
@media (max-width: 1060px) {
  .p-top_products .c-sc03 .c-list03 .c-btn01:last-of-type .c-btn01_arrow {
    margin-left: 11px;
  }
}
.p-top_products .c-sc03:first-of-type .c-title04:before {
  position: absolute;
  content: "";
  left: -7px;
  top: -74px;
  width: 220px;
  height: 66px;
  background: url(/assets/img/top/ic-skin.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1060px) {
  .p-top_products .c-sc03:first-of-type .c-title04:before {
    width: 192px;
  }
}
@media (max-width: 750px) {
  .p-top_products .c-sc03:first-of-type .c-title04:before {
    left: -4px;
    top: -42px;
    width: 170px;
    height: 62px;
  }
}
.p-top_products .c-sc03:last-of-type .c-title04:before {
  position: absolute;
  content: "";
  left: -1px;
  top: -88px;
  width: 254px;
  height: 87px;
  background: url(/assets/img/top/ic-health.png) no-repeat;
  background-size: 100%;
}
@media (max-width: 1060px) {
  .p-top_products .c-sc03:last-of-type .c-title04:before {
    width: 186px;
  }
}
@media (max-width: 750px) {
  .p-top_products .c-sc03:last-of-type .c-title04:before {
    left: -10px;
    top: -52px;
    width: 195px;
    height: 83px;
  }
}
.p-top_products .c-sc03:not(:last-child) {
  margin-bottom: 88px;
}

@media screen and (max-width: 750px) {
  .p-top_products {
    padding-bottom: 57px;
  }
}
@media screen and (max-width: 750px) {
  .p-top_products .c-title03 {
    margin-bottom: 76px;
  }
}
.p-top_news {
  padding-bottom: 83px;
}
.p-top_news .c-title03 {
  margin-bottom: 32px;
}
.p-top_news .c-title03 span {
  color: #fff !important;
}
.p-top_news .c-newslist a {
  width: 100%;
  color: #fff;
}
.p-top_news .c-btn02 {
  margin-top: 32px;
  padding-right: 205px;
}
.p-top_news .c-btn02 a {
  color: #fff;
}

@media screen and (max-width: 750px) {
  .p-top_news {
    padding-bottom: 74px;
  }
}
@media screen and (max-width: 750px) {
  .p-top_news .c-title03 {
    padding-bottom: 23px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1060px) {
  .p-top_news .c-btn02 {
    padding-right: 80px;
  }
}
@media screen and (max-width: 750px) {
  .p-top_news .c-btn02 {
    margin-top: 14px;
    padding-right: 12px;
  }
}
.p-top_contact {
  padding-bottom: 24px;
}
.p-top_contact .c-title03 {
  padding-bottom: 19px;
  margin-bottom: 17px;
}
.p-top_contact .c-title03 span {
  color: #fff !important;
}
.p-top_contact .c-contact_txt {
  color: #fff;
}
.p-top_contact .c-btn01 a {
  color: #fff;
  border-color: #fff;
}

@media screen and (max-width: 750px) {
  .p-top_contact {
    padding-bottom: 0;
  }
  .p-top_contact .l-cont {
    padding: 0 15px;
  }
}
@media screen and (max-width: 750px) {
  .p-top_contact .c-title03 {
    padding-bottom: 21px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 750px) {
  .p-top_contact .c-btn01 {
    margin-top: 23px;
  }
}
.u-bg01 {
  background: linear-gradient(45deg, #e1c791 0%, #e1c791 10%, #fcf9e2 50%, #e1c791 90%, #e1c791 100%);
}

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

/*------------------------------------------------------------
CONTACT
------------------------------------------------------------*/
#formkey_field {
  display: block;
  max-width: 804px;
  margin: 0 auto;
  padding: 20px 30px 70px;
  background: rgba(255, 255, 255, 0.4);
}

.content form table {
  margin-top: 0 !important;
  padding: 0 123px 0 70px;
}
@media (max-width: 1060px) {
  .content form table {
    padding: 0 40px 0 20px;
  }
}
@media (max-width: 750px) {
  .content form table {
    padding: 0 12px;
  }
}
.content form table th {
  position: relative;
  min-width: 160px;
  text-align: right;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  padding: 10px;
}
.content form table th sup {
  color: #ff0000;
  position: absolute;
  right: 0;
}

form input[type=text], form input[type=email], form input[type=password], form input[type=date] {
  border-radius: 0;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
form select, form textarea {
  border-radius: 0;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
form input[type=button], form input[type=submit] {
  display: block;
  width: 384px;
  height: 60px;
  margin: 60px auto 0;
  border: 1px solid #7e6b5a;
  text-align: center;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  background: transparent url(/assets/img/common/submit_btn.png) no-repeat center right 23px;
  transition: 0.5s;
}
form input[type=button], form input[type=submit]:hover {
  opacity: 0.7;
}

.contact-attention {
  display: block;
  max-width: 890px;
  margin: 50px auto 0;
}
.contact-attention li {
  font-size: 13px;
  text-indent: -1em;
  padding-left: 1em;
}
.contact-attention li::before {
  display: inline;
  content: "・";
}

button#responsive-menu-button {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .page-id-257 .l-cont {
    padding: 0;
  }
  #formkey_field {
    padding: 4vw 4vw 8vw;
  }
  .content form table th {
    display: block;
    text-align: left;
    padding: 3vw 0;
  }
  .content form table td {
    display: block;
    text-align: left;
    padding: 0;
  }
  .content form table th sup {
    position: static;
  }
  form input[type=button], form input[type=submit] {
    width: 85.3vw;
    height: 16vw;
    font-size: 3.73vw;
    background: transparent url(/assets/img/common/submit_btn_sp.png) no-repeat center right 8vw;
    background-size: 2.13vw;
  }
  .contact-attention {
    display: block;
    max-width: 890px;
    margin: 9vw auto 0;
    padding: 0 4vw;
  }
  .contact-attention li {
    font-size: 3.46vw;
  }
}
/*------------------------------------------------------------
NEWS
------------------------------------------------------------*/
.p-news_sc01 {
  padding: 25px 0 0;
}

.post-type-archive-info .infoList {
  display: block;
  max-width: 670px;
  margin: 0 auto;
}
.post-type-archive-info .c-newslist_date {
  color: #b29676;
  font-size: 20px;
}
.post-type-archive-info .c-newslist_ttl {
  color: #59493f;
  font-size: 20px;
}

.paging {
  margin: 50px auto 80px;
  text-align: center;
}

.next_link, .prev_link {
  display: none !important;
}

.paging span, .paging a {
  display: inline-block;
  margin: 0 5px;
  padding: 0.2em 0.8em;
  color: #362e2b;
  border: 1px solid #362e2b;
  text-decoration: none;
}
.paging span.current {
  background: #cdb790;
}

@media screen and (max-width: 750px) {
  .p-news_sc01 {
    padding: 5vw 0 0;
  }
  .post-type-archive-info .infoList {
    padding: 0 4vw 0 0;
  }
  .post-type-archive-info .c-newslist_item a:before {
    display: none;
  }
  .post-type-archive-info .c-newslist_date, .post-type-archive-info .c-newslist_ttl {
    font-size: 4.26vw;
  }
  .paging {
    margin: 13.3vw auto;
  }
}
.news_date {
  position: absolute;
  right: 0;
  top: -30px;
  font-size: 20px;
  font-weight: 500;
}

.single-info .content .infoList h2 {
  margin: 30px 0 50px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
}

.entry-content.post-content {
  display: block;
  max-width: 630px;
  margin: 0 auto;
}
.entry-content.post-content p + p {
  margin-top: 1em;
}

.navigation {
  display: flex;
  justify-content: space-between;
  margin: 80px 20px 0;
  padding: 0 20px;
}
.navigation a {
  color: #362e2b;
  font-size: 18px;
  text-decoration: none;
}

.single-info .c-btn01 {
  margin-bottom: 110px;
}
.single-info .c-contact {
  padding-bottom: 1px;
}

@media screen and (max-width: 750px) {
  .news_date {
    top: -11vw;
    font-size: 4vw;
  }
  .single-info .content .infoList h2 {
    margin: 20vw 0 10vw;
    font-size: 5.3vw;
  }
  .entry-content.post-content {
    padding: 0 2vw;
    font-size: 4.26vw;
  }
  .navigation {
    margin: 16vw 0 0;
    padding: 0;
  }
  .navigation a {
    font-size: 4vw;
  }
  .single-info .c-btn01 {
    margin-bottom: 13vw;
  }
  .single-info .c-contact {
    padding-bottom: 1px;
  }
}/*# sourceMappingURL=style.css.map */