@charset "UTF-8";
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  color: #000;
  word-break: break-all;
  letter-spacing: 0.05em;
}
body.is_fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.enTxt {
  font-family: "Work Sans", sans-serif;
}

.enTxt2 {
  font-family: "EB Garamond", serif;
}

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

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

.fade-in {
  opacity: 0; /* 初期状態で透明 */
  transform: translateY(50px); /* 下に少しずらす */
  transition: opacity 1s 0.3s ease, transform 1s 0.3s ease; /* アニメーションの設定 */
}

.fade-in.show {
  opacity: 1; /* 表示 */
  transform: translateY(0); /* 元の位置 */
}

.acContents {
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  cursor: none;
}
body a,
body button,
body input,
body textarea {
  cursor: none !important;
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease, border-color 0.3s ease;
}
.cursor.is-hover {
  transform: translate(-50%, -50%) scale(4);
}
@media screen and (max-width: 768px) {
  .cursor {
    display: none;
  }
}

.page-fv {
  position: relative;
}
.page-fv img {
  vertical-align: bottom;
}
.page-fv .page-ttl {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  color: #fff;
  font-family: "Cinzel", serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 300;
  text-align: right;
  letter-spacing: 10px;
}
@media screen and (max-width: 768px) {
  .page-fv .page-ttl {
    font-size: clamp(30px, 6vw, 66px);
    right: 3%;
  }
}
.page-fv .page-ttl span {
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: 0.7em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .page-fv .page-ttl span {
    font-size: clamp(12px, 2vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .page-fv img {
    aspect-ratio: 1.2;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.page-fv2 {
  position: relative;
}
.page-fv2 picture {
  filter: brightness(0.6);
}
.page-fv2 .page-ttl {
  position: absolute;
  top: 30%;
  right: 10%;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 4vw, 36px);
  font-weight: 300;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .page-fv2 .page-ttl {
    font-size: clamp(24px, 5vw, 52px);
    right: 12%;
  }
}
@media screen and (max-width: 450px) {
  .page-fv2 .page-ttl {
    top: 20%;
  }
}
.page-fv2 .page-ttl span {
  font-size: clamp(18px, 2vw, 24px);
  font-family: "Cinzel", serif;
}
@media screen and (max-width: 768px) {
  .page-fv2 .page-ttl span {
    font-size: clamp(18px, 3vw, 36px);
    text-align: right;
  }
}
.page-fv2 .online {
  position: absolute;
  top: 45%;
  right: 10%;
  width: 30%;
  padding: 3px 10px;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-family: "Cinzel", serif;
  letter-spacing: 0.2em;
  font-size: clamp(12px, 2vw, 16px);
}
@media screen and (max-width: 768px) {
  .page-fv2 .online {
    font-size: clamp(16px, 3vw, 30px);
    width: 80%;
    padding: 5px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 450px) {
  .page-fv2 .online {
    top: 38%;
    font-size: clamp(10px, 1vw, 14px);
  }
}
.page-fv2 .online:hover .arrow {
  transform: translateX(10px);
}
.page-fv2 .online .arrow {
  transition: 0.3s;
}
.page-fv2 .box {
  position: absolute;
  bottom: 15%;
  left: 15%;
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-fv2 .box {
    left: 12%;
    bottom: 12%;
  }
}
.page-fv2 .box h3 {
  color: #fff;
  font-size: clamp(18px, 3vw, 26px);
  margin-bottom: 40px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-fv2 .box h3 {
    font-size: clamp(18px, 3vw, 36px);
    margin-bottom: 30px;
  }
  .page-fv2 .box h3 span {
    padding-bottom: 0;
  }
}
.page-fv2 .box h3 span {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.page-fv2 .box p {
  font-size: clamp(14px, 3vw, 18px);
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-fv2 .box p {
    font-size: clamp(14px, 2vw, 26px);
    line-height: 1.8;
  }
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up.active {
  opacity: 1;
  transform: translateY(0);
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.header {
  height: 137px;
  background-color: transparent;
  position: absolute;
  z-index: 100;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
}
.header__inner {
  margin: 0 auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header__inner--logo {
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .header__inner--logo img {
    width: 80%;
  }
}
.header__inner--catalog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 30px;
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 32px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .header__inner--catalog {
    padding: 10px;
    margin-right: 20px;
  }
  .header__inner--catalog p {
    display: none;
  }
}
.header__inner--catalog:hover {
  border: 1px solid #000;
}
.header__inner--catalog:hover p {
  color: #000;
}
.header__inner--catalog:hover img {
  filter: brightness(0);
}
.header__inner--catalog p {
  color: #fff;
  margin-left: 10px;
  font-family: "Cormorant", serif;
  transition: 0.3s;
}
.header__inner--catalog img {
  transition: 0.3s;
}
.header__inner--catalog.catalog2 {
  border-color: #000;
}
.header__inner--catalog.catalog2 p {
  color: #000;
}
.header__inner--catalog.catalog2 img {
  filter: brightness(0);
}
.header__inner--insta {
  transition: 0.3s;
}
.header__inner--insta:hover {
  filter: brightness(0);
}
.header__inner--insta.insta2 {
  filter: brightness(0);
}
.header__nav {
  padding: 30px;
  position: fixed;
  left: 0;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav li {
  margin-bottom: 30px;
}
.header__nav li a {
  color: #fff;
  font-family: "Cinzel", serif;
}
.header__nav li a.black {
  color: #000;
}
.header__nav li a img {
  margin-left: 10px;
}
.header__nav.nav2 a {
  color: #000;
}
.header__nav.nav2 a img {
  filter: brightness(0);
}

.header.black a,
.header.black p {
  color: #000;
}

.header.black img {
  filter: brightness(0);
}

.header.black .header__inner--logo img {
  content: url(../../img/top/logo2.svg);
  filter: brightness(1);
}

.header.black .header__inner--catalog {
  border-color: #000;
}

.header.black .header__inner--insta {
  filter: brightness(0);
}

.header.black .hamburger__btn span {
  background-color: #000;
}

.hamburger__btn {
  display: none;
  width: 40px;
  height: 23px;
  margin-left: 20px;
  position: relative;
  z-index: 1001;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .hamburger__btn {
    display: block;
  }
}
.hamburger__btn span {
  display: block;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}
.hamburger__btn span:nth-child(1) {
  top: 0;
}
.hamburger__btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger__btn span:nth-child(3) {
  bottom: 0;
}
.hamburger__btn.active span {
  background: #000;
}
.hamburger__btn.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.hamburger__btn.active span:nth-child(2) {
  opacity: 0;
}
.hamburger__btn.active span:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.hamburger__btn.btn2 span {
  background-color: #000;
}

.drawerNav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: rgba(232, 225, 225, 0.9);
  z-index: 1000;
  transition: 0.4s;
}
.drawerNav ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.drawerNav a {
  color: #000;
  text-decoration: none;
  font-family: "Cinzel", serif;
}
.drawerNav a img {
  margin-left: 10px;
  filter: brightness(0);
}
.drawerNav.active {
  right: 0;
}

.footer {
  background: #fff;
  position: relative;
  z-index: 2;
}
.footer__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 180px 20px 0;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 70px 20px 0;
  }
}
.footer__inner--box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .footer__inner--box {
    flex-direction: column;
    margin-bottom: 60px;
  }
}
.footer__inner--box-logo {
  width: 40%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .footer__inner--box-logo {
    width: 100%;
  }
}
.footer__inner--box-logo img {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .footer__inner--box-logo img {
    width: 70%;
  }
}
.footer__inner--box-logo p {
  font-size: clamp(12px, 2vw, 14px);
}
@media screen and (max-width: 768px) {
  .footer__inner--box-logo p {
    margin-bottom: 80px;
  }
}
.footer__inner--box-list {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .footer__inner--box-list {
    width: 100%;
  }
}
.footer__inner--box-list li {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .footer__inner--box-list li {
    margin-bottom: 50px;
  }
}
.footer__inner--box-list li:last-child {
  margin-bottom: none;
}
.footer__inner--box-list li a {
  font-size: clamp(12px, 2vw, 14px);
  color: #000;
}
.footer__inner--box2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-bottom: 100px;
}
.footer__inner--box2 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__inner--box2 a p {
  color: #000;
  margin-left: 20px;
  font-family: "Cinzel", serif;
  font-size: clamp(14px, 2vw, 16px);
}
.footer__inner small {
  display: block;
  text-align: center;
  font-size: 10px;
  font-family: "Cinzel", serif;
  padding-bottom: 40px;
}

.footer-2 {
  background: url(../../img/page/aonokai-footer-bg.webp) no-repeat center center/cover;
}
.footer-2 .aonokai-contact {
  padding: 60px 20px 0;
  text-align: center;
}
.footer-2 .aonokai-contact h2 {
  font-size: clamp(24px, 4vw, 48px);
  font-weight: 300;
  margin-bottom: 20px;
}
.footer-2 .aonokai-contact .sub {
  font-size: clamp(16px, 2vw, 24px);
  margin-bottom: 40px;
}
.footer-2 .aonokai-contact .text {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 60px;
}
.footer-2 .aonokai-contact .box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .footer-2 .aonokai-contact .box {
    flex-direction: column;
    margin-bottom: 45px;
    gap: 30px;
  }
}
.footer-2 .aonokai-contact .box .card {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .footer-2 .aonokai-contact .box .card {
    width: 100%;
  }
}
.footer-2 .aonokai-contact .box .card .contact__inner--right-box-text {
  color: #4c4c4c;
}
@media screen and (max-width: 768px) {
  .footer-2 .aonokai-contact .box .card .contact__inner--right-box-tel {
    display: block;
  }
}
.footer-2 .aonokai-contact .box .card .contact__inner--right-box-text2 small {
  color: #fff;
  background-color: #4c4c4c;
}
.footer-2 .aonokai-contact a {
  display: block;
  background-color: #fff;
  border: 1px solid #4c4c4c;
  color: #4c4c4c;
  width: 467px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer-2 .aonokai-contact a {
    width: 100%;
  }
}
.footer-2 .footer__inner--box {
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .footer-2 .footer__inner--box {
    margin-bottom: 50px;
  }
}
.footer-2 .footer__inner--box-logo {
  margin-top: 0;
}
.footer-2 .footer__inner--box-logo img {
  margin-bottom: 0;
}
.footer-2 .footer__inner--box-logo p {
  line-height: 1.5;
}
.footer-2 .footer__inner--box-list {
  width: 15%;
}
@media screen and (max-width: 768px) {
  .footer-2 .footer__inner--box-list {
    width: 100%;
  }
}
.footer-2 .footer__inner--box-list a {
  font-family: "Cormorant", serif;
}
.footer-2 .footer__inner small {
  border-top: 1px solid #42453F;
  padding: 50px 0;
}
@media screen and (max-width: 430px) {
  .footer-2 .footer__inner small {
    font-size: 10px;
  }
}

.company {
  background-color: #444444;
  background: url(../../img/top/company-img.webp) no-repeat center center/cover;
  z-index: 2;
}
.company__inner {
  position: inherit;
  z-index: 2;
  max-width: 1080px;
  margin: 0 auto;
  padding: 230px 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .company__inner {
    padding: 100px 20px;
  }
}
.company__inner--ttl {
  font-size: clamp(30px, 8vw, 46px);
  margin-bottom: 45px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Cinzel", serif;
}
.company__inner--ttl::after {
  content: "会社概要";
  display: block;
  color: #fff;
  font-size: 12px;
  margin-left: 30px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .company__inner--ttl::after {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .company__inner--ttl {
    flex-direction: column;
    align-items: flex-start;
  }
}
.company__inner--text {
  margin-bottom: 50px;
  line-height: 1.5;
  font-size: clamp(14px, 3vw, 16px);
}
.company__inner--more {
  display: block;
  color: #fff;
  font-size: clamp(14px, 3vw, 20px);
  font-family: "Cinzel", serif;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .company__inner--more {
    text-align: right;
  }
}
.company__inner--more img {
  margin-left: 10px;
  transition: 0.3s;
}
.company__inner--more:hover img {
  transform: translateX(10px);
}

.page-company__inner {
  padding: 0 20px;
}
.page-company__inner .col {
  margin-left: auto;
  width: 75%;
  padding: 100px 0 50px;
}
@media screen and (max-width: 768px) {
  .page-company__inner .col {
    width: 100%;
    padding: 50px 0;
  }
}
.page-company__inner .col.page-topics {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .page-company__inner .col.page-topics {
    padding-top: 60px;
  }
}
.page-company__inner .col.page-social {
  padding-top: 60px;
}
.page-company__inner--box {
  padding: 75px 0 25px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .page-company__inner--box {
    padding: 0;
  }
}
.page-company__inner--box h3 {
  font-size: clamp(18px, 3vw, 26px);
  margin-bottom: 20px;
  font-weight: 400;
}
.page-company__inner--box h3 span {
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
.page-company__inner--box h4 {
  font-size: clamp(16px, 2.5vw, 22px);
  font-weight: normal;
  padding-top: 30px;
  margin-bottom: 20px;
}
.page-company__inner--box h5 {
  font-size: clamp(14px, 2vw, 18px);
  font-weight: normal;
  padding-top: 20px;
  margin-bottom: 20px;
}
.page-company__inner--box h5.pt {
  padding-top: 50px;
}
.page-company__inner--box ul {
  margin-bottom: 50px;
}
.page-company__inner--box ul li {
  border-top: 1px solid #d9d9d9;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-company__inner--box ul li:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.page-company__inner--box ul li.bb {
  border-bottom: 1px solid #d9d9d9;
}
.page-company__inner--box ul li p {
  font-size: clamp(12px, 1.5vw, 16px);
  line-height: 1.3;
}
.page-company__inner--box ul li p iframe {
  margin-top: 15px;
}
.page-company__inner--box ul li .lt {
  width: 25%;
}
.page-company__inner--box ul li .ld {
  width: 75%;
}
.page-company__inner--box ul li .ld iframe {
  width: 100%;
}
@media screen and (max-width: 550px) {
  .page-company__inner--box ul li .ld iframe {
    height: 300px;
  }
}

.contact {
  background: url(../../img/top/contact-img.webp) no-repeat center center/cover;
}
.contact__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 115px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    padding: 60px 20px;
    flex-direction: column;
  }
}
.contact__inner--left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .contact__inner--left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.contact__inner--left-ttl {
  font-size: clamp(36px, 10vw, 56px);
  font-family: "Cinzel", serif;
  font-weight: 300;
}
.contact__inner--left-ttl::after {
  content: "お問い合わせ";
  display: block;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .contact__inner--left-ttl::after {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .contact__inner--left-ttl {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact__inner--left-text {
  font-size: clamp(12px, 2vw, 16px);
  line-height: 1.5;
}
.contact__inner--right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .contact__inner--right {
    width: 100%;
  }
}
.contact__inner--right-box {
  margin-bottom: 65px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__inner--right-box {
    margin-bottom: 30px;
  }
}
.contact__inner--right-box-text {
  font-size: clamp(12px, 2vw, 14px);
  line-height: 1.5;
  margin-bottom: 10px;
}
.contact__inner--right-box-tel {
  font-size: clamp(30px, 8vw, 46px);
  font-family: "Cinzel", serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contact__inner--right-box-tel {
    display: none;
  }
}
.contact__inner--right-box-tel-sp {
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-family: "Cinzel", serif;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 32px;
  font-size: clamp(18px, 4vw, 30px);
  color: #9f754e;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .contact__inner--right-box-tel-sp {
    display: flex;
  }
}
.contact__inner--right-box-tel-sp img {
  position: absolute;
  left: 5%;
  transition: 0.3s;
}
.contact__inner--right-box-tel-sp:hover {
  background-color: #9f754e;
  color: #fff;
}
.contact__inner--right-box-tel-sp:hover img {
  filter: brightness(0) invert(1);
}
.contact__inner--right-box-text2 {
  font-size: clamp(12px, 2vw, 14px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__inner--right-box-text2 small {
  color: #000;
  padding: 5px;
  background-color: #fff;
  margin-right: 10px;
}
.contact__inner--right-form {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 32px;
  font-size: clamp(14px, 2vw, 20px);
  color: #9f754e;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .contact__inner--right-form {
    display: none;
  }
}
.contact__inner--right-form img {
  position: absolute;
  left: 5%;
  transition: 0.3s;
}
.contact__inner--right-form:hover {
  background-color: #9f754e;
  color: #fff;
}
.contact__inner--right-form:hover img {
  filter: brightness(0) invert(1);
}
.contact__inner--right-form-sp {
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 32px;
  font-size: clamp(16px, 4vw, 20px);
  color: #9f754e;
  position: relative;
  transition: 0.3s;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contact__inner--right-form-sp {
    display: flex;
  }
}
.contact__inner--right-form-sp img {
  display: none;
}
@media screen and (max-width: 768px) {
  .contact__inner--right-form-sp img {
    display: block;
    position: absolute;
    left: 5%;
    transition: 0.3s;
  }
}
.contact__inner--right-form-sp:hover {
  background-color: #9f754e;
  color: #fff;
}
.contact__inner--right-form-sp:hover img {
  filter: brightness(0) invert(1);
}

.page-contact .col {
  max-width: 1080px;
  margin: 0 auto;
}
.page-contact .col .page-ttl {
  color: #000;
  font-family: "Cinzel", serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 300;
  text-align: right;
  letter-spacing: 10px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .page-contact .col .page-ttl {
    line-height: 1.2;
    font-size: clamp(20px, 4vw, 36px);
    margin-bottom: 50px;
  }
}
.page-contact .col .page-ttl span {
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: 0.7em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .page-contact .col .page-ttl span {
    font-size: clamp(12px, 2vw, 20px);
  }
}
.page-contact .contact-box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.page-contact .contact-box__confirm {
  width: 20%;
}
.page-contact .contact-box__confirm-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.page-contact .contact-box__confirm-box img {
  margin-right: 10px;
}
.page-contact .contact-box__form {
  width: 80%;
}
.page-contact .contact-box .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-box .form-group {
    flex-direction: column;
  }
}
.page-contact .contact-box .form-group label {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(14px, 3vw, 16px);
}
@media screen and (max-width: 768px) {
  .page-contact .contact-box .form-group label {
    width: 100%;
    justify-content: flex-start;
    gap: 20px;
  }
}
.page-contact .contact-box .form-group input,
.page-contact .contact-box .form-group select,
.page-contact .contact-box .form-group textarea {
  width: 65%;
  border: 1px solid #5c5c5c;
  background: #fff;
  padding: 0 25px;
  font-size: clamp(14px, 3vw, 16px);
  color: #000;
  box-sizing: border-box;
}
.page-contact .contact-box .form-group input::-moz-placeholder, .page-contact .contact-box .form-group select::-moz-placeholder, .page-contact .contact-box .form-group textarea::-moz-placeholder {
  color: #d3d3d3;
}
.page-contact .contact-box .form-group input::placeholder,
.page-contact .contact-box .form-group select::placeholder,
.page-contact .contact-box .form-group textarea::placeholder {
  color: #d3d3d3;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-box .form-group input,
  .page-contact .contact-box .form-group select,
  .page-contact .contact-box .form-group textarea {
    width: 90%;
  }
}
.page-contact .contact-box .form-group input,
.page-contact .contact-box .form-group select {
  height: 50px;
}
.page-contact .contact-box .form-group .select-wrapper {
  position: relative;
  width: 65%;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-box .form-group .select-wrapper {
    width: 90%;
  }
}
.page-contact .contact-box .form-group .select-wrapper select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.page-contact .contact-box .form-group .select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url("../../img/page/contact5.svg") no-repeat center/contain;
  pointer-events: none;
}
.page-contact .contact-box .form-group textarea {
  height: 330px;
  resize: none;
  padding-top: 20px;
}
.page-contact .contact-box .required {
  border: 1px solid #c1001a;
  border-radius: 3px;
  color: #c1001a;
  font-size: 12px;
  padding: 5px 8px;
}
.page-contact .contact-box .submit-btn {
  display: block;
  width: 60%;
  margin: 40px auto 0;
  border: none;
  border-radius: 30px;
  padding: 10px;
  background: #c1001a;
  color: #fff;
  font-size: clamp(14px, 3vw, 16px);
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
.page-contact .contact-box .submit-btn img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.page-contact .contact-box .submit-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .page-contact .contact-box .submit-btn {
    width: 100%;
  }
}

.contact__main {
  padding: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .contact__main {
    padding: 0 0 8vw;
  }
}
.contact__main--inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact__main--inner {
    display: block;
  }
}
.contact__main--form {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact__main--form {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}

.contact__flow {
  width: 30%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .contact__flow {
    width: 100%;
    position: unset;
    margin-bottom: 30px;
  }
}
.contact__flow--item {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 17px;
  font-weight: 500;
  opacity: 0.4;
  color: #c1001a;
}
.contact__flow--item span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c1001a;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 23px;
}
.contact__flow--item + .contact__flow--item {
  margin-top: 41px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact__flow--item + .contact__flow--item {
    margin-top: 30px;
  }
}
.contact__flow--item + .contact__flow--item span {
  position: relative;
}
.contact__flow--item + .contact__flow--item span::before {
  content: "";
  width: 1px;
  height: 43px;
  left: 50%;
  transform: translateX(-50%);
  top: -44px;
  background: #B2B2B2;
  display: block;
  z-index: -1;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .contact__flow--item + .contact__flow--item span::before {
    top: -65%;
    height: 33px;
  }
}
.contact__flow--item.active {
  opacity: 1;
}

.smf-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .smf-item {
    width: 100%;
    display: block;
  }
}
.smf-item.first {
  padding-top: 0 !important;
}
.smf-item.last {
  align-items: flex-start;
}
.smf-item.last .smf-item__col--label {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .smf-item.last .smf-item__col--label {
    padding-top: 0;
  }
}
.smf-item.required .smf-item__label {
  position: relative;
}
.smf-item.required .smf-item__label::after {
  content: "必須";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #C1001A;
  color: #C1001A;
  padding: 2px 4px;
  display: inline-block;
  border-radius: 3px;
  font-size: 12px;
}

