@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-family: "shippori-mincho", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  line-height: normal !important;
}

body {
  -webkit-text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:root {
  --primary-font: "游ゴシック体", YuGothic, 游ゴシック Medium, Yu Gothic Medium,
    游ゴシック, Yu Gothic, Meiryo, sans-serif;
  --cormorant-infant-font: "Cormorant Infant", serif;
  --yu-mincho-font: "游明朝体", "游明朝", YuMincho, "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  --primary: #333333;
  --primary-light: #bbbbbb;
  --primary-dark: #1e0405;
  --secondary: #999;
  --secondary-dark: #605858;
  --primary-background-color: #231815;
  --accent-color: #8b7246;
  --border-primary: #dddddd;
  --border-primary-light: #e5e5e5;
  --border-second: #cccccc;
  --white: #ffffff;
  --black: #000;
  --hover-button-light: #f5f5f5;
  --background-red: rgba(218, 49, 12, 0.05);
  --red: #da310c;
  --blue: #0070bf;
  --green: #6fba2c;
  --orange: #ed6104;
}

/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  letter-spacing: 0.2px;
  color: #222222;
  background: #f7f5f0;
}

.wrapper {
  transition: opacity 0.8s ease-in-out;
  opacity: 0;
}

.wrapper.fade {
  opacity: 1;
  transition-delay: 0.2s;
}

/* .category .wrapper, .post-type-archive-news .wrapper, .post-type-archive-column .wrapper, .tag .wrapper, .search .wrapper, .post-type-archive .wrapper {
  opacity: 1;
} */
.l-container {
  width: 100%;
  height: auto;
  overflow-x: clip;
}

.l-content {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0 45px;
}

@media screen and (max-width: 1440px) {
  .l-content {
    max-width: 100%;
    margin: 0px auto;
  }
}
@media screen and (max-width: 834px) {
  .l-content {
    max-width: calc(100% - 50px);
    margin: 0px 25px;
    padding: 0;
  }
}
.l-content2 {
  width: 100%;
  max-width: 940px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 1160px) {
  .l-content2 {
    padding: 0px 70px;
  }
}
@media screen and (max-width: 939px) {
  .l-content2 {
    max-width: calc(100% - 90px);
    margin: 0px 45px;
    padding: 0;
  }
}
@media screen and (max-width: 834px) {
  .l-content2 {
    max-width: calc(100% - 50px);
    margin: 0px 25px;
  }
}
@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}
.c-loading {
  position: absolute;
  width: 100%;
  background-color: #f6f4ed;
  overflow: hidden;
  z-index: 99999999;
  opacity: 1;
  pointer-events: none;
}

