@charset "UTF-8";
@import url(vendor/common.css);
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

/* version */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-size: 1.6em;
  line-height: 1.4;
  color: #444444;
  height: auto !important;
  overflow: hidden;
}

#cohaq {
  background: #fff;
}

#cos {
  background: #fff8e9;
}

#copal {
  background: #DDDDDD;
}

#kugenuma, #kugenuma-2 {
  background: #E5DCC1;
}

main {
  overflow: hidden;
}

figure {
  margin: 0;
  text-align: center;
}

figure + h3, figure + h4 {
  margin-block-start: 1em;
}

figure a img {
  transition: .3s;
}

figure a:hover img {
  opacity: .7;
}

figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}

a {
  color: #444444;
  text-decoration: underline;
}

a:hover {
  color: #444444;
  text-decoration: none;
}

.highlight a {
  color: #444444;
}

.highlight a:hover {
  color: #444444;
}

img {
  vertical-align: middle;
}

img.circle {
  border-radius: 50%;
}

p {
  margin: 0.5em 0 1em;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  margin: 0 0 1em;
  padding: 0 0 0 1.5em;
  line-height: 1.6;
}

ol:last-child,
ul:last-child {
  margin-bottom: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0.5em 0;
  padding-left: 2em;
}

ol ol:last-child,
ol ul:last-child,
ul ol:last-child,
ul ul:last-child {
  margin-bottom: 0.5em;
}

ul.list-unstyled {
  padding-left: 0;
  list-style: none;
}

ul.list-unstyled ol,
ul.list-unstyled ul {
  padding-left: 2em;
}

ul.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -7px;
  font-size: 0px;
  font-size: 0rem;
  margin-bottom: 16px;
}

ul.list-inline > li {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1.6rem;
}

dl {
  margin: 0 0 1em;
  line-height: 1.6;
}

dl:last-child {
  margin-bottom: 0;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin-left: 0;
  margin-bottom: 0.5em;
}

dl dd:last-child {
  margin-bottom: 0;
}

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

td,
th {
  padding: 0;
}

main section {
  margin-bottom: 10%;
}

main section.highlight:last-child {
  margin-bottom: 0;
  padding-bottom: 10%;
}

.sp-mask {
  transition: none !important;
}

.highlight {
  padding: 4%;
  background: rgba(68, 68, 68, 0.05);
  color: #444444;
}

@media (min-width: 768px) {
  .highlight.min {
    padding: 4% 2%;
  }
}

.border {
  padding: 4%;
  border: 1px solid #444444;
  border-radius: 20px;
}

@media (min-width: 768px) {
  .border.min {
    padding: 4% 2%;
  }
}

#swipebox-overlay {
  z-index: 10000002 !important;
}

@media (min-width: 768px) {
  p {
    margin: 0.5em 0 1em;
  }
  dl.dl-horizontal {
    overflow: hidden;
  }
  dl.dl-horizontal dt {
    float: left;
    clear: left;
    margin-right: 1em;
  }
  dl.dl-horizontal dd {
    float: left;
  }
  main section {
    margin-bottom: 7%;
  }
  main section:last-child {
    margin-bottom: 9%;
  }
  main section.highlight:last-child {
    margin-bottom: 0;
    padding-bottom: 8%;
  }
}

@media (max-width: 767px) {
  .tile:not(.sp-tile) > * {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .gutters .row.row_inline {
    letter-spacing: -.40em;
  }
  .gutters .row.row_inline > .col {
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    float: none;
    margin-bottom: 5%;
  }
  .gutters .row.row_inline .span_1:nth-child(12n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_2:nth-child(6n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_3:nth-child(4n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_4:nth-child(3n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_5:nth-child(2n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_6:nth-child(2n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_7 {
    width: 57.5%;
  }
  .gutters .row.row_inline .span_8 {
    width: 66%;
  }
  .gutters .row.row_inline .span_9 {
    width: 74.5%;
  }
  .gutters .row.row_inline .span_10 {
    width: 83%;
  }
  .gutters .row.row_inline .span_11 {
    width: 91.5%;
  }
  .gutters .row.row_inline .span_12 {
    width: 100%;
  }
}

main .column_main,
main .column_sub {
  overflow: hidden;
  min-height: 100px;
}

main .column_main .widget_header,
main .column_sub .widget_header {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.5em;
  margin-bottom: 0;
}

main .column_main .widget_header + *:not(.calendar_wrap),
main .column_sub .widget_header + *:not(.calendar_wrap) {
  padding: 0;
  margin: 0 auto 1em;
}

main .column_main .widget_header + .textwidget,
main .column_sub .widget_header + .textwidget {
  padding: 10px 0;
}

main .column_main .widget_wrap .menu,
main .column_main .widget_wrap > ul,
main .column_sub .widget_wrap .menu,
main .column_sub .widget_wrap > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

main .column_main .widget_wrap .menu ul,
main .column_main .widget_wrap > ul ul,
main .column_sub .widget_wrap .menu ul,
main .column_sub .widget_wrap > ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

main .column_main .widget_wrap .menu li,
main .column_main .widget_wrap > ul li,
main .column_sub .widget_wrap .menu li,
main .column_sub .widget_wrap > ul li {
  padding: 0.5em 0.7em;
  border-bottom: 1px solid #ccc;
}

main .column_main .widget_wrap .menu li:last-child,
main .column_main .widget_wrap > ul li:last-child,
main .column_sub .widget_wrap .menu li:last-child,
main .column_sub .widget_wrap > ul li:last-child {
  border-bottom: 0;
}

main .column_main .widget_wrap .menu li a,
main .column_main .widget_wrap > ul li a,
main .column_sub .widget_wrap .menu li a,
main .column_sub .widget_wrap > ul li a {
  display: block;
  text-decoration: none;
}

main .column_main .widget_wrap .menu li a:hover,
main .column_main .widget_wrap > ul li a:hover,
main .column_sub .widget_wrap .menu li a:hover,
main .column_sub .widget_wrap > ul li a:hover {
  text-decoration: underline;
}

main .column_main .widget_wrap ul > li.page_item,
main .column_sub .widget_wrap ul > li.page_item {
  border-bottom: #ccc solid 1px;
}

main .column_main .widget_wrap ul > li.page_item.page_item_has_children,
main .column_sub .widget_wrap ul > li.page_item.page_item_has_children {
  padding: 0.5em 0.7em 0.2em !important;
}

main .column_main .widget_wrap ul > li.page_item .children,
main .column_sub .widget_wrap ul > li.page_item .children {
  border-top: #eee solid 1px;
  margin: 0.5em 0 0 !important;
}

main .column_main .widget_wrap ul > li.page_item .children li,
main .column_sub .widget_wrap ul > li.page_item .children li {
  font-weight: normal;
  border-bottom: #eee solid 1px;
  font-size: 96%;
  padding: 0.5em 0.7em 0.5em 1em;
  position: relative;
}

main .column_main .widget_wrap ul > li.page_item .children li:before,
main .column_sub .widget_wrap ul > li.page_item .children li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  background: rgba(54, 46, 43, 0.4);
  border-radius: 2.5px;
}

main .column_main .widget_wrap ul > li.page_item .children li li:before,
main .column_sub .widget_wrap ul > li.page_item .children li li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 5px;
  height: 5px;
  background: rgba(54, 46, 43, 0.15);
  border-radius: 0;
}

@media (max-width: 900px) {
  .gutters .span_3.column_sub,
  .gutters .span_9.column_main {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  .gutters .span_3.column_sub .sidebar {
    letter-spacing: -.40em;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-left: 2%;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 10px;
  }
}

.article_button {
  margin-top: 5%;
}

@media (min-width: 768px) {
  .article_detail:not(.reverse) .col.span_12 + .span_4,
  .article_list:not(.reverse) .col.span_12 + .span_4 {
    margin-left: 0;
  }
  .article_detail.reverse .col.span_12,
  .article_list.reverse .col.span_12 {
    margin-left: 0;
  }
}

.sidebar {
  visibility: hidden;
}

.sidebar > .widget_wrap {
  visibility: visible;
}

.gutters .col.span_12 + .span_12 {
  margin-left: 0;
}

.sitemap {
  padding: 0;
  margin: 0;
  border-top: 1px solid #ccc;
}

.sitemap li {
  list-style: none;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #ccc;
}

.sitemap li > ul {
  padding: 0;
  border-top: #ccc solid 1px;
}

.sitemap li > ul > li {
  border-bottom: 1px solid #ccc;
  position: relative;
}

.sitemap li > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 3px;
}

.sitemap li > ul > li:last-child {
  border-bottom: none;
  padding: 10px 0 0 15px;
}

.sitemap li > ul > li .children > li {
  padding: 10px 0 0 15px;
}

.sitemap li > ul > li .children > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 0;
}

.sitemap a {
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
}

.sitemap a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .sitemap a {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.parallax_h1 {
  height: 250px;
  position: relative;
}

.parallax_h1:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.3);
}

.parallax_h1 h1 {
  color: #fff;
}

.parallax_h1 h1:after, .parallax_h1 h1:before {
  background: #fff;
}

@media (min-width: 768px) {
  .parallax_h1 {
    height: 450px;
  }
}

.map_wide #map_canvas,
.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_wide img {
  max-width: none;
}

.slick-track {
  margin: 0 auto;
}

.col dl p {
  line-height: 1.4;
  margin: 0;
}

.col table {
  line-height: 1.8;
}

.col table p, .col table dl, .col table ul, .col table ol {
  line-height: 1.8;
}

.col p, .col dl, .col ul, .col ol {
  line-height: 1.8;
}

@media (min-width: 768px) {
  .col p, .col dl, .col ul, .col ol {
    line-height: 2;
  }
}

.container {
  padding: 0 10px;
}

@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
}

.container .container {
  padding: 0;
}

#fb-root,
.fb-page {
  font-family: "lucida grande", tahoma, verdana, arial, "hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif !important;
}

#swipebox-overlay {
  background: rgba(13, 13, 13, 0.8);
}

img.wp-edited-image[width] {
  width: auto !important;
}

img.wp-edited-image[height] {
  height: auto !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-message {
  margin: 40px 0;
  font-size: 12px;
  text-align: center;
}

.grecaptcha-message a {
  text-decoration: underline;
}

header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: transparent;
  color: #444444;
}

header .row {
  margin: 0 3%;
}

@media (max-width: 767px) {
  header .container .row {
    margin: 0;
  }
}

header .title {
  margin: 0;
  padding: 10px 0;
  line-height: 1;
}

header .title a {
  display: inline-block;
}

header .title img,
header .title object {
  width: 156px;
  height: 60px;
  max-width: none;
}

@media (max-width: 767px) {
  header .title img,
  header .title object {
    width: 130px;
    height: 50px;
  }
}

header .global_nav > ul {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #fff;
}

@media (min-width: 768px) {
  header .global_nav > ul {
    left: auto;
    width: 50%;
    max-width: 400px;
  }
}

header .global_nav > ul > li {
  border-bottom: 1px solid #fff;
}

header .global_nav > ul > li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  color: #fff;
  background: rgba(68, 68, 68, 0.9);
}

header .global_nav > ul > li a:hover {
  color: #fff;
}

header .global_nav > ul > li a:active {
  background: #444444;
  color: #fff;
}

header .global_nav > ul > li > a {
  background: rgba(68, 68, 68, 0.9);
}

header .global_nav .menu_icon {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  z-index: 100;
}

header .global_nav .menu_icon a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transition: transform 0.3s;
  overflow: hidden;
}

header .global_nav .menu_icon a:after, header .global_nav .menu_icon a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #444444;
  transition: transform 0.5s;
}

header .global_nav .menu_icon a:before {
  top: 0;
}

header .global_nav .menu_icon a:after {
  bottom: 0;
}

header .global_nav .menu_icon a span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #444444;
  transition: transform 0.5s;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}

header .global_nav .menu_icon a.close:not(.fix) {
  background: none;
}