.smf-item__col--label {
  width: 28%;
}
@media screen and (max-width: 768px) {
  .smf-item__col--label {
    width: 100%;
    margin-bottom: 20px;
  }
}
.smf-item__col--label .required {
  color: #fff;
  font-size: 11px;
  background: #C1001A;
  padding: 6px 8px;
}

.smf-form .smf-select-control {
  width: 100%;
  display: block;
}

.smf-item__col--controls {
  width: 68%;
}
@media screen and (max-width: 768px) {
  .smf-item__col--controls {
    width: 100%;
  }
}
.smf-item__col--controls input,
.smf-item__col--controls .smf-select-control__control {
  background: #fff !important;
  height: 50px;
  width: 100% !important;
  padding: 0 1rem;
  border: none !important;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: "Noto Serif JP", sans-serif !important;
  border: 1px solid #5C5C5C !important;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .smf-item__col--controls input,
  .smf-item__col--controls .smf-select-control__control {
    padding: 0 20px;
  }
}
.smf-item__col--controls textarea {
  background: #fff !important;
  height: 50px;
  width: 100%;
  padding: 0 40px;
  border: none !important;
  border-radius: 5px;
  font-family: "Noto Serif JP", sans-serif !important;
  box-sizing: border-box;
  height: 250px;
  border: 1px solid #5C5C5C !important;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .smf-item__col--controls textarea {
    padding: 0 20px;
    height: 170px;
  }
}