.c-loading__content {
  width: 450px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

@media screen and (max-width: 500px) {
  .c-loading__content {
    width: 160px;
  }
}
.c-loading__content img {
  transition: all 0.8s ease-in;
  opacity: 0;
}

.c-loading__content .txt {
  width: 100%;
  height: 40px;
  background-color: #f6f4ed;
  position: absolute;
  bottom: 0;
  display: none;
}

@media screen and (max-width: 834px) {
  .c-loading__content .txt {
    height: 30px;
  }
}
.c-loading__img {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .c-loading__img svg {
    width: 168px;
    height: auto;
  }
}
.c-loading__txt {
  margin-top: 15px;
  width: 100%;
  text-align: center;
  opacity: 0;
}

@media screen and (max-width: 834px) {
  .c-loading__txt svg {
    width: 127px;
    height: auto;
  }
}
.c-loading.is-img {
  transition: all 1s ease-in;
}

.c-loading.is-img .c-loading__content {
  transition: all 0.8s ease-in;
  opacity: 1;
}

.c-loading.is-img .c-loading__content img {
  opacity: 1;
  width: 100%;
  height: auto;
}

.c-loading.is-txt .c-loading__content {
  transition: all 1s ease-in;
}

.c-loading.is-txt .c-loading__content .txt {
  opacity: 0;
  transition: all 1.2s ease-in;
}

.c-loading.is-color {
  background-color: unset;
  z-index: 222;
  opacity: 0;
}

.c-loading.is-color .c-loading__txt {
  transition: unset;
}

.c-loading.is-color .c-loading__content {
  opacity: 0;
}

.c-loading.not {
  display: none;
  background-color: unset;
  transition: unset !important;
}

.c-loading.not .c-loading__img {
  transition: unset;
  opacity: 1;
  transition: unset !important;
}

.c-loading.not .c-loading__txt {
  transition: unset;
  opacity: 1;
  transition: unset !important;
}

.c-loading.not .c-loading__content {
  fill: #ffffff;
  transition: unset !important;
}

.disableScroll {
  overflow: hidden;
}

.loading-icon {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -100px;
  z-index: 99;
}

@media screen and (max-width: 834px) {
  .loading-icon {
    bottom: -30px;
  }
}
.loading-icon .icon {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #000000;
  border-bottom: 1px solid #f7f5f0;
  border-radius: 50%;
  animation: spin 0.5s linear infinite;
}

@media screen and (max-width: 834px) {
  .loading-icon .icon {
    width: 45px;
    height: 45px;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*------------------------------------------------------------
    Sidebar
------------------------------------------------------------*/
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
.c-header {
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
}

.c-header--wap {
  width: 100%;
  background: #f7f5f0;
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  transition: all 0.5s 0.1s;
  visibility: hidden;
  transform: translateX(0%);
  opacity: 0;
}

@media screen and (max-width: 834px) {
  .c-header--wap {
    height: 100% !important;
    position: fixed;
  }
}
.c-header--wap .c-nav {
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding: 50px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .c-header--wap .c-nav {
    width: 100%;
    padding: 25px;
  }
}
.c-header--wap .c-nav .c-nav--wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.c-header--wap .c-nav .c-nav--group {
  width: 100%;
  display: grid;
  grid-template-columns: min(35%, 200px) 1fr;
  align-items: flex-start;
  gap: 0 50px;
}

.c-header--wap .c-nav .c-nav--menu {
  margin-top: 80px;
}

.c-header--wap .c-nav ul li {
  opacity: 0;
  padding-left: 0px;
  transition: 0.2s ease-in-out;
}

.c-header--wap .c-nav ul li a {
  font-family: "garamond-premier-pro", serif;
  font-size: 28px;
  color: #222222;
  display: flex;
  align-items: center;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
  transition: 0.3s ease-in-out;
  padding-left: 0px;
}

@media screen and (max-width: 834px) {
  .c-header--wap .c-nav ul li a {
    font-size: 26px;
    letter-spacing: 1.1px;
  }

  .c-header--wap .c-nav .c-nav--menu {
    margin-top: 45px;
  }

  .c-header--wap .c-nav .c-nav--group.--mobile {
    gap: 0 30px;
  }

  .c-header--wap .c-nav .c-nav--group.--mobile {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .c-header--wap .c-nav .c-nav--group li.--last-items-mb {
    grid-row: 3/3;
  }
}
.c-header--wap .c-nav ul li a span {
  color: #222222;
  font-family: "garamond-premier-pro", serif;
  font-size: 15px;
  width: auto;
  height: 13px;
  display: inline-flex;
  align-items: flex-end;
  margin-right: 22px;
  letter-spacing: 0;
  position: relative;
}

@media screen and (max-width: 834px) {
  .c-header--wap .c-nav ul li a span {
    font-size: 14px;
    margin-right: 21px;
  }
}
.c-header--wap .c-nav ul li a span::after {
  content: "";
  background: #222222;
  width: 10px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
}

.c-header--wap .c-nav ul li a:hover {
  padding-left: 10px;
}

@media screen and (max-width: 834px) {
  .c-header--wap .c-nav ul li a:hover {
    padding-left: 0;
  }
}

.c-header--wap .c-nav ul li.style2 .title {
  color: #222222;
  font-family: "garamond-premier-pro", serif;
  font-size: 16px;
  margin-bottom: 16px;
}

@media screen and (max-width: 834px) {
  .c-header--wap .c-nav ul li.style2 .title {
    font-size: 15px;
  }
}
.c-header--wap .c-nav ul li.style2 a {
  font-family: "shippori-mincho", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", sans-serif;
  font-size: 14px;
  letter-spacing: 0.2px;
  margin-bottom: 12px;
  color: #5f5e5c;
}

@media screen and (max-width: 834px) {
  .c-header--wap .c-nav ul li.style2 a {
    font-size: 13px;
  }
}
.c-header--wap .c-nav ul li.style2 a:hover {
  padding-left: 0px;
  opacity: 0.4;
}

.c-header--wap .c-nav ul li.style2.v2 {
  margin-top: 33px;
}

@media screen and (max-width: 834px) {
  .c-header--wap .c-nav ul li.style2.v2 {
    margin-top: 26px;
  }
}

.c-header--wap .c-nav ul li a.menu-mail {
  width: 100%;
  max-width: 250px;
  margin: 0;
  padding: 0;
  border: 1px solid #5f5e5c;
}

.c-header--wap .c-nav ul li a.menu-mail:hover {
  opacity: 1 !important ;
  color: #fff;
  background: #222;
  border: 1px solid #222;
}

.c-header-bottom {
  position: absolute;
  padding: 0 47px;
  left: 0;
  bottom: 35px;

  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-header-bottom .social {
  display: flex;
  align-items: center;
  gap: 20px;
}

.c-header-bottom .social svg {
  display: block;
}

@media screen and (max-width: 834px) {
  .c-header-bottom {
    padding: 0 25px;
    bottom: 25px;
  }
}
/* .c-header--wap .c-nav .copy-right {
  position: absolute;
  right: 40px;
  bottom: 33px;
}

@media screen and (max-width: 834px) {
  .c-header--wap .c-nav .copy-right {
    right: 34px;
    bottom: 25px;
  }
} */
.c-header--wap .c-nav .copy-right p {
  color: #5f5e5c;
  font-family: "garamond-premier-pro", serif;
  letter-spacing: 0.3px;
  font-size: 12px;
}

.c-header--wap .c-nav .copy-right p span {
  color: #5f5e5c;
  font-family: "shippori-mincho", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", sans-serif;
  font-size: 12px;
}

.c-header--wap .bg {
  width: 50%;
  height: 100%;
  background: var(
      --chain-tier-header-wap-bg,
      url("../images_chaintier/europe/paris/1.jpg")
    )
    no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 834px) {
  .c-header--wap .bg {
    display: none;
  }
}
.c-header--nav02 .c-btnv {
  width: -moz-max-content;
  width: max-content;
  height: 50px;
  top: 25px;
  left: 33px;
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.2s ease-in;
}

@media screen and (max-width: 834px) {
  .c-header--nav02 .c-btnv {
    left: 10px;
    top: 5px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
.c-header--nav02 .c-btnv .txt {
  position: absolute;
  left: 62px;
  opacity: 1;
  color: #222222;
  font-family: "garamond-premier-pro", serif;
  letter-spacing: 0.7px;
  font-size: 19px;
  transition: opacity 0.2s ease-in, color 0.2s ease-in;
}

@media screen and (max-width: 834px) {
  .c-header--nav02 .c-btnv .txt {
    display: none;
  }
}
.c-header--nav02 .c-btnv .txt.off {
  opacity: 0;
}

.c-header--nav02 .c-btnv .icon {
  position: relative;
  width: 50px;
  height: 50px;
}

.c-header--nav02 .c-btnv .icon div {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 7px;
}

@media screen and (max-width: 834px) {
  .c-header--nav02 .c-btnv .icon div {
    width: 18px;
  }
}
.c-header--nav02 .c-btnv .icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222222;
  border-radius: 1px;
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}

.c-header--nav02 .c-btnv .icon span:first-of-type {
  top: 0;
}

.c-header--nav02 .c-btnv .icon span:last-of-type {
  bottom: 0;
}

@media (min-width: 1024px) {
  .c-header--nav02 .c-btnv:hover {
    opacity: 0.7;
  }
  .c-header--nav02 .c-btnv:hover .icon span:first-of-type {
    width: 30px;
  }
  .c-header--nav02 .c-btnv:hover .icon span:last-of-type {
    width: 15px;
  }
}
.c-header--nav02 .link1 {
  width: auto;
  display: block;
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  transition: opacity 0.2s ease-in;
}

.c-header--nav02 .link1 a {
  display: block;
}

@media screen and (max-width: 834px) {
  .c-header--nav02 .link1 {
    top: 17px;
  }
  .c-header--nav02 .link1 img {
    width: 114px;
    height: auto;
  }
}
.c-header--nav02 .link2 {
  width: auto;
  display: block;
  position: absolute;
  top: 39px;
  right: 45px;
  opacity: 1;
  transition: opacity 0.2s ease-in;
}

@media screen and (max-width: 834px) {
  .c-header--nav02 .link2 {
    top: 19px;
    right: 25px;
  }
}
.c-header--nav02 .link2 a {
  font-family: "garamond-premier-pro", serif;
  font-size: 19px;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 834px) {
  .c-header--nav02 .link2 a {
    font-size: 13px;
  }
}
.c-header.is-active .c-header--wap {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
}

.c-header.is-active .c-header--wap .c-nav ul li {
  opacity: 1;
  padding-left: 0px;
  transition: ease-in 0.2s;
}

.c-header.is-active .c-btnv .txt {
  opacity: 0;
  color: #222222;
}

.c-header.is-active .c-btnv .txt.off {
  opacity: 1;
  color: #222222;
}

.c-header.is-active .c-btnv .icon div span {
  background-color: #222222;
}

.c-header.is-active .c-btnv .icon div span:first-of-type {
  transform: rotate(45deg);
  top: 3px;
}

.c-header.is-active .c-btnv .icon div span:last-of-type {
  transform: rotate(-45deg);
  bottom: 3px;
}

.c-header.is-active .c-btnv .icon span:first-of-type,
.c-header.is-active .c-btnv .icon span:last-of-type {
  width: 20px;
}

/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
.c-footer {
  width: 100%;
  height: auto;
  background: #efece5;
  padding: 57px 0px 35px;
  position: relative;
  margin-top: 250px;
}
.p-top .c-footer {
  margin-top: 0px;
}

@media screen and (max-width: 834px) {
  .c-footer {
    padding: 45px 0px 25px;
    margin-top: 120px;
  }
}
.c-footer .l-content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 834px) {
  .c-footer .l-content {
    display: block;
  }
}
.c-footer .l-content .c-nav {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 834px) {
  .c-footer .l-content .c-nav {
    width: 100%;
    margin-bottom: 30px;
  }
}
.c-footer .l-content .c-nav h2 {
  font-size: 16px;
  font-weight: 400;
  font-family: "garamond-premier-pro", serif;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

@media screen and (max-width: 834px) {
  .c-footer .l-content .c-nav h2 {
    margin-bottom: 20px;
  }
}
.c-footer .l-content .c-nav ul li a {
  color: #5f5e5c;
  font-size: 14px;
  display: block;
  margin-bottom: 16px;
}

.c-footer .l-content .block1 {
  grid-column: 1/5;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}

.c-footer .l-content .c-nav .footer-mail {
  font-size: 14px;
  background: transparent;
}

.c-footer .l-content .c-nav .footer-mail:hover {
  background: #222;
}

.c-footer .l-content .f_bottom {
  display: flex;
  align-items: center;
  gap: 20px;
}

.c-footer .l-content .f_bottom svg {
  display: block;
}

@media screen and (max-width: 834px) {
  .c-footer .l-content .c-nav ul li a {
    color: #5f5e5c;
    font-size: 13px;
    display: block;
    margin-bottom: 12px;
  }

  .c-footer .l-content .f_bottom {
    gap: 15px;
  }

  .c-footer .l-content .block1 {
    margin-top: 75px;
  }

  .c-footer .l-content .c-nav .footer-mail {
    font-size: 13px;
  }
}
.c-footer .l-content .block1 .copy-right {
  margin-left: 25px;
  color: #5f5e5c;
  font-family: "garamond-premier-pro", serif;
  letter-spacing: 0.3px;
  font-size: 12px;
  line-height: 1.2;
}
.c-footer .l-content .block1 .copy-right a {
  margin-right: 30px;
}
@media screen and (max-width: 834px) {
  .c-footer .l-content .block1 .copy-right {
    margin-left: 10px;
  }

  .c-footer .l-content .block1 .copy-right a {
    margin-right: 20px;
    display: inline;
  }
  .c-footer .l-content .block1 .copy-right a img {
    width: 13px;
    height: 13px;
  }
}
.c-footer .l-content .block1 .copy-right span {
  color: #5f5e5c;
  font-family: "shippori-mincho", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", sans-serif;
  font-size: 12px;
}

@media screen and (max-width: 834px) {
  .c-footer .l-content .block1 .copy-right span {
    font-size: 10px;
  }
}
.c-footer .l-content .block1 a:hover img {
  opacity: 0.7;
}

.c-footer .icon-top {
  position: relative;
  width: auto;
  display: inline-block;
  font-size: 16px;
  font-family: "garamond-premier-pro", serif;
  padding-right: 27px;
  letter-spacing: 0.7px;
  cursor: pointer;
}

@media screen and (max-width: 834px) {
  .c-footer .icon-top {
    font-size: 14px;
    padding-right: 20px;
  }
}
.c-footer .icon-top span {
  border: solid #222222;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-135deg);
  position: absolute;
  top: 8px;
  right: 0px;
}

@media screen and (max-width: 834px) {
  .c-footer .icon-top span {
    padding: 3px;
  }
}
/*------------------------------------------------------------
    btn
------------------------------------------------------------*/
.c-btn01 {
  width: 100%;
  height: auto;
  text-align: right;
}

.c-btn01 a {
  font-size: 15px;
  position: relative;
  display: inline-block;
  width: auto;
  padding-right: 80px;
  transition: ease-in-out 0.2s;
}

@media screen and (max-width: 834px) {
  .c-btn01 a {
    font-size: 14px;
    padding-right: 60px;
  }
}
.c-btn01 a .c-arrow1 {
  transition: ease-in-out 0.2s;
  display: block;
  position: absolute;
  bottom: 4px;
  right: 0px;
  height: 1px;
  width: 60px;
  background: #222222;
}

@media screen and (max-width: 834px) {
  .c-btn01 a .c-arrow1 {
    width: 45px;
  }
}
.c-btn01 a .c-arrow1:before {
  content: "";
  position: absolute;
  bottom: 2px;
  right: -7px;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #222222;
  transform: rotate(45deg);
}

.c-btn01 a:hover {
  opacity: 0.7;
}

.c-btn01 a:hover .c-arrow1 {
  opacity: 0.7;
  right: -5px;
}

.c-btn02 {
  width: auto;
  height: 45px;
  padding: 0px 30px;
  border-radius: 30px;
  border: 1px solid #222222;
  background: #f7f5f0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "shippori-mincho", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", sans-serif;
  font-size: 15px;
  box-sizing: border-box;
  transition: ease-in-out 0.2s;
  cursor: pointer;
}

@media screen and (max-width: 834px) {
  .c-btn02 {
    height: 40px;
    font-size: 14px;
  }
}
.c-btn02:hover {
  background: #222222;
  color: #fff;
  opacity: 1;
}

.c-btn03 {
  width: auto;
  height: 60px;
  padding: 0px 30px;
  border-radius: 30px;
  border: 1px solid #b1a289;
  background: #b1a289;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "shippori-mincho", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  transition: ease-in-out 0.2s;
  cursor: pointer;
}

@media screen and (max-width: 834px) {
  .c-btn03 {
    height: 45px;
    font-size: 14px;
  }
}
.c-btn03:hover {
  background: #fff;
  color: #222222;
  opacity: 1;
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title01 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.58;
}

@media screen and (max-width: 834px) {
  .c-title01 {
    font-size: 20px;
  }
}
.c-title02 {
  width: 100%;
  height: auto;
}

.c-title02 h2 {
  font-family: "garamond-premier-pro", serif;
  font-size: 28px;
  display: flex;
  align-items: center;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
  font-weight: 400;
  margin-top: 20px;
}

@media screen and (max-width: 834px) {
  .c-title02 h2 {
    font-size: 22px;
    margin-top: 15px;
  }
}
.c-title02 span.number {
  color: #222222;
  font-family: "garamond-premier-pro", serif;
  font-size: 18px;
  width: 100%;
  height: 13px;
  display: inline-flex;
  align-items: flex-end;
  position: relative;
}

@media screen and (max-width: 834px) {
  .c-title02 span.number {
    font-size: 16px;
  }
}
.c-title02 span.number::after {
  content: "";
  background: #222222;
  width: 10px;
  height: 1px;
  position: absolute;
  left: 3px;
  bottom: 0px;
}

.c-title02 .txt {
  font-size: 14px;
  display: block;
  padding-top: 10px;
}

.c-title03 h3 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.58;
  font-family: "garamond-premier-pro", serif;
  padding-bottom: 10px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 834px) {
  .c-title02 .txt {
    font-size: 12px;
    padding-top: 5px;
  }
  .c-title03 h3 {
    font-size: 20px;
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 834px) {
  .c-title03 span {
    font-size: 12px;
  }
}
.c-text01 {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 834px) {
  .c-text01 {
    font-size: 14px;
  }
}
.c-text02 {
  font-size: 15px;
  line-height: 2;
}

@media screen and (max-width: 834px) {
  .c-text02 {
    font-size: 14px;
  }
}
/*------------------------------------------------------------
   Table
------------------------------------------------------------*/
/*------------------------------------------------------------
   Select, input,...
------------------------------------------------------------*/
/*------------------------------------------------------------
  List
------------------------------------------------------------*/
.c-nav03 {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 394px;
  width: 100%;
  right: 45px;
}

@media screen and (max-width: 1440px) {
  .c-nav03 {
    max-width: calc(100% - 90px);
    margin: 0px 45px;
    left: 0;
    transform: translateX(0%);
  }
}
@media screen and (max-width: 834px) {
  .c-nav03 {
    max-width: 100%;
    margin: 0px;
    top: 0px;
    position: relative;
    margin-top: 40px;
  }
}
.c-nav03 ul {
  display: flex;
}

@media screen and (max-width: 834px) {
  .c-nav03 ul {
    flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .c-nav03 ul li {
    width: 100%;
  }
}
.c-nav03 ul li a {
  padding: 0px 12px;
}

@media screen and (max-width: 834px) {
  .c-nav03 ul li a {
    font-size: 13px;
    padding: 6px 0px;
    display: block;
  }
}
.c-nav03 ul li:last-child a {
  padding-right: 0px;
}

.nav-title {
  display: block;
  position: fixed;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  left: 45px;
}

.nav-title p {
  font-size: 18px;
  font-family: "garamond-premier-pro", serif;
  writing-mode: vertical-lr;
  letter-spacing: 1.5px;
}

.nav-title.v2 {
  left: auto;
  right: 45px;
}

.nav-title.v2 p {
  font-size: 15px;
  font-family: "shippori-mincho", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", sans-serif;
}

.nav-news {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b1a289;
  position: fixed;
  z-index: 999999;
  bottom: 0;
}

.nav-news a {
  font-size: 15px;
  color: #fff;
  position: relative;
  padding-right: 85px;
}

.nav-news a .arrow {
  position: absolute;
  height: 1px;
  right: 0;
  top: calc(50% + 3px);
  width: 50px;
  background: #fff;
}

.nav-news a .arrow:before {
  content: "";
  position: absolute;
  bottom: 2px;
  right: -3px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 834px) {
  .nav-news {
    height: 50px;
  }
  .nav-news a {
    font-size: 13px;
    padding-right: 40px;
  }
  .nav-news a .arrow {
    width: 25px;
  }
}
.is-nav1 {
  opacity: 0;
  pointer-events: none;
  transition: ease-in-out 0.5s;
}

.is-nav1.active {
  opacity: 1;
  pointer-events: visible;
}

/*------------------------------------------------------------
   Breadcrumb
------------------------------------------------------------*/
/*------------------------------------------------------------
   Select, input,...
------------------------------------------------------------*/
.c-form {
  width: 100%;
  text-align: left;
  margin: 80px auto 0;
  border-top: 1px solid #d2d1cc;
}

@media screen and (max-width: 834px) {
  .c-form {
    padding-top: 0px;
    margin: 45px auto 0;
  }
}
.c-form .c-form02,
.c-form .c-form01 {
  display: none;
}

.c-form .c-form02.on,
.c-form .c-form01.on {
  display: block;
}

.c-form .active-form input,
.c-form .active-form textarea {
  background-color: transparent;
  border: none;
  pointer-events: visible;
  box-shadow: 0 0 0 1000px #f7f5ef inset;
}

/* .c-form .active-form input,
.c-form .active-form textarea {
  background-color: #fff;
  border: solid 1px #D2D1CC;
  pointer-events: visible;
} */
@media screen and (max-width: 834px) {
  .c-form .active-form input,
  .c-form .active-form textarea {
    height: 25px;
    padding: 0 10px 0 0;
  }
}
@media screen and (max-width: 834px) {
  .c-form .active-form textarea {
    height: 150px;
  }
}
.c-form .active-form .color {
  color: #b1a289;
}

/* .c-form .active-form .color {
  color: #ea5037;
} */
.c-form .active-form .block2 .box2 .form-group {
  pointer-events: visible;
  background: #fff;
}

.c-form .active-form .block2 .box3 {
  opacity: 1;
  pointer-events: visible;
}

.c-form .w2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.c-form .w2 .box {
  width: calc(50% - 5px);
}

.c-form .w2 .box input {
  font-family: "shippori-mincho", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", sans-serif;
  font-weight: 400;
  -webkit-box-shadow: 0 0 0 1000px #f7f5ef inset !important;
  box-shadow: 0 0 0 1000px #f7f5ef inset !important;
}
.c-form .w2 .box input:-webkit-autofil {
  box-shadow: 0 0 0 1000px #f7f5ef inset;
}

.c-form .c-select dl dt .color {
  color: #b1a289;
}

/* .c-form .c-select dl dt .color {
  color: #ea5037;
} */
.c-form .custom-select {
  width: 100%;
  height: auto;
  position: relative;
}

.c-form .custom-select select {
  width: calc(100% - 45px);
  height: 56px;
  background-color: #f7f5f0;
  border: solid 1px #f7f5f0;
  pointer-events: visible;
  box-sizing: border-box;
  font-weight: normal;
  border-radius: 5px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 135%;
  font-family: "shippori-mincho", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", sans-serif;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  background: url("../images/ic_arrow3.png") no-repeat center right #f7f5f0;
  -webkit-appearance: none;
  background-size: 18px auto;
  color: #000;
}

@media screen and (max-width: 834px) {
  .c-form .custom-select select {
    width: calc(100% - 15px);
    height: auto;
    padding: 0px;
    font-size: 16px;
    background-size: 15px auto;
  }
}
.c-form .custom-select select::-moz-placeholder {
  color: #a2a19e;
  font-size: 15px;
  font-family: "shippori-mincho", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", sans-serif;
  font-weight: 400;
}

.c-form .custom-select select::placeholder {
  color: #a2a19e;
  font-size: 15px;
  font-family: "shippori-mincho", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  .c-form .custom-select select::-moz-placeholder {
    font-size: 13px;
  }
  .c-form .custom-select select::placeholder {
    font-size: 13px;
  }
}
.c-form .custom-select select:focus {
  border: solid 1px #f7f5f0;
}

.c-form select:invalid {
  color: #a2a19e;
  font-size: 15px;
  font-family: "shippori-mincho", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  .c-form select:invalid {
    font-size: 16px;
  }
}
.c-form input,
.c-form textarea {
  width: 100%;
  height: 56px;
  background-color: #f7f5f0;
  box-sizing: border-box;
  border: solid 1px #f7f5f0;
  font-weight: normal;
  border-radius: 5px;
  padding: 0 15px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  font-family: "shippori-mincho", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", sans-serif;
  font-weight: 400;
  pointer-events: none;
  -webkit-box-shadow: 0 0 0 1000px #f7f5ef inset !important;
  box-shadow: 0 0 0 1000px #f7f5ef inset !important;
}

@media screen and (max-width: 834px) {
  .c-form input,
  .c-form textarea {
    padding: 0px;
    height: auto;
    /* iOS Safari: 16px 未満だとフォーカス時にページが拡大される */
    font-size: 16px;
  }
}
.c-form input::-moz-placeholder,
.c-form textarea::-moz-placeholder {
  color: #a2a19e;
  font-size: 15px;
  font-family: "shippori-mincho", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", sans-serif;
  font-weight: 400;
}

.c-form input::placeholder,
.c-form textarea::placeholder {
  color: #a2a19e;
  font-size: 15px;
  font-family: "shippori-mincho", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  .c-form input::-moz-placeholder,
  .c-form textarea::-moz-placeholder {
    font-size: 13px;
  }
  .c-form input::placeholder,
  .c-form textarea::placeholder {
    font-size: 13px;
  }
}
/*.c-form input:focus,
.c-form textarea:focus {
  border: solid 1px #09b0bb;
}*/
.c-form textarea {
  width: 100%;
  height: 200px;
  padding: 15px;
  resize: none;
}

@media screen and (max-width: 834px) {
  .c-form textarea {
    height: 150px;
    padding: 0px 0px;
  }
}
.c-form input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.c-form .input-check {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-form .input-check label {
  margin-left: 6px;
  font-weight: 400;
  font-size: 15px;
  line-height: 135%;
  letter-spacing: 0.01em;
  cursor: pointer;
  position: relative;
}

.c-form .input-check label:before {
  content: "";
  background-color: transparent;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  padding: 7px;
  display: inline-block;
  position: relative;
  margin-right: 5px;
  top: 2px;
  cursor: pointer;
}

.c-form label.checked::after,
.c-form input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.c-form label.checked::before,
.c-form input:checked + label::before {
  background: #09b0bb;
  border: 1px solid #09b0bb;
}

.c-form dl {
  letter-spacing: 1px;
  padding: 22px 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #d2d1cc;
  position: relative;
}

@media screen and (max-width: 834px) {
  .c-form dl {
    margin-bottom: 0px;
    padding: 20px 0px;
  }
}
.c-form dl dt {
  text-align: left;
  width: 190px;
  font-weight: 400;
  font-size: 15px;
  line-height: 135%;
}

@media screen and (max-width: 834px) {
  .c-form dl dt {
    font-size: 13px;
  }
}
.c-form dl dt.txt {
  height: 200px;
  padding-top: 15px;
}

.c-form dl dt.txt .color {
  position: relative;
  top: 0px;
  right: 0px;
}

@media screen and (max-width: 834px) {
  .c-form dl dt.txt .color {
    top: auto;
    right: auto;
  }
}
@media screen and (max-width: 834px) {
  .c-form dl dt.txt {
    height: auto;
    padding-top: 0px;
  }
}
@media screen and (max-width: 834px) {
  .c-form dl dt {
    width: 100%;
    padding-bottom: 10px;
  }
}
.c-form dl dt .color {
  margin-left: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 135%;
  letter-spacing: 0.01em;
  color: #b1a289;
}

@media screen and (max-width: 834px) {
  .c-form dl dt .color {
    font-size: 13px;
  }
}
.c-form dl dd {
  width: calc(100% - 190px);
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  word-break: break-word;
  position: relative;
}

@media screen and (max-width: 834px) {
  .c-form dl dd {
    min-height: 10px;
  }
}
.c-form dl dd span.errorMsg {
  font-weight: 500;
  font-size: 13px;
  line-height: 135%;
  letter-spacing: 0.01em;
  color: #ea5037;
  position: absolute;
  bottom: -5px;
  display: block;
  margin-left: 15px;
}

@media screen and (max-width: 834px) {
  .c-form dl dd span.errorMsg {
    font-size: 11px;
    bottom: -15px;
    margin-left: 0px;
  }
}
/*.c-form dl dd textarea.errorMsg,
.c-form dl dd input.errorMsg {
  border: solid 1px #ea5037;
}*/
@media screen and (max-width: 834px) {
  .c-form dl dd {
    width: 100%;
  }
}
.c-form .block2 {
  width: 100%;
  height: auto;
  padding-top: 80px;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .c-form .block2 {
    padding-top: 45px;
  }
}
.c-form .block2 .box2 {
  width: 100%;
  height: 100px;
  background: #efece5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

@media screen and (max-width: 834px) {
  .c-form .block2 .box2 {
    height: 110px;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 1.5;
    align-items: flex-start;
    align-content: center;
  }
}
.c-form .block2 .box2 .title {
  font-size: 15px;
  display: block;
  margin-right: 30px;
}

@media screen and (max-width: 834px) {
  .c-form .block2 .box2 .title {
    margin-right: 0;
    width: 100%;
  }
}
.c-form .block2 .box2 .form-group {
  display: block;
  pointer-events: none;
  background: #e2e2e2;
}

@media screen and (max-width: 834px) {
  .c-form .block2 .box2 .form-group {
    display: flex;
    width: 20px;
    height: 20px;
    margin-top: 10px;
  }
}
.c-form .block2 .box2 .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.c-form .block2 .box2 .form-group label {
  position: relative;
  cursor: pointer;
}

.c-form .block2 .box2 .form-group label:before {
  content: "";
  -webkit-appearance: none;
  padding: 15px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

@media screen and (max-width: 834px) {
  .c-form .block2 .box2 .form-group label:before {
    padding: 10px;
  }
}
.c-form .block2 .box2 .form-group input:checked + label:after {
  content: "";
  background: #fff;
  border: unset;
  display: block;
  position: absolute;
  top: -2px;
  left: 10px;
  width: 8px;
  height: 16px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media screen and (max-width: 834px) {
  .c-form .block2 .box2 .form-group input:checked + label:after {
    top: 3px;
    left: 7px;
    width: 5px;
    height: 12px;
  }
}
.c-form .block2 .box2 .form-group label.checked::before,
.c-form .block2 .box2 .form-group input:checked + label::before {
  background: #fff;
  border: unset;
}

.c-form .block2 .box3 {
  width: 100%;
  height: auto;
  background: #efece5;
  display: inline-block;
  font-size: 15px;
  box-sizing: border-box;
  padding: 25px 40px;
  opacity: 0.5;
  pointer-events: none;
}

@media screen and (max-width: 834px) {
  .c-form .block2 .box3 {
    padding: 12px 25px;
  }
}
.c-form .block2 .box3 .stylecheckbox {
  position: relative;
  width: 100%;
  height: auto;
  text-align: left;
  display: flex;
  padding: 10px 0px;
}

@media screen and (max-width: 834px) {
  .c-form .block2 .box3 .stylecheckbox {
    padding: 8px 0px;
  }
}
.c-form .block2 .box3 .stylecheckbox label {
  font-size: 15px;
  padding-left: 30px;
  line-height: 20px;
  cursor: pointer;
  transition: ease-in 0.2s;
}

@media screen and (max-width: 834px) {
  .c-form .block2 .box3 .stylecheckbox label {
    font-size: 12px;
    line-height: 20px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 375px) {
  .c-form .block2 .box3 .stylecheckbox label,
  .c-form .block2 .box3 .stylecheckbox span {
    font-size: 11px !important;
  }
}

.c-form .block2 .box3 .stylecheckbox label:hover {
  opacity: 0.5;
}

.c-form .block2 .box3 .stylecheckbox label::after {
  display: none;
}

.c-form .block2 .box3 .stylecheckbox input[type="checkbox"] {
  position: absolute;
  border: 0px solid #fff;
  border-radius: 0px;
  background: #fff;
  cursor: pointer;
  line-height: 0;
  margin: 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  opacity: 1;
  display: block;
}

@media screen and (max-width: 834px) {
  .c-form .block2 .box3 .stylecheckbox input[type="checkbox"] {
    width: 15px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.c-form .block2 .box3 .stylecheckbox input[type="checkbox"]:hover {
  opacity: 1;
}

.c-form .block2 .box3 .stylecheckbox input[type="checkbox"]:checked {
  background-color: #fff;
  opacity: 1;
}

.c-form .block2 .box3 .stylecheckbox input[type="checkbox"]:checked::before {
  border: solid #000;
  border-width: 0 2px 2px 0;
}

.c-form .block2 .box3 .stylecheckbox input[type="checkbox"]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

/*------------------------------------------------------------
  paginate
------------------------------------------------------------*/
/*------------------------------------------------------------
   Select, input,...
------------------------------------------------------------*/
/*------------------------------------------------------------
   Others
------------------------------------------------------------*/
.js-fade {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.js-fade.inview {
  opacity: 1;
}

a {
  transition: ease-in-out 0.2s;
}

a:hover {
  opacity: 0.65;
}

.p-top {
  background: #f7f5f0;
}

.p-top .c-header--nav02 .c-btnv .txt {
  color: #ffffff;
}

.p-top .c-header--nav02 .c-btnv .icon span {
  background-color: #ffffff;
}

.p-top .c-header--nav02 .link1,
.p-top .c-header--nav02 .link2 {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in;
}

.p-top .c-header--nav02.active .c-btnv .icon span {
  background-color: #222222;
}

.p-top .c-header--nav02.active .c-btnv .txt {
  color: #222222;
}

.p-top .c-header--nav02.active .link1,
.p-top .c-header--nav02.active .link2 {
  opacity: 1;
  pointer-events: visible;
}

.c-mainvisual {
  width: 100%;
  position: relative;
}

.c-mainvisual .logo-l {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.c-mainvisual .logo-l img {
  width: 450px;
  height: auto;
}

@media screen and (max-width: 500px) {
  .c-mainvisual .logo-l {
    width: 160px;
  }
  .c-mainvisual .logo-l img {
    width: 100%;
    height: auto;
  }
}

/* Liver (ChainTier): logo-l / logo-l2 widths via <Liver branch={{ ... }}> CSS variables */
.liver-loading.c-loading .c-loading__content {
  width: var(--tier-logo-l2-w, 450px);
}
@media screen and (max-width: 500px) {
  .liver-loading.c-loading .c-loading__content {
    width: var(--tier-logo-l2-w-sp, 160px);
  }
}
/* *Sp を指定したとき: picture の (max-width:834px) と同じ帯でも SP 幅を反映
   （liver-page--sp-l2 は親、liver-loading は子の .c-loading に付与） */
@media screen and (max-width: 834px) {
  .liver-page--sp-l2 .liver-loading.c-loading .c-loading__content {
    width: var(--tier-logo-l2-w-sp, 160px);
  }
}
.liver-page .c-mainvisual .logo-l img {
  width: var(--tier-logo-l-w, 450px);
  height: auto;
}
@media screen and (max-width: 500px) {
  .liver-page .c-mainvisual .logo-l {
    width: var(--tier-logo-l-w-sp, 160px);
  }
  .liver-page .c-mainvisual .logo-l img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  .liver-page--sp-l .c-mainvisual .logo-l {
    width: var(--tier-logo-l-w-sp, 160px);
  }
  .liver-page--sp-l .c-mainvisual .logo-l img {
    width: 100%;
    height: auto;
  }
}
.c-mainvisual .c-slide01 {
  width: 100%;
  height: 100%;
}

.c-mainvisual .c-slide01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-mainvisual .c-news {
  position: absolute;
  left: 45px;
  bottom: 22px;
  z-index: 999;
  color: #fff;
  width: 100%;
  max-width: 400px;
}

@media screen and (max-width: 834px) {
  .c-mainvisual .c-news {
    width: calc(100% - 85px);
    left: 25px;
    bottom: 10px;
  }
  .c-mainvisual .c-news .ticker {
    height: auto;
  }
}
.c-mainvisual .c-news .title {
  font-family: "garamond-premier-pro", serif;
  font-size: 20px;
  padding-top: 20px;
  letter-spacing: 0.4px;
  font-weight: 400;
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 834px) {
  .c-mainvisual .c-news .title {
    font-size: 15px;
    letter-spacing: 0.7px;
    margin-bottom: -5px;
  }
}
.c-mainvisual .c-news .ticker {
  width: 100%;
  height: 50px;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .c-mainvisual .c-news .ticker {
    height: 43px;
  }
}
.c-mainvisual .c-news ul {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.c-mainvisual .c-news ul li {
  width: 100%;
}

.c-mainvisual .c-news ul li a {
  width: 100%;
  line-height: 50px;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
}

@media screen and (max-width: 834px) {
  .c-mainvisual .c-news ul li a {
    font-size: 13px;
    line-height: 43px;
  }
}
.c-mainvisual .c-news ul li.swiper-slide.swiper-slide-next,
.c-mainvisual .c-news ul li.swiper-slide.swiper-slide-prev {
  opacity: 0;
  transition: ease-in-out 0.8s;
}

.c-mainvisual .c-news ul li.swiper-slide.swiper-slide-active {
  opacity: 1;
}

.c-mainvisual .c-scroll {
  position: absolute;
  z-index: 1;
  right: 36px;
  bottom: 125px;
  width: 23px;
}

@media screen and (max-width: 834px) {
  .c-mainvisual .c-scroll {
    right: 20px;
    bottom: 95px;
    width: 19px;
  }
}
.c-mainvisual .c-scroll p {
  color: #ffffff;
  font-size: 17px;
  font-family: "garamond-premier-pro", serif;
  writing-mode: vertical-lr;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 834px) {
  .c-mainvisual .c-scroll p {
    font-size: 14px;
  }
}
.c-mainvisual .c-scroll .arrow {
  position: absolute;
  top: 64px;
  left: 7px;
  height: 60px;
  width: 1px;
  background: #fff;
  animation-name: animate;
  animation-duration: 1.5s;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: normal;
}

@media screen and (max-width: 834px) {
  .c-mainvisual .c-scroll .arrow {
    top: 49px;
    left: 6px;
  }
}
.c-mainvisual .c-scroll .arrow:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

@keyframes animate {
  0% {
    transform: translateY(0);
    opacity: 0.5;
  }
  45% {
    transform: translateY(18px);
    opacity: 1;
  }
  75% {
    transform: translateY(30px);
    opacity: 0.2;
  }
  100% {
    transform: translateY(40px);
    opacity: 0;
  }
}
.top-sec01 {
  width: 100%;
  display: block;
  padding-top: 200px;
}

@media screen and (max-width: 834px) {
  .top-sec01 {
    padding-top: 120px;
  }
}
.top-sec01 .block {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 75px;
}

.top-sec01 .block .c-title01,
.top-sec01 .block .c-text01 {
  width: 50%;
}

.top-sec01 .block .c-text01 span {
  margin-left: -6px;
}

.top-sec01 .block .c-text01 br.sp-only,
.top-sec01 .block .c-text01 br.sp-only-375 {
  display: none;
}

@media screen and (max-width: 834px) {
  .top-sec01 .block .c-title01,
  .top-sec01 .block .c-text01 {
    width: 100%;
  }
  .top-sec01 .block .c-text01 br.sp-only {
    display: block;
  }
}
@media screen and (max-width: 375px) {
  .top-sec01 .block .c-text01 br.sp-only-375 {
    display: block;
  }
}
.top-sec01 .block .c-title01 {
  /*position: sticky;
  top: 200px;*/
  font-size: 26px;
  line-height: 1.5;
}

@media screen and (max-width: 834px) {
  .top-sec01 .block .c-title01 {
    position: relative;
    top: 0px;
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 834px) {
  .top-sec01 .block {
    padding-bottom: 120px;
  }
  .top-sec01 .block .c-title01 {
    margin-bottom: 60px;
  }
}
.top-sec01 .c-img1,
.top-sec01 .c-img1 img {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .top-sec01 .c-img1 {
    width: calc(100% - 30px);
    margin-left: -25px;
  }
  .top-sec01 .c-img1 .c-img {
    width: 100%;
    display: block;
  }
}
.top-sec02 {
  width: 100%;
  display: block;
  padding-top: 300px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .top-sec02 {
    padding-top: 60px;
  }
}
.top-sec02 .l-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .top-sec02 .l-content {
    display: block;
    position: relative;
  }
}
.top-sec02 .block {
  width: 50%;
  height: auto;
  order: 2;
}

@media screen and (max-width: 834px) {
  .top-sec02 .block {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
    max-width: 100%;
    right: -25px;
  }
  .top-sec02 .block .c-slide01 {
    width: calc(100% - 60px);
    height: auto;
    position: relative;
    right: -60px;
  }
}
.top-sec02 .block.v2 {
  width: 42%;
  order: 1;
}

@media screen and (max-width: 834px) {
  .top-sec02 .block.v2 {
    padding-top: 120px;
    max-width: 100%;
    right: 0px;
    text-align: left;
    right: auto;
    width: 100%;
  }
  .top-sec02 .block.v2 .c-slide01 {
    width: 100%;
    height: auto;
    position: relative;
    right: auto;
    left: 0px;
  }
}
.top-sec02 .block.v2 .c-text02 {
  margin-top: 250px;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 834px) {
  .top-sec02 .block.v2 .c-text02 {
    margin-top: 40px;
  }
}
.top-sec02 .block.v2 .c-btn01 {
  margin: 45px 0px 80px;
}

@media screen and (max-width: 834px) {
  .top-sec02 .block.v2 .c-btn01 {
    margin: 40px 0px 120px;
  }
}
.top-sec02 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-sec02 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-sec03 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin-top: 250px;
  padding-top: 42%;
}

@media screen and (max-width: 834px) {
  .top-sec03 {
    height: auto;
    padding-top: 550px;
    margin-top: 120px;
  }
}
.top-sec03::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images_museherb/bg_salon_pc.jpg") no-repeat center;
  background-size: cover;
  content: "";
  left: 0;
  top: 0;
  transition: ease-in-out 0.5s;
}

.top-sec03.v2::after {
  background: url("../images_phytosteams/bg_tool_pc.webp") no-repeat center;
  background-size: cover;
}

.top-sec03.about-aes::after {
  background: url("../images_phytosteams/bg_aes_pc.webp") no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 834px) {
  .top-sec03::after {
    background: url("../images_phytosteams/bg_salon_sp.webp") no-repeat center;
    background-size: cover;
  }
  .top-sec03.v2::after {
    background: url("../images_phytosteams/bg_tool_sp.webp") no-repeat center;
    background-size: cover;
  }
  .top-sec03.about-aes::after {
    background: url("../images_phytosteams/bg_aes_sp.webp") no-repeat center;
    background-size: cover;
  }
}

/* Liver ページ: .top-sec03 の背景は LiverView が --liver-top-sec03-* で指定 */
.liver-page .top-sec03::after {
  background: var(
      --liver-top-sec03-bg-pc,
      url("../images_museherb/bg_salon_pc.jpg")
    )
    no-repeat center;
  background-size: cover;
}
.liver-page .top-sec03.v2::after {
  background: var(
      --liver-top-sec03-v2-bg-pc,
      url("../images_phytosteams/bg_tool_pc.webp")
    )
    no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .liver-page .top-sec03::after {
    background: var(
        --liver-top-sec03-bg-sp,
        url("../images_phytosteams/bg_salon_sp.webp")
      )
      no-repeat center;
    background-size: cover;
  }
  .liver-page .top-sec03.v2::after {
    background: var(
        --liver-top-sec03-v2-bg-sp,
        url("../images_phytosteams/bg_tool_sp.webp")
      )
      no-repeat center;
    background-size: cover;
  }
}
.top-sec03:hover::after {
  transform: scale(1.05);
}

@media screen and (max-width: 834px) {
  .top-sec03:hover::after {
    transform: scale(1);
  }
}
.top-sec03.about-aes:hover::after {
  transform: scale(1);
}

@media screen and (max-width: 834px) {
  .top-sec03.about-aes:hover::after {
    transform: scale(1);
  }
}
.top-sec03 .l-content {
  max-width: 660px;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.top-sec03 .l-content .c-title02 {
  width: auto;
  display: inline-block;
}

@media screen and (max-width: 834px) {
  /*.top-sec03 .l-content .c-title02 {
    position: absolute;
    top: 45px;
    left: 50%;
    top: 275px;
    transform: translate(-50%, -50%);
  }*/
}
.top-sec03 .l-content .c-title02 h2,
.top-sec03 .l-content .c-title02 span {
  color: #fff;
  display: block;
}

.top-sec03 .l-content .c-title02 span {
  width: 100%;
  height: auto;
  display: block;
}

.top-sec03 .l-content .c-title02 span::after {
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
}

.top-sec03 .l-content .c-text02 {
  color: #fff;
}

@media screen and (max-width: 834px) {
  .top-sec03 .l-content .c-text02 {
    color: #222222;
    margin-top: 60px;
    text-align: left;
  }
}
.top-sec03 .c-btn01 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 11;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 834px) {
  /*.top-sec03 .c-btn01 {
    box-sizing: border-box;
    padding: 0px 25px;
    position: relative;
    height: auto;
    margin-top: 40px;
  }*/
}
.top-sec03 .c-btn01 a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

.top-sec03.v2 .c-text02 {
  margin-top: 40px;
}

.top-sec03-sp {
  display: none;
}

@media screen and (max-width: 834px) {
  /*.top-sec03 .c-btn01 a {
    position: relative;
    opacity: 1;
    width: auto;
    left: auto;
  }*/
  .top-sec03.v2 .c-text02 {
    display: none;
  }
  .top-sec03-sp {
    display: block;
    margin: 45px 25px 0;
  }
  .top-sec03-sp .c-text02 {
    margin-bottom: 45px;
  }
  .top-sec03-sp .c-text02 br {
    display: none;
  }
}
.top-sec04 {
  width: 100%;
  display: block;
  padding-top: 300px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .top-sec04 {
    padding: 120px 0px 0px;
  }
}
.top-sec04 .l-content {
  position: relative;
}

@media screen and (max-width: 834px) {
  .top-sec04 .l-content {
    max-width: 100%;
    margin: 0;
  }
}
.top-sec04 .c-title02 {
  position: absolute;
  left: 45px;
  width: calc(100% - 45px);
  top: 0;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .top-sec04 .c-title02 {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 25px;
    padding-bottom: 40px;
    position: relative;
    left: 0;
  }
}
.top-sec04 .block1 {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 834px) {
  .top-sec04 .block1 {
    padding: 0px 25px;
    box-sizing: border-box;
  }
  .top-sec04 .block1.v3 {
    width: 100%;
    padding: 0px;
    overflow-x: scroll;
  }
  .top-sec04 .block1.v3 .c-scroll {
    width: -moz-max-content;
    width: max-content;
    height: auto;
    display: inline-flex;
    padding: 0px 25px;
  }
  .top-sec04 .block1.v3::-webkit-scrollbar {
    display: none;
  }
}
.top-sec04 .block1 .c-slide01 {
  text-align: right;
}

.top-sec04 .block1 .c-slide01 img {
  width: 74%;
}

@media screen and (max-width: 1024px) {
  .top-sec04 .block1 .c-slide01 img {
    width: 67%;
  }
}
.top-sec04 .block1 .c-slide01.v2 img {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .top-sec04 .block1 .c-slide01 {
    width: auto;
    display: inline-table;
    pointer-events: none;
  }
  .top-sec04 .block1 .c-slide01 .swiper-wrapper {
    width: auto;
    transition-property: unset !important;
    transform: unset !important;
    transition-duration: unset !important;
  }
  .top-sec04 .block1 .c-slide01 .swiper-wrapper .swiper-slide {
    transform: unset !important;
    width: 329px !important;
    opacity: 1 !important;
    margin-right: 10px;
  }
  .top-sec04 .block1 .c-slide01 .swiper-wrapper .swiper-slide img {
    width: 329px;
    height: 329px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.top-sec04 .block1 .c-slide01.v2 {
  text-align: left;
  margin-top: 150px;
}

@media screen and (max-width: 834px) {
  .top-sec04 .block1 .c-slide01.v2 {
    margin-top: 0px;
  }
  .top-sec04 .block1 .c-slide01.v2 .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0px;
  }
}
.top-sec04 .block1.v2 {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding-top: 31.4%;
}

@media screen and (max-width: 834px) {
  .top-sec04 .block1.v2 {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 0;
  }
}
.top-sec04 .block1.v2 .content {
  width: 71%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 834px) {
  .top-sec04 .block1.v2 .content {
    max-width: 100%;
    margin-top: 35px;
    position: relative;
    width: 100%;
    transform: none;
    top: 0;
    left: 0;
  }
}
.top-sec04 .block1.v2 .content .c-btn01 {
  margin-top: 45px;
}

@media screen and (max-width: 834px) {
  .top-sec04 .block1.v2 .content .c-btn01 {
    margin-top: 40px;
  }
}
.top-sec05 {
  width: 100%;
  height: auto;
  padding-top: 250px;
}

@media screen and (max-width: 834px) {
  .top-sec05 {
    padding-top: 120px;
    overflow: hidden;
  }
}
.top-sec05 .l-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 120px;
  border-bottom: 1px solid #dedcd8;
}

@media screen and (max-width: 834px) {
  .top-sec05 .l-content {
    padding-bottom: 65px;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0px;
  }
}
.top-sec05 .block1 {
  width: auto;
}

.top-sec05 .block1 .c-btn01 {
  margin-top: 40px;
}

@media screen and (max-width: 834px) {
  .top-sec05 .block1 {
    width: 100%;
    padding: 0px 25px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
  }
  .top-sec05 .block1 .c-btn01,
  .top-sec05 .block1 .c-title02 {
    width: 50%;
    margin-top: 0;
  }
  .top-sec05 .block1 .c-btn01 {
    padding-bottom: 13px;
  }
}
.top-sec05 .c-scroll {
  width: 74%;
}

@media screen and (max-width: 834px) {
  .top-sec05 .c-scroll {
    width: 100%;
    overflow-x: auto;
    margin-top: 27px;
    padding: 0 25px;
    padding-right: 0px;
  }
  .top-sec05 .c-scroll::-webkit-scrollbar {
    display: none;
  }
}
.top-sec05 .block2 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  gap: 30px;
}

@media screen and (max-width: 834px) {
  .top-sec05 .block2 {
    width: 965px;
    height: auto;
    gap: 10px;
    padding-right: 25px;
  }
}
.top-sec05 .block2 .c-item01 {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 834px) {
  .top-sec05 .block2 .c-item01 {
    padding-bottom: 15px;
  }
}
.top-sec05 .block2 .c-item01__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.top-sec05 .block2 .c-item01__img img {
  width: 100%;
  height: auto;
  transition: ease-in-out 0.3s;
}

.top-sec05 .block2 .c-item01__content {
  transition: ease-in-out 0.3s;
}

.top-sec05 .block2 .c-item01 h2 {
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
}

@media screen and (max-width: 834px) {
  .top-sec05 .block2 .c-item01 h2 {
    font-size: 13px;
    margin-top: 20px;
  }
}
.top-sec05 .block2 .c-item01 h3 {
  font-size: 15px;
  font-weight: 400;
  margin-top: 15px;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .top-sec05 .block2 .c-item01 h3 {
    font-size: 14px;
    margin-top: 12px;
  }
}
.top-sec05 .block2 .c-item01 .time {
  margin-top: 25px;
  font-size: 14px;
  font-family: "garamond-premier-pro", serif;
  color: #8c8b89;
}

@media screen and (max-width: 834px) {
  .top-sec05 .block2 .c-item01 .time {
    font-size: 13px;
    margin-top: 15px;
  }
}
.top-sec05 .block2 .c-item01:hover .c-item01__img img {
  transform: scale(1.05);
}

.top-sec05 .block2 .c-item01:hover .c-item01__content {
  opacity: 0.7;
}

/* Liver トップ：写真の表示枠を統一（.liver-page のみ） */
.liver-page .c-mainvisual .c-slide01 .swiper-slide {
  position: relative;
}
.liver-page .c-mainvisual .c-slide01 .swiper-slide picture {
  display: block;
  width: 100%;
  height: 100%;
}
.liver-page .c-mainvisual .c-slide01 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.liver-page .top-sec01 .c-img1 picture.c-img {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  display: block;
  width: 100%;
}
.liver-page .top-sec01 .c-img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media screen and (max-width: 834px) {
  .liver-page .top-sec01 .c-img1 picture.c-img {
    aspect-ratio: 2 / 1;
  }
}

.liver-page .top-sec02 .c-slide01 .swiper-slide {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.liver-page .top-sec02 .c-slide01 .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 835px) {
  /* text-align:right / left が効くよう block にしない（1枚目が左寄せに崩れるのを防ぐ） */
  /* 幅を px 上限で抑え、3:2 の高さが伸びすぎないようにする（1枚目 ~453px 高まで） */
  .liver-page .top-sec04 .block1.v3 .c-slide01:not(.v2) img {
    width: min(74%, 680px);
    max-width: 74%;
    aspect-ratio: 3 / 2;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: inline-block;
    vertical-align: top;
  }
  .liver-page .top-sec04 .block1.v3 .c-slide01.v2 img {
    width: min(50%, 540px);
    max-width: 50%;
    aspect-ratio: 3 / 2;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .liver-page .top-sec04 .block1.v3 .c-slide01:not(.v2) img {
    width: min(67%, 680px);
    max-width: 67%;
  }
}

.liver-page .top-sec05 .block2 .c-item01__img {
  aspect-ratio: 3 / 2;
  height: auto;
}
.liver-page .top-sec05 .block2 .c-item01__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.top-sec06 {
  width: 100%;
  height: auto;
  padding-top: 120px;
}

@media screen and (max-width: 834px) {
  .top-sec06 {
    padding-top: 60px;
  }
}
.top-sec06 .l-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 834px) {
  .top-sec06 .l-content {
    flex-wrap: wrap;
  }
}
.top-sec06 .block1 {
  width: auto;
}

.top-sec06 .block1 .c-btn01 {
  margin-top: 40px;
}

@media screen and (max-width: 834px) {
  .top-sec06 .block1 {
    width: 100%;
    display: flex;
    align-items: flex-end;
  }
  .top-sec06 .block1 .c-btn01,
  .top-sec06 .block1 .c-title02 {
    width: 50%;
    margin-top: 0;
  }
  .top-sec06 .block1 .c-btn01 {
    padding-bottom: 13px;
  }
}
.top-sec06 .block2 {
  width: 74%;
  height: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 834px) {
  .top-sec06 .block2 {
    padding-top: 50px;
    width: 100%;
  }
}
.top-sec06 .block2 .c-list01 {
  width: 100%;
  height: auto;
}

.top-sec06 .block2 .c-list01 li {
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .top-sec06 .block2 .c-list01 li {
    margin-bottom: 25px;
  }
}
.top-sec06 .block2 .c-list01 li:last-child {
  margin-bottom: 0px;
}

.top-sec06 .block2 .c-list01 li .title {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  font-size: 15px;
  transition: ease-in-out 0.3s;
  box-sizing: border-box;
  padding-right: 45px;
  line-height: 1.5;
}

@media screen and (max-width: 834px) {
  .top-sec06 .block2 .c-list01 li .title {
    font-size: 14px;
    flex-wrap: wrap;
    line-height: 1.5;
    padding-right: 0px;
  }
}
.top-sec06 .block2 .c-list01 li .title::after {
  content: "";
  background: url("../images/ic_arrow2.png") center no-repeat;
  background-size: 7px auto;
  width: 20px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}

@media screen and (max-width: 834px) {
  .top-sec06 .block2 .c-list01 li .title::after {
    display: none;
  }
}
.top-sec06 .block2 .c-list01 li .title:hover {
  opacity: 0.7;
}

.top-sec06 .block2 .c-list01 li .day {
  color: #8c8b89;
  font-size: 15px;
  display: block;
  width: 100%;
  max-width: 110px;
  margin-right: 10px;
  font-family: "garamond-premier-pro", serif;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 834px) {
  .top-sec06 .block2 .c-list01 li .day {
    font-size: 13px;
    max-width: 100px;
    margin-bottom: 10px;
    margin-right: 0px;
  }
}
.top-sec06 .block2 .c-list01 li .title-slug {
  color: #000;
  font-size: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 834px) {
  .top-sec06 .block2 .c-list01 li .title-slug {
    font-size: 14px;
    line-height: 1.5;
  }
}
.top-sec06 .block2 .c-list01 li .cat {
  color: #8c8b89;
  font-size: 15px;
  display: block;
  width: 100%;
  max-width: 120px;
  margin-right: 10px;
  font-family: "garamond-premier-pro", serif;
  letter-spacing: 1px;
}

@media screen and (max-width: 834px) {
  .top-sec06 .block2 .c-list01 li .cat {
    font-size: 13px;
    max-width: calc(100% - 120px);
    margin-bottom: 10px;
  }
}
.top-sec07 {
  width: 100%;
  height: auto;
  padding-top: 250px;
  padding-bottom: 45px;
}

@media screen and (max-width: 834px) {
  .top-sec07 {
    padding-top: 120px;
    padding-bottom: 11px;
  }
}
.top-sec07 .c-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 834px) {
  .top-sec07 .c-title {
    margin-bottom: 20px;
  }
}
.top-sec07 .c-title h2 {
  font-family: "garamond-premier-pro", serif;
  font-size: 22px;
  font-weight: 400;
  margin-right: 24px;
  letter-spacing: 1px;
}

@media screen and (max-width: 834px) {
  .top-sec07 .c-title h2 {
    font-size: 20px;
    margin-right: 20px;
  }
}
.top-sec07 .c-title a {
  font-family: "garamond-premier-pro", serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

@media screen and (max-width: 834px) {
  .top-sec07 .c-title a {
    font-size: 13px;
  }
}
.top-sec07 .block {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

@media screen and (max-width: 834px) {
  .top-sec07 .block {
    flex-wrap: wrap;
    gap: 0;
  }
}
.top-sec07 .block .c-img {
  width: 100%;
  height: auto;
}

.top-sec07 .block .c-img a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 100%;
}

.top-sec07 .block .c-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 834px) {
  .top-sec07 .block .c-img {
    width: calc(50% - 7px);
    height: auto;
    margin-bottom: 14px;
  }
}
.c-video1 {
  width: 100%;
  margin-top: 250px;
  height: auto;
  overflow: hidden;
  position: relative;
  padding-top: 42%;
}

@media screen and (max-width: 834px) {
  .c-video1 {
    margin-top: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 133.3333333333%;
  }
}
.c-video1 video {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 834px) {
  .c-video1 video {
    width: auto;
    height: 100%;
  }
}

/* Liver：SP で横幅いっぱいにトリミング表示（高さは padding-top で確保） */
@media screen and (max-width: 834px) {
  .liver-page .c-video1 {
    display: block;
    width: 100%;
    padding-top: 56.25%;
  }
  .liver-page .c-video1 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
    transform: none;
  }
}

.p-about-sec01 {
  padding-top: 300px;
}

@media screen and (max-width: 834px) {
  .p-about-sec01 {
    padding-top: 120px;
  }
}
.p-about-sec01 .c-img1 {
  padding-top: 40px;
}

.p-about-sec01 .c-img1 img {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .p-about-sec01 .c-img1 {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}
.p-about-sec01 .l-content2 .c-title03 {
  padding-top: 250px;
}

@media screen and (max-width: 834px) {
  .p-about-sec01 .l-content2 .c-title03 {
    padding-top: 120px;
  }
}
.p-about-sec01 .l-content2 .c-text02 {
  margin-top: 50px;
}

.p-about-sec01 .l-content2 .c-text02 span {
  margin-left: -6px;
}

@media screen and (max-width: 834px) {
  .p-about-sec01 .l-content2 .c-text02 {
    margin-top: 45px;
  }
}
.p-about-sec01 .block {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 100px auto;
}

@media screen and (max-width: 834px) {
  .p-about-sec01 .block {
    margin: 120px auto;
  }
}
.p-about-sec01 .block .c-slide01 {
  width: 100%;
  max-width: 785px;
  padding-top: 125px;
}

@media screen and (max-width: 1260px) {
  .p-about-sec01 .block .c-slide01 {
    max-width: 60%;
  }
}
@media screen and (max-width: 834px) {
  .p-about-sec01 .block .c-slide01 {
    order: 2;
    max-width: calc(100% - 50px);
    margin-right: 50px;
    padding-top: 80px;
  }
}
.p-about-sec01 .block .c-slide01.v2 {
  max-width: 365px;
  padding: 0px;
}

@media screen and (max-width: 1260px) {
  .p-about-sec01 .block .c-slide01.v2 {
    max-width: 35%;
  }
}
@media screen and (max-width: 834px) {
  .p-about-sec01 .block .c-slide01.v2 {
    order: 1;
    max-width: calc(100% - 120px);
    margin-left: 120px;
    margin-right: 0;
  }
}
.p-about-sec02 {
  width: 100%;
  height: auto;
  display: inline-block;
  padding-top: 250px;
}

@media screen and (max-width: 834px) {
  .p-about-sec02 {
    padding-top: 120px;
  }
}
.p-about-sec02 .c-title03 {
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .p-about-sec02 .c-title03 {
    margin-bottom: 45px;
  }
}
.p-about-sec02 .c-slide03 {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .p-about-sec02 .c-slide03 {
    width: calc(100% + 25px);
    padding-right: 20px;
    box-sizing: border-box;
    padding-bottom: 45px;
  }
}
.p-about-sec02 .c-slide03 .swiper-button-prev,
.p-about-sec02 .c-slide03 .swiper-button-next {
  background: url("../images/arrow01.png") no-repeat;
  background-size: 23px;
  width: 23px;
  height: 23px;
  top: auto;
  bottom: 0px;
}

@media screen and (max-width: 834px) {
  .p-about-sec02 .c-slide03 .swiper-button-prev,
  .p-about-sec02 .c-slide03 .swiper-button-next {
    display: none;
  }
}
.p-about-sec02 .c-slide03 .swiper-button-prev::after,
.p-about-sec02 .c-slide03 .swiper-button-next::after {
  display: none;
}

.p-about-sec02 .c-slide03 .swiper-button-prev {
  transform: rotate(180deg);
  left: auto;
  right: 45px;
}

.p-about-sec02 .c-slide03 .swiper-pagination {
  width: calc(100% - 100px);
  top: auto;
  bottom: 10px;
  height: var(--swiper-pagination-progressbar-size, 1px);
}

@media screen and (max-width: 834px) {
  .p-about-sec02 .c-slide03 .swiper-pagination {
    width: calc(100% - 25px);
  }
}
.p-about-sec02
  .c-slide03
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #000;
}

.p-about-sec02 .c-slide03 .swiper-slide {
  text-align: center;
}

.p-about-sec02 .c-slide03 .swiper-slide img {
  width: 100%;
  height: auto;
}

.p-about-sec02 .c-slide03 .swiper-slide p {
  font-size: 13px;
  text-align: left;
  line-height: 1.6;
  padding-left: 25px;
  margin-top: 25px;
  position: relative;
}

.p-about-sec02 .c-slide03 .swiper-slide p span {
  position: absolute;
  left: 0px;
  top: -2px;
  font-size: 18px;
  font-family: "garamond-premier-pro", serif;
}

.p-about-sec03 {
  width: 100%;
  height: auto;
  padding-top: 250px;
}

@media screen and (max-width: 834px) {
  .p-about-sec03 {
    padding-top: 120px;
  }
}
.p-about-sec03 .c-title03 {
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .p-about-sec03 .c-title03 {
    margin-bottom: 45px;
  }
}
.p-about-sec03 .block {
  margin-top: 80px;
}

@media screen and (max-width: 834px) {
  .p-about-sec03 .block {
    margin-top: 50px;
  }
}
.p-about-sec03 .c-item {
  border-top: 1px solid #d7d8d8;
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
  display: block;
}

.p-about-sec03 .c-item:last-child {
  border-bottom: 1px solid #d7d8d8;
}

.p-about-sec03 .c-item .is-list {
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  transition: all ease-in-out 0.2s;
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.p-about-sec03 .c-item .is-list .title {
  width: 100%;
  height: auto;
  transition: all ease-in-out 0.2s;
}

.p-about-sec03 .c-item .is-list .title::after {
  content: "+";
  color: #ffffff;
  position: absolute;
  font-size: 20px;
  line-height: 1;
  right: 30px;
  top: calc(50% - 10px);
  z-index: 1;
  transition: all ease-in-out 0.2s;
  opacity: 0;
}

@media screen and (max-width: 834px) {
  .p-about-sec03 .c-item .is-list .title::after {
    opacity: 1;
    color: #222222;
    top: calc(50% - 12px);
    right: 17px;
  }
}
.p-about-sec03 .c-item .is-list .title .number {
  font-family: "garamond-premier-pro", serif;
  font-size: 16px;
  position: relative;
  top: -3px;
  transition: all ease-in-out 0.2s;
  width: 50px;
  display: inline-block;
}

@media screen and (max-width: 834px) {
  .p-about-sec03 .c-item .is-list .title .number {
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
  }
}
.p-about-sec03 .c-item .is-list .title .number::after {
  transition: all ease-in-out 0.2s;
  content: "";
  background: #222222;
  width: 10px;
  height: 1px;
  position: absolute;
  left: 2px;
  bottom: 1px;
}

.p-about-sec03 .c-item .is-list .title .en {
  font-family: "garamond-premier-pro", serif;
  font-size: 22px;
  margin-right: 30px;
  width: 220px;
  display: inline-block;
  transition: all ease-in-out 0.2s;
  letter-spacing: 1px;
}

@media screen and (max-width: 834px) {
  .p-about-sec03 .c-item .is-list .title .en {
    font-size: 19px;
    width: 100%;
    margin: 0px;
    box-sizing: border-box;
    padding-left: 36px;
    margin-top: -5px;
  }
}
.p-about-sec03 .c-item .is-list .title .ja,
.p-about-sec03 .c-item .is-list .title .ja2 {
  color: #8c8b89;
}

@media screen and (max-width: 834px) {
  .p-about-sec03 .c-item .is-list .title .ja,
  .p-about-sec03 .c-item .is-list .title .ja2 {
    font-size: 12px;
    width: 100%;
    display: inline-block;
    padding-top: 5px;
    box-sizing: border-box;
    padding-left: 35px;
  }
}
.p-about-sec03 .c-item .is-list .title .ja2 {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease-in-out 0.2s;
}

@media screen and (max-width: 834px) {
  .p-about-sec03 .c-item .is-list .title .ja2 {
    display: none;
  }
}
.p-about-sec03 .c-item .is-list.is-active .title .ja2 {
  opacity: 0;
  pointer-events: none;
}

.p-about-sec03 .c-item .is-list.is-active .title::after {
  color: #222222;
  transform: rotate(-135deg);
  opacity: 1;
}

@media screen and (min-width: 835px) {
  .p-about-sec03 .c-item .is-list.is-active:hover .title::after {
    color: #ffffff;
  }
}
@media screen and (min-width: 835px) {
  .p-about-sec03 .c-item .is-list:hover {
    background: #424926;
  }
}
@media screen and (min-width: 835px) and (max-width: 834px) {
  .p-about-sec03 .c-item .is-list:hover {
    background: unset !important;
  }
}
@media screen and (min-width: 835px) {
  .p-about-sec03 .c-item .is-list:hover .title::after {
    opacity: 1;
  }
  .p-about-sec03 .c-item .is-list:hover .title .number,
  .p-about-sec03 .c-item .is-list:hover .title .en {
    padding-left: 30px;
    color: #ffffff;
  }
  .p-about-sec03 .c-item .is-list:hover .title .ja {
    color: #ffffff;
  }
}
@media screen and (min-width: 835px) and (max-width: 834px) {
  .p-about-sec03 .c-item .is-list:hover .title .number,
  .p-about-sec03 .c-item .is-list:hover .title .en {
    padding-left: 10px;
  }
}
@media screen and (min-width: 835px) {
  .p-about-sec03 .c-item .is-list:hover .title .number::after,
  .p-about-sec03 .c-item .is-list:hover .title .en::after {
    background: #ffffff;
    left: 32px;
  }
}
@media screen and (min-width: 835px) and (max-width: 834px) {
  .p-about-sec03 .c-item .is-list:hover .title .number::after,
  .p-about-sec03 .c-item .is-list:hover .title .en::after {
    left: 12px;
  }
}
@media screen and (min-width: 835px) and (max-width: 834px) {
  .p-about-sec03 .c-item .is-list:hover .title .en {
    padding-left: 40px;
  }
}
@media screen and (min-width: 835px) {
  .p-about-sec03 .c-item .is-list:hover .title .ja {
    color: #fff;
  }
}
@media screen and (min-width: 835px) and (max-width: 834px) {
  .p-about-sec03 .c-item .is-list:hover .title .ja {
    padding-left: 40px;
  }
}
@media screen and (min-width: 835px) {
  .p-about-sec03 .c-item .is-list:hover .title .ja2 {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (min-width: 835px) {
  .p-about-sec03 .c-item:nth-child(2) .is-list:hover {
    background: #6e6b37;
  }
  .p-about-sec03 .c-item:nth-child(3) .is-list:hover {
    background: #cda700;
  }
  .p-about-sec03 .c-item:nth-child(4) .is-list:hover {
    background: #9a8250;
  }
  .p-about-sec03 .c-item:nth-child(5) .is-list:hover {
    background: #894773;
  }
  .p-about-sec03 .c-item:nth-child(6) .is-list:hover {
    background: #768530;
  }
  .p-about-sec03 .c-item:nth-child(7) .is-list:hover {
    background: #bf2a59;
  }
  .p-about-sec03 .c-item:nth-child(8) .is-list:hover {
    background: #e9d0a7;
  }
}
.p-about-sec03 .c-item .is-content {
  display: none;
  position: relative;
}

.p-about-sec03 .c-item .is-content .card1 {
  padding-top: 30px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .p-about-sec03 .c-item .is-content .card1 {
    flex-wrap: wrap;
    padding-top: 0;
  }
}
.p-about-sec03 .c-item .is-content .card1__img {
  width: 50%;
  max-width: 440px;
}

@media screen and (max-width: 834px) {
  .p-about-sec03 .c-item .is-content .card1__img {
    width: 100%;
  }
}
.p-about-sec03 .c-item .is-content .card1__txt {
  width: 50%;
  max-width: 460px;
  padding-left: 20px;
}

@media screen and (max-width: 834px) {
  .p-about-sec03 .c-item .is-content .card1__txt {
    width: 100%;
    padding-left: 0px;
    padding-top: 30px;
  }
}
.p-about-sec03 .c-item .is-content .card1__txt p {
  line-height: 1.78;
}

.p-about-sec03 .c-item .is-content .card1__txt h4 {
  margin: 35px 0px 8px;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  .p-about-sec03 .c-item .is-content .card1__txt h4 {
    margin: 30px 0px 8px;
  }
}
@media screen and (max-width: 834px) {
  .p-about-sec03 .c-item .is-content .c-scroll {
    width: calc(100% + 25px);
    overflow-x: auto;
  }
  .p-about-sec03 .c-item .is-content .c-scroll::-webkit-scrollbar {
    display: none;
  }
}
.p-about-sec03 .c-item .is-content .box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  margin-top: 60px;
  padding-bottom: 60px;
  gap: 30px;
}

@media screen and (max-width: 834px) {
  .p-about-sec03 .c-item .is-content .box {
    width: 935px;
    margin-top: 30px;
    padding-bottom: 35px;
    gap: 15px;
  }
  .p-about-sec03 .c-item:nth-child(3) .is-content .box,
  .p-about-sec03 .c-item:nth-child(7) .is-content .box,
  .p-about-sec03 .c-item:nth-child(8) .is-content .box {
    width: 625px;
  }
}
.p-about-sec03 .c-item .is-content .box .c-item1 {
  width: 100%;
  max-width: 293px;
}

.p-about-sec03 .c-item .is-content .box .c-item1 h3 {
  font-weight: 400;
  margin-top: 15px;
}

.p-about-sec04 {
  width: 100%;
  height: auto;
  margin-top: 120px;
  background: #efece5;
  padding: 120px 0px;
}

@media screen and (max-width: 834px) {
  .p-about-sec04 {
    margin-top: 80px;
    padding: 80px 0px;
  }
}
.p-about-sec04 .l-content2 {
  position: relative;
}

.p-about-sec04 h2 {
  font-family: "garamond-premier-pro", serif;
  font-size: 22px;
  font-weight: 400;
  position: absolute;
  top: 20px;
  letter-spacing: 1px;
}

@media screen and (max-width: 834px) {
  .p-about-sec04 h2 {
    position: relative;
    top: 0;
  }
}
.p-about-sec04 p {
  line-height: 1.785;
  padding: 50px 0px;
}

@media screen and (max-width: 834px) {
  .p-about-sec04 p {
    padding: 60px 0px 45px;
  }
}
.p-about-sec04 .box {
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
}

@media screen and (max-width: 834px) {
  .p-about-sec04 .box {
    flex-wrap: wrap;
  }
}
.p-about-sec04 .box > * {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .p-about-sec04 .box > * {
    width: 100%;
    order: 2;
  }
}
.p-about-sec04 .box > * img {
  width: 360px;
  height: auto;
}

.p-about-sec04 .box > * .c-btn01 {
  text-align: left;
  position: absolute;
  bottom: 20px;
}

@media screen and (max-width: 834px) {
  .p-about-sec04 .box > * .c-btn01 {
    position: relative;
    text-align: right;
    bottom: 0px;
  }
}
.p-about-sec04 .box_img {
  text-align: right;
}

@media screen and (max-width: 834px) {
  .p-about-sec04 .box_img {
    order: 1;
    text-align: center;
    padding-top: 45px;
  }
  .p-about-sec04 .box_img img {
    width: 249px;
    margin: 0 auto;
  }
}
.p-about-sec05 {
  width: 100%;
  height: auto;
  padding-top: 250px;
}

@media screen and (max-width: 834px) {
  .p-about-sec05 {
    padding-top: 120px;
  }
}
.p-about-sec05 .c-img1 {
  padding: 60px 0px;
}

@media screen and (max-width: 834px) {
  .p-about-sec05 .c-img1 {
    padding: 45px 0px;
  }
  .p-about-sec05 .c-text02 br {
    display: none;
  }
  .p-about-sec05 .c-img1 img {
    width: 100%;
  }
}
.p-about-sec05 .c-btn01 {
  margin-top: 60px;
}

@media screen and (max-width: 834px) {
  .p-about-sec05 .c-btn01 {
    margin-top: 45px;
  }
}
.p-about-sec06 {
  width: 100%;
  height: auto;
  padding-top: 250px;
}

@media screen and (max-width: 834px) {
  .p-about-sec06 {
    padding-top: 120px;
  }
}
.p-about-sec06 .card {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .p-about-sec06 .card {
    flex-wrap: wrap;
    margin-top: 60px;
  }
}
.p-about-sec06 .card > * {
  width: 50%;
  padding-right: 20px;
}

.p-about-sec06 .card .c-text02 span {
  margin-left: -6px;
}

.p-about-sec06 .card .c-text02 br.sp-only,
.p-about-sec06 .card .c-text02 br.sp-only-375 {
  display: none;
}

@media screen and (max-width: 834px) {
  .p-about-sec06 .card > * {
    width: 100%;
    padding-right: 0px;
  }
  .p-about-sec06 .card .c-text02:first-child {
    margin-bottom: 30px;
  }
  .p-about-sec06 .card .c-text02 br.sp-only {
    display: block;
  }
}
@media screen and (max-width: 375px) {
  .p-about-sec06 .card .c-text02 br.sp-only-375 {
    display: block;
  }
  .p-about-sec06 .card .c-text02 br.sp-375-none {
    display: none;
  }
}
.p-about-sec06 .c-img1 {
  padding: 90px 0px 20px;
}

@media screen and (max-width: 834px) {
  .p-about-sec06 .c-img1 {
    padding: 60px 0px 20px;
  }
}
.p-about-sec06 .txt {
  line-height: 1.57;
}

@media screen and (max-width: 834px) {
  .p-about-sec06 .txt {
    font-size: 13px;
  }
}
.p-about-sec06 .c-btn01 {
  margin-top: 60px;
  text-align: left;
}

.p-about-sec07 {
  width: 100%;
  height: auto;
  padding-top: 250px;
}

@media screen and (max-width: 834px) {
  .p-about-sec07 {
    padding-top: 120px;
  }
}
.p-about-sec07 .block {
  margin-top: 80px;
}

@media screen and (max-width: 834px) {
  .p-about-sec07 .block {
    margin-top: 45px;
  }
}
.p-about-sec07 .c-item {
  border-top: 1px solid #d7d8d8;
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
  display: block;
}

.p-about-sec07 .c-item:last-child {
  border-bottom: 1px solid #d7d8d8;
}

.p-about-sec07 .c-item .is-list {
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  transition: all ease-in-out 0.2s;
  height: 82px;
  width: 100%;
  display: flex;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 834px) {
  .p-about-sec07 .c-item .is-list {
    height: 90px;
  }
}
.p-about-sec07 .c-item .is-list .title {
  width: 100%;
  height: auto;
  transition: all ease-in-out 0.2s;
  display: flex;
  align-items: center;
}

.p-about-sec07 .c-item .is-list .title::after {
  content: "+";
  color: #222222;
  position: absolute;
  font-size: 20px;
  line-height: 1;
  right: 30px;
  top: calc(50% - 10px);
  z-index: 1;
  transition: all ease-in-out 0.2s;
}

@media screen and (max-width: 834px) {
  .p-about-sec07 .c-item .is-list .title::after {
    right: 17px;
    top: calc(50% - 12px);
  }
}
.p-about-sec07 .c-item .is-list .title .ja {
  font-size: 15px;
  width: calc(100% - 50px);
  display: block;
  height: auto;
}

@media screen and (max-width: 834px) {
  .p-about-sec07 .c-item .is-list .title .ja {
    font-size: 14px;
    width: calc(100% - 90px);
    line-height: 1.6;
    margin-left: 30px;
  }
}
.p-about-sec07 .c-item .is-list.is-active .title .ja2 {
  opacity: 0;
  pointer-events: none;
}

.p-about-sec07 .c-item .is-list.is-active .title::after {
  color: #222222;
  transform: rotate(-135deg);
  opacity: 1;
}

.p-about-sec07 .c-item .is-list:hover {
  opacity: 0.5;
}

.p-about-sec07 .c-item .number {
  font-family: "garamond-premier-pro", serif;
  font-size: 20px;
  position: relative;
  top: 2px;
  transition: all ease-in-out 0.2s;
  width: 50px;
  display: inline-block;
}

@media screen and (max-width: 834px) {
  .p-about-sec07 .c-item .number {
    width: 30px;
    font-size: 16px;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-about-sec07 .c-item .is-content .number {
    top: 5px;
    transform: none;
  }
}
.p-about-sec07 .c-item .is-content {
  display: none;
  position: relative;
}

.p-about-sec07 .c-item .is-content .card1 {
  padding: 0px 0px 30px;
  width: 100%;
  height: auto;
  display: flex;
}

@media screen and (max-width: 834px) {
  .p-about-sec07 .c-item .is-content .card1 {
    position: relative;
  }
}
.p-about-sec07 .c-item .is-content .card1 .c-text02 {
  width: calc(100% - 120px);
  height: auto;
}

@media screen and (max-width: 834px) {
  .p-about-sec07 .c-item .is-content .card1 .c-text02 {
    width: calc(100% - 90px);
    margin-left: 30px;
  }
}
.p-aes-sec01 {
  padding-top: 300px;
}

@media screen and (max-width: 834px) {
  .p-aes-sec01 {
    padding-top: 120px;
  }
}
.p-aes-sec01 .c-img1 {
  background: #efece5;
  text-align: center;
  padding: 50px;
  margin: 60px 0px;
}

@media screen and (max-width: 834px) {
  .p-aes-sec01 .c-img1 {
    margin: 45px 0;
  }
}
@media screen and (max-width: 500px) {
  .p-aes-sec01 .c-img1 {
    padding: 0;
  }
}
.p-aes-sec01 .c-img1 .c-img {
  display: inline-block;
}

@media screen and (max-width: 500px) {
  .p-aes-sec01 .c-img1 .c-img {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
  .p-aes-sec01 .c-text02 br.pc-only,
  .p-aes-sec02 .c-text02 br.pc-only {
    display: none;
  }
}
.p-aes-sec02 {
  padding-top: 250px;
}

@media screen and (max-width: 834px) {
  .p-aes-sec02 {
    padding-top: 120px;
  }
}
.p-aes-sec02 .c-text02 {
  padding: 80px 0px;
}

@media screen and (max-width: 834px) {
  .p-aes-sec02 .c-text02 {
    padding: 60px 0px;
  }
}
.p-aes-sec02 .txt {
  line-height: 1.5;
}

@media screen and (max-width: 834px) {
  .p-aes-sec02 .txt {
    font-size: 13px;
  }
}
.p-tool-sec01 {
  padding-top: 300px;
}

@media screen and (max-width: 834px) {
  .p-tool-sec01 {
    padding-top: 120px;
  }
}
.p-tool-sec01 .block {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

@media screen and (max-width: 834px) {
  .p-tool-sec01 .block {
    margin-top: 0px;
  }
}
.p-tool-sec01 .block .c-item01 {
  width: calc(33.3333333333% - 15px);
  height: auto;
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .p-tool-sec01 .block .c-item01 {
    padding-bottom: 0px;
    padding-top: 45px;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
  }
}
.p-tool-sec01 .block .c-item01__img {
  width: 100%;
  overflow: hidden;
}

.p-tool-sec01 .block .c-item01__img img {
  width: 100%;
  height: auto;
  transition: ease-in-out 0.3s;
}

.p-tool-sec01 .block .c-item01__content {
  transition: ease-in-out 0.3s;
}

.p-tool-sec01 .block .c-item01 h2 {
  font-size: 22px;
  font-weight: 400;
  margin-top: 20px;
  font-family: "garamond-premier-pro", serif;
  letter-spacing: 1px;
}

@media screen and (max-width: 834px) {
  .p-tool-sec01 .block .c-item01 h2 {
    font-size: 18px;
    margin-top: 20px;
  }
}
.p-tool-sec01 .block .c-item01 h3 {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}

@media screen and (max-width: 834px) {
  .p-tool-sec01 .block .c-item01 h3 {
    font-size: 12px;
    margin-top: 10px;
  }
}
.p-tool-sec01 .block .c-item01 .time {
  margin-top: 25px;
  font-size: 14px;
  font-family: "garamond-premier-pro", serif;
  color: #8c8b89;
}

@media screen and (max-width: 834px) {
  .p-tool-sec01 .block .c-item01 .time {
    font-size: 13px;
    margin-top: 15px;
  }
}
.p-tool-sec01 .block .c-item01:hover .c-item01__img img {
  transform: scale(1.1);
}

.p-tool-sec01 .block .c-item01:hover .c-item01__content {
  opacity: 0.7;
}

.p-tool-detall {
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: relative;
}

@media screen and (max-width: 834px) {
  .p-tool-detall {
    flex-wrap: wrap;
  }
}
.p-tool-detall .block {
  width: 50%;
  height: auto;
  order: 2;
}

@media screen and (max-width: 834px) {
  .p-tool-detall .block {
    width: 100%;
    order: 1;
  }
}
.p-tool-detall .block.v2 {
  order: 1;
}

@media screen and (max-width: 834px) {
  .p-tool-detall .block.v2 {
    order: 2;
  }
}
.p-tool-detall .l-content2 {
  max-width: 490px;
}

@media screen and (max-width: 1160px) {
  .p-tool-detall .l-content2 {
    max-width: calc(100% - 90px);
    margin: 0px 45px;
  }
}
@media screen and (max-width: 1160px) and (max-width: 834px) {
  .p-tool-detall .l-content2 {
    max-width: calc(100% - 50px);
    margin: 0px 25px;
  }
}
.p-tool-detall .c-mainvisual3 {
  width: 100%;
  order: 2;
  top: 0px;
  display: flex;
  position: sticky;
}

.p-tool-detall .c-mainvisual3 .c-slide04 {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 1160px) and (max-width: 834px) {
  .p-tool-detall .c-mainvisual3 .c-slide04 {
    height: auto !important;
  }
  .p-tool-detall .c-mainvisual3 .c-slide04 .swiper-wrapper {
    height: auto;
  }
  .p-tool-detall .c-mainvisual3 .c-slide04 .swiper-slide img {
    width: 100%;
    height: auto;
  }
}
.p-tool-detall .c-mainvisual3 .c-slide04 .swiper-button-prev,
.p-tool-detall .c-mainvisual3 .c-slide04 .swiper-button-next {
  background: url("../images/arrow01.png") no-repeat;
  background-size: 23px;
  width: 23px;
  height: 23px;
  top: auto;
  right: 30px;
  bottom: 30px;
}

.p-tool-detall .c-mainvisual3 .c-slide04 .swiper-button-prev::after,
.p-tool-detall .c-mainvisual3 .c-slide04 .swiper-button-next::after {
  display: none;
}

.p-tool-detall .c-mainvisual3 .c-slide04 .swiper-button-prev {
  transform: rotate(180deg);
  left: auto;
  right: 65px;
}

.p-tool-detall .c-mainvisual3 .c-slide04 .swiper-pagination {
  width: auto;
  left: 30px;
  bottom: 30px;
  font-family: "garamond-premier-pro", serif;
  font-size: 22px;
}

.p-tool-detall .c-mainvisual3 .c-slide04 .swiper-pagination span {
  font-family: "garamond-premier-pro", serif;
  font-size: 22px;
  font-weight: 400;
}

.p-tool-detall .c-mainvisual3 .c-slide04 .swiper-slide {
  text-align: center;
}

.p-tool-detall .c-mainvisual3 .c-slide04 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-tool-detall .c-mainvisual3 .c-slide04 .swiper-slide p {
  font-size: 13px;
  text-align: left;
  line-height: 1.6;
  padding-left: 25px;
  margin-top: 25px;
  position: relative;
}

.p-tool-detall .c-mainvisual3 .c-slide04 .swiper-slide p span {
  position: absolute;
  left: 0px;
  top: -2px;
  font-size: 18px;
  font-family: "garamond-premier-pro", serif;
}

.p-tool-detall-sec01 {
  padding-top: 180px;
}

@media screen and (max-width: 834px) {
  .p-tool-detall-sec01 {
    padding-top: 60px;
  }
}
.p-tool-detall-sec01 .c-text02 {
  padding: 80px 0px;
}

@media screen and (max-width: 834px) {
  .p-tool-detall-sec01 .c-text02 {
    padding: 45px 0px 0px;
  }
}
.p-tool-detall-sec02 {
  padding-top: 10px;
}

@media screen and (max-width: 834px) {
  .p-tool-detall-sec02 {
    padding-top: 60px;
  }
}
.p-tool-detall-sec02 .title {
  font-size: 20px;
  font-weight: 400;
  font-family: "garamond-premier-pro", serif;
  padding: 35px 0px;
}

@media screen and (max-width: 834px) {
  .p-tool-detall-sec02 .title {
    font-size: 18px;
    padding: 30px 0px;
  }
}
.p-tool-detall-sec02 .block2 {
  border-top: 1px solid #d2d1cc;
  border-bottom: 1px solid #d2d1cc;
  padding-bottom: 10px;
}

.p-tool-detall-sec02 img {
  margin-bottom: 30px;
}

.p-tool-detall-sec02 p {
  padding-bottom: 30px;
  line-height: 1.785;
}

@media screen and (max-width: 834px) {
  .p-tool-detall-sec02 p {
    font-size: 13px;
  }
}
.p-tool-detall-sec02 .btn {
  font-size: 15px;
  display: inline-block;
  margin-top: 40px;
}

@media screen and (max-width: 834px) {
  .p-tool-detall-sec02 .btn {
    font-size: 14px;
  }
}
.p-salon-sec01 {
  padding-top: 300px;
}

@media screen and (max-width: 834px) {
  .p-salon-sec01 {
    padding-top: 120px;
  }
}
.p-salon-sec01 .c-img1 {
  padding-top: 40px;
}

.p-salon-sec01 .c-img1 img {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .p-salon-sec01 .c-img1 {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}
.p-salon-sec01 .card1 {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
}

@media screen and (max-width: 834px) {
  .p-salon-sec01 .card1 {
    margin-top: 30px;
  }
}
.p-salon-sec01 .card1 .title {
  width: 50%;
  text-align: left;
  letter-spacing: 1px;
}

@media screen and (max-width: 834px) {
  .p-salon-sec01 .card1 .title {
    width: 100%;
  }
}
.p-salon-sec01 .card1 .title span {
  width: 100%;
  height: auto;
  display: block;
  font-size: 20px;
  color: #8d8c89;
  font-family: "garamond-premier-pro", serif;
}

@media screen and (max-width: 834px) {
  .p-salon-sec01 .card1 .title span {
    font-size: 16px;
  }
}
.p-salon-sec01 .card1 .title h3 {
  font-family: "garamond-premier-pro", serif;
  font-size: 26px;
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  .p-salon-sec01 .card1 .title h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 834px) {
  .p-salon-sec01 .card1 .info {
    padding-top: 30px;
  }
}
.p-salon-sec01 .card1 .info .table th,
.p-salon-sec01 .card1 .info .table td {
  text-align: left;
  padding-bottom: 15px;
}

@media screen and (max-width: 834px) {
  .p-salon-sec01 .card1 .info .table th,
  .p-salon-sec01 .card1 .info .table td {
    font-size: 13px;
    padding-bottom: 10px;
  }
}
.p-salon-sec01 .card1 .info .table th {
  width: 85px;
}

@media screen and (max-width: 834px) {
  .p-salon-sec01 .card1 .info .table th {
    width: 80px;
  }
}
.p-salon-sec01 .card1 .info .table tr:last-child th,
.p-salon-sec01 .card1 .info .table tr:last-child td {
  padding-bottom: 0px;
}

.p-salon-sec02 {
  width: 100%;
  height: auto;
  display: inline-block;
  padding-top: 250px;
}

@media screen and (max-width: 834px) {
  .p-salon-sec02 {
    padding-top: 120px;
  }
}
.p-salon-sec02 .title {
  font-size: 18px;
  font-weight: 400;
  margin-top: 120px;
}

@media screen and (max-width: 834px) {
  .p-salon-sec02 .title {
    margin-top: 60px;
    font-size: 16px;
  }
}
.p-salon-sec02 .block {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}

.p-salon-sec02 .block .c-item01 {
  width: calc(50% - 30px);
  height: auto;
  margin-right: 60px;
  margin-top: 60px;
}

.p-salon-sec02 .block .c-item01 .img {
  position: relative;
  height: auto;
  padding-top: 66.7%;
  overflow: hidden;
  width: 100%;
}

.p-salon-sec02 .block .c-item01 .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (max-width: 834px) {
  .p-salon-sec02 .block .c-item01 {
    width: 100%;
    margin-top: 45px;
    margin-right: 0;
  }
}
.p-salon-sec02 .block .c-item01:nth-child(2n + 0) {
  margin-right: 0;
}

.p-salon-sec02 .block .c-item01 .info {
  margin-top: 30px;
}

@media screen and (max-width: 834px) {
  .p-salon-sec02 .block .c-item01 .info {
    margin-top: 15px;
  }
}
.p-salon-sec02 .block .c-item01 .info h5 {
  display: inline-flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 1px;
  border-bottom: 1px solid #222222;
  word-break: break-all;
}

@media screen and (max-width: 834px) {
  .p-salon-sec02 .block .c-item01 .info h5 {
    font-size: 15px;
    display: inline;
    padding-bottom: 2px;
  }
}
.p-salon-sec02 .block .c-item01 .info .table {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 35px;
  margin-left: -2px;
}

@media screen and (max-width: 834px) {
  .p-salon-sec02 .block .c-item01 .info .table {
    margin-top: 20px;
    margin-left: -3px;
  }
}
.p-salon-sec02 .block .c-item01 .info .table th,
.p-salon-sec02 .block .c-item01 .info .table td {
  text-align: left;
  padding-bottom: 15px;
  word-break: break-all;
  line-height: 1.3;
  vertical-align: baseline;
}

@media screen and (max-width: 834px) {
  .p-salon-sec02 .block .c-item01 .info .table th,
  .p-salon-sec02 .block .c-item01 .info .table td {
    font-size: 13px;
    line-height: 1.3;
    padding-bottom: 8px;
    vertical-align: top;
  }
}
.p-salon-sec02 .block .c-item01 .info .table th a,
.p-salon-sec02 .block .c-item01 .info .table td a {
  color: #222222;
}

.p-salon-sec02 .block .c-item01 .info .table tr:last-child th,
.p-salon-sec02 .block .c-item01 .info .table tr:last-child td {
  padding-bottom: 0px;
}

.p-salon-sec02 .block .c-item01 .info .table th {
  width: 100px;
}

@media screen and (max-width: 834px) {
  .p-salon-sec02 .block .c-item01 .info .table th {
    width: 85px;
  }
}
.p-salon-sec03 {
  width: 100%;
  height: auto;
  padding-top: 250px;
}

.p-salon-sec03 .c-title03 {
  margin-bottom: 60px;
}

.p-salon-sec03 .block {
  margin-top: 80px;
}

.p-salon-sec03 .c-item {
  border-top: 1px solid #d7d8d8;
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
  display: block;
}

.p-salon-sec03 .c-item:last-child {
  border-bottom: 1px solid #d7d8d8;
}

.p-salon-sec03 .c-item .is-list {
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  transition: all ease-in-out 0.2s;
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
}

.p-salon-sec03 .c-item .is-list .title {
  width: 100%;
  height: auto;
  transition: all ease-in-out 0.2s;
}

.p-salon-sec03 .c-item .is-list .title::after {
  content: "+";
  color: #ffffff;
  position: absolute;
  font-size: 20px;
  line-height: 1;
  right: 30px;
  top: calc(50% - 10px);
  z-index: 1;
  transition: all ease-in-out 0.2s;
  opacity: 0;
}

.p-salon-sec03 .c-item .is-list .title .number {
  font-family: "garamond-premier-pro", serif;
  font-size: 16px;
  position: relative;
  top: -3px;
  transition: all ease-in-out 0.2s;
  width: 50px;
  display: inline-block;
}

.p-salon-sec03 .c-item .is-list .title .number::after {
  transition: all ease-in-out 0.2s;
  content: "";
  background: #222222;
  width: 10px;
  height: 1px;
  position: absolute;
  left: 2px;
  bottom: 1px;
}

.p-salon-sec03 .c-item .is-list .title .en {
  font-family: "garamond-premier-pro", serif;
  font-size: 22px;
  margin-right: 30px;
  width: 190px;
  display: inline-block;
  transition: all ease-in-out 0.2s;
}

.p-salon-sec03 .c-item .is-list .title .ja,
.p-salon-sec03 .c-item .is-list .title .ja2 {
  color: #8c8b89;
}

.p-salon-sec03 .c-item .is-list .title .ja2 {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease-in-out 0.2s;
}

.p-salon-sec03 .c-item .is-list.is-active .title .ja2 {
  opacity: 0;
  pointer-events: none;
}

.p-salon-sec03 .c-item .is-list.is-active .title::after {
  color: #222222;
  transform: rotate(-135deg);
  opacity: 1;
}

.p-salon-sec03 .c-item .is-list.is-active:hover .title::after {
  color: #ffffff;
}

.p-salon-sec03 .c-item .is-list:hover {
  background: #424926;
}

.p-salon-sec03 .c-item .is-list:hover .title::after {
  opacity: 1;
}

.p-salon-sec03 .c-item .is-list:hover .title .number,
.p-salon-sec03 .c-item .is-list:hover .title .en {
  padding-left: 20px;
  color: #ffffff;
}

.p-salon-sec03 .c-item .is-list:hover .title .number::after,
.p-salon-sec03 .c-item .is-list:hover .title .en::after {
  background: #ffffff;
  left: 22px;
}

.p-salon-sec03 .c-item .is-list:hover .title .ja {
  color: #a1a493;
}

.p-salon-sec03 .c-item .is-list:hover .title .ja2 {
  opacity: 0;
  pointer-events: none;
}

.p-salon-sec03 .c-item:nth-child(2) .is-list:hover {
  background: #6e6b37;
}

.p-salon-sec03 .c-item:nth-child(3) .is-list:hover {
  background: #cda700;
}

.p-salon-sec03 .c-item:nth-child(4) .is-list:hover {
  background: #9a8250;
}

.p-salon-sec03 .c-item:nth-child(5) .is-list:hover {
  background: #894773;
}

.p-salon-sec03 .c-item:nth-child(6) .is-list:hover {
  background: #768530;
}

.p-salon-sec03 .c-item:nth-child(7) .is-list:hover {
  background: #bf2a59;
}

.p-salon-sec03 .c-item:nth-child(8) .is-list:hover {
  background: #e9d0a7;
}

.p-salon-sec03 .c-item .is-content {
  display: none;
  position: relative;
}

.p-salon-sec03 .c-item .is-content .card1 {
  padding-top: 30px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.p-salon-sec03 .c-item .is-content .card1__img {
  width: 50%;
  max-width: 440px;
}

.p-salon-sec03 .c-item .is-content .card1__txt {
  width: 50%;
  max-width: 460px;
  padding-left: 20px;
}

.p-salon-sec03 .c-item .is-content .card1__txt p {
  line-height: 1.78;
}

.p-salon-sec03 .c-item .is-content .card1__txt h4 {
  margin: 35px 0px 8px;
  font-size: 14px;
  font-weight: 400;
}

.p-salon-sec03 .c-item .is-content .box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding-bottom: 40px;
}

.p-salon-sec03 .c-item .is-content .box .c-item1 {
  width: 100%;
  max-width: 293px;
}

.p-salon-sec03 .c-item .is-content .box .c-item1 h3 {
  font-weight: 400;
  margin-top: 15px;
}

.p-salon-sec04 {
  width: 100%;
  height: auto;
  margin-top: 120px;
  background: #efece5;
  padding: 120px 0px;
}

.p-salon-sec04 .l-content2 {
  position: relative;
}

.p-salon-sec04 h2 {
  font-family: "garamond-premier-pro", serif;
  font-size: 22px;
  font-weight: 400;
  position: absolute;
  top: 20px;
}

.p-salon-sec04 p {
  line-height: 1.785;
  padding: 50px 0px;
}

.p-salon-sec04 .box {
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
}

.p-salon-sec04 .box > * {
  width: 50%;
}

.p-salon-sec04 .box > * img {
  width: 360px;
  height: auto;
}

.p-salon-sec04 .box > * .c-btn01 {
  text-align: left;
  position: absolute;
  bottom: 20px;
}

.p-salon-sec04 .box_img {
  text-align: right;
}

.p-salon-sec05 {
  width: 100%;
  height: auto;
  padding-top: 250px;
}

.p-salon-sec05 .c-img1 {
  padding: 60px 0px;
}

.p-salon-sec05 .c-btn01 {
  margin-top: 60px;
}

.p-salon-sec06 {
  width: 100%;
  height: auto;
  padding-top: 250px;
}

.p-salon-sec06 .card {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
}

.p-salon-sec06 .card > * {
  width: 50%;
  padding-right: 20px;
}

.p-salon-sec06 .c-img1 {
  padding: 90px 0px 20px;
}

.p-salon-sec06 .txt {
  line-height: 1.57;
}

.p-salon-sec06 .c-btn01 {
  margin-top: 60px;
  text-align: left;
}

.p-salon-sec07 {
  width: 100%;
  height: auto;
  padding-top: 250px;
}

.p-salon-sec07 .block {
  margin-top: 80px;
}

.p-salon-sec07 .c-item {
  border-top: 1px solid #d7d8d8;
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
  display: block;
}

.p-salon-sec07 .c-item:last-child {
  border-bottom: 1px solid #d7d8d8;
}

.p-salon-sec07 .c-item .is-list {
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  transition: all ease-in-out 0.2s;
  height: 68px;
  width: 100%;
  display: flex;
  align-items: center;
}

.p-salon-sec07 .c-item .is-list .title {
  width: 100%;
  height: auto;
  transition: all ease-in-out 0.2s;
}

.p-salon-sec07 .c-item .is-list .title::after {
  content: "+";
  color: #222222;
  position: absolute;
  font-size: 20px;
  line-height: 1;
  right: 30px;
  top: calc(50% - 10px);
  z-index: 1;
  transition: all ease-in-out 0.2s;
}

.p-salon-sec07 .c-item .is-list .title .ja {
  font-size: 15px;
  width: calc(100% - 50px);
  height: auto;
}

.p-salon-sec07 .c-item .is-list.is-active .title .ja2 {
  opacity: 0;
  pointer-events: none;
}

.p-salon-sec07 .c-item .is-list.is-active .title::after {
  color: #222222;
  transform: rotate(-135deg);
  opacity: 1;
}

.p-salon-sec07 .c-item .is-list:hover {
  opacity: 0.5;
}

.p-salon-sec07 .c-item .number {
  font-family: "garamond-premier-pro", serif;
  font-size: 20px;
  position: relative;
  top: -3px;
  transition: all ease-in-out 0.2s;
  width: 50px;
  display: inline-block;
}

.p-salon-sec07 .c-item .is-content {
  display: none;
  position: relative;
}

.p-salon-sec07 .c-item .is-content .card1 {
  padding: 0px 0px 30px;
  width: 100%;
  height: auto;
  display: flex;
}

.p-salon-sec07 .c-item .is-content .card1 .c-text02 {
  width: calc(100% - 50px);
  height: auto;
}

.p-column .no-content,
.search .no-content,
.tag .no-content {
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  list-style: none;
}

@media screen and (max-width: 834px) {
  .p-column .no-content,
  .search .no-content,
  .tag .no-content {
    font-size: 16px;
    text-align: left;
    list-style: none;
  }
}
.p-column-sec01,
.search-sec01,
.tag-sec01 {
  padding-top: 300px;
}

@media screen and (max-width: 834px) {
  .p-column-sec01,
  .search-sec01,
  .tag-sec01 {
    padding-top: 120px;
    overflow: unset;
  }
}
.p-column-sec01 .l-content,
.search-sec01 .l-content,
.tag-sec01 .l-content {
  padding-bottom: 0px;
  border-bottom: unset;
}

@media screen and (max-width: 834px) {
  .p-column-sec01 .l-content,
  .search-sec01 .l-content,
  .tag-sec01 .l-content {
    flex-wrap: wrap;
    max-width: calc(100% - 50px);
    margin: 0px 25px;
  }
}
.p-column-sec01 .block1,
.search-sec01 .block1,
.tag-sec01 .block1 {
  width: 100%;
  max-width: 345px;
  position: sticky;
  top: 250px;
}

@media screen and (max-width: 834px) {
  .p-column-sec01 .block1,
  .search-sec01 .block1,
  .tag-sec01 .block1 {
    position: relative;
    top: 0px;
    max-width: 100%;
    padding: 0px;
  }
}
@media screen and (max-width: 834px) {
  .p-column-sec01 .block1 .nav,
  .search-sec01 .block1 .nav,
  .tag-sec01 .block1 .nav {
    width: 100%;
  }
  .p-column-sec01 .block1 .nav .c-title02,
  .search-sec01 .block1 .nav .c-title02,
  .tag-sec01 .block1 .nav .c-title02 {
    width: 100%;
  }
}
.p-column-sec01 .block1 .nav .c-modal01,
.search-sec01 .block1 .nav .c-modal01,
.tag-sec01 .block1 .nav .c-modal01 {
  width: 100%;
  height: auto;
  margin-top: 45px;
}

@media screen and (max-width: 834px) {
  .p-column-sec01 .block1 .nav .c-modal01,
  .search-sec01 .block1 .nav .c-modal01,
  .tag-sec01 .block1 .nav .c-modal01 {
    margin-bottom: 20px;
  }
}
.p-column-sec01 .block1 .nav .c-modal01 .btn,
.search-sec01 .block1 .nav .c-modal01 .btn,
.tag-sec01 .block1 .nav .c-modal01 .btn {
  position: relative;
  color: #222227;
  font-size: 18px;
  font-family: "garamond-premier-pro", serif;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  letter-spacing: 1px;
}

@media screen and (max-width: 834px) {
  .p-column-sec01 .block1 .nav .c-modal01 .btn,
  .search-sec01 .block1 .nav .c-modal01 .btn,
  .tag-sec01 .block1 .nav .c-modal01 .btn {
    font-size: 15px;
  }
}
.p-column-sec01 .block1 .nav .c-modal01 .btn::after,
.search-sec01 .block1 .nav .c-modal01 .btn::after,
.tag-sec01 .block1 .nav .c-modal01 .btn::after {
  content: "+";
  color: #222227;
  position: absolute;
  font-size: 18px;
  line-height: 1;
  right: -18px;
  top: calc(50% - 10px);
  z-index: 1;
  transition: all ease-in-out 0.2s;
}

.p-column-sec01 .block1 .nav .c-modal01 .btn:hover,
.search-sec01 .block1 .nav .c-modal01 .btn:hover,
.tag-sec01 .block1 .nav .c-modal01 .btn:hover {
  opacity: 0.65;
}

.p-column-sec01 .block2,
.search-sec01 .block2,
.tag-sec01 .block2 {
  width: 100%;
  max-width: calc(100% - 345px);
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: -60px;
  gap: 0px 30px;
}

@media screen and (max-width: 834px) {
  .p-column-sec01 .block2,
  .search-sec01 .block2,
  .tag-sec01 .block2 {
    max-width: 100%;
    margin-bottom: -45px;
    padding: 0;
  }
}
.p-column-sec01 .block2 .nav2,
.search-sec01 .block2 .nav2,
.tag-sec01 .block2 .nav2 {
  width: calc(100% - 20px);
  height: auto;
  margin: 0px 10px 0 0;
  margin-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .p-column-sec01 .block2 .nav2,
  .search-sec01 .block2 .nav2,
  .tag-sec01 .block2 .nav2 {
    width: 100%;
    margin: 0;
  }
}
.p-column-sec01 .block2 .nav2 .title,
.search-sec01 .block2 .nav2 .title,
.tag-sec01 .block2 .nav2 .title {
  font-size: 20px;
}

@media screen and (max-width: 834px) {
  .p-column-sec01 .block2 .nav2 .title,
  .search-sec01 .block2 .nav2 .title,
  .tag-sec01 .block2 .nav2 .title {
    font-size: 16px;
    position: absolute;
    top: -100px;
  }
}
.p-column-sec01 .block2 .nav2 .clear,
.search-sec01 .block2 .nav2 .clear,
.tag-sec01 .block2 .nav2 .clear {
  font-size: 18px;
  font-family: "garamond-premier-pro", serif;
  position: absolute;
  line-height: 1;
  right: 0px;
  top: 2px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  padding-right: 17px;
  letter-spacing: 1px;
}

@media screen and (max-width: 834px) {
  .p-column-sec01 .block2 .nav2 .clear,
  .search-sec01 .block2 .nav2 .clear,
  .tag-sec01 .block2 .nav2 .clear {
    font-size: 15px;
    position: absolute;
    top: -38px;
  }
}
.p-column-sec01 .block2 .nav2 .clear::after,
.search-sec01 .block2 .nav2 .clear::after,
.tag-sec01 .block2 .nav2 .clear::after {
  content: "+";
  color: #222227;
  position: absolute;
  font-size: 18px;
  line-height: 1;
  right: 0px;
  top: -1px;
  z-index: 1;
  transition: all ease-in-out 0.2s;
  transform: rotate(-45deg);
}

.p-column-sec01 .block2 .nav2 .clear:hover,
.search-sec01 .block2 .nav2 .clear:hover,
.tag-sec01 .block2 .nav2 .clear:hover {
  opacity: 0.65;
}

.p-column-sec01 .block2 .c-item01,
.search-sec01 .block2 .c-item01,
.tag-sec01 .block2 .c-item01 {
  margin: 0px;
  margin-bottom: 60px;
  width: calc(33.33333333% - 20px);
}

@media screen and (max-width: 834px) {
  .p-column-sec01 .block2 .c-item01,
  .search-sec01 .block2 .c-item01,
  .tag-sec01 .block2 .c-item01 {
    padding-bottom: 0;
    margin: 0 auto 45px;
    width: 100%;
  }
}
.p-column .c-modal,
.search .c-modal,
.tag .c-modal {
  position: fixed;
  z-index: 999999999999999;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.p-column .c-modal .modal-overlay,
.search .c-modal .modal-overlay,
.tag .c-modal .modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.p-column .c-modal .modal-wrapper,
.search .c-modal .modal-wrapper,
.tag .c-modal .modal-wrapper {
  position: absolute;
  z-index: 9999;
  left: 50%;
  top: 50%;
  text-align: center;
  transition: all 0.3s 0.12s;
  transform: translateY(-45%) translateX(-50%);
  opacity: 0;
}

.p-column .c-modal.is-visible,
.search .c-modal.is-visible,
.tag .c-modal.is-visible {
  visibility: visible;
}

.p-column .c-modal.is-visible .modal-wrapper,
.search .c-modal.is-visible .modal-wrapper,
.tag .c-modal.is-visible .modal-wrapper {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.p-column .c-modal.is-visible .modal-overlay,
.search .c-modal.is-visible .modal-overlay,
.tag .c-modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}

.p-column .c-dialog,
.search .c-dialog,
.tag .c-dialog {
  width: 100%;
  height: auto;
  max-width: 800px;
  background: #e6e4dd;
  max-height: 100%;
  overflow-y: scroll;
}

.p-column .c-dialog::-webkit-scrollbar,
.search .c-dialog::-webkit-scrollbar,
.tag .c-dialog::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.p-column .c-dialog::-webkit-scrollbar-thumb,
.search .c-dialog::-webkit-scrollbar-thumb,
.tag .c-dialog::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.p-column .c-dialog .close,
.search .c-dialog .close,
.tag .c-dialog .close {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
}

@media screen and (max-width: 834px) {
  .p-column .c-dialog .close,
  .search .c-dialog .close,
  .tag .c-dialog .close {
    top: 25px;
    right: 16px;
    width: 14px;
  }
}
.p-column .c-dialog .close:hover,
.search .c-dialog .close:hover,
.tag .c-dialog .close:hover {
  opacity: 0.65;
}

.p-column .c-dialog .block3,
.search .c-dialog .block3,
.tag .c-dialog .block3 {
  width: 100%;
  height: auto;
  padding: 80px 75px 80px 85px;
  text-align: left;
  display: inline-block;
}

@media screen and (max-width: 834px) {
  .p-column .c-dialog .block3,
  .search .c-dialog .block3,
  .tag .c-dialog .block3 {
    padding: 60px 25px 50px 35px;
  }
}
.p-column .c-dialog .block3 .title1,
.search .c-dialog .block3 .title1,
.tag .c-dialog .block3 .title1 {
  font-size: 20px;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

@media screen and (max-width: 834px) {
  .p-column .c-dialog .block3 .title1,
  .search .c-dialog .block3 .title1,
  .tag .c-dialog .block3 .title1 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.p-column .c-dialog .block3 .search,
.search .c-dialog .block3 .search,
.tag .c-dialog .block3 .search {
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .p-column .c-dialog .block3 .search,
  .search .c-dialog .block3 .search,
  .tag .c-dialog .block3 .search {
    margin-bottom: 45px;
  }
}
.p-column .c-dialog .block3 .search .c-search,
.search .c-dialog .block3 .search .c-search,
.tag .c-dialog .block3 .search .c-search {
  width: 100%;
  height: auto;
  position: relative;
}

.p-column .c-dialog .block3 .search .c-search input[type="search"],
.search .c-dialog .block3 .search .c-search input[type="search"],
.tag .c-dialog .block3 .search .c-search input[type="search"] {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background: #f7f5f0;
  border: unset;
  padding-left: 70px;
  padding-right: 20px;
  font-size: 15px;
  font-family: "shippori-mincho", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", sans-serif;
}

@media screen and (max-width: 834px) {
  .p-column .c-dialog .block3 .search .c-search input[type="search"],
  .search .c-dialog .block3 .search .c-search input[type="search"],
  .tag .c-dialog .block3 .search .c-search input[type="search"] {
    height: 45px;
    padding-left: 47px;
  }
}
.p-column
  .c-dialog
  .block3
  .search
  .c-search
  input[type="search"]::-moz-placeholder,
.search
  .c-dialog
  .block3
  .search
  .c-search
  input[type="search"]::-moz-placeholder,
.tag
  .c-dialog
  .block3
  .search
  .c-search
  input[type="search"]::-moz-placeholder {
  color: #a2a19e;
  font-size: 15px;
}

.p-column .c-dialog .block3 .search .c-search input[type="search"]::placeholder,
.search .c-dialog .block3 .search .c-search input[type="search"]::placeholder,
.tag .c-dialog .block3 .search .c-search input[type="search"]::placeholder {
  color: #a2a19e;
  font-size: 15px;
}

@media screen and (max-width: 834px) {
  .p-column
    .c-dialog
    .block3
    .search
    .c-search
    input[type="search"]::-moz-placeholder,
  .search
    .c-dialog
    .block3
    .search
    .c-search
    input[type="search"]::-moz-placeholder,
  .tag
    .c-dialog
    .block3
    .search
    .c-search
    input[type="search"]::-moz-placeholder {
    font-size: 13px;
  }
  .p-column
    .c-dialog
    .block3
    .search
    .c-search
    input[type="search"]::placeholder,
  .search .c-dialog .block3 .search .c-search input[type="search"]::placeholder,
  .tag .c-dialog .block3 .search .c-search input[type="search"]::placeholder {
    font-size: 13px;
  }
}
.p-column .c-dialog .block3 .search .c-search input[type="submit"],
.search .c-dialog .block3 .search .c-search input[type="submit"],
.tag .c-dialog .block3 .search .c-search input[type="submit"] {
  border: unset;
  background: url("../images/ic-search.png") center no-repeat;
  background-size: 14px;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 30px;
  top: calc(50% - 7px);
  cursor: pointer;
}

@media screen and (max-width: 834px) {
  .p-column .c-dialog .block3 .search .c-search input[type="submit"],
  .search .c-dialog .block3 .search .c-search input[type="submit"],
  .tag .c-dialog .block3 .search .c-search input[type="submit"] {
    left: 20px;
  }
}
.p-column .c-dialog .block3 .tag,
.search .c-dialog .block3 .tag,
.tag .c-dialog .block3 .tag {
  width: 100%;
  height: auto;
}

.p-column .c-dialog .block3 .tag .content,
.search .c-dialog .block3 .tag .content,
.tag .c-dialog .block3 .tag .content {
  display: flex;
  flex-wrap: wrap;
}

.p-column .c-dialog .block3 .tag a,
.search .c-dialog .block3 .tag a,
.tag .c-dialog .block3 .tag a {
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #222227;
  border-radius: 20px;
  height: 35px;
  box-sizing: border-box;
  padding: 0px 15px;
  position: relative;
  padding-left: 30px;
}

.p-column .c-dialog .block3 .tag a::before,
.search .c-dialog .block3 .tag a::before,
.tag .c-dialog .block3 .tag a::before {
  content: "#";
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  .p-column .c-dialog .block3 .tag a::before,
  .search .c-dialog .block3 .tag a::before,
  .tag .c-dialog .block3 .tag a::before {
    font-size: 12px;
    margin-right: 10px;
    left: 12px;
  }
}
@media screen and (max-width: 834px) {
  .p-column .c-dialog .block3 .tag a,
  .search .c-dialog .block3 .tag a,
  .tag .c-dialog .block3 .tag a {
    font-size: 12px;
    height: 30px;
    padding: 0px 12px;
    padding-left: 22px;
  }
}
.p-filtered .block1 .nav .c-modal01,
.search .block1 .nav .c-modal01,
.tag .block1 .nav .c-modal01 {
  margin-top: 100px;
}

.p-column-detail-sec01 {
  padding-top: 300px;
}

.p-column-detail-sec01 .mainvisual {
  margin-bottom: 60px;
}

.p-column-detail-sec01 .mainvisual img {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .p-column-detail-sec01 {
    padding-top: 120px;
  }
  .p-column-detail-sec01 .mainvisual {
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-bottom: 45px;
  }
}
.p-column-detail-sec01 .c-title03 {
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .p-column-detail-sec01 .c-title03 {
    margin-bottom: 45px;
  }
}
.p-column-detail-sec01 .c-title03 h3 {
  font-size: 18px;
  padding: 0px;
  padding-bottom: 10px;
  letter-spacing: 0px;
}

@media screen and (max-width: 834px) {
  .p-column-detail-sec01 .c-title03 h3 {
    font-size: 16px;
  }
}
.p-column-detail-sec01 .c-title03 .title {
  width: 100%;
  display: block;
  font-size: 24px;
}

@media screen and (max-width: 834px) {
  .p-column-detail-sec01 .c-title03 .title {
    font-size: 18px;
    line-height: 1.5;
  }
}
.p-column-detail-sec01 .c-title03 .date {
  width: 100%;
  display: block;
  color: #8c8b89;
  margin-top: 30px;
  font-size: 16px;
  font-family: "garamond-premier-pro", serif;
}

@media screen and (max-width: 834px) {
  .p-column-detail-sec01 .c-title03 .date {
    font-size: 14px;
    margin-top: 20px;
  }
}
.p-column-detail-sec01 p,
.p-column-detail-sec01 figure {
  font-size: 15px;
  line-height: 2;
  padding-bottom: 60px;
  display: block;
}

@media screen and (max-width: 834px) {
  .p-column-detail-sec01 p,
  .p-column-detail-sec01 figure {
    padding-bottom: 45px;
    font-size: 14px;
  }
}
.p-column-detail-sec01 p a {
  font-size: 15px;
  font-weight: bold;
  background: #efece5;
  text-decoration: underline;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  border: unset;
  height: auto;
  border-radius: unset;
}

@media screen and (max-width: 834px) {
  .p-column-detail-sec01 p a {
    font-size: 14px;
  }
}
.p-column-detail-sec01 h3 {
  font-size: 20px;
  padding: 60px 0px;
  font-weight: 400;
  display: inline-block;
  font-family: "shippori-mincho", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", sans-serif;
}

@media screen and (max-width: 834px) {
  .p-column-detail-sec01 h3 {
    padding: 45px 0px;
    font-size: 17px;
  }
}
.p-column-detail-sec01 h6 {
  font-size: 13px;
  color: #8e8d8a;
  font-weight: 400;
  padding: 20px 0px 70px;
}

@media screen and (max-width: 834px) {
  .p-column-detail-sec01 h6 {
    font-size: 12px;
    line-height: 1.5;
    padding: 10px 0px 45px;
  }
}
.p-column-detail-sec01 a {
  font-size: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #222227;
  border-radius: 24px;
  height: 45px;
  box-sizing: border-box;
  padding: 0px 30px;
}

@media screen and (max-width: 834px) {
  .p-column-detail-sec01 a {
    font-size: 14px;
    height: 40px;
    padding: 0px 25px;
  }
}
.p-column-detail-sec01 .tag {
  margin-top: 110px;
  width: 100%;
  height: auto;
  display: flex;
}

@media screen and (max-width: 834px) {
  .p-column-detail-sec01 .tag {
    margin-top: 70px;
  }
}
.p-column-detail-sec01 .tag .title {
  width: 55px;
  height: auto;
  font-size: 16px;
  font-family: "garamond-premier-pro", serif;
  line-height: 1.8;
}

@media screen and (max-width: 834px) {
  .p-column-detail-sec01 .tag .title {
    font-size: 15px;
    width: 44px;
  }
}
.p-column-detail-sec01 .tag .block a {
  font-size: 14px;
  font-weight: 400;
  background: unset;
  text-decoration: none;
  line-height: 2;
  margin: 0;
  padding: 0;
  border: unset;
  height: auto;
  border-radius: unset;
  margin-right: 15px;
  position: relative;
  padding-left: 15px;
}

.p-column-detail-sec01 .tag .block a::before {
  content: "#";
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  .p-column-detail-sec01 .tag .block a::before {
    font-size: 13px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 834px) {
  .p-column-detail-sec01 .tag .block a {
    padding-left: 12px;
    font-size: 13px;
    margin-right: 10px;
  }
}
.p-column-detail-sec01 .link {
  width: 100%;
  height: auto;
  border-top: 1px solid #d2d1cc;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 834px) {
  .p-column-detail-sec01 .link {
    margin-top: 20px;
  }
}
.p-column-detail-sec01 .link a {
  font-size: 15px;
  font-weight: 400;
  background: unset;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: unset;
  height: auto;
  border-radius: unset;
  margin-top: 30px;
}

@media screen and (max-width: 834px) {
  .p-column-detail-sec01 .link a {
    font-size: 13px;
    margin-top: 25px;
  }
}
.p-news-sec01 {
  padding-top: 300px;
}

@media screen and (max-width: 834px) {
  .p-news-sec01 {
    padding-top: 120px;
  }
}
.p-news-sec01 .l-content {
  padding-bottom: 0px;
  border-bottom: unset;
}

.p-news-sec01 .block1 {
  width: 100%;
  max-width: 345px;
  position: sticky;
  top: 250px;
}

@media screen and (max-width: 834px) {
  .p-news-sec01 .block1 {
    max-width: 100%;
    position: relative;
    top: 0px;
  }
}
@media screen and (max-width: 834px) {
  .p-news-sec01 .block1 .nav {
    width: 100%;
  }
  .p-news-sec01 .block1 .nav .c-title02 {
    width: 100%;
  }
}
.p-news-sec01 .block1 .nav .nav2 {
  width: 100%;
  height: auto;
  margin-top: 60px;
}

.p-news-sec01 .block1 .nav .nav2 ul li.active a {
  color: #222227;
}

.p-news-sec01 .block1 .nav .nav2 ul li a {
  color: #b6b5b1;
  font-size: 16px;
  font-family: "garamond-premier-pro", serif;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 1px;
}

@media screen and (max-width: 834px) {
  .p-news-sec01 .block1 .nav .nav2 ul li a {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.p-news-sec01 .block2 {
  width: 100%;
  max-width: calc(100% - 345px);
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (max-width: 834px) {
  .p-news-sec01 .block2 {
    max-width: 100%;
    padding-top: 60px;
  }
}
@media screen and (max-width: 834px) {
  .p-news-sec01 .block2 .c-list01 {
    margin-bottom: 30px;
  }
}
.p-news-sec01 .block2 .c-list01 li:last-child {
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .p-news-sec01 .block2 .c-list01 li:last-child {
    margin-bottom: 20px;
  }
}
.p-news-sec01 .block2 .nav2 {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  position: relative;
}

.p-news-sec01 .block2 .nav2 .title {
  font-size: 20px;
}

.p-news-sec01 .block2 .nav2 .clear {
  font-size: 18px;
  font-family: "garamond-premier-pro", serif;
  position: absolute;
  line-height: 1;
  right: 0px;
  top: 2px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  padding-right: 17px;
}

.p-news-sec01 .block2 .nav2 .clear::after {
  content: "+";
  color: #222227;
  position: absolute;
  font-size: 18px;
  line-height: 1;
  right: 0px;
  top: 0px;
  z-index: 1;
  transition: all ease-in-out 0.2s;
  transform: rotate(-45deg);
}

.p-news-sec01 .block2 .nav2 .clear:hover {
  opacity: 0.65;
}

.p-news-sec01 .block2 .c-item01 {
  margin: 0px 10px;
  margin-bottom: 60px;
  max-width: calc(33.3333333333% - 20px);
  min-width: 300px;
}

.p-news-detail-sec01 {
  padding-top: 300px;
}

@media screen and (max-width: 834px) {
  .p-news-detail-sec01 {
    padding-top: 120px;
  }
}
.p-news-detail-sec01 .c-title03 {
  margin-bottom: 120px;
}

@media screen and (max-width: 834px) {
  .p-news-detail-sec01 .c-title03 {
    margin-bottom: 80px;
  }
}
.p-news-detail-sec01 .c-title03 h3 {
  font-size: 18px;
  padding: 0px;
  padding-bottom: 10px;
  font-family: "shippori-mincho", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", sans-serif;
  letter-spacing: 0px;
}

@media screen and (max-width: 834px) {
  .p-news-detail-sec01 .c-title03 h3 {
    font-size: 14px;
  }
}
.p-news-detail-sec01 .c-title03 .title {
  width: 100%;
  display: block;
  font-size: 24px;
}

@media screen and (max-width: 834px) {
  .p-news-detail-sec01 .c-title03 .title {
    font-size: 18px;
    line-height: 1.5;
  }
}
.p-news-detail-sec01 .c-title03 .date {
  width: 100%;
  display: block;
  color: #8c8b89;
  margin-top: 30px;
  font-size: 16px;
  font-family: "garamond-premier-pro", serif;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 834px) {
  .p-news-detail-sec01 .c-title03 .date {
    font-size: 14px;
    margin-top: 18px;
  }
}
.p-news-detail-sec01 .c-title03 .date .category {
  font-size: 16px;
  margin-left: 20px;
  padding-left: 20px;
  display: inline-block;
  border-left: 1px solid #dadada;
  font-family: "garamond-premier-pro", serif;
  letter-spacing: 1px;
}

@media screen and (max-width: 834px) {
  .p-news-detail-sec01 .c-title03 .date .category {
    font-size: 14px;
    margin-left: 15px;
    padding-left: 15px;
  }
}
.p-news-detail-sec01 p,
.p-news-detail-sec01 figure {
  font-size: 15px;
  line-height: 2;
  padding-bottom: 60px;
  display: block;
}

@media screen and (max-width: 834px) {
  .p-news-detail-sec01 p,
  .p-news-detail-sec01 figure {
    font-size: 14px;
    padding-bottom: 45px;
  }
}
.p-news-detail-sec01 p a {
  font-size: 15px;
  font-weight: bold;
  background: #efece5;
  text-decoration: underline;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  border: unset;
  height: auto;
  border-radius: unset;
}

@media screen and (max-width: 834px) {
  .p-news-detail-sec01 p a {
    font-size: 14px;
  }
}
.p-news-detail-sec01 h3 {
  font-size: 20px;
  padding: 60px 0px;
  font-weight: 400;
  display: inline-block;
}

@media screen and (max-width: 834px) {
  .p-news-detail-sec01 h3 {
    font-size: 17px;
    padding: 45px 0px;
  }
}
.p-news-detail-sec01 h6 {
  font-size: 13px;
  color: #8e8d8a;
  font-weight: 400;
  padding: 20px 0px 70px;
}

@media screen and (max-width: 834px) {
  .p-news-detail-sec01 h6 {
    font-size: 12px;
    line-height: 1.5;
    padding: 10px 0px 45px;
  }
}
.p-news-detail-sec01 a {
  font-size: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #222227;
  border-radius: 24px;
  height: 45px;
  box-sizing: border-box;
  padding: 0px 30px;
}

@media screen and (max-width: 834px) {
  .p-news-detail-sec01 a {
    font-size: 14px;
    height: 40px;
    padding: 0px 25px;
  }
}
.p-news-detail-sec01 .tag {
  margin-top: 110px;
  width: 100%;
  height: auto;
  display: flex;
}

.p-news-detail-sec01 .tag .title {
  width: 55px;
  height: auto;
  font-size: 16px;
  font-family: "garamond-premier-pro", serif;
  line-height: 1.8;
}

.p-news-detail-sec01 .tag .block a {
  font-size: 14px;
  font-weight: 400;
  background: unset;
  text-decoration: none;
  line-height: 2;
  margin: 0;
  padding: 0;
  border: unset;
  height: auto;
  border-radius: unset;
  margin-right: 15px;
}

.p-news-detail-sec01 .link {
  width: 100%;
  height: auto;
  border-top: 1px solid #d2d1cc;
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
}

@media screen and (max-width: 834px) {
  .p-news-detail-sec01 .link {
    margin-top: 45px;
  }
}
.p-news-detail-sec01 .link a {
  font-size: 15px;
  font-weight: 400;
  background: unset;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: unset;
  height: auto;
  border-radius: unset;
  margin-top: 30px;
}

@media screen and (max-width: 834px) {
  .p-news-detail-sec01 .link a {
    font-size: 13px;
    margin-top: 25px;
  }
}
.p-contact-sec01 {
  padding-top: 300px;
}

@media screen and (max-width: 834px) {
  .p-contact-sec01 {
    padding: 120px 0px 0;
  }
}
.p-contact-sec01 .c-text02 {
  margin: 80px 0px;
}

@media screen and (max-width: 834px) {
  .p-contact-sec01 .c-text02 {
    margin: 60px 0px;
    font-size: 13px;
  }
}
.p-contact-sec01 .c-btn {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  font-weight: normal !important;
}

@media screen and (max-width: 834px) {
  .p-contact-sec01 .c-btn {
    margin-top: 45px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-contact-sec01 .c-btn .btn03 {
  width: calc(50% - 15px);
  height: 60px;
  border-radius: 30px;
  border: 1px solid #222222;
  background: #f7f5f0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "shippori-mincho", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  transition: ease-in-out 0.2s;
  cursor: pointer;
  color: #111;
  font-weight: normal !important;
}

@media screen and (max-width: 834px) {
  .p-contact-sec01 .c-btn .btn03 {
    width: 100%;
    height: 45px;
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.p-contact-sec01 .c-btn .btn03.v2 {
  background: #b1a289;
  color: #fff;
  border: 1px solid #b1a289;
  font-weight: normal !important;
}

.p-contact-sec01 .c-btn .btn03.off {
  background: #c7c7c7;
  border: 1px solid #c7c7c7;
  opacity: 1 !important;
  pointer-events: none;
  font-weight: normal !important;
}

.p-contact-sec01 .c-btn .btn03:hover {
  opacity: 0.4;
}

.p-confirm .c-form .block2 {
  display: none;
}

.p-confirm .c-form .c-select dl dt .color {
  color: #b1a289;
}

.p-confirm .c-form .w2 {
  justify-content: flex-start;
  align-items: center;
}

.p-confirm .c-form .w2 .box {
  width: auto;
  margin-right: 15px;
}

.p-confirm .c-form dd span {
  line-height: 1.5;
  font-size: 15px;
}

@media screen and (max-width: 834px) {
  .p-confirm .c-form dd span {
    font-size: 13px;
  }
}
.p-confirm .c-form .txt {
  height: auto;
  padding-top: 0px;
}

.p-confirm .c-btn .btn03.js-clear {
  display: none;
}

@media screen and (max-width: 834px) {
  .p-confirm .c-btn {
    width: 100%;
    justify-content: flex-start;
  }
}
.p-confirm .c-btn .btn03.v3 {
  height: 45px;
  width: auto;
  padding: 0px 35px;
}

@media screen and (max-width: 834px) {
  .p-confirm .c-btn .btn03.v3 {
    height: 40px;
    padding: 0px 25px;
  }
}
.p-course-sec01 {
  padding-top: 300px;
}

@media screen and (max-width: 834px) {
  .p-course-sec01 {
    padding-top: 120px;
  }
}
.p-course-sec01 .c-img1 {
  padding-top: 40px;
}

.p-course-sec01 .l-content .c-img1 img {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .p-course-sec01 .c-img1 {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}
.p-course-sec01 .l-content2 .c-title03 {
  padding-top: 250px;
  margin-bottom: 80px;
}

@media screen and (max-width: 834px) {
  .p-course-sec01 .l-content2 .c-title03 {
    padding-top: 120px;
    padding-bottom: 45px;
    margin-bottom: 0px;
  }
}
.p-course-sec01 .l-content2 .c-btn02 {
  margin-top: 35px;
}

.p-course-sec01 .block {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 80px auto;
}

@media screen and (max-width: 834px) {
  .p-course-sec01 .block {
    margin: 60px auto;
  }
}
.p-course-sec01 .block .c-img1 {
  padding-top: 0;
}

.p-course-sec01 .block .c-img1 img {
  width: 100%;
  max-width: 940px;
}

@media screen and (max-width: 1160px) {
  .p-course-sec01 .block .c-img1 img {
    padding: 0px 70px;
  }
}
@media screen and (max-width: 834px) {
  .p-course-sec01 .block .c-img1 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .p-course-sec01 .block .c-img1 img {
    max-width: 364px;
    width: calc(100% - 40px);
  }
  .p-course-sec01 .block .c-img1 img {
    padding: 0;
  }
}

.p-course-sec01 .line-wrapper {
  margin-top: 80px;
  padding: 75px 80px 80px;
  background: #efece5;
}

.p-course-sec01 .line-wrapper h3 {
  font-size: 17px;
  font-weight: 400;
}

.p-course-sec01 .line-wrapper .line-content {
  margin-top: 55px;
  font-size: 15px;
  line-height: 1.785;
}

.p-course-sec01 .line-wrapper .line-link {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media screen and (max-width: 834px) {
  .p-course-sec01 .line-wrapper {
    margin-top: 60px;
    padding: 45px 30px;
  }

  .p-course-sec01 .line-wrapper h3 {
    font-size: 16px;
  }

  .p-course-sec01 .line-wrapper .line-content {
    margin-top: 35px;
    font-size: 14px;
    line-height: 2.14;
  }

  .p-course-sec01 .line-wrapper .line-link {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.p-course-sec02 {
  width: 100%;
  height: auto;
  display: inline-block;
  padding-top: 250px;
}

@media screen and (max-width: 834px) {
  .p-course-sec02 {
    padding-top: 120px;
  }
}
.p-course-sec02 .c-title03 {
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .p-course-sec02 .c-title03 {
    margin-bottom: 45px;
  }
}
.p-course-sec02 .c-img1 {
  padding-bottom: 30px;
}

@media screen and (max-width: 540px) {
  .p-course-sec02 .c-img1 {
    width: calc(100% + 50px);
    margin-left: -25px;
    padding-bottom: 20px;
  }
  .p-course-sec02 .c-img1 img {
    width: 100%;
  }
}
.p-course-sec02 h4 {
  font-size: 17px;
  font-weight: 400;
  margin-top: 80px;
}

@media screen and (max-width: 834px) {
  .p-course-sec02 h4 {
    font-size: 15px;
  }
}
.p-course-sec02 .c-text02 {
  margin-top: 30px;
}
.p-course-sec02 .c-text02 span {
  font-size: 15px;
}

@media screen and (max-width: 834px) {
  .p-course-sec02 .c-text02 {
    line-height: 1.928;
  }
}
.p-course-sec02 .c-text02.v2 {
  line-height: 2;
}

@media screen and (max-width: 834px) {
  .p-course-sec02 .c-text02.v2 {
    line-height: 1.928;
  }
}
.p-course-sec02 ol {
  margin-top: 30px;
}

.p-course-sec02 ol li {
  padding-left: 12px;
  text-indent: -12px;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 12px;
}

@media screen and (max-width: 834px) {
  .p-course-sec02 ol li {
    font-size: 14px;
    line-height: 1.7;
  }
}
.p-course-sec02 ol li a {
  text-decoration: underline;
}

.p-course-sec02 .c-btn02 {
  margin-top: 30px;
}

.p-course-sec02 .box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-course-sec02 .table {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  margin-top: 30px;
}

.p-course-sec02 .table.v2 {
  width: calc(50% - 15px);
}

@media screen and (max-width: 834px) {
  .p-course-sec02 .table.v2 {
    width: 100%;
  }
}
.p-course-sec02 .table td,
.p-course-sec02 .table th {
  border: 1px solid #000000;
  text-align: center;
  padding: 19px 30px;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.46;
  font-size: 15px;
}

@media screen and (max-width: 834px) {
  .p-course-sec02 .table td,
  .p-course-sec02 .table th {
    font-size: 14px;
    padding: 14px 15px;
    line-height: 1.46 !important;
  }
}
.p-course-sec02 .table td ul li,
.p-course-sec02 .table th ul li {
  text-align: left;
  line-height: 1.46;
  font-size: 15px;
  margin-bottom: 15px;
  padding-left: 12px;
  text-indent: -12px;
}

@media screen and (max-width: 834px) {
  .p-course-sec02 .table td ul li,
  .p-course-sec02 .table th ul li {
    font-size: 13px;
    line-height: 1.46;
    margin-bottom: 10px;
  }
}
.p-course-sec02 .table tr:nth-child(odd) {
  background-color: #efece5;
}

.p-course-sec02 .box2 {
  margin-top: 80px;
}

.p-course-sec02 .box2 .js-modal-video {
  cursor: pointer;
}

.p-course-sec02 .txt2 {
  font-size: 13px;
  line-height: 2;
  color: #8c8b89;
}

@media screen and (max-width: 834px) {
  .p-course-sec02 .txt2 {
    font-size: 12px;
    line-height: 1.5;
    padding-top: 2px;
  }
}
.p-course-sec03 {
  width: 100%;
  height: auto;
  padding-top: 250px;
}

@media screen and (max-width: 834px) {
  .p-course-sec03 {
    padding-top: 120px;
  }
}
.p-course-sec03 .c-title03 {
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .p-course-sec03 .c-title03 {
    margin-bottom: 45px;
  }
}
.p-course-sec03 .block {
  margin-top: 80px;
}

@media screen and (max-width: 834px) {
  .p-course-sec03 .block {
    margin-top: 40px;
  }
}
.p-course-sec03 .block ul li {
  margin-bottom: 70px;
  line-height: 1.6;
  font-size: 15px;
  padding-left: 50px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .p-course-sec03 .block ul li {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 40px;
    margin-bottom: 45px;
  }
}
.p-course-sec03 .block ul li:last-child {
  margin-bottom: 0px;
}

.p-course-sec03 .block ul li:last-child::before,
.p-course-sec03 .block ul li:last-child::after {
  display: none;
}

.p-course-sec03 .block ul li span {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid black;
  box-sizing: border-box;
  display: flex;
  font-family: "garamond-premier-pro", serif;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  position: absolute;
  left: 0px;
  top: calc(50% - 15px);
}

@media screen and (max-width: 834px) {
  .p-course-sec03 .block ul li span {
    width: 26px;
    height: 26px;
    font-size: 15px;
    border-radius: 13px;
  }
}
.p-course-sec03 .block ul li:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  top: calc(100% + 40px);
}

@media screen and (max-width: 834px) {
  .p-course-sec03 .block ul li:before {
    top: calc(100% + 30px);
    left: 10px;
    width: 5px;
    height: 5px;
  }
}
.p-course-sec03 .block ul li::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 15px;
  width: 1px;
  height: 35px;
  border-left: 1px solid #000;
  top: calc(100% + 18px);
}

@media screen and (max-width: 834px) {
  .p-course-sec03 .block ul li::after {
    height: 25px;
    top: calc(100% + 12px);
    left: 12px;
  }
}
.p-course-sec04 {
  width: 100%;
  height: auto;
  margin-top: 250px;
  background: #efece5;
  padding: 120px 0px;
}

@media screen and (max-width: 834px) {
  .p-course-sec04 {
    margin-top: 80px;
    padding: 60px 0px 45px;
  }
}
.p-course-sec04 .l-content2 {
  position: relative;
}

.p-course-sec04 p {
  line-height: 1.785;
  padding: 60px 0px;
}

@media screen and (max-width: 834px) {
  .p-course-sec04 p {
    padding: 40px 0px;
    line-height: 2.14;
  }
}
.p-course-sec04 .box {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .p-course-sec04 .box {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-course-sec04 .box .c-btn03 {
  width: calc(50% - 15px);
}

@media screen and (max-width: 834px) {
  .p-course-sec04 .box .c-btn03 {
    width: 100%;
    margin-bottom: 15px;
  }
}
.p-course-sec07 {
  width: 100%;
  height: auto;
  padding-top: 250px;
}

@media screen and (max-width: 834px) {
  .p-course-sec07 {
    padding-top: 120px;
  }
}
.p-course-sec07 .block {
  margin-top: 80px;
}

@media screen and (max-width: 834px) {
  .p-course-sec07 .block {
    margin-top: 45px;
  }
}
.p-course-sec07 .c-item {
  border-top: 1px solid #d7d8d8;
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
  display: block;
}

.p-course-sec07 .c-item:last-child {
  border-bottom: 1px solid #d7d8d8;
}

.p-course-sec07 .c-item .is-list {
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  transition: all ease-in-out 0.2s;
  height: 82px;
  width: 100%;
  display: flex;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 834px) {
  .p-course-sec07 .c-item .is-list {
    height: 90px;
  }
}
.p-course-sec07 .c-item .is-list .title {
  width: 100%;
  height: auto;
  transition: all ease-in-out 0.2s;
  display: flex;
  align-items: center;
}

.p-course-sec07 .c-item .is-list .title::after {
  content: "+";
  color: #222222;
  position: absolute;
  font-size: 20px;
  line-height: 1;
  right: 30px;
  top: calc(50% - 10px);
  z-index: 1;
  transition: all ease-in-out 0.2s;
}

@media screen and (max-width: 834px) {
  .p-course-sec07 .c-item .is-list .title::after {
    right: 17px;
    top: calc(50% - 12px);
  }
}
.p-course-sec07 .c-item .is-list .title .ja {
  font-size: 15px;
  width: calc(100% - 50px);
  display: block;
  height: auto;
}

@media screen and (max-width: 834px) {
  .p-course-sec07 .c-item .is-list .title .ja {
    font-size: 14px;
    width: calc(100% - 90px);
    line-height: 1.6;
    margin-left: 30px;
  }
}
.p-course-sec07 .c-item .is-list.is-active .title .ja2 {
  opacity: 0;
  pointer-events: none;
}

.p-course-sec07 .c-item .is-list.is-active .title::after {
  color: #222222;
  transform: rotate(-135deg);
  opacity: 1;
}

.p-course-sec07 .c-item .is-list:hover {
  opacity: 0.5;
}

.p-course-sec07 .c-item .number {
  font-family: "garamond-premier-pro", serif;
  font-size: 20px;
  position: relative;
  top: 2px;
  transition: all ease-in-out 0.2s;
  width: 50px;
  display: inline-block;
}

@media screen and (max-width: 834px) {
  .p-course-sec07 .c-item .number {
    width: 30px;
    font-size: 16px;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-course-sec07 .c-item .is-content .number {
    top: 5px;
    transform: none;
  }
}
.p-course-sec07 .c-item .is-content {
  display: none;
  position: relative;
}

.p-course-sec07 .c-item .is-content .card1 {
  padding: 0px 0px 30px;
  width: 100%;
  height: auto;
  display: flex;
}

@media screen and (max-width: 834px) {
  .p-course-sec07 .c-item .is-content .card1 {
    position: relative;
  }
}
.p-course-sec07 .c-item .is-content .card1 .c-text02 {
  width: calc(100% - 120px);
  height: auto;
}

@media screen and (max-width: 834px) {
  .p-course-sec07 .c-item .is-content .card1 .c-text02 {
    width: calc(100% - 90px);
    margin-left: 30px;
  }
}
.c-search01 {
  padding-top: 300px;
}

@media screen and (max-width: 834px) {
  .c-search01 {
    padding-top: 120px;
  }
}
.c-search01 .l-content {
  padding-bottom: 0px;
  border-bottom: unset;
  justify-content: center;
}

.c-search01 .block2 {
  width: 100%;
  max-width: calc(100% - 345px);
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (max-width: 834px) {
  .c-search01 .block2 {
    max-width: 100%;
    padding-top: 60px;
  }
  .c-search01 .block2 .c-list01 {
    margin-bottom: 30px;
  }
}
.c-search01 .block2 .no-content {
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
}

@media screen and (max-width: 834px) {
  .c-search01 .block2 .no-content {
    font-size: 16px;
  }
}
.c-search02 {
  padding-top: 300px;
}

@media screen and (max-width: 834px) {
  .c-search02 {
    padding-top: 120px;
  }
}
.c-search02 .no-content {
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  width: 100%;
  display: block;
}

@media screen and (max-width: 834px) {
  .c-search02 .no-content {
    font-size: 16px;
  }
}
.c-search02 .l-content {
  justify-content: center;
}

.c-search02 .block2 {
  width: 100%;
  max-width: calc(100% - 345px);
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (max-width: 834px) {
  .c-search02 .block2 {
    max-width: 100%;
  }
}
.c-search02 .block2 .c-item01 {
  margin: 0px 10px;
  margin-bottom: 60px;
  max-width: 315px;
  min-width: 300px;
}

@media screen and (max-width: 834px) {
  .c-search02 .block2 .c-item01 {
    max-width: 315px;
    padding-bottom: 0;
    margin: 0 auto 45px;
  }
}
.c-search02 .block2 .c-item01:last-child {
  margin-bottom: 0px;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:focus {
  outline: none !important;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  transition-delay: 0.2s;
}

.c-mainvisual .c-slide01 .swiper-wrapper .swiper-slide {
  opacity: 0 !important;
}

.c-mainvisual .c-slide01 .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

@media screen and (max-width: 1023px) and (min-width: 501px) {
  .top-sec04 {
    padding: 120px 0px 0px;
  }
  .top-sec04 .l-content {
    position: relative;
  }
}
@media screen and (max-width: 1023px) and (min-width: 501px) and (max-width: 834px) {
  .top-sec04 .l-content {
    max-width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 1023px) and (min-width: 501px) {
  .top-sec04 .c-title02 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 25px 45px;
    position: relative;
    left: 0;
  }
  .top-sec04 .block1 {
    padding: 0px 25px;
    box-sizing: border-box;
  }
  .top-sec04 .block1.v3 {
    width: 100%;
    padding: 0 25px;
    overflow-x: scroll;
  }
  .top-sec04 .block1.v3 .c-scroll {
    width: 100%;
    height: auto;
    display: inline-flex;
    justify-content: space-between;
    padding: 0px;
  }
  .top-sec04 .block1 .c-slide01 {
    width: calc(50% - 5px);
    display: inline-table;
    pointer-events: none;
  }
  .top-sec04 .block1 .c-slide01 .swiper-wrapper {
    width: auto;
    transition-property: unset !important;
    transform: unset !important;
    transition-duration: unset !important;
  }
  .top-sec04 .block1 .c-slide01 .swiper-wrapper .swiper-slide {
    transform: unset !important;
    width: 100% !important;
    opacity: 1 !important;
    margin-right: 10px;
  }
  .top-sec04 .block1 .c-slide01 .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .top-sec04 .block1 .c-slide01.v2 {
    margin-top: 0px;
  }
  .top-sec04 .block1 .c-slide01.v2 .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0px;
  }
  .top-sec04 .block1.v2 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .top-sec04 .block1.v2 .content {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
::selection {
  background-color: #efece5;
}
a {
  -webkit-tap-highlight-color: transparent;
}
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #f7f5ef inset !important;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f7f5ef inset;
}
input:-webkit-autofill {
  -webkit-transition-delay: 99999999s;
  transition-delay: 99999999s;
}

/* Salon correction */

.p-salon-sec01 .c-btn01 {
  text-align: left;
  margin-top: 45px;
}
.p-salon-sec02 .c-btn01 {
  text-align: left;
  margin-top: 22px;
}
.p-salon-sec01 .c-btn01 a,
.p-salon-sec02 .c-btn01 a {
  font-size: 14px;
  padding-right: 55px;
}
.p-salon-sec01 .c-btn01:has(a[href=""]),
.p-salon-sec02 .c-btn01:has(a[href=""]),
.p-salon-sec01 .c-btn01 a[href=""],
.p-salon-sec02 .c-btn01 a[href=""] {
  display: none;
}
.p-salon-sec01 .c-btn01 a .c-arrow1,
.p-salon-sec02 .c-btn01 a .c-arrow1 {
  bottom: 3px;
  width: 40px;
}
.p-salon-sec01 .c-btn01 a .c-arrow1:before,
.p-salon-sec02 .c-btn01 a .c-arrow1:before {
  right: -5px;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 834px) {
  .p-salon-sec01 .c-btn01 {
    margin-top: 25px;
  }
  .p-salon-sec02 .c-btn01 {
    margin-top: 15px;
  }
  .p-salon-sec01 .c-btn01 a,
  .p-salon-sec02 .c-btn01 a {
    font-size: 13px;
    padding-right: 40px;
  }
  .p-salon-sec01 .c-btn01 a .c-arrow1,
  .p-salon-sec02 .c-btn01 a .c-arrow1 {
    width: 30px;
    bottom: 2px;
  }
  .p-salon-sec01 .c-btn01 a .c-arrow1:before,
  .p-salon-sec02 .c-btn01 a .c-arrow1:before {
    right: -3px;
    width: 8px;
    height: 8px;
  }
}

/* legal page */

.c-title03 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.58;
}

@media screen and (max-width: 834px) {
  .c-title03 {
    font-size: 20px;
  }
}

.p-legal,
.p-privacy {
  padding-top: 300px;
}

.p-legal table {
  width: 100%;
  margin-top: 115px;
  border-collapse: collapse;
}

.p-legal table tr {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr 67.021%;
  gap: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding: 45px 0;
}

.p-legal table tr:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.p-legal table td {
  font-size: 15px;
  line-height: 1.8;
}

.p-legal table td a {
  text-decoration: underline;
}

.p-legal table td ul li:before {
  content: "・";
  padding-right: 5px;
  display: inline;
}

.p-legal table td ul.ver2 {
  margin-top: 30px;
}

.p-legal table td ul.ver2 li:before {
  content: "※";
}

.p-legal table td ul li {
  padding-left: 20px;
  text-indent: -20px;
}

@media screen and (max-width: 834px) {
  .p-legal,
  .p-privacy {
    padding-top: 120px;
  }

  .p-legal table {
    margin-top: 50px;
  }

  .p-legal table tr {
    grid-template-columns: repeat(1, 1fr);
    gap: 18px;
    padding: 25px 0;
  }

  .p-legal table td {
    font-size: 14px;
    line-height: 1.5;
  }

  .p-legal table td ul.ver2 {
    margin-top: 15px;
  }
}

/* privacy page */
.p-privacy_desc {
  margin-top: 115px;
  font-size: 15px;
  line-height: 1.8;
}

.p-privacy_items {
  margin-top: 90px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}

.p-privacy_items h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 40px;
}

.p-privacy_items ul {
  margin-top: 25px;
}

.p-privacy_items ul li {
  padding-left: 23px;
  text-indent: -22px;
}

.p-privacy_items ul li span {
  padding-right: 8px;
}

@media screen and (max-width: 834px) {
  .p-privacy_desc {
    margin-top: 50px;
    font-size: 13px;
  }

  .p-privacy_items {
    margin-top: 30px;
    font-size: 13px;
  }

  .p-privacy_items h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .p-privacy_items ul {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