header .global_nav .menu_icon a.close:not(.fix):before {
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  background: #444444;
}

header .global_nav .menu_icon a.close:not(.fix):after {
  bottom: 50%;
  transform: translate(0, 50%) rotate(-45deg);
  background: #444444;
}

header .global_nav .menu_icon a.close:not(.fix) span {
  transform: translate(100%, -50%);
}

header .global_nav > ul {
  transform-origin: center top;
  visibility: hidden;
  transition: transform 0.3s;
  transform: rotateX(90deg);
}

header.menu_open .global_nav > ul {
  visibility: visible;
  transform: rotateX(0deg);
}

#google_translate_element,
.translate_gt {
  position: absolute;
  top: 50%;
  right: 15%;
  margin-top: -12px;
}

.translate_gt {
  margin-top: -14px;
}

@media (min-width: 1000px) {
  header .row {
    margin: 0;
  }
  header .container {
    max-width: none;
  }
  header .global_nav,
  header .title {
    margin: 0;
    vertical-align: middle;
  }
  header .title {
    max-width: none;
    max-width: none;
    padding: 34px 0 2px;
    margin: 0 auto;
    text-align: center;
  }
  header .global_nav {
    text-align: right;
    width: 100%;
    padding: 0;
    padding: 10px 0;
    text-align: center;
  }
  header .global_nav > ul {
    position: static;
    display: inline-block;
    width: auto;
    border: none;
    background: none;
    visibility: visible;
    font-size: 0px;
    font-size: 0rem;
    transform: none;
    text-align: left;
    overflow: visible;
    max-width: none;
    max-width: 1200px;
  }
  header .global_nav > ul > li {
    display: inline-block;
    vertical-align: middle;
    border: none;
    line-height: 1.5;
    border-left: 1px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 .9em;
  }
  header .global_nav > ul > li:not(.gnav_search) {
    text-align: center;
  }
  header .global_nav > ul > li:not(.gnav_search) > a {
    position: relative;
  }
  header .global_nav > ul > li > a {
    display: inline-block;
    vertical-align: middle;
    color: #444444;
    text-decoration: none;
    background: transparent;
    text-align: center;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
    padding: 0.3em 0;
  }
  header .global_nav > ul > li > a:hover {
    border-bottom: 2px solid #444444;
    color: #444444;
  }
  header .global_nav > ul > li > a:active {
    background: none;
  }
  header .global_nav > ul > li > a span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  header .global_nav .menu_icon {
    display: none;
  }
  #google_translate_element,
  .translate_gt {
    position: static;
    float: right;
    margin-top: 3px;
    margin-left: 1em;
  }
  .translate_gt {
    margin-top: 0;
  }
}

@media (max-width: 999px) {
  header .global_nav > ul > li a > span,
  header .global_nav > ul > li a > br {
    display: none;
  }
}

.hdr_info_wrap {
  display: none;
  position: absolute;
  top: 50%;
  left: auto;
  right: calc(10% + 20px);
  transform: translateY(-50%);
  margin: auto;
}

@media (min-width: 640px) {
  .hdr_info_wrap {
    right: 10%;
  }
}

.hdr_info_wrap .hdr_info_sp a {
  position: relative;
  display: block;
  background: #444444;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}

.hdr_info_wrap .hdr_info_sp a img {
  max-width: 17px;
  max-height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 1000px) {
  .hdr_info_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
  }
  .hdr_info_wrap .hdr_info {
    position: absolute;
    right: 10px;
    top: 35px;
    right: 3%;
  }
}

footer {
  background: #fff;
  position: relative;
  border-top: 2px solid #D9D9D9;
}

@media (max-width: 767px) {
  footer {
    margin-top: 60px;
  }
}

footer .footer_nav_wrap {
  padding-block: 100px;
}

@media (max-width: 767px) {
  footer .footer_nav_wrap {
    padding-block: 20px;
  }
}

@media (max-width: 767px) {
  footer .logo img {
    width: 130px;
  }
}

footer .nav_area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