.smf-item__label__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .smf-item__label__text {
    justify-content: flex-start;
    gap: 10px;
  }
}

.smf-action {
  margin-top: 90px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .smf-action {
    margin-top: 40px;
  }
}

.smf-button-control__control {
  font-family: "Noto Serif JP", sans-serif !important;
  width: 420px;
  margin: 0 auto;
  border: none !important;
  max-width: 100%;
  height: 60px;
  border-radius: 50px !important;
  color: #fff !important;
  font-size: 18px !important;
  background-image: none !important;
  background: #c1001a !important;
  background-position: 95%;
  background-size: 42px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .smf-button-control__control {
    height: 60px;
    background-size: 30px;
    font-size: 16px !important;
    margin: 0 !important;
  }
}

.smf-form {
  position: relative;
}

.smf-button-control__control[data-action=back] {
  width: 280px !important;
  background: #fff !important;
  font-size: 16px !important;
  height: 70px !important;
  border: 1px solid #000 !important;
  color: #000 !important;
}
@media screen and (max-width: 768px) {
  .smf-button-control__control[data-action=back] {
    width: 100% !important;
    height: 60px !important;
    margin-bottom: 20px !important;
  }
}

form[data-screen=confirm] .contact__flow .contact__flow--item:nth-child(1) {
  opacity: 1 !important;
}
form[data-screen=confirm] .contact__flow .contact__flow--item:nth-child(2) {
  opacity: 1 !important;
}
form[data-screen=confirm] .required {
  display: none !important;
}