@media (max-width: 767px) {
  footer .nav_area {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  footer .nav_area nav {
    width: 100%;
  }
}

footer .nav_area nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .nav_area nav ul li:not(:last-child) {
  margin-bottom: 1.5em;
}

@media (max-width: 767px) {
  footer .nav_area nav ul li:not(:last-child) {
    margin-bottom: 1em;
  }
}

footer .nav_area nav ul li.has_under > a {
  pointer-events: none;
  margin-bottom: 1.5em;
}

@media (max-width: 767px) {
  footer .nav_area nav ul li.has_under > a {
    margin-bottom: 1em;
  }
}

footer .nav_area nav ul li.has_under > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .nav_area nav ul li.has_under > ul a {
  padding-left: 10px;
  font-weight: normal;
  position: relative;
}

footer .nav_area nav ul li.has_under > ul a:before {
  content: "";
  position: absolute;
  display: block;
  background: #444444;
  width: 4px;
  height: 1px;
  top: .8em;
  left: 0;
}

footer .nav_area nav a {
  font-weight: 600;
  display: block;
  text-decoration: none;
  letter-spacing: 0;
  transition: .3s;
  line-height: 1.4;
}

footer .nav_area nav a:hover {
  color: #B6BEC7;
}

footer .footer_copyright_wrap {
  text-align: center;
}

footer .footer_copyright_wrap p {
  padding: 1.2em 0.3em;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer nav ul li.tablet-break:after {
    content: "\A";
    white-space: pre;
  }
  footer nav ul li.tablet-break + li:before {
    display: none;
  }
}

/*
 * フッターパターンA(footer pattern A)
 */
footer .footer_copyright_wrap {
  background: #444444;
  color: #fff;
}

footer .footer_copyright_wrap a {
  color: #fff;
}

footer .footer_copyright_wrap a:hover {
  color: #fff;
}

/* 追尾ボタン */
.link_btn {
  position: fixed;
  bottom: calc(5% + 150px);
  right: 1%;
  z-index: 60;
  transition: .3s;
}

@media (max-width: 767px) {
  .link_btn {
    border-block: 1px solid #444444;
    top: auto;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

.link_btn .box {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  color: #444444;
  transition: .4s;
}

@media (min-width: 768px) {
  .link_btn .box {
    border: 1px solid #444444;
    width: 130px;
    height: 130px;
  }
  .link_btn .box:last-child {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .link_btn .box {
    width: 100%;
    height: 60px;
    flex-direction: row;
  }
}

.link_btn .box:hover {
  opacity: .7;
}

@media (max-width: 767px) {
  .link_btn .box:not(:first-child) {
    border-left: 1px solid #444444;
  }
}

.link_btn .box p {
  margin: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .link_btn .box p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .link_btn .box p {
    line-height: 1.2;
  }
}

.link_btn .box p span:not([class]) {
  position: relative;
  display: block;
  font-family: "Gilda Display", serif;
  padding-bottom: .3em;
  margin-bottom: .4em;
}

@media (min-width: 768px) {
  .link_btn .box p span:not([class]) {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .link_btn .box p span:not([class]) {
    padding-bottom: .2em;
    margin-bottom: .3em;
  }
}

.link_btn .box p span:not([class])::before {
  content: "";
  position: absolute;
  display: block;
  background: #444444;
  width: 30px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

@media (min-width: 768px) {
  footer.high .link_btn {
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 767px) {
  footer.high .link_btn {
    position: relative;
    margin-top: 20px;
  }
}

.bread_wrap {
  margin-bottom: 2%;
}

.bread {
  overflow: hidden;
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.bread ul {
  padding: 1em 0;
  margin: 0 auto;
  float: none;
}

.bread ul li {
  list-style: none;
  position: relative;
  float: left;
  padding-right: 2em;
  margin-right: 1.5em;
}

.bread ul li a {
  text-decoration: none;
  color: #444444;
}

.bread ul li a:hover {
  color: #444444;
  text-decoration: none;
}

.bread ul li:after {
  content: '>';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.bread ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.bread ul li:last-child:after {
  content: none;
}

.button, .inquiry .wpcf7-submit {
  display: inline-block;
  min-width: 220px;
  margin: 10px 0;
  padding: .96em;
  border: 0;
  border-radius: 0;
  line-height: 1.4;
  background: #fff;
  color: #444444;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: .3s;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .button, .inquiry .wpcf7-submit {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.button:hover, .inquiry .wpcf7-submit:hover {
  background: #B6BEC7;
  color: #fff;
}

.highlight .button, .highlight .inquiry .wpcf7-submit, .inquiry .highlight .wpcf7-submit {
  color: #444444;
}

.highlight .button:hover, .highlight .inquiry .wpcf7-submit:hover, .inquiry .highlight .wpcf7-submit:hover {
  color: #fff;
}

.button.block, .inquiry .block.wpcf7-submit {
  display: block;
  min-width: 0;
}

.button.inverse, .inquiry .inverse.wpcf7-submit {
  border: 0;
  border-radius: 0;
  background: #000;
  color: #fff;
}

.button.inverse:hover, .inquiry .inverse.wpcf7-submit:hover {
  background: #1a1a1a;
  color: #fff;
}

.button.cancel, .inquiry .cancel.wpcf7-submit {
  background: #888;
  color: #fff;
}

.button.cancel:hover, .inquiry .cancel.wpcf7-submit:hover {
  background: #6f6f6f;
}

.button.large, .inquiry .large.wpcf7-submit {
  padding: 1em 2em;
  font-size: 16px;
  font-size: 1.6rem;
}

.button + .button, .inquiry .wpcf7-submit + .button, .inquiry .button + .wpcf7-submit, .inquiry .wpcf7-submit + .wpcf7-submit {
  margin-left: 0.5em;
}

.button span, .inquiry .wpcf7-submit span {
  line-height: 1;
  padding-left: 20px;
  background: url(/wp-content/uploads/btn_icon.png) left center no-repeat;
  background-size: auto 14px;
}

.cal_wrapper table.cal {
  width: 100%;
}

.cal_wrapper table.cal caption {
  position: relative;
  margin-bottom: 1.0em;
}

.cal_wrapper table.cal .current_ym {
  font-size: 1.8rem;
}

.cal_wrapper table.cal button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 0;
  margin: auto;
  padding: 20px 0 0;
  border: 0;
  background: none;
  overflow: hidden;
  cursor: pointer;
}

.cal_wrapper table.cal button::before {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border: 3px solid #444444;
}

.cal_wrapper table.cal button.prev {
  left: 0;
}

.cal_wrapper table.cal button.prev::before {
  border-right: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
}

.cal_wrapper table.cal button.next {
  right: 0;
}

.cal_wrapper table.cal button.next::before {
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}

.cal_wrapper table.cal td {
  padding: 0.5em;
  border-top: solid 1px #eee;
  text-align: center;
}

.cal_wrapper table.cal .headline {
  background-color: rgba(68, 68, 68, 0.7);
  color: #fff;
}

.cal_wrapper table.cal .headline td {
  padding: 0.5em;
}

.cal_wrapper .cal_legend {
  margin-top: 20px;
}

.cal_wrapper .cal_legend dl {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.cal_wrapper .cal_legend dl:not(:first-child) {
  margin-top: 10px;
}

.cal_wrapper .cal_legend dt {
  width: 30px;
  height: 0;
  padding-top: 24px;
  overflow: hidden;
}

/* お問い合わせフォーム(form liên lạc) */
.inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 0;
  background: rgba(68, 68, 68, 0.05);
}

.inquiry fieldset .row {
  margin: 0;
}

.inquiry dl {
  margin: 0;
  padding: 0;
}

.inquiry dt {
  font-weight: normal;
}

.inquiry dt.col:not(:last-child) {
  margin-bottom: 1em;
}

.inquiry dd {
  margin: 0;
  padding: 0;
}

.inquiry dd:last-child {
  padding-bottom: 0;
}

.inquiry dd .confirm {
  padding: 0 0 1em 1em;
  border-bottom: 1px dashed #ccc;
}

.inquiry input[type="text"],
.inquiry input[type="url"],
.inquiry input[type="email"],
.inquiry input[type="tel"],
.inquiry input[type="date"],
.inquiry input[type="number"],
.inquiry select,
.inquiry textarea {
  width: 100%;
  padding: 5px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}

.inquiry input[type="number"] {
  width: 65px;
  text-align: center;
}

.inquiry input.p-postal-code {
  width: 100px;
}

.inquiry input.p-region {
  width: 100px;
}

.inquiry input.p-locality {
  width: 150px;
}

.inquiry input.p-street-address {
  width: 100%;
}

.inquiry input.p-extended-address {
  width: 100%;
}

.inquiry .submit {
  margin: 1em 0;
  text-align: center;
}

.inquiry .submit .button, .inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0 auto 10px;
}

.inquiry .required {
  color: #f00;
}

.inquiry label {
  display: block;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  .inquiry {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
  }
  .inquiry fieldset {
    margin: 0;
    padding: 60px;
    border: 0;
  }
  .inquiry dt {
    clear: both;
    padding: 6px 0;
  }
  .inquiry dd {
    padding-bottom: 1.5em;
  }
  .inquiry dd .confirm {
    min-height: 1.5em;
    padding: 6px 0 0;
    border: 0;
    line-height: 1.4;
  }
  .inquiry input[type="text"],
  .inquiry input[type="url"],
  .inquiry input[type="email"],
  .inquiry input[type="tel"],
  .inquiry input[type="date"],
  .inquiry input[type="text"],
  .inquiry select {
    width: 60%;
  }
  .inquiry input[type="number"] {
    width: 65px;
  }
  .inquiry input.p-postal-code {
    width: 100px;
  }
  .inquiry input.p-region {
    width: 100px;
  }
  .inquiry input.p-locality {
    width: 150px;
  }
  .inquiry input.p-street-address {
    width: 100%;
  }
  .inquiry input.p-extended-address {
    width: 100%;
  }
  .inquiry textarea {
    width: 100%;
  }
  .inquiry .submit {
    margin: 60px 0 0;
  }
  .inquiry label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }
  .gutters .inquiry dt.col {
    margin-left: 0;
  }
}

.movie {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie.ar16to9 {
  padding-top: 56.25%;
}

.movie.ar4to3 {
  padding-top: 75%;
}

.news .news_bg {
  background: rgba(68, 68, 68, 0.05);
}

.news.typeC .news_bg {
  padding: 1em;
}

.news dl {
  margin: 0;
  overflow-y: auto;
  max-height: 300px;
}

.news dl dt {
  margin: 0.5em 0 0;
  padding: 0 0.5em;
  font-weight: normal;
}

.news dl dd {
  margin: 0.5em 0;
  padding: 0 0.5em 0.5em;
  border-bottom: 1px solid #444444;
}

.news dl dd a {
  text-decoration: none;
}

.news dl dd a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .news.typeA > div {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  .news.typeA > div .heading {
    display: table-cell;
    width: 28.5%;
    vertical-align: middle;
  }
  .news.typeA .content {
    display: table-cell;
    overflow: hidden;
    width: 68.5%;
    padding-left: 3%;
    vertical-align: middle;
  }
  .news.typeC .news_bg {
    height: 540px;
    padding: 20px;
  }
  .news.typeC dl {
    max-height: 500px;
  }
  .news dl {
    overflow-y: auto;
    max-height: 166px;
  }
  .news dl dt {
    width: 100px;
    clear: left;
    float: left;
    margin: 0;
    padding: .9em 0;
  }
  .news dl dd {
    margin: 0;
    padding: .9em 0;
  }
  .news dl dt + dd {
    padding-left: 110px;
  }
}

.parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.parallax.ios {
  background-attachment: scroll;
}

.parallax .parallax_contents {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.parallax .parallax_contents h1, .parallax .parallax_contents .h1 {
  margin: 0;
  padding: 1em 0;
}

.shopinfo figure {
  max-width: 80%;
  margin: 0 auto;
}

.shopinfo address {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-style: normal;
}

.shopinfo dl {
  margin: 2em 0;
  line-height: 1.4;
}

.shopinfo dl:first-child {
  margin-top: 0;
}

.shopinfo dl dt {
  margin: 0 0 0.2em 0;
  font-weight: normal;
}

.shopinfo dl dt:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 3px;
  margin-right: 0.3em;
  vertical-align: middle;
  background: #444444;
}

.shopinfo dl dd {
  margin: 0 0 0.5em 1em;
  padding: 0;
}

.shopinfo .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 90%;
}

.shopinfo .map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shopinfo .map_container + p {
  margin-top: 2em;
}

.map_wide {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 90%;
}

.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.scroll .googlemap {
  pointer-events: none;
}

@media (min-width: 768px) {
  .shopinfo figure {
    max-width: 100%;
  }
  .shopinfo address {
    margin-bottom: 15px;
    text-align: left;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
  }
  .shopinfo dl.dl-horizontal {
    margin: 10px 0;
  }
  .shopinfo dl.dl-horizontal dd {
    margin-bottom: 0.3em;
  }
  .shopinfo .map_container {
    padding-top: 70%;
  }
  .shopinfo .span_12 .map_container, .shopinfo .span12 .map_container {
    padding-top: 50%;
  }
  .map_wide {
    padding-top: 420px;
  }
}

@media (max-width: 767px) {
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child) {
    margin-bottom: 1em;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure {
    overflow: hidden;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption {
    float: right;
    width: 66%;
    margin-top: 0;
    vertical-align: middle;
  }
  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }
  .sp_image_cols.sp_col2 .col:nth-child(odd) {
    clear: both;
    float: left;
  }
  .sp_image_cols.sp_col2 .col:nth-child(even) {
    float: right;
  }
  .sp_image_cols.sp_col3 .col {
    float: left;
    width: 32%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n+1) {
    clear: both;
    margin-right: 2%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n) {
    float: right;
  }
  .sp_image_left {
    overflow: hidden;
  }
  .sp_image_left .col:first-child {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_left .col:last-child {
    float: none;
  }
  .sp_image_right {
    overflow: hidden;
  }
  .sp_image_right .col:first-child {
    display: inline-block;
    float: right;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_right .col:last-child {
    float: none;
  }
}

.tab_module .tab_nav {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  border-bottom: 1px solid #444444;
}

.tab_module .tab_nav li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 2%;
  border: 1px solid #444444;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  color: #444444;
  word-break: break-all;
  line-height: 1.4;
  cursor: pointer;
  transition: .2s;
}

.tab_module .tab_nav li:is(.active, :hover) {
  background: #444444;
  color: #fff;
}

.tab_module .tab_content:not(.show) {
  display: none;
}

@media (min-width: 768px) {
  .tab_module_1 .tab_nav_1 li {
    width: calc((100% - (5 - 1)*10px)/5);
  }
  .tab_module_1 .tab_nav_1 li:nth-child(5n):not(:last-child) {
    position: relative;
  }
  .tab_module_1 .tab_nav_1 li:nth-child(5n):not(:last-child):before {
    content: '';
    width: 100vw;
    height: 1px;
    background: #444444;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

@media (max-width: 767px) {
  .tab_module_1 .tab_nav_1 li {
    width: calc((100% - (2 - 1)*10px)/2);
  }
  .tab_module_1 .tab_nav_1 li:nth-child(2n):not(:last-child) {
    position: relative;
  }
  .tab_module_1 .tab_nav_1 li:nth-child(2n):not(:last-child):before {
    content: '';
    width: 100vw;
    height: 1px;
    background: #444444;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

table {
  margin: 0 auto;
}

table td,
table th {
  padding: 0.7em 1em;
}

@media (max-width: 767px) {
  table td,
  table th {
    padding: 0.7em .3em;
  }
}

table th {
  text-align: center;
  font-weight: normal;
}

.table-default {
  width: 100%;
}

.table-default caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.table-default td,
.table-default th {
  border: 1px solid #444444;
}

.table-default th {
  background: rgba(68, 68, 68, 0.7);
  color: #fff;
}

.table-default td {
  background: transparent;
}

.table-menu {
  width: 100%;
}

.table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.table-menu td,
.table-menu th {
  padding: 0.3em 1em;
  border-bottom: 1px solid #D9D9D9;
}

@media (max-width: 767px) {
  .table-menu td,
  .table-menu th {
    padding: 0.3em .3em;
  }
}

.table-menu tbody th {
  text-align: left;
}

.table-menu td:last-child {
  text-align: right;
  white-space: nowrap;
}

.table-schedule {
  width: 100%;
}

.table-schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.table-schedule td,
.table-schedule th {
  border: 1px solid #444444;
  padding: 0.7em 1em;
  text-align: center;
}

@media (max-width: 767px) {
  .table-schedule td,
  .table-schedule th {
    padding: 0.7em .3em;
  }
}

.table-schedule thead th {
  background: rgba(68, 68, 68, 0.7);
  color: #fff;
}

.table-schedule tbody th {
  background: transparent;
}

.table-schedule td {
  background: transparent;
}

.table-summary {
  border-top: 1px solid #444444;
  width: 100%;
}

.table-summary caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.table-summary td,
.table-summary th {
  padding: 1em;
  border-bottom: 1px solid #444444;
}

.table-summary th {
  text-align: left;
  font-weight: normal;
  width: 20%;
}

@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }
  .responsive-stack thead {
    display: none;
  }
  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }
  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }
  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }
  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .responsive-list {
    display: block;
  }
  .responsive-list thead {
    display: none;
  }
  .responsive-list tbody,
  .responsive-list td,
  .responsive-list th,
  .responsive-list tr {
    display: block;
  }
  .responsive-list tr:not(:last-child) td {
    border-bottom: 0;
  }
  .responsive-list td {
    position: relative;
    padding-left: 40%;
    white-space: normal;
    text-align: left;
  }
  .responsive-list td:first-child {
    border-bottom: 0;
  }
  .responsive-list td:last-child {
    border-top: 0;
  }
  .responsive-list td:not(:first-child):not(:last-child) {
    border-top: 0;
    border-bottom: 0;
  }
  .responsive-list td:before {
    content: attr(data-title);
    position: absolute;
    top: 6px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
  }
}

h1:not(.title) {
  text-align: center;
  position: relative;
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: bold;
  padding: 0 .5em;
  color: #444444;
  background: transparent;
  margin: 0;
  letter-spacing: .05em;
  min-height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

@media (max-width: 767px) {
  h1:not(.title) {
    font-size: 22px;
    font-size: 2.2rem;
    min-height: 60px;
    margin-bottom: .5em;
  }
}

h1:not(.title) img {
  width: auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  h1:not(.title) img {
    max-height: 45px;
  }
}

h2 {
  display: block;
  text-align: center;
  margin: 0 auto 0.8em;
  position: relative;
  border: 0;
  word-wrap: break-word;
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
  color: #444444;
}

@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.h2_ttl {
  font-weight: normal;
  letter-spacing: .05em;
}

@media (min-width: 768px) {
  .h2_ttl {
    font-size: 46px;
    font-size: 4.6rem;
  }
}

@media (min-width: 768px) {
  .h2_ttl.small {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media (min-width: 768px) {
  .h2_ttl.large {
    font-size: 48px;
    font-size: 4.8rem;
  }
}

@media (min-width: 768px) {
  .h2_ttl.pc_left {
    text-align: left;
  }
}

.h2_ttl .en {
  font-family: "Gilda Display", serif;
  font-weight: normal;
  font-size: 64px;
  font-size: 6.4rem;
  letter-spacing: .05em;
}

@media (max-width: 767px) {
  .h2_ttl .en {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.h2_ttl .en.large {
  font-size: 140px;
  font-size: 14rem;
  font-size: min(12vw, 140px);
  line-height: 1.25;
}

@media (max-width: 767px) {
  .h2_ttl .en.large {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.h2_ttl .en.line {
  position: relative;
}

@media (min-width: 768px) {
  .h2_ttl .en.line::before {
    content: "";
    position: absolute;
    display: block;
    background: #444444;
    width: 100vw;
    height: 1px;
    top: 50%;
    left: calc(100% + .2em);
    transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  .h2_ttl .en.line.left::before {
    left: auto;
    right: calc(100% + .2em);
  }
}

h3 {
  margin: 0 0 0.5em;
  color: #444444;
  font-weight: 500;
  font-size: 28px;
  font-size: 2.8rem;
  position: relative;
  border-left: 4px solid #444444;
  padding: .1935em 0 .1935em .6em;
}

@media (max-width: 767px) {
  h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  h3.small {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) {
  h3.large {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.h3_ttl {
  padding: 0;
  border: 0;
}

.h3_ttl.line {
  letter-spacing: .05em;
  border-bottom: 1px solid #444444;
  padding-bottom: .7em;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .h3_ttl.line {
    margin-bottom: .8em;
  }
}

h4 {
  margin: 0 0 0.5em;
  padding-left: .8em;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  color: #444444;
  font-weight: normal;
}

@media (max-width: 767px) {
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

h4:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  display: block;
  width: 7px;
  height: 3px;
  margin: auto;
  background: #444444;
}

.h4_ttl {
  font-weight: 500;
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .h4_ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.h4_ttl:after {
  content: none;
}

.h4_ttl .marker {
  background: linear-gradient(transparent 70%, #fff 70%);
}

.widget_wrap .widget_header {
  font-size: 16px;
  font-size: 1.6rem;
  color: #444444;
  padding: 0.7em 0 0.7em 1em;
  background: rgba(68, 68, 68, 0.05);
}

.widget_wrap .widget_header a {
  text-decoration: none;
}

.widget_wrap .widget_header a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .widget_wrap .widget_header {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.main_visual {
  position: relative;
  table-layout: fixed;
}

.main_visual .main_visual_slick,
.main_visual .slick-track {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100% !important;
}

.main_visual .slick-track {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.main_visual .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}

.main_visual .main_visual_slick {
  position: relative;
  margin: 0 auto;
}

.main_visual .main_visual_slick li:not([id^="slick-slide"]) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

.main_visual .main_visual_slick li:not([id^="slick-slide"]):not(.slick-active) {
  transition-delay: 0.5s !important;
}

.main_visual .main_visual_slick li:not([id^="slick-slide"]) img {
  position: absolute;
  left: -300%;
  right: -300%;
  margin: auto;
  top: 0;
  height: 100%;
}

.main_visual .main_visual_copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
}

.main_visual .main_visual_copy > li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.main_visual .main_visual_copy > li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 38.33333%;
  max-width: 460px;
  max-height: 244px;
  z-index: 52;
}

.main_visual .main_visual_arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
}

.main_visual .main_visual_arrow .slick-prev {
  left: 25px;
}

.main_visual .main_visual_arrow .slick-next {
  right: 25px;
}

.main_visual .main_visual_arrow .slick-prev:before,
.main_visual .main_visual_arrow .slick-next:before {
  font-size: 30px;
  font-size: 3rem;
}

@media (max-width: 639px) {
  .main_visual .main_visual_arrow .slick-prev {
    left: 10px;
  }
  .main_visual .main_visual_arrow .slick-next {
    right: 10px;
  }
  .main_visual .main_visual_arrow .slick-prev:before,
  .main_visual .main_visual_arrow .slick-next:before {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 639px) {
  .main_visual .main_visual_copy > li img {
    width: 90%;
  }
}

.main_visual .main_visual_slick {
  padding-top: 66.66667%!important;
}

@media (min-width: 1200px) {
  .main_visual .main_visual_slick {
    padding-top: 0 !important;
    height: 800px !important;
  }
}

@media (min-width: 1920px) {
  .main_visual .main_visual_slick {
    padding-top: 41.66667%!important;
  }
}

@media (max-width: 639px) {
  .main_visual .main_visual_slick {
    padding-top: 109.375%!important;
  }
}

.slick-dots li button {
  margin: 0 auto;
  background: #ccc;
}

.slick-dots li.slick-active button {
  background: #444444;
}

.slide_scroll {
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 45px;
  background: url(/wp-content/uploads/icon_scroll.png) center bottom no-repeat;
  z-index: 55;
  color: #fff;
  text-decoration: none;
}

.slide_scroll:hover {
  color: #fff;
}

.article_list {
  padding: .5em;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .article_list {
    padding: 1em;
  }
}

.article_list:nth-child(even) {
  background: rgba(68, 68, 68, 0.05);
}

.article_list:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  transform: translate(-10px, -10px) rotate(45deg);
  transition: .3s;
}

.article_list:hover:before {
  background: #444444;
}

.article_list .case_arrow {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  height: 245px;
}

@media (max-width: 767px) {
  .article_list .case_arrow {
    height: 80px;
  }
}

.article_list .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-top: 5px solid #444444;
  border-right: 5px solid #444444;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: .2s;
}

@media (max-width: 767px) {
  .article_list .case_arrow:after {
    left: 0;
    bottom: 25%;
    border-top: 5px solid #444444;
    border-right: 5px solid #444444;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}

.article_list .span_12 {
  margin: 2% 0;
}

.article_single01 .article_single01_02 {
  margin-top: 10px;
}

.article_single01 .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single01 .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single01 .ofi {
  background: rgba(68, 68, 68, 0.05);
}

.article_single01 .more {
  display: block;
  text-align: center;
}

.article_single02 .article_single02_01 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single02 .article_single02_01 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single02 .ofi {
  background: rgba(68, 68, 68, 0.05);
}

.article_single02 .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_6 {
    width: 45%;
    margin-left: 10%;
  }
  .article_single03 .article_single03_02 .span_6:first-child {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_12 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.article_single03 .article_single03_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single03 .article_single03_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single03 .case_arrow {
  position: relative;
}

@media (max-width: 767px) {
  .article_single03 .case_arrow {
    margin-bottom: 10%;
  }
}

.article_single03 .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 108%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #444444;
  border-right: 3px solid #444444;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .article_single03 .case_arrow:after {
    left: 0;
    right: 0;
    top: 105%;
    width: 20px;
    height: 20px;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}

.article_single03 .ofi {
  background: rgba(68, 68, 68, 0.05);
}

.article_single03 .more {
  display: block;
  text-align: center;
}

.article_single04 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article_single04 .article_single04_01_img1 .ofi {
  padding-top: 75%;
}

.article_single04 .article_single04_01_img2 .ofi {
  padding-top: 15%;
}

.article_single04 .article_single04_01_img3 .ofi {
  padding-top: 10.8%;
}

.article_single04 .article_single04_01_img4 .ofi {
  padding-top: 8.4%;
}

.article_single04 .article_single04_01_img5 .ofi {
  padding-top: 6.9%;
}

.article_single04 .article_single04_01_img6 .ofi {
  padding-top: 5.8%;
}

.article_single04 .article_single04_01_nav {
  margin-top: 15px;
}

.article_single04 .article_single04_01_nav .ofi {
  padding-top: 11.1%;
}

.article_single04 .article_single04_01_nav .slick-track {
  width: 100% !important;
  transform: none !important;
  left: 0 !important;
}

.article_single04 .article_single04_01_nav li {
  margin-left: 0.8%;
  width: calc(96% / 6) !important;
}

.article_single04 .article_single04_01_nav li:nth-child(1) {
  margin-left: 0;
}

.article_single04.article_container .article_single04_01_img1 .ofi {
  padding-top: 74.5%;
}

.article_single04.article_container .article_single04_01_img2 .ofi {
  padding-top: 18.7%;
}

.article_single04.article_container .article_single04_01_img3 .ofi {
  padding-top: 14.9%;
}

.article_single04.article_container .article_single04_01_img4 .ofi {
  padding-top: 12.5%;
}

.article_single04.article_container .article_single04_01_img5 .ofi {
  padding-top: 10.7%;
}

.article_single04.article_container .article_single04_01_img6 .ofi {
  padding-top: 9.4%;
}

.article_single04.article_container .article_single04_01_nav {
  margin-top: 15px;
}

.article_single04.article_container .article_single04_01_nav .ofi {
  padding-top: 12%;
}

.article_single04.article_container .article_single04_01_nav .slick-track {
  width: 100% !important;
  transform: none !important;
  left: 0 !important;
}

.article_single04.article_container .article_single04_01_nav li {
  margin-left: 0.8%;
  width: calc(96% / 6) !important;
}

.article_single04.article_container .article_single04_01_nav li:nth-child(1) {
  margin-left: 0;
}

.article_single04 .article_single04_02 {
  margin-top: 10px;
}

.article_single04 .article_single04_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single04 .article_single04_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single04 .slick-next,
.article_single04 .slick-prev {
  z-index: 1;
}

.article_single04 .slick-next:before,
.article_single04 .slick-prev:before {
  content: none;
}

.article_single04 .slick-next:after,
.article_single04 .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #444444;
  transition: 0.2s;
  z-index: 1;
}

.article_single04 .slick-prev {
  left: 0;
}

.article_single04 .slick-prev:after {
  left: 0;
  border-left: 3px solid #444444;
  transform: translate(0, -50%) rotate(-45deg);
  transform-origin: right top;
}

.article_single04 .slick-next {
  right: 0;
}

.article_single04 .slick-next:after {
  right: 0;
  border-right: 3px solid #444444;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
}

.article_single04 .ofi {
  background: rgba(68, 68, 68, 0.05);
  height: auto !important;
}

.article_single04 .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .article_list_case02 .article_list_case02_01 {
    width: 67%;
  }
  .article_list_case02 .article_list_case02_02 {
    width: 31%;
  }
  .article_list_case02.article_single01 .article_single01_02 {
    margin-top: 0;
  }
}

.article_container .article_single01_02 {
  margin-top: 10px;
}

.article_container .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_container .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_detail {
  background: rgba(68, 68, 68, 0.05);
  padding: 4%;
  margin-bottom: 4%;
  font-size: 15px;
  font-size: 1.5rem;
}

.article_detail .article_date {
  margin-bottom: 1em;
}

.article_detail .article_thumbnail {
  float: left;
  margin: 0 2% 2% 0;
}

.article_detail .article_content {
  float: none;
  width: 100%;
  margin-left: 0;
}

.article_detail .case_arrow {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  height: 245px;
}

@media (max-width: 767px) {
  .article_detail .case_arrow {
    height: 80px;
  }
}

.article_detail .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-top: 5px solid #444444;
  border-right: 5px solid #444444;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: .2s;
}

@media (max-width: 767px) {
  .article_detail .case_arrow:after {
    left: 0;
    bottom: 25%;
    border-top: 5px solid #444444;
    border-right: 5px solid #444444;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}

.article_detail .span_12 {
  margin: 2% 0;
}

.wp_pager {
  overflow: hidden;
  margin-bottom: 5%;
}

.wp_pager .wp_pager_prev {
  float: left;
}

.wp_pager .wp_pager_prev a {
  display: block;
  position: relative;
  padding-left: 15px;
  text-decoration: none;
}

.wp_pager .wp_pager_prev a:before, .wp_pager .wp_pager_prev a:after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: #000;
  transition: .2s;
}

.wp_pager .wp_pager_prev a:before {
  transform: translateY(-50%) rotate(-45deg);
  top: calc(50% - 2px);
}

.wp_pager .wp_pager_prev a:after {
  transform: translateY(-50%) rotate(-135deg);
  top: calc(50% + 3px);
}

.wp_pager .wp_pager_prev a:hover {
  text-decoration: underline;
}

.wp_pager .wp_pager_prev a:hover:before {
  left: 0;
}

.wp_pager .wp_pager_prev a:hover:after {
  left: 0;
}

.wp_pager .wp_pager_next {
  float: right;
}

.wp_pager .wp_pager_next a {
  display: block;
  position: relative;
  padding-right: 15px;
  text-decoration: none;
}

.wp_pager .wp_pager_next a:before, .wp_pager .wp_pager_next a:after {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: #000;
  transform-origin: center;
  transition: .2s;
}

.wp_pager .wp_pager_next a:before {
  transform: translateY(-50%) rotate(45deg);
  top: calc(50% - 2px);
}

.wp_pager .wp_pager_next a:after {
  transform: translateY(-50%) rotate(135deg);
  top: calc(50% + 3px);
}

.wp_pager .wp_pager_next a:hover {
  text-decoration: underline;
}

.wp_pager .wp_pager_next a:hover:before {
  right: 0;
}

.wp_pager .wp_pager_next a:hover:after {
  right: 0;
}

#commentform {
  background: transparent;
  padding: 2% 5%;
  border: 1px solid #333;
}

#commentform #comment {
  width: 100%;
}

#commentform #submit {
  background: #444444;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 3px 10px;
  margin: 0 auto;
  display: table;
}

#commentform input[type="submit"] {
  background: #444444;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: .3em 1em;
  margin: 0 auto;
  display: table;
  border-radius: 5px;
}

@media (min-width: 768px) {
  #commentform #submit {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #commentform input[type="submit"] {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*
 * moreボタン雛形 (hình dạng button more)
 */
.more {
  display: block;
  margin: auto;
}

.more a {
  display: block;
  border: 1px solid #fff;
  color: #444444;
  background: #fff;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 0.71em 1.5em;
  margin: 10px auto;
  max-width: 220px;
  width: 100%;
  text-decoration: none;
  transition: .3s;
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .more a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.more a:hover {
  border: 1px solid #B6BEC7;
  color: #fff;
  background: #B6BEC7;
}

.more a.inverse {
  border: 1px solid #B6BEC7;
  color: #fff;
  background: #B6BEC7;
}

.more a.inverse:hover {
  border-color: #fff;
  color: #444444;
  background: #fff;
}

@media (min-width: 768px) {
  .more a.pc_left {
    margin-left: 0;
  }
}

/*
 * ボタン矢印(mũi tên button)
 */
.add_arrow {
  display: block;
  position: relative;
}

.add_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 7%;
  margin: auto;
  width: 32px;
  height: 6px;
  background: url(/wp-content/uploads/arrow_1.png) no-repeat center/contain;
  transform: translate(0, -50%);
  transition: 0.2s;
}

.add_arrow.inverse:after {
  background: url(/wp-content/uploads/arrow_2.png) no-repeat center/contain;
}

.add_arrow.inverse:hover:after {
  background: url(/wp-content/uploads/arrow_1.png) no-repeat center/contain;
}

.add_arrow:hover:after {
  right: 6%;
  background: url(/wp-content/uploads/arrow_2.png) no-repeat center/contain;
}

/*
 * ボタンエフェクト(button effect)
 */
@media (min-width: 768px) {
  .effect01 {
    overflow: hidden;
    position: relative;
  }
  .effect01:before {
    content: '';
    position: absolute;
    display: block;
    width: 140%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    background: #fff;
    opacity: 0.3;
    transform: translateX(-120%) skewX(15deg);
    transition: transform 0.3s;
  }
  .effect01:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  }
  .effect01:hover:before {
    transform: translateX(-15%) skewX(15deg);
  }
}

header .global_nav > ul > li.has_under > a {
  position: relative;
}

header .global_nav > ul > li.has_under > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(135deg);
  transition: .2s;
}

header .global_nav > ul > li.has_under > a.menu_under_open:after {
  transform: translate(0, 0) rotate(-45deg);
}

header .global_nav > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

header .global_nav > ul > li > ul > li {
  border-bottom: 1px solid #fff;
}

@media (min-width: 1000px) {
  header .global_nav > ul > li.has_under {
    position: relative;
  }
  header .global_nav > ul > li.has_under > a {
    padding-right: 1.5em;
  }
  header .global_nav > ul > li.has_under > a:after {
    border-color: #444444;
    width: 6px;
    height: 6px;
  }
  header .global_nav > ul > li.has_under > a:after {
    transform: translate(0, -50%) rotate(135deg);
  }
  header .global_nav > ul > li.has_under > a.menu_under_open:after {
    transform: translate(0) rotate(-45deg);
  }
  header .global_nav > ul > li.has_under > ul {
    position: absolute;
    width: 100%;
    min-width: 260px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    top: 120%;
    letter-spacing: -.40em;
    z-index: 52;
  }
  header .global_nav > ul > li.has_under > ul > li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    width: 100%;
    text-align: center;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    border: 1px solid #444444;
  }
  header .global_nav > ul > li.has_under > ul > li:not(:last-child) {
    border-bottom: 0;
  }
  header .global_nav > ul > li.has_under > ul > li a {
    padding: .8em .4em;
    background: #fff;
    color: #444444;
    transition: .3s;
  }
  header .global_nav > ul > li.has_under > ul > li a:hover {
    background: #B6BEC7;
    color: #fff;
  }
}

.pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 100;
}

@media (max-width: 767px) {
  .pagetop {
    bottom: calc(60px + 1%);
  }
}

.pagetop a {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #B6BEC7;
}

@media (min-width: 768px) {
  .pagetop a {
    width: 65px;
    height: 65px;
  }
}

.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #B6BEC7;
  border-left: 2px solid #B6BEC7;
  transform: translate(-50%, -20%) rotate(45deg);
  transition: .2s;
}

footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  transform: translateY(-95%);
}

/*
 * ページトップのデザインタイプ(type design của top page)
 */
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.lead {
  color: #444444;
  font-size: 20px;
  font-size: 2rem;
}

.text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 20px;
  font-size: 2rem;
}

.text-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 10px;
  font-size: 1rem;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #f00 !important;
}

.text-primary {
  color: #444444 !important;
}

@media (max-width: 767px) {
  .sp-hide, .pc-only, .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
  .sp-text-left {
    text-align: left !important;
  }
  .sp-text-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }
  .pc-hide, .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .pc-text-left {
    text-align: left !important;
  }
  .pc-text-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
  .sp-tablet-only {
    display: none !important;
  }
}

@media (max-width: 999px) {
  .sp-hide02, .pc-only02, .tablet-only02 {
    display: none !important;
  }
}

@media (min-width: 1000px) {
  .pc-hide02, .sp-only02 {
    display: none !important;
  }
}

@media (max-width: 639px) {
  .sp-hide03, .pc-only03, .tablet-only03 {
    display: none !important;
  }
}

@media (min-width: 640px) {
  .pc-hide03, .sp-only03 {
    display: none !important;
  }
}

.arial {
  font-family: "Arial", arial !important;
}

.arial_n {
  font-family: "Arial Narrow", arial !important;
}

.color_pri {
  color: #444444;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.inverse h2,
.inverse h3,
.inverse h4,
.inverse p {
  color: #fff;
}

.inverse h2:after {
  background: #fff;
}

.inverse h2 small,
.inverse h2 span {
  color: #fff;
}

.link-tel {
  text-decoration: none;
}

@media (min-width: 768px) {
  .link-tel {
    pointer-events: none;
    cursor: default;
  }
}

/* ================================
utility
================================ */
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.ani {
  opacity: 0;
  transform: translateY(60px);
  transition: 1.5s .4s;
}

.ani.animated {
  opacity: 1;
  transform: translate(0);
}

@media (min-width: 768px) {
  .ani_0 {
    transition-delay: 0s;
  }
}

@media (min-width: 768px) {
  .ani_1 {
    transition-delay: 0.2s;
  }
}

@media (min-width: 768px) {
  .ani_2 {
    transition-delay: 0.4s;
  }
}

@media (min-width: 768px) {
  .ani_3 {
    transition-delay: 0.6s;
  }
}

@media (min-width: 768px) {
  .ani_4 {
    transition-delay: 0.8s;
  }
}

@media (min-width: 768px) {
  .ani_5 {
    transition-delay: 1s;
  }
}

@media (min-width: 768px) {
  .ani_6 {
    transition-delay: 1.2s;
  }
}

@media (min-width: 768px) {
  .ani_7 {
    transition-delay: 1.4s;
  }
}

@media (min-width: 768px) {
  .ani_8 {
    transition-delay: 1.6s;
  }
}

@media (min-width: 768px) {
  .ani_9 {
    transition-delay: 1.8s;
  }
}

@media (min-width: 768px) {
  .ani_10 {
    transition-delay: 2s;
  }
}

@media (min-width: 768px) {
  .ani_11 {
    transition-delay: 2.2s;
  }
}

@media (min-width: 768px) {
  .ani_12 {
    transition-delay: 2.4s;
  }
}

@media (min-width: 768px) {
  .ani_13 {
    transition-delay: 2.6s;
  }
}

@media (min-width: 768px) {
  .ani_14 {
    transition-delay: 2.8s;
  }
}

@media (min-width: 768px) {
  .ani_15 {
    transition-delay: 3s;
  }
}

@media (min-width: 768px) {
  .ani_16 {
    transition-delay: 3.2s;
  }
}

@media (min-width: 768px) {
  .ani_17 {
    transition-delay: 3.4s;
  }
}

@media (min-width: 768px) {
  .ani_18 {
    transition-delay: 3.6s;
  }
}

@media (min-width: 768px) {
  .ani_19 {
    transition-delay: 3.8s;
  }
}

@media (min-width: 768px) {
  .ani_20 {
    transition-delay: 4s;
  }
}

@media (min-width: 768px) {
  .ani_21 {
    transition-delay: 4.2s;
  }
}

@media (min-width: 768px) {
  .ani_22 {
    transition-delay: 4.4s;
  }
}

@media (min-width: 768px) {
  .ani_23 {
    transition-delay: 4.6s;
  }
}

@media (min-width: 768px) {
  .ani_24 {
    transition-delay: 4.8s;
  }
}

@media (min-width: 768px) {
  .ani_25 {
    transition-delay: 5s;
  }
}

@media (min-width: 768px) {
  .ani_26 {
    transition-delay: 5.2s;
  }
}

@media (min-width: 768px) {
  .ani_27 {
    transition-delay: 5.4s;
  }
}

@media (min-width: 768px) {
  .ani_28 {
    transition-delay: 5.6s;
  }
}

@media (min-width: 768px) {
  .ani_29 {
    transition-delay: 5.8s;
  }
}

@media (min-width: 768px) {
  .ani_30 {
    transition-delay: 6s;
  }
}

/* ================================
メインビジュアル
================================ */
.main_visual .main_visual_copy {
  width: 100%;
}

.main_visual .main_visual_copy li img {
  opacity: 0;
  margin-left: 9%;
  top: auto;
  bottom: 18%;
}

.main_visual .main_visual_copy li img.main_copy001 {
  transition: 1.2s;
  transform: translateY(50px);
}

.main_visual .main_visual_copy li img.animated {
  opacity: 1;
  transform: none;
}

/* ================================
新着情報 sec_01
================================ */
.sec_01 {
  background: url(/wp-content/uploads/bg_img000.jpg) no-repeat center right/cover;
  padding-block: 200px;
}

@media (max-width: 767px) {
  .sec_01 {
    padding-block: 8%;
  }
}

.sec_01 .content_wrap {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 81px 6.5% 94px;
}

@media (max-width: 767px) {
  .sec_01 .content_wrap {
    padding: 8% 10px;
  }
}

@media (min-width: 768px) {
  .sec_01 h2 {
    margin-bottom: 1.2em;
  }
}

@media (max-width: 767px) {
  .sec_01 .more {
    margin-top: 1em;
  }
}

/* ================================
美しさはあなたとあなたの周りを幸せにする sec_02
================================ */
.sec_02 {
  background: linear-gradient(-43deg, #E3E8E9, #FDFDFD);
  padding-block: 240px;
}

@media (max-width: 767px) {
  .sec_02 {
    padding-block: 8%;
  }
}

@media (min-width: 768px) {
  .sec_02 h2 {
    margin-bottom: 1.2em;
  }
}

@media (min-width: 768px) {
  .sec_02 .txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.3;
  }
}

/* ================================
SALON LIST sec_03
================================ */
.sec_03 {
  position: relative;
  padding-block: 240px;
}

@media (max-width: 767px) {
  .sec_03 {
    padding-block: 8%;
  }
}

.sec_03:before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/bg_img001.png) no-repeat center/contain;
  width: 100%;
  height: 1312px;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media (min-width: 768px) {
  .sec_03 .content_row_01 {
    margin-bottom: 6.8%;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .sec_03 .content_row_01 .main_img {
    width: 1050px;
    max-width: 57.1vw;
    float: right;
    margin-right: -17%;
  }
}

@media (min-width: 768px) {
  .sec_03 .content_row_02 > .col.break ~ .col {
    margin-top: 44px;
  }
}

@media (min-width: 768px) {
  .sec_03 .content_row_02 > .col:nth-child(2n) {
    padding-top: 40px;
  }
}

.sec_03 .content_row_02 .link_wrap {
  display: block;
  text-decoration: none;
  max-width: 546px;
  margin-inline: auto;
  padding: 18px 20px 0;
  transition: .3s;
}

@media (min-width: 768px) {
  .sec_03 .content_row_02 .link_wrap.left {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .sec_03 .content_row_02 .link_wrap.right {
    margin-right: 0;
  }
}

.sec_03 .content_row_02 .link_wrap:hover {
  opacity: .7;
}

.sec_03 .content_row_02 .link_wrap:hover .logo_area:after {
  right: 0;
}

.sec_03 .content_row_02 .link_wrap .logo_area {
  display: flex;
  align-items: center;
  padding-block: 15px;
  position: relative;
}

@media (min-width: 768px) {
  .sec_03 .content_row_02 .link_wrap .logo_area {
    min-height: 80px;
  }
}

.sec_03 .content_row_02 .link_wrap .logo_area:after {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/arrow_3.png) no-repeat center/contain;
  width: 84px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 1%;
  transition: .2s;
}

@media (max-width: 767px) {
  .sec_03 .content_row_02 .link_wrap .logo_area:after {
    width: 50px;
  }
}

.sec_03 .content_row_03 a {
  transition: .3s;
}

.sec_03 .content_row_03 a:hover {
  opacity: .7;
}

/* ================================
HAIR CATALOG sec_04
================================ */
.sec_04 {
  background: #FBFBFB;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  padding-block: 240px;
}

@media (max-width: 767px) {
  .sec_04 {
    padding-block: 8%;
  }
}

@media (min-width: 768px) {
  .sec_04 .content_row_01 {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .sec_04 .content_row_01 h2 {
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) {
  .sec_04 .content_row_01 .main_img {
    width: 1050px;
    max-width: 57.1vw;
    float: left;
    margin-left: -79%;
  }
}

/* ================================
slider sec_05
================================ */
.sec_05 {
  padding-block: 240px 0;
}

@media (max-width: 767px) {
  .sec_05 {
    padding-block: 8% 0;
  }
}

.sec_05 .slider .slider_img {
  margin-inline: 20px;
  width: 320px;
  max-width: 30vw;
}

@media (max-width: 767px) {
  .sec_05 .slider .slider_img {
    margin-inline: 8px;
    max-width: 40vw;
  }
}

.sec_05 .slider .slider_img:nth-child(2n) {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .sec_05 .slider .slider_img:nth-child(2n) {
    margin-top: 40px;
  }
}

.sec_05 .slider .slider_img img {
  width: 100%;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  margin-block: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ================================
VOICE sec_06
================================ */
.sec_06 {
  background: url(/wp-content/uploads/bg_img002.png) no-repeat center/cover;
  padding-block: 240px 230px;
}

@media (max-width: 767px) {
  .sec_06 {
    padding-block: 8%;
  }
}

@media (min-width: 768px) {
  .sec_06 .txt {
    letter-spacing: .1em;
    line-height: 2.2;
  }
}

@media (min-width: 768px) {
  .sec_06 .more {
    margin-top: 3.8em;
  }
}

/* ================================
BLOG sec_07
================================ */
.sec_07 {
  padding-block: 230px;
}

@media (max-width: 767px) {
  .sec_07 {
    padding-block: 8%;
  }
}

@media (min-width: 768px) {
  .sec_07 h2 {
    margin-bottom: .7em;
  }
}

@media (min-width: 768px) {
  .sec_07 .post_row {
    margin-bottom: 2.8%;
  }
}

.sec_07 .link_wrap {
  display: block;
  text-decoration: none;
  max-width: 368px;
  margin-inline: auto;
  transition: .3s;
}

.sec_07 .link_wrap:hover {
  opacity: .7;
}

.sec_07 .link_wrap figure {
  width: 100%;
  aspect-ratio: 368 / 250;
}

.sec_07 .link_wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec_07 .link_wrap h3 {
  margin-top: .8em;
  margin-bottom: .6em;
  font-weight: normal;
}

/* ================================
MESSAGE sec_08
================================ */
.sec_08 {
  position: relative;
  padding-block: 0 150px;
}

@media (max-width: 767px) {
  .sec_08 {
    padding-block: 8%;
  }
}

.sec_08:before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/bg_img003.jpg) no-repeat center/cover;
  width: 100%;
  height: calc(100% - 88px);
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .sec_08:before {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .sec_08 .content_row {
    max-width: 690px;
    margin-inline: auto 0;
  }
}

@media (min-width: 768px) {
  .sec_08 .content_row h2 {
    margin-bottom: 1.2em;
  }
}

@media (min-width: 768px) {
  .sec_08 .content_row .txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
  }
}

@media (min-width: 768px) {
  .sec_08 .content_row .txt:not(:last-child) {
    margin-bottom: 2em;
  }
}

@media (min-width: 768px) {
  .sec_08 .content_row .more {
    margin-top: 2.5em;
  }
}

/* ================================
RECRUIT sec_09
================================ */
.sec_09 {
  padding-block: 240px;
}

@media (max-width: 767px) {
  .sec_09 {
    padding-block: 8%;
  }
}

@media (min-width: 768px) {
  .sec_09 .content_row {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .sec_09 .content_row .main_img {
    width: 948px;
    max-width: 50vw;
    float: left;
  }
}

@media (min-width: 768px) {
  .sec_09 .content_row .text_area {
    max-width: 542px;
  }
}

@media (min-width: 768px) {
  .sec_09 .content_row .text_area .txt {
    letter-spacing: .06em;
    line-height: 2.5;
  }
}

@media (min-width: 768px) {
  .sec_09 .content_row .text_area .more {
    margin-top: 3em;
  }
}

/* ================================
投稿ページ
================================ */
.sec_archive .post_img {
  width: 100%;
  aspect-ratio: 368 / 250;
}

.sec_archive .post_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec_archive h3 {
  border: 0;
  padding: 0;
  margin: .5em 0 0;
  font-size: 24px;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .sec_archive h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.pagination {
  margin-top: 2em;
}

.pagination .screen-reader-text {
  display: none;
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
}

.pagination .nav-links > * {
  margin: 0 0.5em;
}

/* ================================
下層ページ
================================ */
.table-default.style02 th, .table-default.style02 td {
  padding: 1.2em;
  border: none;
  border-bottom: 1px solid #D9D9D9 !important;
}

@media (max-width: 767px) {
  .table-default.style02 th, .table-default.style02 td {
    padding: .5em;
  }
}

.table-default.style02 th {
  font-size: 2rem;
  font-weight: 600;
  padding-inline: .5em;
  background: transparent;
  color: #444444;
  border-color: #444444 !important;
}

@media (max-width: 767px) {
  .table-default.style02 th {
    font-size: 1.8rem;
  }
}

.shop_parts {
  display: block;
  text-decoration: none;
  max-width: 546px;
  margin-inline: auto;
  transition: .3s;
}

.shop_parts:hover {
  opacity: .7;
}

.shop_parts:hover .logo_area:after {
  right: 0;
}

.shop_parts .logo_area {
  display: flex;
  align-items: center;
  padding-block: 15px;
  position: relative;
}

@media (min-width: 768px) {
  .shop_parts .logo_area {
    min-height: 70px;
  }
}

.shop_parts .logo_area:after {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/arrow_1.png) no-repeat center/contain;
  width: 32px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  right: 1%;
  transition: .2s;
}

@media (max-width: 767px) {
  .shop_parts .logo_area:after {
    width: 50px;
  }
}

.shop_parts .logo_area figure {
  max-width: 70%;
}

.step_row {
  background: rgba(68, 68, 68, 0.05);
  padding: 4%;
  position: relative;
}

.step_row:not(:last-child) {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .step_row:not(:last-child) {
    margin-bottom: 28px;
  }
}

.step_row:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  bottom: -34px;
  left: 50%;
  margin: auto;
  width: 20px;
  height: 20px;
  border-top: 2px solid #444444;
  border-right: 2px solid #444444;
  transform: translate(-50%, 0) rotate(135deg);
  transition: 0.2s;
}

@media (max-width: 767px) {
  .step_row:not(:last-child):before {
    bottom: -20px;
    width: 10px;
    height: 10px;
  }
}

@media (min-width: 768px) {
  .staff_parts_sec h2 {
    margin-bottom: 1em;
  }
}

.staff_parts_sec .row {
  max-width: 1050px;
  margin-inline: auto;
}

.staff_parts_sec .row.wide {
  max-width: 100%;
}

@media (min-width: 768px) {
  .staff_parts_sec .row .col.break ~ .col {
    margin-top: 6%;
  }
}

.staff_parts_sec .content_wrap {
  max-width: 282px;
  margin-inline: auto;
}

.staff_parts_sec .content_wrap.wide {
  max-width: 358px;
}

@media (min-width: 768px) {
  .staff_parts_sec .content_wrap figure:not(:last-child) {
    margin-bottom: .8em;
  }
}

.staff_parts_sec .content_wrap figure figcaption {
  font-weight: 500;
  margin-top: .8em;
}

@media (min-width: 768px) {
  .staff_parts_sec .content_wrap figure figcaption {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  .staff_parts_sec .content_wrap figure figcaption {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  .flow_parts_sec h2 {
    margin-bottom: 1.4em;
  }
}

.flow_parts_sec .step {
  position: relative;
  background: #F5F5F5;
}

@media (min-width: 768px) {
  .flow_parts_sec .step {
    max-width: 996px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    padding: 3.3% 3%;
  }
}

@media (max-width: 767px) {
  .flow_parts_sec .step {
    padding: 20px 10px;
  }
}

.flow_parts_sec .step:not(:last-child) {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .flow_parts_sec .step:not(:last-child) {
    margin-bottom: 28px;
  }
}

.flow_parts_sec .step:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin: auto;
  width: 20px;
  height: 20px;
  border-top: 1px solid #444444;
  border-right: 1px solid #444444;
  transform: translate(-50%, 0) rotate(135deg);
  transition: 0.2s;
}

@media (max-width: 767px) {
  .flow_parts_sec .step:not(:last-child):before {
    bottom: -17px;
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 767px) {
  .flow_parts_sec .step figure {
    max-width: 150px;
    margin-inline: auto;
  }
}

@media (min-width: 768px) {
  .flow_parts_sec .step .text_wrap {
    max-width: 650px;
    margin-inline: auto 0;
  }
}

.flow_parts_sec .step .text_wrap .content {
  border-top: 1px solid #D9D9D9;
  margin-top: 1em;
  padding-top: 1em;
}

.flow_parts_sec .step .text_wrap .content h4 {
  margin-bottom: .8em;
}

.flow_parts_sec .step .text_wrap .content p {
  line-height: 1.5;
}

@media (min-width: 768px) {
  .salon_parts_sec h2 {
    margin-bottom: .6em;
  }
}

.salon_parts_sec .row:not(:last-child) {
  margin-bottom: 6.5%;
}

.salon_parts_sec .sns_row:not(:last-child) {
  margin-bottom: 5%;
}

.salon_parts_sec table {
  max-width: 996px;
  margin-inline: auto;
}

.salon_parts_sec table th, .salon_parts_sec table td {
  padding: 1.3em;
  border: none;
  border-bottom: 1px solid #888888;
}

@media (max-width: 767px) {
  .salon_parts_sec table th, .salon_parts_sec table td {
    padding: .5em;
  }
}

.salon_parts_sec table th {
  padding-inline: .5em;
  background: transparent;
  color: #444444;
  border-color: #444444;
}

@media (max-width: 767px) {
  .salon_parts_sec table th {
    border-top: 1px solid #888888;
    border-bottom: 1px solid #ddd !important;
  }
}

.salon_parts_sec .salon_wrap {
  max-width: 384px;
  margin-inline: auto;
}

/* ================================
COHAQ page
================================ */
#cohaq section {
  margin-bottom: 8.5%;
}

.cohaq_main_visual {
  margin-bottom: 6%;
}

@media (min-width: 640px) {
  .cohaq_main_visual .main_visual_slick {
    padding-top: 43.4375%!important;
    height: auto !important;
  }
}

@media (max-width: 639px) {
  .cohaq_main_visual .main_visual_slick {
    padding-top: 107.96875%!important;
  }
}

.cohaq_main_visual .main_visual_copy li img {
  margin-left: auto;
  margin-right: 12.4%;
  top: auto;
  bottom: 13.8%;
  width: 46.41667%;
  max-width: 557px;
  height: auto;
  max-height: 152px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .cohaq_sec_01 h2 {
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) {
  .cohaq_sec_01 .main_img {
    width: 690px;
    max-width: 48vw;
  }
}

@media (min-width: 768px) {
  .cohaq_sec_01 .txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.3;
  }
}

@media (min-width: 768px) {
  .cohaq_sec_02 h2 {
    margin-bottom: .5em;
  }
}

@media (min-width: 768px) {
  .cohaq_sec_02 .row .col:nth-child(2n) .content_wrap {
    margin-inline: auto 0;
    margin-top: 8%;
  }
}

@media (min-width: 768px) {
  .cohaq_sec_02 .row .col.break ~ .col {
    margin-top: 7%;
  }
}

@media (min-width: 768px) {
  .cohaq_sec_02 .content_wrap {
    max-width: 572px;
  }
}

@media (min-width: 768px) {
  .cohaq_sec_02 .content_wrap h3 {
    margin-bottom: .7em;
    font-weight: normal;
  }
}

@media (min-width: 768px) {
  .cohaq_sec_03 h2 {
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) {
  .cohaq_sec_03 .img_wrap {
    width: 846px;
    max-width: 44.1vw;
    float: right;
  }
}

@media (min-width: 768px) {
  .cohaq_sec_03 .text_wrap {
    max-width: 659px;
    margin-inline: auto 0;
  }
}

@media (min-width: 768px) {
  .cohaq_sec_03 .text_wrap h3 {
    margin-bottom: .32em;
  }
}

.cohaq_sec_03 .text_wrap h3 + table:not(:last-child) {
  margin-bottom: 5.8%;
}

.cohaq_sec_04 {
  background: #FBFBFB;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  padding-block: 8.5%;
}

.cohaq_sec_05 {
  background: url(/wp-content/uploads/cohaq_bg_img001.png) no-repeat center/contain;
}

/* ================================
COS BEAUTY&LIFE page
================================ */
#cos section {
  margin-bottom: 8.5%;
}

#cos h2 {
  color: #4077AD;
}

#cos h3:not(.h3_ttl) {
  border-color: #4077AD;
}

.cos_main_visual {
  margin-bottom: 6.5%;
}

@media (min-width: 640px) {
  .cos_main_visual .main_visual_slick {
    padding-top: 39.0625%!important;
    height: auto !important;
  }
}

@media (max-width: 639px) {
  .cos_main_visual .main_visual_slick {
    padding-top: 109.375%!important;
  }
}

@media (min-width: 640px) {
  .cos_main_visual .main_visual_slick li:not([id^="slick-slide"]) img {
    left: auto;
    right: 0;
  }
}

.cos_main_visual .main_visual_copy li img {
  margin-left: 7.5%;
  top: auto;
  bottom: 17%;
  width: 57.66667%;
  max-width: 692px;
  max-height: 191px;
}

@media (min-width: 768px) {
  .cos_sec_01 {
    margin-bottom: 6.5% !important;
  }
}

@media (min-width: 768px) {
  .cos_sec_01 h2 {
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) {
  .cos_sec_01 .main_img {
    width: 880px;
    max-width: 46vw;
    margin-left: 4%;
  }
}

@media (max-width: 767px) {
  .cos_sec_01 .main_img img {
    width: 200px;
  }
}

@media (min-width: 768px) {
  .cos_sec_01 .text_wrap {
    margin-bottom: 14%;
  }
}

@media (min-width: 768px) {
  .cos_sec_01 .text_wrap .txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.3;
  }
}

@media (min-width: 768px) {
  .cos_sec_01 .text_wrap .txt:not(:last-child) {
    margin-bottom: 2.8em;
  }
}

@media (min-width: 1024px) {
  .cos_sec_01 .text_wrap .txt.txt_02 {
    margin-left: 18.5%;
  }
}

@media (min-width: 1024px) {
  .cos_sec_01 .text_wrap .txt.txt_03 {
    margin-left: 11%;
  }
}

@media (min-width: 1024px) {
  .cos_sec_01 .text_wrap .txt.txt_04 {
    margin-left: 25%;
  }
}

.cos_sec_02 {
  position: relative;
  z-index: 0;
  padding-block: 6.5% 10.5%;
}

@media (min-width: 768px) {
  .cos_sec_02 {
    margin-bottom: 0 !important;
  }
}

.cos_sec_02:before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/cos_bg_img001.png) no-repeat top left, url(/wp-content/uploads/cos_bg_img002.png) no-repeat top 58% left 10%, url(/wp-content/uploads/cos_bg_img003.png) no-repeat bottom right;
  background-size: min(54vw, 846px) auto, min(30vw, 384px) auto, min(54vw, 846px) auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 768px) {
  .cos_sec_02 h2 {
    margin-bottom: 1em;
  }
}

.cos_sec_02 .text_wrap h3 {
  position: relative;
  color: #4077AD;
  padding-bottom: .7em;
  margin-bottom: .7em;
  line-height: 1.55;
}

@media (min-width: 1024px) {
  .cos_sec_02 .text_wrap h3 {
    font-size: min(3vw, 36px);
  }
}

@media (max-width: 767px) {
  .cos_sec_02 .text_wrap h3 {
    padding-bottom: .5em;
    margin-bottom: .5em;
  }
}

.cos_sec_02 .text_wrap h3:after {
  content: "";
  position: absolute;
  display: block;
  background: #4077AD;
  width: 78px;
  height: 1px;
  left: 0;
  bottom: 0;
}

.cos_sec_03 .content_row:not(:last-child) {
  margin-bottom: 6.5%;
}

@media (min-width: 768px) {
  .cos_sec_03 .content_row .main_img {
    width: 1050px;
    max-width: 58vw;
    float: right;
    margin-right: -17%;
  }
}

@media (min-width: 768px) {
  .cos_sec_03 .content_row .text_wrap {
    margin-top: 46%;
  }
}

@media (min-width: 768px) {
  .cos_sec_03 .content_row .text_wrap .txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.3;
  }
}

.cos_sec_03 .menu_row:not(:last-child) {
  margin-bottom: 2.5%;
}

@media (min-width: 768px) {
  .cos_sec_03 .menu_row .col.break ~ .col {
    margin-top: 3.4%;
  }
}

@media (min-width: 768px) {
  .cos_sec_03 .menu_row h3 {
    margin-bottom: .3em;
  }
}

.cos_sec_04 {
  background: #FFFBF4;
  padding-block: 8.5%;
}

.cos_sec_05 {
  background: url(/wp-content/uploads/cos_bg_img004.png) no-repeat center/contain;
}

.cos_sec_05 .step {
  background: #fff;
}

.cos_sec_05 .step h4 .marker {
  background: linear-gradient(transparent 70%, #FFF8E9 70%);
}

.cos_sec_06 .sns_row:not(:last-child) {
  margin-bottom: 3%;
}

@media (min-width: 768px) {
  .cos_sec_06 .txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.cos_sec_07.highlight {
  padding-block: 6.5% !important;
}

@media (min-width: 768px) {
  .cos_sec_07 p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.3;
  }
}

/* ================================
cOpal page
================================ */
#copal section {
  margin-bottom: 8.5%;
}

.copal_main_visual {
  margin-bottom: 5.2%;
}

@media (min-width: 640px) {
  .copal_main_visual .main_visual_slick {
    padding-top: 39.0625%!important;
    height: auto !important;
  }
}

@media (max-width: 639px) {
  .copal_main_visual .main_visual_slick {
    padding-top: 109.375%!important;
  }
}

.copal_main_visual .main_visual_copy li img {
  margin-left: 11%;
  top: auto;
  bottom: -20%;
  width: 59.83333%;
  max-width: 718px;
  max-height: 360px;
}

@media (min-width: 768px) {
  .copal_sec_01 h2 {
    margin-bottom: 1em;
  }
}

.copal_sec_01 .content_row_01 {
  margin-bottom: 0;
}

.copal_sec_01 .content_row_01 .img_01 {
  position: relative;
  z-index: 0;
  margin-top: 32%;
}

@media (min-width: 768px) {
  .copal_sec_01 .content_row_01 .img_01 {
    width: 640px;
    max-width: 47vw;
    float: right;
  }
}

.copal_sec_01 .content_row_01 .img_01::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/copal_bg_img001.png) no-repeat bottom center/contain;
  width: 480px;
  max-width: 35vw;
  height: 480px;
  bottom: 0;
  right: 56%;
  z-index: -1;
}

.copal_sec_01 .content_row_01 .img_02 {
  position: relative;
  z-index: 0;
}

@media (min-width: 768px) {
  .copal_sec_01 .content_row_01 .img_02 {
    width: 852px;
    max-width: 44.5vw;
    margin-left: 16.4%;
  }
}

@media (max-width: 767px) {
  .copal_sec_01 .content_row_01 .img_02 {
    width: calc(100% + 10px);
  }
}

.copal_sec_01 .content_row_01 .img_02::before {
  content: "";
  position: absolute;
  display: block;
  background: #FAEE2F;
  border-radius: 0 0 0 64px;
  width: 492px;
  aspect-ratio: 492 / 372;
  max-width: 58%;
  top: 100%;
  right: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .copal_sec_01 .content_row_01 .img_02::before {
    border-radius: 0 0 0 20px;
  }
}

.copal_sec_01 .content_row_01 .img_03 {
  position: relative;
  z-index: 0;
  text-align: right;
  max-width: 70%;
  margin-inline: auto 0;
  margin-top: 11%;
}

@media (min-width: 1600px) {
  .copal_sec_01 .content_row_02 .text_wrap {
    margin-top: -100px;
  }
}

@media (min-width: 768px) {
  .copal_sec_01 .content_row_02 .text_wrap .txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.3;
  }
}