form[data-screen=complete] .contact__flow .contact__flow--item:nth-child(1) {
  opacity: 1 !important;
}
form[data-screen=complete] .contact__flow .contact__flow--item:nth-child(2) {
  opacity: 1 !important;
}
form[data-screen=complete] .contact__flow {
  opacity: 1 !important;
}
form[data-screen=complete] .required {
  display: none !important;
}

.thanks__title {
  text-align: center;
  margin: 120px auto 30px;
  font-size: 24px;
}

.thanks__message {
  text-align: center;
  line-height: 1.7;
}

.back_btn {
  margin: 50px auto 0;
  max-width: 100%;
  width: 200px;
  height: 50px;
  color: #000 !important;
  font-weight: 500;
  line-height: 48px;
  font-size: 19px !important;
  background: #fff !important;
  text-align: center;
  border: 1px solid #000 !important;
  border-radius: 1000px !important;
  display: block;
  font-family: "Josefin Sans", sans-serif;
}

main {
  overflow: hidden;
}

.fv {
  position: relative;
  height: 300vh;
  background: url(../../img/top/fv-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: clip;
}
.fv__fixed {
  position: fixed;
  inset: 0;
}
.fv__mask {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 340px;
  height: 470px;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 9999px;
  z-index: 2;
  will-change: width, height, border-radius;
}
@media screen and (max-width: 768px) {
  .fv__mask {
    top: 57%;
  }
}
.fv__inner--main {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.fv__inner--logo {
  position: absolute;
  width: 238px;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fv__inner--logo {
    width: 140px;
  }
}
.fv__inner--cta {
  position: fixed;
  right: 10px;
  bottom: 5%;
  z-index: 20;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.fv__inner--cta.is-hide {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .fv__inner--cta {
    width: 90px;
    height: 90px;
  }
}
.fv .scroll {
  position: absolute;
  top: 25%;
  left: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fv .scroll {
    left: 8%;
  }
}
.fv .scroll__text {
  writing-mode: vertical-rl;
  font-size: clamp(12px, 1vw, 14px);
  letter-spacing: 0.3em;
  color: #fff;
  font-family: "Cinzel", serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .fv .scroll__text {
    font-size: clamp(9px, 1vw, 14px);
  }
}
.fv .scroll__line {
  position: relative;
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
}
.fv .scroll__dot {
  position: absolute;
  top: -8px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  transform: translateX(-50%);
  animation: scrollDot 2s ease-in-out infinite;
}
@keyframes scrollDot {
  0% {
    top: -8px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 60px;
    opacity: 0;
  }
}

.nature {
  position: relative;
  z-index: 3;
}
.nature.nature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.nature__inner {
  position: inherit;
  z-index: 2;
  max-width: 1080px;
  margin: 0 auto;
  padding: 230px 20px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .nature__inner {
    padding: 100px 20px;
  }
}
.nature__inner--ttl {
  font-family: "Cinzel", serif;
  font-size: clamp(36px, 10vw, 56px);
  margin-bottom: 50px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .nature__inner--ttl {
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
.nature__inner--text {
  font-size: clamp(14px, 3vw, 20px);
  line-height: 2.3;
  margin-bottom: 80px;
  font-weight: 500;
  letter-spacing: 0.3em;
}
.nature__inner--more {
  color: #fff;
  display: block;
  font-family: "Cinzel", serif;
  font-size: clamp(14px, 3vw, 20px);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .nature__inner--more {
    text-align: right;
  }
}
.nature__inner--more img {
  margin-left: 5px;
  transition: 0.3s;
}
.nature__inner--more:hover img {
  transform: translateX(10px);
}

.product {
  background: #fff;
  position: relative;
  z-index: 2;
}
.product__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 180px 20px;
  display: flex;
  justify-content: center;
  gap: 60px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .product__inner {
    padding: 90px 20px;
    gap: 0;
  }
}
.product__inner--img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .product__inner--img {
    display: none;
  }
}
.product__inner--col {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .product__inner--col {
    width: 100%;
  }
}
.product__inner--col-ttl {
  font-size: clamp(30px, 8vw, 46px);
  font-family: "Cinzel", serif;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product__inner--col-ttl::after {
  content: "製品紹介";
  display: block;
  color: #000;
  font-size: 12px;
  margin-left: 30px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .product__inner--col-ttl::after {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .product__inner--col-ttl {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product__inner--col-box {
  border-bottom: 1px solid #e1d8d0;
  padding: 80px 0 50px;
}
.product__inner--col-box:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .product__inner--col-box {
    padding: 20px 0 40px;
  }
}
.product__inner--col-box .product-img {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.product__inner--col-box h3 {
  font-size: clamp(18px, 5vw, 26px);
  font-weight: 300;
  margin-bottom: 20px;
}
.product__inner--col-box p {
  font-size: clamp(12px, 5vw, 14px);
  line-height: 1.7;
  margin-bottom: 50px;
}
.product__inner--col-box a {
  display: block;
  text-align: right;
  color: #9f754e;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-family: "Cinzel", serif;
}
.product__inner--col-box a img {
  margin-left: 10px;
  transition: 0.3s;
}
.product__inner--col-box a:hover img {
  transform: translateX(10px);
}

.page-product .product-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.page-product .product-box .card {
  width: 30%;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .page-product .product-box .card {
    width: 45%;
  }
}
@media screen and (max-width: 450px) {
  .page-product .product-box .card {
    width: 90%;
    margin: 0 auto;
  }
}
.page-product .product-box .card img {
  display: block;
  width: 100%;
  box-shadow: 0 4px 40px rgba(246, 245, 245, 0.5);
  margin-bottom: 20px;
}
.page-product .product-box .card h4 {
  line-height: 1.2;
  font-size: clamp(14px, 3vw, 18px);
  font-weight: 300;
  margin-bottom: 25px;
}
.page-product .product-box .card .capa {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  font-size: clamp(12px, 1.5vw, 14px);
}
.page-product .product-box .card .price {
  font-size: clamp(12px, 1.5vw, 16px);
}
.page-product .product-box .card .price span {
  font-size: clamp(12px, 1.5vw, 14px);
}

.product2 {
  background: url(../../img/page/page-product2-bg.webp) no-repeat center center/cover;
}
.product2 .page-product2 {
  width: 65%;
  margin: 0 auto;
  padding: 75px 20px 120px;
}
@media screen and (max-width: 768px) {
  .product2 .page-product2 {
    width: 100%;
    padding: 50px 0;
  }
}
.product2 .page-product2 img {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.product2 .page-product2 .color {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .product2 .page-product2 .color {
    margin-bottom: 70px;
  }
}
.product2 .page-product2__ttl {
  font-size: clamp(20px, 4vw, 40px);
  font-weight: normal;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.2;
}
.product2 .page-product2__ttl span {
  font-size: clamp(36px, 6vw, 64px);
}
.product2 .page-product2__text {
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: 300;
  margin-bottom: 100px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product2 .page-product2__text {
    margin-bottom: 50px;
  }
}
.product2 .page-product2__text.tal {
  text-align: left;
}
.product2 .page-product2 .swiper {
  margin-bottom: 50px;
}
.product2 .page-product2 .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.product2 .page-product2 .swiper .swiper-slide img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 320px;
}
.product2 .page-product2 .swiper .swiper-pagination-bullet {
  background-color: #42453f;
  width: 12px;
  height: 12px;
  margin: 0 32px !important;
}
.product2 .page-product2__box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .product2 .page-product2__box {
    margin-bottom: 90px;
    flex-direction: column;
  }
}
.product2 .page-product2__box .card {
  width: 48.5%;
  background-color: #fff;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 50px;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .product2 .page-product2__box .card {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .product2 .page-product2__box .card {
    width: 100%;
    margin-bottom: 20px;
  }
}
.product2 .page-product2__box .card > img {
  text-align: center;
  display: block;
  max-width: 274px;
  margin: 0 auto;
}
.product2 .page-product2__box .card .ttl {
  font-family: "Cinzel", serif;
  font-size: clamp(20px, 3vw, 32px);
  margin-bottom: 10px;
}
.product2 .page-product2__box .card .sub {
  font-family: "Cinzel", serif;
  font-size: clamp(16px, 2vw, 24px);
  margin-bottom: 20px;
  color: #42453f;
}
.product2 .page-product2__box .card .text {
  font-size: clamp(12px, 1.5vw, 14px);
  margin-bottom: 30px;
  line-height: 1.5;
  text-align: left;
}
.product2 .page-product2__box .card a {
  display: block;
  text-align: right;
  color: #9f754e;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-family: "Cinzel", serif;
  font-size: clamp(12px, 1.5vw, 16px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.product2 .page-product2__box .card a img {
  margin-left: 10px;
  padding-top: 10px;
  transition: 0.3s;
}
.product2 .page-product2__box .card a:hover img {
  transform: translateX(10px);
}
.product2 .page-product2 .online {
  width: 50%;
  margin: 0 auto;
  padding: 3px 10px;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background-color: #42453f;
  font-family: "Cormorant", serif;
  letter-spacing: 0.2em;
  font-size: clamp(12px, 2vw, 16px);
}
.product2 .page-product2 .online img {
  display: block;
  filter: brightness(0) invert(1);
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .product2 .page-product2 .online {
    font-size: clamp(16px, 3vw, 30px);
    width: 80%;
    padding: 5px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 450px) {
  .product2 .page-product2 .online {
    font-size: clamp(10px, 1vw, 14px);
  }
}
.product2 .page-product2 .online:hover .arrow {
  transform: translateX(10px);
}
.product2 .page-product2 .online .arrow {
  transition: 0.3s;
}

.release {
  position: relative;
  background: #fff;
  z-index: 2;
}
.release__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 115px 20px 80px;
}
@media screen and (max-width: 768px) {
  .release__inner {
    padding: 60px 20px;
  }
}
.release__inner--box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.release__inner--box-ttl {
  font-size: clamp(30px, 8vw, 46px);
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Cinzel", serif;
}
.release__inner--box-ttl::after {
  content: "プレリリース";
  display: block;
  font-size: 12px;
  margin-left: 30px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .release__inner--box-ttl::after {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .release__inner--box-ttl {
    flex-direction: column;
    align-items: flex-start;
  }
}
.release__inner--box-more {
  display: block;
  color: #9f754e;
  font-family: "Cinzel", serif;
  letter-spacing: 0.2em;
  font-size: clamp(14px, 3vw, 16px);
}
@media screen and (max-width: 768px) {
  .release__inner--box-more {
    display: none;
  }
}
.release__inner--box-more img {
  margin-left: 10px;
  transition: 0.3s;
}
.release__inner--box-more:hover img {
  transform: translateX(10px);
}
.release__inner--list li {
  padding: 30px;
  border-top: 1px solid #e5e5e5;
}
.release__inner--list li:last-child {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  .release__inner--list li {
    padding: 30px 0;
  }
}
.release__inner--list li > div, .release__inner--list li > a > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .release__inner--list li > div, .release__inner--list li > a > div {
    flex-direction: column;
    gap: 10px;
  }
}
.release__inner--list li > div .date, .release__inner--list li > a > div .date {
  width: 20%;
  font-size: 12px;
  color: #8c8c8c;
  font-family: "Cinzel", serif;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .release__inner--list li > div .date, .release__inner--list li > a > div .date {
    width: 100%;
  }
}
.release__inner--list li > div .ttl, .release__inner--list li > a > div .ttl {
  width: 80%;
  font-size: clamp(16px, 3vw, 20px);
  line-height: 1.5;
  color: #000;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .release__inner--list li > div .ttl, .release__inner--list li > a > div .ttl {
    width: 100%;
  }
}

.social {
  background: #fff;
  position: relative;
  z-index: 2;
}
.social__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 20px 40px;
}
.social__inner--ttl {
  font-size: clamp(36px, 8vw, 56px);
  font-weight: 200;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.social__inner--ttl::after {
  content: "Social Responsibility";
  display: block;
  color: #000;
  font-size: 12px;
  margin-left: 30px;
  font-family: "Cinzel", serif;
}
@media screen and (max-width: 768px) {
  .social__inner--ttl::after {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .social__inner--ttl {
    flex-direction: column;
    align-items: flex-start;
  }
}
.social__inner--text {
  color: #544d37;
  margin-bottom: 10px;
  font-size: clamp(14px, 3vw, 16px);
}
.social__inner--more {
  display: block;
  font-size: clamp(14px, 3vw, 20px);
  color: #9f754e;
  font-family: "Cinzel", serif;
  text-align: right;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .social__inner--more {
    display: none;
  }
}
.social__inner--more img {
  margin-left: 10px;
  transition: 0.3s;
}
.social__inner--more:hover img {
  transform: translateX(10px);
}
.social .swiper.swiper1 {
  width: 100%;
  padding-bottom: 50px;
}
.social .swiper.swiper1 .swiper-wrapper {
  transition-timing-function: linear !important;
}
.social .swiper.swiper1 .swiper-wrapper {
  height: 427px;
}
@media screen and (max-width: 768px) {
  .social .swiper.swiper1 .swiper-wrapper {
    height: auto;
  }
}
.social .swiper.swiper1 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .social .swiper.swiper1 .swiper-wrapper .swiper-slide img {
    aspect-ratio: 1.5;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.social .swiper.swiper1 .social__inner--more-sp {
  display: none;
  font-size: clamp(14px, 3vw, 20px);
  color: #9f754e;
  font-family: "Cinzel", serif;
  text-align: right;
  letter-spacing: 0.2em;
  padding: 30px 20px 0;
}
@media screen and (max-width: 768px) {
  .social .swiper.swiper1 .social__inner--more-sp {
    display: block;
  }
}
.social .swiper.swiper1 .social__inner--more-sp img {
  margin-left: 10px;
  transition: 0.3s;
}
.social .swiper.swiper1 .social__inner--more-sp:hover img {
  transform: translateX(10px);
}

.social-box {
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .social-box {
    margin-bottom: 40px;
  }
}
.social-box h3 {
  font-size: clamp(16px, 3vw, 26px);
  margin-bottom: 45px;
  font-weight: 400;
}
.social-box h3 span {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.social-box p {
  font-size: clamp(12px, 1.5vw, 18px);
  line-height: 1.5;
}
.social-box p.text2 {
  margin-bottom: 30px;
}
.social-box .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .social-box .box {
    flex-direction: column;
  }
}
.social-box .box img {
  width: 35%;
}
.social-box .box .text {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .social-box .box .text {
    width: 100%;
  }
}
.social-box .box small {
  display: block;
  text-align: right;
  font-size: 12px;
  color: #42453f;
  margin-top: 50px;
}
.social-box .social-card {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  gap: 50px;
}
.social-box .social-card:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .social-box .social-card {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.social-box .social-card img {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .social-box .social-card img {
    width: 100%;
  }
}
.social-box .social-card .col {
  width: 65%;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .social-box .social-card .col {
    width: 100%;
  }
}
.social-box .social-card .col .more {
  display: block;
  text-align: center;
  padding: 15px 10px;
  width: 60%;
  border: 1px solid #000;
  border-radius: 30px;
  position: relative;
  font-size: clamp(12px, 1.5vw, 16px);
  font-family: "Cinzel", serif;
  color: #080808;
  margin-top: 30px;
  margin-left: auto;
}
.social-box .social-card .col .more img {
  width: 30px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.social-box .social-card .col .more:hover img {
  transform: translate(10px, -50%);
}

.social2 {
  background: url(../../img/top/social2-bg.webp) no-repeat center center/cover;
  z-index: 2;
}
.social2__inner {
  z-index: 2;
  max-width: 1080px;
  margin: 0 auto;
  padding: 230px 20px;
}
@media screen and (max-width: 768px) {
  .social2__inner {
    padding: 100px 20px;
  }
}
.social2__inner--ttl {
  font-size: clamp(30px, 8vw, 46px);
  margin-bottom: 45px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Cinzel", serif;
}
@media screen and (max-width: 768px) {
  .social2__inner--ttl {
    line-height: 1.2;
  }
}
.social2__inner--ttl::after {
  content: "環境への取り組み";
  display: block;
  color: #000;
  font-size: 12px;
  margin-left: 30px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .social2__inner--ttl::after {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .social2__inner--ttl {
    flex-direction: column;
    align-items: flex-start;
  }
}
.social2__inner--text {
  margin-bottom: 50px;
  line-height: 1.5;
  font-size: clamp(14px, 3vw, 16px);
}
.social2__inner--more {
  display: block;
  color: #000;
  font-size: clamp(14px, 3vw, 20px);
  font-family: "Cinzel", serif;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .social2__inner--more {
    text-align: right;
  }
}
.social2__inner--more img {
  margin-left: 10px;
  transition: 0.3s;
}
.social2__inner--more:hover img {
  transform: translateX(10px);
}

.fv2 {
  background: url(../../img/page/aonokai-fv-2.webp) no-repeat center center/cover;
}
.fv2__inner {
  padding: 80px 20px 130px;
  color: #fff;
  text-align: center;
}
.fv2__inner img {
  margin-bottom: 40px;
}
.fv2__inner h3 {
  font-size: clamp(18px, 3vw, 36px);
  font-weight: 600;
  margin-bottom: 30px;
}
.fv2__inner .text {
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 2;
}

.page-aonokai .social-box p {
  margin-bottom: 100px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .page-aonokai .social-box p {
    margin-bottom: 25px;
  }
}
.page-aonokai .social-box .ao-img1 {
  margin-bottom: 50px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .page-aonokai .social-box .ao-img1 {
    width: 100%;
    margin-bottom: 25px;
  }
}
.page-aonokai .social-box .card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
.page-aonokai .social-box .card:last-child {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .page-aonokai .social-box .card:last-child {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page-aonokai .social-box .card {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.page-aonokai .social-box .card .left {
  width: 25%;
}
.page-aonokai .social-box .card .left img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-aonokai .social-box .card .left {
    width: 100%;
  }
}
.page-aonokai .social-box .card .right {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .page-aonokai .social-box .card .right {
    width: 100%;
  }
}
.page-aonokai .social-box .card .right .ttl {
  font-size: clamp(16px, 2vw, 22px);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  font-weight: 300;
}
.page-aonokai .social-box .card .right .ttl span {
  font-size: clamp(30px, 5vw, 56px);
  font-family: "Cinzel", serif;
}
.page-aonokai .social-box .card .right p {
  font-size: clamp(12px, 1vw, 16px);
  margin-bottom: 0;
}
.page-aonokai .social-box .card .left2 {
  width: 15%;
}
.page-aonokai .social-box .card .left2 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-aonokai .social-box .card .left2 {
    width: 40%;
  }
}
.page-aonokai .social-box .card .left2 p {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 2;
  margin-bottom: 0;
}
.page-aonokai .social-box .card .right2 {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .page-aonokai .social-box .card .right2 {
    width: 100%;
  }
}
.page-aonokai .social-box .card .right2 p {
  font-size: clamp(14px, 1vw, 16px);
  line-height: 2;
  margin-bottom: 0;
}

.info {
  background: url(../../img/page/aonokai-img-5.webp) no-repeat center center/cover;
}
.info__inner {
  padding: 65px 20px 100px;
  color: #fff;
  text-align: center;
}
.info__inner h2 {
  font-size: clamp(18px, 3vw, 32px);
  line-height: 1.7;
  font-weight: normal;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .info__inner h2 {
    margin-bottom: 20px;
  }
}
.info__inner img {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .info__inner img {
    margin-bottom: 30px;
  }
}
.info__inner p {
  font-size: clamp(16px, 2.5vw, 26px);
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .info__inner p {
    margin-bottom: 30px;
  }
}
.info__inner .more {
  background-color: #fff;
  border-radius: 43px;
  display: block;
  color: #4c4c4c;
  text-align: center;
  padding: 30px 20px;
  width: 470px;
  margin: 0 auto;
  position: relative;
}
.info__inner .more img {
  position: absolute;
  margin-bottom: 0;
  right: 20%;
}
@media screen and (max-width: 768px) {
  .info__inner .more {
    width: 100%;
    padding: 20px;
  }
}

.topics {
  background: #fff;
  z-index: 2;
}
.topics__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 115px 20px 60px;
}
@media screen and (max-width: 768px) {
  .topics__inner {
    padding: 60px 20px 30px;
  }
}
.topics__inner--box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topics__inner--box-ttl {
  font-size: clamp(30px, 8vw, 46px);
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Cinzel", serif;
}
.topics__inner--box-ttl::after {
  content: "トピックス";
  display: block;
  font-size: 12px;
  margin-left: 30px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .topics__inner--box-ttl::after {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .topics__inner--box-ttl {
    flex-direction: column;
    align-items: flex-start;
  }
}
.topics__inner--box-more {
  display: block;
  color: #9f754e;
  font-family: "Cinzel", serif;
  letter-spacing: 0.2em;
  font-size: clamp(14px, 3vw, 16px);
}
@media screen and (max-width: 768px) {
  .topics__inner--box-more {
    display: none;
  }
}
.topics__inner--box-more img {
  margin-left: 10px;
  transition: 0.3s;
}
.topics__inner--box-more:hover img {
  transform: translateX(10px);
}
.topics .swiper.swiper2 {
  max-width: 1080px;
  margin-left: auto;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .topics .swiper.swiper2 {
    padding: 0 20px;
  }
}
.topics .swiper.swiper2 .topics__inner--box-more-sp {
  display: none;
  color: #9f754e;
  font-family: "Cinzel", serif;
  letter-spacing: 0.2em;
  padding: 30px 20px;
  text-align: right;
  font-size: clamp(20px, 4vw, 36px);
}
@media screen and (max-width: 768px) {
  .topics .swiper.swiper2 .topics__inner--box-more-sp {
    display: block;
  }
}
.topics .swiper.swiper2 .topics__inner--box-more-sp img {
  margin-left: 10px;
  transition: 0.3s;
}
.topics .swiper.swiper2 .topics__inner--box-more-sp:hover img {
  transform: translateX(10px);
}
.topics .swiper.swiper2 .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topics .swiper.swiper2 .swiper-wrapper .swiper-slide-card {
  padding: 40px;
  background-color: #f9f7f5;
}
@media screen and (max-width: 768px) {
  .topics .swiper.swiper2 .swiper-wrapper .swiper-slide-card {
    padding: 20px 25px;
  }
}
.topics .swiper.swiper2 .swiper-wrapper .swiper-slide-card img {
  margin-bottom: 15px;
}
.topics .swiper.swiper2 .swiper-wrapper .swiper-slide-card .date {
  font-size: 12px;
  font-family: "Cinzel", serif;
  margin-bottom: 10px;
}
.topics .swiper.swiper2 .swiper-wrapper .swiper-slide-card .ttl {
  font-size: clamp(18px, 3vw, 24px);
  margin-bottom: 25px;
  line-height: 1.2;
  font-weight: 400;
}
.topics .swiper.swiper2 .swiper-wrapper .swiper-slide-card .text {
  font-size: clamp(12px, 2vw, 14px);
  margin-bottom: 50px;
  line-height: 1.5;
}
.topics .swiper.swiper2 .swiper-wrapper .swiper-slide-card .more {
  display: flex;
  align-items: bottom;
  justify-content: flex-end;
  color: #9f754e;
  font-family: "Cinzel", serif;
  text-align: right;
  letter-spacing: 0.2em;
  font-size: clamp(14px, 3vw, 16px);
}
.topics .swiper.swiper2 .swiper-wrapper .swiper-slide-card .more img {
  margin-left: 10px;
  transition: 0.3s;
}
.topics .swiper.swiper2 .swiper-wrapper .swiper-slide-card .more:hover img {
  transform: translateX(10px);
}

.topics-box {
  font-family: "Noto Serif JP", serif;
  display: flex;
  justify-content: flex-start;
  gap: 45px;
  flex-wrap: wrap;
  gap: 40px 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .topics-box {
    margin-bottom: 50px;
    gap: 20px;
    justify-content: space-between;
  }
}
.topics-box .card {
  width: 45%;
  background-color: #f9f7f5;
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .topics-box .card {
    width: 100%;
  }
}
.topics-box .card .topics-img {
  margin-bottom: 15px;
  width: 100%;
}
.topics-box .card .date {
  font-size: clamp(10px, 1vw, 12px);
  margin-bottom: 10px;
  font-family: "Cinzel", serif;
  letter-spacing: 0.2em;
}
.topics-box .card h3 {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 400;
}
.topics-box .card .text {
  color: #7c7c7c;
  font-size: clamp(12px, 1.5vw, 14px);
  margin-bottom: 40px;
  line-height: 1.4;
}
.topics-box .card a {
  font-family: "Cinzel", serif;
  font-size: clamp(12px, 1.5vw, 16px);
  display: block;
  color: #9f754e;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
.topics-box .card a img {
  margin-left: 30px;
  padding-bottom: 10px;
  transition: 0.3s;
}
.topics-box .card a:hover img {
  transform: translateX(10px);
}

.single-topics.col {
  padding: 0;
}
.single-topics.col .topics-card {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .single-topics.col .topics-card {
    padding: 50px 20px;
  }
}
.single-topics.col .topics-card img {
  display: block;
  margin: 0 auto 30px;
}
.single-topics.col .topics-card .date {
  margin-bottom: 10px;
  font-size: clamp(10px, 1vw, 12px);
  font-family: "Cinzel", serif;
  letter-spacing: 0.2em;
}
.single-topics.col .topics-card__ttl {
  font-weight: 300;
  margin-bottom: 20px;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.2;
}
.single-topics.col .topics-card__ttl2 {
  font-weight: 300;
  margin-bottom: 20px;
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.single-topics.col .topics-card__ttl2::before {
  content: "";
  display: block;
  background-color: #9f754e;
  width: 8px;
  height: 1.5em;
}
.single-topics.col .topics-card__ttl3 {
  font-weight: 300;
  margin-bottom: 20px;
  padding: 15px 25px;
  font-size: clamp(14px, 2vw, 18px);
  background-color: #f9f7f5;
}
.single-topics.col .topics-card .text {
  margin-bottom: 35px;
  line-height: 1.5;
  font-size: clamp(12px, 1.5vw, 16px);
  color: #333131;
}
.single-topics.col .topics-card .tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}
.single-topics.col .topics-card .tag a,
.single-topics.col .topics-card .tag p {
  font-size: 10px;
  color: #333131;
}

.page-company .topics__inner--box {
  width: 70%;
  margin-bottom: 30px;
  margin-left: auto;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .page-company .topics__inner--box {
    margin-left: 20px;
    padding-right: 0;
  }
}

.swiper.swiper2.single-topics-swiper {
  width: 70%;
  margin-left: auto;
  margin-right: 0;
  overflow: hidden;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .swiper.swiper2.single-topics-swiper {
    width: 100%;
    margin-bottom: 30px;
  }
}
.swiper.swiper2.single-topics-swiper .topics__inner--box-more-sp {
  display: none;
  color: #9f754e;
  font-family: "Cinzel", serif;
  letter-spacing: 0.2em;
  padding: 30px 20px;
  text-align: right;
  font-size: clamp(20px, 4vw, 36px);
}
@media screen and (max-width: 768px) {
  .swiper.swiper2.single-topics-swiper .topics__inner--box-more-sp {
    display: block;
  }
}
.swiper.swiper2.single-topics-swiper .topics__inner--box-more-sp img {
  margin-left: 10px;
  transition: 0.3s;
}
.swiper.swiper2.single-topics-swiper .topics__inner--box-more-sp:hover img {
  transform: translateX(10px);
}
.swiper.swiper2.single-topics-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper.swiper2.single-topics-swiper .swiper-wrapper .swiper-slide-card {
  padding: 40px;
  background-color: #f9f7f5;
}
.swiper.swiper2.single-topics-swiper .swiper-wrapper .swiper-slide-card img {
  margin-bottom: 15px;
}
.swiper.swiper2.single-topics-swiper .swiper-wrapper .swiper-slide-card .date {
  font-size: 12px;
  font-family: "Cinzel", serif;
  margin-bottom: 10px;
}
.swiper.swiper2.single-topics-swiper .swiper-wrapper .swiper-slide-card .ttl {
  font-size: clamp(18px, 3vw, 24px);
  margin-bottom: 25px;
  line-height: 1.2;
  font-weight: 400;
}
.swiper.swiper2.single-topics-swiper .swiper-wrapper .swiper-slide-card .text {
  font-size: clamp(12px, 2vw, 14px);
  margin-bottom: 50px;
  line-height: 1.5;
}
.swiper.swiper2.single-topics-swiper .swiper-wrapper .swiper-slide-card .more {
  display: flex;
  align-items: bottom;
  justify-content: flex-end;
  color: #9f754e;
  font-family: "Cinzel", serif;
  text-align: right;
  letter-spacing: 0.2em;
  font-size: clamp(14px, 3vw, 16px);
}
.swiper.swiper2.single-topics-swiper .swiper-wrapper .swiper-slide-card .more img {
  margin-left: 10px;
  transition: 0.3s;
}
.swiper.swiper2.single-topics-swiper .swiper-wrapper .swiper-slide-card .more:hover img {
  transform: translateX(10px);
}/*# sourceMappingURL=style.css.map */