.copal_sec_02 {
  position: relative;
  z-index: 0;
}

.copal_sec_02::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/copal_bg_img002.png) no-repeat top center/contain;
  width: 498px;
  max-width: 35vw;
  height: 636px;
  top: 12%;
  right: 0;
  z-index: -1;
}

.copal_sec_02::after {
  content: "";
  position: absolute;
  display: block;
  background: #FAEE2F;
  border-radius: 64px;
  width: 746px;
  aspect-ratio: 746 / 525;
  max-width: 48vw;
  bottom: 5.5%;
  left: 5%;
  z-index: -1;
}

@media (max-width: 767px) {
  .copal_sec_02::after {
    top: 3%;
    bottom: auto;
    border-radius: 20px;
  }
}

@media (min-width: 768px) {
  .copal_sec_02 h2 {
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) {
  .copal_sec_02 .content_row {
    max-width: 829px;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .copal_sec_02 .content_row.row_02 {
    margin-left: 8.4%;
  }
}

@media (min-width: 768px) {
  .copal_sec_02 .content_row.row_03 {
    margin-left: 16.8%;
  }
}

@media (min-width: 768px) {
  .copal_sec_02 .content_row.row_04 {
    margin-left: 25.2%;
  }
}

@media (min-width: 768px) {
  .copal_sec_02 .content_row figure {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .copal_sec_02 .content_row .text_wrap {
    max-width: 469px;
    margin-inline: auto 0;
  }
}

.copal_sec_02 .content_row .text_wrap h3 {
  position: relative;
  margin-bottom: .7em;
  line-height: 1.55;
}

@media (min-width: 1024px) {
  .copal_sec_02 .content_row .text_wrap h3 {
    font-size: min(3vw, 33px);
  }
}

@media (max-width: 767px) {
  .copal_sec_02 .content_row .text_wrap h3 {
    margin-bottom: .5em;
  }
}

.copal_sec_03 {
  position: relative;
  padding-top: 20.5%;
}

.copal_sec_03::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/copal_bg_img003.jpg) no-repeat center/cover;
  width: 100%;
  aspect-ratio: 1920 / 600;
  top: 0;
  left: 0;
  z-index: -1;
}

.copal_sec_03 .container {
  background: rgba(221, 221, 221, 0.9);
  border-radius: 64px 64px 0 0;
  width: 1400px;
  max-width: calc(100% - 20px);
  padding: 95px 5.4% 0;
}

@media (max-width: 767px) {
  .copal_sec_03 .container {
    border-radius: 20px 20px 0 0;
    padding: 20px 15px 0;
  }
}

@media (min-width: 768px) {
  .copal_sec_03 h2 {
    margin-bottom: 1em;
  }
}

.copal_sec_03 .menu_row:not(:last-child) {
  margin-bottom: 2.5%;
}

@media (min-width: 768px) {
  .copal_sec_03 .menu_row .col.break ~ .col {
    margin-top: 3.4%;
  }
}

@media (min-width: 768px) {
  .copal_sec_03 .menu_row h3 {
    margin-bottom: .3em;
  }
}

.copal_sec_04 {
  background: #fff;
  padding-block: 8.5%;
}

.copal_sec_05 {
  background: url(/wp-content/uploads/copal_bg_img004.png) no-repeat center/contain;
}

.copal_sec_05 .step {
  background: #fff;
  border-radius: 24px;
}

@media (max-width: 767px) {
  .copal_sec_05 .step {
    border-radius: 20px;
  }
}

.copal_sec_06 .sns_row:not(:last-child) {
  margin-bottom: 5%;
}

/* ================================
COHAQ KUGENUMA page
================================ */
#kugenuma section {
  margin-bottom: 8.5%;
}

#kugenuma h2 {
  color: #1E8C98;
}

#kugenuma h3:not(.h3_ttl) {
  border-color: #1E8C98;
}

.kugenuma_main_visual {
  margin-bottom: 7%;
}

@media (min-width: 640px) {
  .kugenuma_main_visual .main_visual_slick {
    padding-top: 39.0625%!important;
    height: auto !important;
  }
}

@media (max-width: 639px) {
  .kugenuma_main_visual .main_visual_slick {
    padding-top: 78.4375%!important;
  }
}

.kugenuma_main_visual .main_visual_copy li img {
  margin-inline: auto;
  top: auto;
  bottom: 23%;
  width: 76.66667%;
  max-width: 920px;
  max-height: 128px;
}

.kugenuma_sec_01 {
  position: relative;
  z-index: 0;
}

.kugenuma_sec_01::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/kugenuma_img002.png) no-repeat bottom center/contain;
  width: 666px;
  max-width: 44vw;
  height: 424px;
  bottom: 21%;
  right: 0;
}

@media (max-width: 1500px) {
  .kugenuma_sec_01::before {
    bottom: -4%;
  }
}

@media (min-width: 768px) {
  .kugenuma_sec_01 h2 {
    margin-bottom: 1em;
  }
}

@media (max-width: 767px) {
  .kugenuma_sec_01 .container {
    padding-inline: 0;
  }
}

@media (max-width: 767px) {
  .kugenuma_sec_01 .img_wrap {
    display: flex;
    gap: 2%;
  }
}

@media (min-width: 768px) {
  .kugenuma_sec_01 .img_wrap .img_01 {
    width: 770px;
    max-width: 42vw;
    float: right;
    margin-right: 13%;
  }
}

@media (min-width: 768px) {
  .kugenuma_sec_01 .img_wrap .img_02 {
    max-width: 35vw;
    float: right;
    text-align: right;
    margin-top: 17%;
  }
}

@media (min-width: 768px) and (min-width: 1501px) {
  .kugenuma_sec_01 .img_wrap .img_02 {
    margin-right: -21%;
  }
}

@media (max-width: 767px) {
  .kugenuma_sec_01 .img_wrap .img_02 {
    margin-top: 20%;
  }
}

@media (max-width: 767px) {
  .kugenuma_sec_01 .text_wrap {
    padding-inline: 10px;
  }
}

@media (min-width: 768px) {
  .kugenuma_sec_01 .text_wrap .txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.3;
  }
}

.kugenuma_sec_02 {
  position: relative;
}

@media (max-width: 1500px) {
  .kugenuma_sec_02 .content_row .img_wrap {
    position: relative;
    display: flex;
    gap: 2%;
  }
}

@media (max-width: 1500px) and (min-width: 768px) {
  .kugenuma_sec_02 .content_row .img_wrap {
    width: 770px;
    max-width: 48vw;
  }
}

@media (min-width: 1501px) {
  .kugenuma_sec_02 .content_row .img_wrap .img_01 {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 19vw;
  }
}

@media (min-width: 1501px) and (max-width: 1700px) {
  .kugenuma_sec_02 .content_row .img_wrap .img_01 {
    max-width: 15vw;
  }
}

@media (max-width: 1500px) {
  .kugenuma_sec_02 .content_row .img_wrap .img_01 {
    margin-top: 8%;
  }
}

@media (min-width: 1501px) {
  .kugenuma_sec_02 .content_row .img_wrap .img_02 {
    width: 770px;
    max-width: 42vw;
    margin-left: 13%;
  }
}

@media (min-width: 768px) {
  .kugenuma_sec_02 .content_row .text_wrap {
    max-width: 486px;
    margin-inline: auto 0;
  }
}

@media (min-width: 768px) and (max-width: 1500px) {
  .kugenuma_sec_02 .content_row .text_wrap {
    margin-inline: auto;
  }
}

@media (min-width: 768px) {
  .kugenuma_sec_02 .content_row .text_wrap h2 {
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) {
  .kugenuma_sec_02 .content_row .text_wrap .txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.3;
  }
}

.kugenuma_sec_03 .container {
  max-width: 1920px;
  padding: 0;
}

@media (min-width: 768px) {
  .kugenuma_sec_03 h2 {
    margin-bottom: 1em;
  }
}

.kugenuma_sec_03 .content_row {
  background: #F4F1E9;
  margin-bottom: 0;
}

.kugenuma_sec_03 .content_row > .col {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .kugenuma_sec_03 .content_row figure {
    width: 100%;
    height: 100%;
    min-height: 400px;
  }
}

@media (min-width: 768px) {
  .kugenuma_sec_03 .content_row figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 768px) {
  .kugenuma_sec_03 .content_row .text_col {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 15px;
  }
}

@media (max-width: 767px) {
  .kugenuma_sec_03 .content_row .text_col {
    padding: 20px 15px;
  }
}

@media (min-width: 768px) {
  .kugenuma_sec_03 .content_row .text_wrap {
    max-width: 588px;
    margin-inline: auto;
  }
}

.kugenuma_sec_03 .content_row .text_wrap h3 {
  position: relative;
  color: #1E8C98;
  margin-bottom: .7em;
  line-height: 1.55;
}

@media (min-width: 1024px) {
  .kugenuma_sec_03 .content_row .text_wrap h3 {
    font-size: min(3vw, 36px);
  }
}

@media (max-width: 767px) {
  .kugenuma_sec_03 .content_row .text_wrap h3 {
    margin-bottom: .5em;
  }
}

.kugenuma_sec_03 .content_row02 {
  background: #F4F1E9;
}

.kugenuma_sec_03 .content_row02 .text_wrap {
  padding-block: 80px 100px;
}

@media (max-width: 767px) {
  .kugenuma_sec_03 .content_row02 .text_wrap {
    padding: 20px 15px;
  }
}

.kugenuma_sec_03 .content_row02 .text_wrap h3 {
  color: #1E8C98;
}

@media (min-width: 1024px) {
  .kugenuma_sec_03 .content_row02 .text_wrap h3 {
    font-size: min(3vw, 36px);
  }
}

.kugenuma_sec_04 {
  position: relative;
  z-index: 0;
}

.kugenuma_sec_04::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/wp-content/uploads/kugenuma_img009.png) no-repeat center/contain;
  width: 306px;
  max-width: 25vw;
  height: 410px;
  top: 41%;
  left: 0;
}

@media (min-width: 768px) {
  .kugenuma_sec_04 h2 {
    margin-bottom: 1em;
  }
}

.kugenuma_sec_04 .menu_row:not(:last-child) {
  margin-bottom: 6%;
}

@media (min-width: 768px) {
  .kugenuma_sec_04 .menu_row .img_01 {
    width: 770px;
    max-width: 42vw;
    margin-left: 13%;
    margin-top: 10%;
  }
}

@media (min-width: 768px) {
  .kugenuma_sec_04 .menu_row .img_02 {
    text-align: left;
    margin-top: 12%;
  }
}

.kugenuma_sec_04 .menu_row .text_wrap {
  margin-bottom: 10%;
}

@media (min-width: 768px) {
  .kugenuma_sec_04 .menu_row .text_wrap .txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.3;
  }
}

@media (min-width: 768px) {
  .kugenuma_sec_04 .menu_row h3 {
    margin-bottom: .32em;
  }
}

.kugenuma_sec_04 .menu_row h3 + table:not(:last-child) {
  margin-bottom: 5.8%;
}

.kugenuma_sec_05 {
  background: #F4F1E9;
  padding-block: 8.5%;
}

.kugenuma_sec_06 {
  background: url(/wp-content/uploads/kugenuma_bg_img001.png) no-repeat center/contain;
}

.kugenuma_sec_06 .step {
  background: #fff;
}

.kugenuma_sec_07 .sns_row:not(:last-child) {
  margin-bottom: 5%;
}

/* ================================
COHAQ KUGENUMA BEAUTY page
================================ */
#kugenuma-2 section {
  margin-bottom: 8.5%;
}

#kugenuma-2 h2 {
  color: #1E8C98;
}

#kugenuma-2 h3:not(.h3_ttl) {
  border-color: #1E8C98;
}

.kugenuma-2_main_visual {
  margin-bottom: 7%;
}

@media (min-width: 640px) {
  .kugenuma-2_main_visual .main_visual_slick {
    padding-top: 31.8% !important;
    height: 600px !important;
  }
}

@media (max-width: 639px) {
  .kugenuma-2_main_visual .main_visual_slick {
    padding-top: 109.375%!important;
  }
}

.kugenuma-2_main_visual .main_visual_copy li img {
  margin-inline: auto;
  top: 41%;
  bottom: auto;
  width: 86.875%;
  max-width: 695px;
  max-height: 130px;
  margin-inline: auto;
}

.kugenuma-2_sec_01 {
  background: #F4F1E9;
  padding-block: 8.5%;
}

.kugenuma-2_sec_02 {
  background: url(/wp-content/uploads/kugenuma-2_bg_img001.png) no-repeat center/contain;
}

.kugenuma-2_sec_02 .step {
  background: #fff;
}

@media (min-width: 768px) {
  .kugenuma-2_sec_02 .tab_module_1 .tab_nav_1 li {
    width: calc((100% - (2 - 1) * 10px) / 2);
  }
}

/*# sourceMappingURL=main.css.map */
