@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");

/*===============================================
size_regulation
===============================================*/
/*===============================================
font_regulation
===============================================*/
/*===============================================
base
===============================================*/
/*===============================================
header height
===============================================*/
/*===============================================
// title：レスポンシブ
// ＜使い方＞
// @include mq(sm){　color:#FFF; };
// ()の中にlg,md,sm,xsを入れてその時の幅でレスポンシブを指定する
// 汎用的なものになるため、個別の幅での対応は screen and (max-width: 〇〇px) で指定をしてください
===============================================*/
/*===============================================
mixins
===============================================*/
/*===============================================
// title：フレックスボックス
// ＜使い方＞
// @include flex;
// 上記を入れるだけで、ブラウザ対応など可能
===============================================*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
optgroup,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 10px;
}

body {
  padding: 0;
  margin: 0;
  line-height: 180%;
  background-color: #fff3eb;
}

.main {
  width: 100%;
  background-color: #fff3eb;
  overflow: hidden;
}

.zen-kaku-antique-light {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-kaku-antique-regular {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-antique-medium {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-antique-bold {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-antique-black {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.zen-maru-gothic-light {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 300;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}

/* 共通フォント設定 */
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a {
  letter-spacing: 0.3em;
  /* 文字間隔 */
}

.contents_box {
  width: 400px;
  height: 150px;
  background-color: aquamarine;
  overflow: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}

/*Google Chrome、Safariへの対応*/
.contents_box::-webkit-scrollbar {
  display: none;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 900px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block !important;
}

@media screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }
}

/* ロゴ */


.top .logo {
  position: absolute;
  top: -96px;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 30px;
}

.top .logo.logo__2 {
  top: -139px;
  left: 32px;
}

.top .logo.logo__3 {
  top: -139px;
  left: -10%;
}

@media screen and (max-width: 900px) {
  .top .logo {
    gap: 15px;
  }

  .top .logo {
    top: -50px;
  }

  .top .logo.logo__2 {
    top: -50px;
    left: 12px;
  }

  .top .logo.logo__3 {
    top: -50px;
    left: -10%;
  }
}

@media screen and (max-width: 900px) {
  .top .logo img:first-child {
    width: 40px;
    height: 40px;
  }
}

.top .logo img:last-child {
  transform: translate(0px, -6px);
}

@media screen and (max-width: 900px) {
  .top .logo img:last-child {
    width: 110px;
    height: 25px;
    object-fit: contain;
  }
}

.top-kv {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 150px 0px 160px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 700px) {
  .top-kv {
    padding: 64px 0px 90px;
  }
}

.top-kv .kvbackimg {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.top-kv .clippath {
  width: 100%;
  height: 150px;
  position: absolute;
  z-index: 1;
  background-color: #fff3eb;
  border-radius: 50% 50% 0% 0%;
  left: 50%;
  bottom: -7%;
  transform: translate(-50%, 0%);
}

@media screen and (max-width: 768px) {
  .top-kv .clippath {
    height: 90px;
  }
}

.topheader.type0 {
  position: fixed;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s;
}

/* スクロールしたら */
.topheader.type0.active {
  top: 16px;
}

@media screen and (max-width: 1200px) {
  .topheader.type0 {
    width: 90%;
  }
}

@media screen and (max-width: 900px) {
  .topheader.type0 {
    top: 16px;
    margin-bottom: 24px;
    width: 100%;
    padding-left: 12px;
  }
}

.topheader.type0 .logo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 30px;
}

@media screen and (max-width: 900px) {
  .topheader.type0 .logo {
    gap: 15px;
  }
}

@media screen and (max-width: 900px) {
  .topheader.type0 .logo .img1 {
    width: 40px;
    height: 40px;
  }
}

.topheader.type0 .logo .img2 {
  transform: translate(0px, -6px);
}

@media screen and (max-width: 900px) {
  .topheader.type0 .logo .img2 {
    width: 110px;
    height: 25px;
    object-fit: contain;
  }
}

.top-kv .top {
  width: 80%;
  aspect-ratio: 16/9;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .top-kv .top {
    width: 90%;
  }
}

.top-kv .top .img-obj1 {
  position: absolute;
  top: -77px;
  right: 17%;
  height: 148px;
  object-fit: contain;
  -o-object-fit: contain;
  transform: rotate(13deg);
  animation: floatTop1 3s ease-in-out infinite;
}

.top-kv .top .img-obj2 {
  position: absolute;
  top: 50%;
  left: -75px;
  height: 145px;
  object-fit: contain;
  -o-object-fit: contain;
  transform: rotate(-10deg);
  animation: floatTop2 3s ease-in-out infinite;
}

@media screen and (max-width: 1200px) {
  .top-kv .top .img-obj2 {
    display: none;
    top: 65%;
    left: -42px;
    height: 90px;
  }

  .top-kv .top {
    width: 90%;
  }
}

/* ふわふわアニメーションのキーアニメーション */
/* animation: float 3s ease-in-out infinite; */
@keyframes floatTop1 {
  0% {
    transform: translateY(0) rotate(13deg);
  }

  50% {
    transform: translateY(-10px) rotate(13deg);
    /* 上に10px移動 */
  }

  100% {
    transform: translateY(0) rotate(13deg);
  }
}

/* ふわふわアニメーションのキーアニメーション */
/* animation: float 3s ease-in-out infinite; */
@keyframes floatTop2 {
  0% {
    transform: translateY(0) rotate(-10deg);
  }

  50% {
    transform: translateY(-10px) rotate(-10deg);
    /* 上に10px移動 */
  }

  100% {
    transform: translateY(0) rotate(-10deg);
  }
}

.top-kv .top .img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 40px;
}

.top-kv .top h2 {
  font-size: 55px;
  color: #fff;
  line-height: 170%;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0%, -50%);
}

@media screen and (max-width: 1200px) {
  .top-kv .top h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 900px) {
  .top-kv .top h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 500px) {
  .top-kv .top h2 {
    font-size: 20px;
  }
}

.kv-type1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 150px 0px 160px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .kv-type1 {
    padding: 64px 0px 53px;
  }
}

.kv-type1 .kvbackimg {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.topheader.type1 {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s;
  padding: 12px 2vw;
  background-image: url("../img/header/header_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  gap: 24px;
  align-items: flex-start;
}

/* スクロールしたら */
.topheader.type1.active {
  /* top: 16px; */
}

@media screen and (max-width: 1225px) {
  .topheader.type1 {
    width: 100%;
    padding-left: 30px;
    padding-right: 0;
    background: none;
  }
}

@media screen and (max-width: 900px) {
  .topheader.type1 {
    margin-bottom: 20px;
    padding-left: 12px;
  }
}

.topheader.type1 .logo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 30px;
}

@media screen and (max-width: 1545px) {
  .topheader.type1 .logo {
    gap: 15px;
  }
}

@media screen and (max-width: 1545px) {
  .topheader.type1 .logo .img1 {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 1275px) {
  .topheader.type1 .logo .img1 {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 900px) {
  .topheader.type1 .logo .img1 {
    width: 40px;
    height: 40px;
  }
}

.topheader.type1 .logo .img2 {
  transform: translate(0px, -6px);
}

@media screen and (max-width: 1545px) {
  .topheader.type1 .logo .img2 {
    aspect-ratio: 16/4;
  }
}

@media screen and (max-width: 1275px) {
  .topheader.type1 .logo .img2 {
    width: 100px;
    height: 30px;
  }
}

@media screen and (max-width: 900px) {
  .topheader.type1 .logo .img2 {
    width: 110px;
    height: 25px;
    object-fit: contain;
  }
}

.topheader.type1 .navtype1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 36px;
  margin-top: 30px;
}

@media screen and (max-width: 1275px) {
  .topheader.type1 .navtype1 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1225px) {
  .topheader.type1 .navtype1 {
    display: none;
  }
}

.topheader.type1 .navtype1 .button {
  display: none;
}

.topheader.type1 .navtype1 a {
  font-size: 2.1rem;
  line-height: 160%;
  letter-spacing: 4px;
  color: #594322;
  border-radius: 50px 0 0 50px;
}

@media screen and (max-width: 1500px) {
  .topheader.type1 .navtype1 a {
    font-size: 2rem;
    letter-spacing: 2px;
  }
}

.topheader.type1 .nav {
  display: none;
}

@media screen and (max-width: 1225px) {
  .topheader.type1 .nav {
    display: block;
  }
}

.kv-type1 .top {
  width: 100%;
  position: relative;
}

.kv-type1 .top .top-slider {
  margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
  .kv-type1 .top .top-slider {
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

.kv-type1 .top .top-slider .item {
  width: 822px;
  min-width: 822px;
  height: 450px;
  max-height: 450px;
  margin: 0 16px;
  overflow: hidden;
  border-radius: 40px;
}

@media screen and (max-width: 900px) {
  .kv-type1 .top .top-slider .item {
    width: 255px;
    min-width: 255px;
    height: 140px;
    max-height: 140px;
    margin: 0 2px;
  }
}

.kv-type1 .top .top-slider .item img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  border-radius: 40px;
}

@media screen and (max-width: 900px) {
  .kv-type1 .top .top-slider .item img {
    border-radius: 30px;
  }
}

.kv-type1 .clippath {
  width: 100%;
  height: 150px;
  position: absolute;
  z-index: 1;
  background-color: #fff3eb;
  border-radius: 50% 50% 0% 0%;
  left: 50%;
  bottom: -7%;
  transform: translate(-50%, 0%);
}

@media screen and (max-width: 768px) {
  .kv-type1 .clippath {
    height: 72px;
  }
}

.kv-type2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 150px 0px 160px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .kv-type2 {
    padding: 64px 0px 64px;
  }
}

.kv-type2 .kvbackimg {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.kv-type2 .top {
  width: 80%;
  z-index: 1;
  position: relative;
}

.kv-type2 .top .img1 {
  width: 100%;
  aspect-ratio: 16/6;
  border-radius: 32px;
}

.kv-type2 .top .img2 {
  width: 100%;
  aspect-ratio: 16/6;
  border-radius: 32px;
  position: absolute;
  z-index: 2;
  top: 0%;
  left: 0%;
}

.kv-type2 .top .text {
  font-size: 30px;
  width: 100%;
  line-height: 180%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  letter-spacing: 4px;
}

@media screen and (max-width: 1000px) {
  .kv-type2 .top .text {
    font-size: 25px;
  }
}

@media screen and (max-width: 850px) {
  .kv-type2 .top .text {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .kv-type2 .top .text {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .kv-type2 .top .text {
    font-size: 10px;
  }
}

.kv-type2 .clippath {
  width: 100%;
  height: 120px;
  position: absolute;
  z-index: 1;
  background-color: #fff3eb;
  border-radius: 50% 50% 0% 0%;
  left: 50%;
  bottom: -7%;
  transform: translate(-50%, 0%);
}

@media screen and (max-width: 768px) {
  .kv-type2 .clippath {
    height: 50px;
  }
}

.footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}

.footer .clippathfooter {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 150px;
  z-index: 1;
  background-color: #fff3eb;
  border-radius: 0% 0% 50% 50%;
  transform: translate(0%, 0%);
}

@media screen and (max-width: 768px) {
  .footer .clippathfooter {
    height: 80px;
  }
}

.footer__content {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  height: 1000px;
}
@media screen and (max-width: 1100px) {
  .footer__content {
    height: 1100px;
  }
}

@media screen and (max-width: 768px) {
  .footer__content {
    height: 850px;
  }
}

.footer__content .footerback {
  width: 100%;
  height: 100%;
  z-index: 0;
}

.footer__content .textbox {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .footer__content .textbox {
    width: 90%;
  }
}

.footer__content .textbox .footer-partner-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
}

.footer__content .textbox .footer-partner-logos__box {
  background-color: #fff;
  border-radius: 10px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 250px;
  max-width: 100%;
  height: 80px;
}

.footer__content .textbox .footer-partner-logos__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.footer__content .textbox .footer-partner-logos__link:focus-visible {
  outline: 2px solid #594322;
  outline-offset: 2px;
  border-radius: 4px;
}

.footer__content .textbox .footer-partner-logos__img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.footer__content .textbox .footer-partner-logos__img--logo2 {
  transform: scale(0.88);
  transform-origin: center center;
}

@media screen and (max-width: 768px) {
  .footer__content .textbox .footer-partner-logos {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
  }

  .footer__content .textbox .footer-partner-logos__box {
    padding: 6px 8px;
    width: min(250px, 100%);
    height: 80px;
  }
}

.footer__content .textbox .logo {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 64px;
}

@media screen and (max-width: 768px) {
  .footer__content .textbox .logo {
    gap: 32px;
  }
}

.footer__content .textbox .logo .img1 {
  width: 124px;
  height: 124px;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .footer__content .textbox .logo .img1 {
    width: 70px;
    height: 70px;
  }
}

.footer__content .textbox .logo .img2 {
  width: auto;
  height: 64px;
  transform: translate(0px, -10px);
}

@media screen and (max-width: 768px) {
  .footer__content .textbox .logo .img2 {
    width: auto;
    height: 40px;
    object-fit: contain;
  }
}

.footer__content .textbox .name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  .footer__content .textbox .name {
    margin-top: 30px;
  }
}

.footer__content .textbox .name h2 {
  font-size: 23px;
  color: #594322;
}

@media screen and (max-width: 768px) {
  .footer__content .textbox .name h2 {
    font-size: 16px;
  }
}

.footer__content .textbox .name p {
  font-size: 18px;
  color: #594322;
}

@media screen and (max-width: 768px) {
  .footer__content .textbox .name p {
    font-size: 14px;
  }
}

.footer__content .textbox .address {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .footer__content .textbox .address {
    margin-top: 20px;
    gap: 3px;
  }
}

.footer__content .textbox .address p {
  font-size: 14px;
  color: #594322;
  letter-spacing: 2px;
  text-align: center;
  line-height: 2.5rem;
}

@media screen and (max-width: 768px) {
  .footer__content .textbox .address p {
    font-size: 12px;
  }
}

.footer__content .textbox .address .num {
  font-size: 20px;
  color: #594322;
  width: 210px;
}

@media screen and (max-width: 768px) {
  .footer__content .textbox .address .num {
    font-size: 14px;
    text-align: center;
  }
}

.footer__content .textbox .sns {
  margin-top: 23px;
}

@media screen and (max-width: 768px) {
  .footer__content .textbox .sns {
    margin-top: 14px;
  }
}

.footer__content .textbox .sns img {
  height: 40px;
  max-height: 40px;
}

.footer__content .textbox .button-top {
  margin-top: 40px;
  border: 1px solid #594322;
  font-size: 20px;
  padding: 8px 30px;
  color: #594322;
}

@media screen and (max-width: 768px) {
  .footer__content .textbox .button-top {
    margin-top: 14px;
    font-size: 14px;
    padding: 6px 16px;
  }
}

.footer__content .textbox .Copyright {
  font-size: 14px;
  color: #594322;
  margin-top: 20px;
  line-height: 180%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer__content .textbox .Copyright {
    font-size: 10px;
  }
}

/* humberger */
.spMenu {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .spMenu {
    position: fixed;
    top: 20px;
    right: 0;
    width: 56px;
    height: 32px;
    z-index: 9999;
  }
}

#hamburger {
  display: none;
}

.ms-nav .ms-main {
  position: relative;
  z-index: 1;
}

.ms-nav .ms-main .button {
  cursor: pointer;
  position: relative;
  padding: 20px 17px;
  border-radius: 20px 0 0 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 19;
}

@media screen and (max-width: 900px) {
  .ms-nav .ms-main .button {
    pointer-events: fill;
  }
}

@media screen and (max-width: 768px) {
  .ms-nav .ms-main .button {
    padding: 15px 10px 15px 17px;
  }
}

.ms-nav .ms-main .button .open-block {
  display: none;
}

.ms-nav .ms-main .button span {
  width: 36px;
  height: 2px;
  background-color: #594322;
}

@media screen and (max-width: 768px) {
  .ms-nav .ms-main .button span {
    width: 36px;
  }
}

.ms-nav li a {
  display: block;
  position: relative;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 4px;
  padding: 6px 21px 7px 32px;
  background-color: #fff;
  color: #594322;
  border-radius: 50px 0 0 50px;
  min-height: 48px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .ms-nav li a {
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    min-height: 32px;
    min-width: 220px;
    text-align: center;
  }
}

.ms-nav li a span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  width: 30px;
  opacity: 0;
  z-index: 12;
}

.ms-nav .ms-li {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s ease;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .ms-nav .ms-li {
    position: fixed;
    top: 100px;
    right: 50%;
    transform: translateX(50%);
  }
}

.ms-nav .ms-li.ms-li-last {
  background-color: #fff;
  color: #594322;
  border-radius: 50px 0 0 50px;
  padding: 0 16px;
}

@media screen and (max-width: 768px) {
  .ms-nav .ms-li.ms-li-last {
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    min-height: 32px;
    min-width: 0px;
    max-width: 40px;
    width: auto;
    text-align: center;
    background: none;
    right: 40px;
  }
}

.ms-nav .ms-li.ms-li-last .sp-sns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

@media screen and (max-width: 768px) {
  .ms-nav .ms-li.ms-li-last .sp-sns {
    max-width: 40px;
    flex-direction: column-reverse;
  }
}

.ms-nav .ms-li.ms-li-last .sp-sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  background: none;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .ms-nav .ms-li.ms-li-last .sp-sns a {
    width: 40px;
    max-width: 40px;
    background: none;
    padding: 0;
  }
}

.ms-nav .ms-li.ms-li-last .sp-sns a img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}

@media screen and (max-width: 768px) {
  .ms-nav .ms-li.ms-li-last .sp-sns a img {
    max-width: 40px;
  }
}

.ms-nav .hamburger-toggle:checked~.ms-main:after {
  animation: big-border-top-animation 0.5s ease 0.1s;
  content: "";
  width: 60px;
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0;
  margin: auto;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 45px solid #fff;
  transition: border-top 0.3s ease;
  z-index: 11;
}

@media screen and (max-width: 768px) {
  .ms-nav .hamburger-toggle:checked~.ms-main:after {
    display: none;
  }
}

.ms-nav .hamburger-toggle:checked~.ms-li-last:after {
  content: "";
  width: 45px;
  display: block;
  position: absolute;
  top: -5px;
  right: 0;
  margin: auto;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid #fff;
}

@media screen and (max-width: 768px) {
  .ms-nav .hamburger-toggle:checked~.ms-li-last:after {
    display: none;
  }
}

.ms-nav .hamburger-toggle~.ms-main span {
  transition: all 0.35s ease;
  opacity: 1;
  display: block;
}

.ms-nav .hamburger-toggle~.ms-main span.open-display-none {
  margin: 9px 0;
}

.ms-nav .hamburger-toggle~.ms-main .closeTxt {
  opacity: 0;
  display: none;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .ms-nav .hamburger-toggle~.ms-main .closeTxt {
    font-size: 10px;
    padding-left: 2px;
  }
}

.ms-nav .hamburger-toggle:checked~.ms-main span.open-display-none {
  opacity: 0;
  display: none;
}

.ms-nav .hamburger-toggle:checked~.ms-main .closeTxt {
  opacity: 1;
  display: block;
  height: 20px;
  color: #594322;
}

@media screen and (max-width: 768px) {
  .ms-nav .bg {
    position: fixed;
    top: -30px;
    right: 0;
    width: 100vw;
    height: 534px;
    transform: translateX(100%);
    z-index: -1;
    border-radius: 0 0 0 32px;
  }
}

@media screen and (max-width: 768px) {
  .ms-nav .hamburger-toggle:checked~.bg {
    background-color: rgba(87, 66, 35, 0.7);
    transform: translateX(10%);
    transition: all 0.5s ease;
  }
}

@media screen and (min-width: 769px) {
  .ms-nav .hamburger-toggle:checked~.ms-li1 {
    top: 90px;
    transition: top 0.5s ease;
    opacity: 1;
    visibility: visible;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li1:before {
    animation: border-top-animation 0.5s ease 0.2;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li1:after {
    animation: border-bottom-animation 0.5s ease 0.2s;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li1 a span {
    opacity: 1;
    transition: opacity 0.5s ease 0.1s;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li2 {
    top: 158px;
    transition: top 0.5s ease;
    opacity: 1;
    visibility: visible;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li2:before {
    animation: border-top-animation 0.5s ease 0.2;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li2:after {
    animation: border-bottom-animation 0.5s ease 0.2s;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li2 a span {
    opacity: 1;
    transition: opacity 0.6s ease 0.2s;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li3 {
    top: 226px;
    transition: top 0.5s ease;
    opacity: 1;
    visibility: visible;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li3:before {
    animation: border-top-animation 0.5s ease 0.2;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li3:after {
    animation: border-bottom-animation 0.5s ease 0.2s;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li3 a span {
    opacity: 1;
    transition: opacity 0.7s ease 0.3s;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li4 {
    top: 294px;
    transition: top 0.5s ease;
    opacity: 1;
    visibility: visible;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li4:before {
    animation: border-top-animation 0.5s ease 0.2;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li4:after {
    animation: border-bottom-animation 0.5s ease 0.2s;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li4 a span {
    opacity: 1;
    transition: opacity 0.8s ease 0.4s;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li5 {
    top: 362px;
    transition: top 0.5s ease;
    opacity: 1;
    visibility: visible;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li5:before {
    animation: border-top-animation 0.5s ease 0.2;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li5:after {
    animation: border-bottom-animation 0.5s ease 0.2s;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li5 a span {
    opacity: 1;
    transition: opacity 0.9s ease 0.5s;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li6 {
    top: 430px;
    transition: top 0.5s ease;
    opacity: 1;
    visibility: visible;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li6:before {
    animation: border-top-animation 0.5s ease 0.2;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li6:after {
    animation: border-bottom-animation 0.5s ease 0.2s;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li6 a span {
    opacity: 1;
    transition: opacity 1s ease 0.6s;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li7 {
    top: 498px;
    transition: top 0.5s ease;
    opacity: 1;
    visibility: visible;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li7:before {
    animation: border-top-animation 0.5s ease 0.2;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li7:after {
    animation: border-bottom-animation 0.5s ease 0.2s;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li7 a span {
    opacity: 1;
    transition: opacity 1.1s ease 0.7s;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li8 {
    top: 566px;
    transition: top 0.5s ease;
    opacity: 1;
    visibility: visible;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li8:before {
    animation: border-top-animation 0.5s ease 0.2;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li8:after {
    animation: border-bottom-animation 0.5s ease 0.2s;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li8 a span {
    opacity: 1;
    transition: opacity 1.2s ease 0.8s;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li9 {
    top: 634px;
    transition: top 0.5s ease;
    opacity: 1;
    visibility: visible;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li9:before {
    animation: border-top-animation 0.5s ease 0.2;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li9:after {
    animation: border-bottom-animation 0.5s ease 0.2s;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li9 a span {
    opacity: 1;
    transition: opacity 1.3s ease 0.9s;
  }
}

@media screen and (max-width: 768px) {
  .ms-nav .hamburger-toggle:checked~.ms-li0 {
    top: 64px;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li1 {
    top: 116px;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li2 {
    top: 168px;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li3 {
    top: 220px;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li4 {
    top: 272px;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li5 {
    top: 324px;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li6 {
    top: 377px;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li7 {
    top: 429px;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li8 {
    top: 376px;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li9 {
    top: 810px;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li0,
  .ms-nav .hamburger-toggle:checked~.ms-li1,
  .ms-nav .hamburger-toggle:checked~.ms-li2,
  .ms-nav .hamburger-toggle:checked~.ms-li3,
  .ms-nav .hamburger-toggle:checked~.ms-li4,
  .ms-nav .hamburger-toggle:checked~.ms-li5,
  .ms-nav .hamburger-toggle:checked~.ms-li6,
  .ms-nav .hamburger-toggle:checked~.ms-li7,
  .ms-nav .hamburger-toggle:checked~.ms-li8,
  .ms-nav .hamburger-toggle:checked~.ms-li9 {
    transition: top 0.5s ease;
    opacity: 1;
    visibility: visible;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li1:before,
  .ms-nav .hamburger-toggle:checked~.ms-li1:after,
  .ms-nav .hamburger-toggle:checked~.ms-li2:before,
  .ms-nav .hamburger-toggle:checked~.ms-li2:after,
  .ms-nav .hamburger-toggle:checked~.ms-li3:before,
  .ms-nav .hamburger-toggle:checked~.ms-li3:after,
  .ms-nav .hamburger-toggle:checked~.ms-li4:before,
  .ms-nav .hamburger-toggle:checked~.ms-li4:after,
  .ms-nav .hamburger-toggle:checked~.ms-li5:before,
  .ms-nav .hamburger-toggle:checked~.ms-li5:after,
  .ms-nav .hamburger-toggle:checked~.ms-li6:before,
  .ms-nav .hamburger-toggle:checked~.ms-li6:after,
  .ms-nav .hamburger-toggle:checked~.ms-li7:before,
  .ms-nav .hamburger-toggle:checked~.ms-li7:after,
  .ms-nav .hamburger-toggle:checked~.ms-li8:before,
  .ms-nav .hamburger-toggle:checked~.ms-li8:after,
  .ms-nav .hamburger-toggle:checked~.ms-li9:before,
  .ms-nav .hamburger-toggle:checked~.ms-li9:after {
    display: none;
  }

  .ms-nav .hamburger-toggle:checked~.ms-li0 a span,
  .ms-nav .hamburger-toggle:checked~.ms-li1 a span,
  .ms-nav .hamburger-toggle:checked~.ms-li2 a span,
  .ms-nav .hamburger-toggle:checked~.ms-li3 a span,
  .ms-nav .hamburger-toggle:checked~.ms-li4 a span,
  .ms-nav .hamburger-toggle:checked~.ms-li5 a span,
  .ms-nav .hamburger-toggle:checked~.ms-li6 a span,
  .ms-nav .hamburger-toggle:checked~.ms-li7 a span,
  .ms-nav .hamburger-toggle:checked~.ms-li8 a span,
  .ms-nav .hamburger-toggle:checked~.ms-li9 a span {
    opacity: 1;
  }
}

.ms-nav .hamburger-toggle~.ms-li:before {
  content: "";
  width: 45px;
  display: block;
  position: absolute;
  bottom: -5px;
  right: 0;
  margin: auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 0px solid #fff;
}

@media screen and (max-width: 768px) {
  .ms-nav .hamburger-toggle~.ms-li:before {
    display: none;
  }
}

.ms-nav .hamburger-toggle~.ms-li:before {
  content: "";
  width: 45px;
  display: block;
  position: absolute;
  bottom: -5px;
  right: 0;
  margin: auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 0px solid #fff;
}

@media screen and (max-width: 768px) {
  .ms-nav .hamburger-toggle~.ms-li:before {
    display: none;
  }
}

.ms-nav .hamburger-toggle:checked~.ms-li:before {
  content: "";
  width: 45px;
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0;
  margin: auto;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 25px solid #fff;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .ms-nav .hamburger-toggle:checked~.ms-li:before {
    display: none;
  }
}

.ms-nav .hamburger-toggle:checked~.ms-li:after {
  content: "";
  width: 45px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  margin: auto;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-bottom: 25px solid #fff;
  transition: border-bottom 0.3s ease;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .ms-nav .hamburger-toggle:checked~.ms-li:after {
    display: none;
  }
}

@keyframes border-top-animation {
  0% {
    bottom: 0px;
  }

  50% {
    bottom: -8px;
  }

  100% {
    bottom: 0px;
  }
}

@keyframes border-bottom-animation {
  0% {
    top: 0px;
  }

  50% {
    top: -8px;
  }

  100% {
    top: 0px;
  }
}

@keyframes big-border-top-animation {
  0% {
    bottom: 0px;
  }

  50% {
    bottom: -9px;
  }

  100% {
    bottom: 0px;
  }
}

/*===============================================
mq
===============================================*/
.slick-slide {
  padding: 0 8px;
}

.lity-content {
  height: 100vh;
}

@media screen and (min-width: 1920px) {
  .lity-content {
    max-width: 1000px;
  }
}

@media screen and (max-width: 560px) {
  .lity-content {
    height: 100vh;
    width: 100vw;
  }
}

.lity-content img {
  width: 100%;
}

.lity-close {
  top: auto;
  bottom: 10vh;
  right: 50%;
  transform: translateX(50%);
  height: 48px;
  width: 48px;
  border-radius: 100%;
  background-color: #fa7c3d;
  box-shadow: none;
  text-shadow: none;
}

.lity-close:hover {
  background-color: #fff;
  color: #fa7c3d;
  text-shadow: none;
}

.lity-close:active {
  bottom: 10vh;
  right: 50%;
  top: auto;
}

@media screen and (min-height: 1400px) {
  .lity-close {
    bottom: auto;
    top: calc((100vh - 562px) / 2 + 562px + 100px);
  }
}

/* iframe用のlity設定（pdf埋め込みなど） */
.lity-iframe-container{
  max-height: none!important;
  height: 100%!important;
  padding: 0!important;
}

/*===============================================
news
===============================================*/
.ly_news {
  padding: 54px 0 160px 0;
}

@media screen and (max-width: 560px) {
  .ly_news {
    padding: 16px 0 80px 0;
  }
}

.ly_news .bl_contents_areaTtl {
  margin-bottom: 38px;
}

.ly_news .bl_contents_areaTtl_sub {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

/*===============================================
archive-news
===============================================*/
.ly_newsArchive {
  max-width: 1920px;
  margin: 128px auto 0 auto;
  padding-bottom: 236px;
}

@media screen and (max-width: 1200px) {
  .ly_newsArchive {
    margin: 6.4rem auto 0 auto;
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 560px) {
  .ly_newsArchive {
    padding-bottom: 80px;
  }
}

.ly_newsArchive .ly_inner {
  margin-bottom: 0;
}

@media screen and (max-width: 560px) {
  .ly_newsArchive .ly_inner {
    margin-bottom: 0;
  }
}

.ly_newsArchive .bl_bannerTop {
  background: #8bccca;
  margin-bottom: 160px;
}

@media screen and (max-width: 560px) {
  .ly_newsArchive .bl_bannerTop {
    margin-bottom: 80px;
  }
}

.ly_newsArchive .el_pagenation {
  justify-content: center;
  margin: 110px auto 0 auto;
}

@media screen and (max-width: 560px) {
  .ly_newsArchive .el_pagenation {
    margin: 64px auto 0 auto;
  }
}

.ly_newsArchive .el_carousel_area {
  width: 70%;
}

@media screen and (max-width: 960px) {
  .ly_newsArchive .el_carousel_area {
    width: 80%;
  }
}

@media screen and (max-width: 560px) {
  .ly_newsArchive .el_carousel_area {
    width: 95%;
  }
}

/*===============================================
archive-news
===============================================*/
.bl_newsArchive {
  display: block;
  list-style: none;
  width: 100%;
}

.bl_newsArchive_list {
  display: block;
  border-top: 1px solid #e6e6e6;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.bl_newsArchive_list:nth-child(even) {
  background: #f7f8f8;
}

.bl_newsArchive_list:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.bl_newsArchive_list:hover {
  background-color: hsla(158, 55%, 83%, 0.622);
}

.bl_newsArchive_list:hover>a>span {
  transform: rotate(-45deg) translate(4px, 4px);
  -webkit-transform: rotate(-45deg) translate(4px, 4px);
  -moz-transform: rotate(-45deg) translate(4px, 4px);
  -ms-transform: rotate(-45deg) translate(4px, 4px);
  -o-transform: rotate(-45deg) translate(4px, 4px);
}

.bl_newsArchive_list a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 22px 32px 12px;
}

@media screen and (max-width: 560px) {
  .bl_newsArchive_list a {
    gap: 1.2rem;
    padding: 24px 12px;
  }
}

.bl_newsArchive_list a span {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  height: 9px;
  width: 9px;
  min-height: 9px;
  min-width: 9px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.bl_newsArchive_list_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 40px;
}

@media screen and (max-width: 560px) {
  .bl_newsArchive_list_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }
}

.bl_newsArchive_date {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

@media screen and (max-width: 560px) {
  .bl_newsArchive_date {
    font-size: 14px;
  }
}

.bl_newsArchive_ttl {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

@media screen and (max-width: 560px) {
  .bl_newsArchive_ttl {
    font-size: 16px;
  }
}

.ly_singlePage {
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 160px;
}

@media screen and (max-width: 960px) {
  .ly_singlePage {
    margin-top: 112px;
  }
}

.ly_singlePage .ly_inner {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .ly_singlePage .ly_inner {
    width: 80%;
  }
}

@media screen and (max-width: 560px) {
  .ly_singlePage .ly_inner {
    width: 90%;
  }
}

.ly_singlePage .el_carousel {
  margin-bottom: 160px;
}

@media screen and (max-width: 560px) {
  .ly_singlePage .el_carousel {
    margin-bottom: 80px;
  }
}

.ly_singlePage .el_carousel_area {
  width: 70%;
}

@media screen and (max-width: 960px) {
  .ly_singlePage .el_carousel_area {
    width: 80%;
  }
}

@media screen and (max-width: 560px) {
  .ly_singlePage .el_carousel_area {
    width: 95%;
  }
}

.ly_singlePage .bl_interview_list {
  margin: 0 16px;
}

@media screen and (max-width: 960px) {
  .ly_singlePage .bl_interview_list {
    margin: 0 8px;
  }
}

.ly_singlePage .ly_interviewTop {
  padding-bottom: 0;
}

.ly_singlePage .bl_newsArchive {
  margin-bottom: 160px;
}

@media screen and (max-width: 560px) {
  .ly_singlePage .bl_newsArchive {
    margin-bottom: 80px;
  }
}

.ly_singlePage .bl_interview {
  width: 85.5%;
  margin: 0 auto 160px auto;
  width: 70%;
}

@media screen and (max-width: 960px) {
  .ly_singlePage .bl_interview {
    width: 80%;
  }
}

@media screen and (max-width: 560px) {
  .ly_singlePage .bl_interview {
    margin: 0 auto 80px auto;
    width: 95%;
  }
}

.ly_singlePage .bl_interview .el_grid__3col {
  column-gap: 32px;
}

@media screen and (max-width: 960px) {
  .ly_singlePage .bl_interview .el_grid__3col {
    column-gap: 20px;
  }
}

@media screen and (max-width: 560px) {
  .ly_singlePage .bl_interview .el_grid__3col {
    column-gap: 8px;
  }
}

.ly_singlePage .bl_interview .bl_interview_list {
  margin: 0;
}

@media screen and (max-width: 560px) {
  .ly_singlePage .bl_interview .bl_interview_list:nth-child(2) {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .ly_singlePage .bl_interview .bl_interview_list:nth-child(3) {
    display: none;
  }
}

.bl_single {
  margin-bottom: 12rem;
  border-radius: 24px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .bl_single {
    margin-bottom: 0;
    width: 100%;
  }
}

.bl_single>*:first-child {
  margin-top: 0;
}

.bl_single>*:last-child {
  margin-bottom: 0;
}

.bl_single .ttl {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.8;
  margin: 2.8rem 0 4rem;
  text-align: center;
}

.bl_single .date {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  color: rgba(89, 67, 34, 1);
}

@media screen and (max-width: 560px) {
  .bl_single .ttl {
    margin: 0 0 3.2rem 0;
  }

  .bl_single .date {
    font-size: 12px;
    margin: 0 auto;
  }
}

.bl_single h1 {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 51px;
  margin: 3.2rem 0 4rem;
  color: rgba(89, 67, 34, 1);
}

@media screen and (max-width: 560px) {
  .bl_single h1 {
    line-height: 1.5938;
    font-size: 2.4rem;
    margin: 3.2rem 0;
  }
}

.bl_single h2 {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 32px;
  margin: 3.2rem 0;
  padding: 2.4rem 0;
  position: relative;
  color: rgba(89, 67, 34, 1);
}

@media screen and (max-width: 560px) {
  .bl_single h2 {
    line-height: 1.5938;
    font-size: 2.4rem;
    padding: 1.8rem 0;
  }
}

.bl_single h2::after {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 216px;
  height: 8px;
  background: linear-gradient(90deg, #2b7fb5 0%, rgba(130, 244, 169, 0.264589) 106.42%, rgba(43, 127, 181, 0) 115.57%);
}

.bl_single h3 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.6;
  margin: 4rem 0;
  padding: 4px 8px;
  border-left: 4px solid rgb(78, 157, 187);
  color: rgba(89, 67, 34, 1);
}

.bl_single h3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}

.bl_single h3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

@media screen and (max-width: 960px) {
  .bl_single h3 {
    margin: 3.2rem 0;
  }
}

.bl_single h4,
.bl_single h5,
.bl_single h6 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.6;
  margin: 4rem 0;
  color: rgba(89, 67, 34, 1);
}

.bl_single h4::before,
.bl_single h5::before,
.bl_single h6::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}

.bl_single h4::after,
.bl_single h5::after,
.bl_single h6::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

@media screen and (max-width: 960px) {

  .bl_single h4,
  .bl_single h5,
  .bl_single h6 {
    margin: 3.2rem 0;
  }
}

.bl_single ul,
.bl_single ol {
  background-color: #ebebeb;
  margin-top: 4rem;
  padding: 2.4rem;
}

.bl_single ul li,
.bl_single ol li {
  font-family: "Zen Maru Gothic", serif;
  font-size: 14px;
  line-height: 2;
  list-style: disc;
  margin-left: 2.4rem;
  padding: 8px 0;
  color: rgba(89, 67, 34, 1);
}

.bl_single ul li::before,
.bl_single ol li::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}

.bl_single ul li::after,
.bl_single ol li::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

.bl_single ol li {
  list-style: decimal;
}

.bl_single table {
  border-collapse: collapse;
  font-size: 16px;
  margin-top: 3.2rem;
  width: 100%;
  overflow-x: scroll;
  color: rgba(89, 67, 34, 1);
}

.bl_single table td,
.bl_single table th {
  font-family: "Zen Maru Gothic", serif;
  border: 1px solid #000;
  line-height: 2;
  padding: 1.6rem;
  text-align: left;
  white-space: pre-wrap;
  word-break: normal;
  min-width: 120px;
  color: rgba(89, 67, 34, 1);
}

.bl_single table th {
  width: 24%;
}

.bl_single table td {
  word-break: break-all;
}

.bl_single p {
  font-family: "Zen Maru Gothic", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  line-height: 2;
  margin: 0 0 4rem 0;
  color: rgba(89, 67, 34, 1);
}

.bl_single p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
  content: "";
}

.bl_single p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
  content: "";
}

.bl_single p a {
  color: #0693e3;
  display: inline;
}

@media screen and (max-width: 560px) {
  .bl_single p {
    font-size: 14px;
  }
}

.bl_single strong {
  font-weight: 900;
  color: rgba(89, 67, 34, 1);
}

.bl_single img {
  display: block;
  margin: 5.6rem 0;
  width: 100%;
}

@media screen and (max-width: 700px) {
  .bl_single img {
    margin: 2.4rem 0;
  }
}

.bl_single .wp-block-image {
  position: relative;
}

.bl_single .wp-block-image:before {
  background-color: #ffffff;
  bottom: 0;
  content: "";
  height: calc(100% - 8rem);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bl_single .wp-block-columns {
  align-items: center;
  justify-content: space-between;
  margin: 2.4rem 0;
}

.bl_single .wp-block-columns .wp-block-column p {
  text-align: justify;
}

@media screen and (max-width: 560px) {
  .bl_single .wp-block-columns .wp-block-column p {
    text-align: left;
  }
}

.bl_single .wp-block-columns .wp-block-column:not(:first-child) {
  margin-left: 7.2rem;
}

@media screen and (max-width: 960px) {
  .bl_single .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}

@media screen and (max-width: 560px) {
  .bl_single .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}

@media screen and (max-width: 960px) {
  .bl_single .wp-block-columns .wp-block-column:not(:only-child) {
    flex-basis: calc(50% - 2rem) !important;
  }
}

@media screen and (max-width: 560px) {
  .bl_single .wp-block-columns .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
  }
}

.bl_single .wp-block-columns .wp-block-image img {
  margin: 2.4rem 0;
}

.bl_single_thumbnailWrapper {
  display: block;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 3.2rem;
}

.bl_single_thumbnailWrapper img {
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}

.bl_single_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.bl_single_inner__row {
  align-items: flex-start;
}

.bl_single_inner__row__center {
  align-items: center;
}

.bl_single_inner__col {
  flex-direction: column;
  align-items: flex-start;
}

.bl_single_cat {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  padding: 8px 12px;
  background-color: #8bccca;
  color: rgba(89, 67, 34, 1);
  border-radius: 2px;
  margin-right: 2.4rem;
}

@media screen and (max-width: 560px) {
  .bl_single_cat {
    padding: 4px 0.8rem 2px 0.8rem;
    margin-right: 1.6rem;
  }
}

.bl_single_date {
  font-family: "Inter", sans-serif;
  display: block;
  font-weight: 900;
  opacity: 0.66;
  font-size: 2rem;
}

@media screen and (max-width: 560px) {
  .bl_single_date {
    font-size: 1.8rem;
  }
}

.bl_single_name {
  display: block;
  font-family: "Inter", sans-serif;
  border-radius: 1.8rem;
  font-size: 2rem;
  font-weight: 900;
}

.bl_single .el_snsBtn_wrapper {
  justify-content: flex-start;
  margin-bottom: 3.2rem;
}

.bl_single_comment {
  padding: 2.4rem 4rem;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  font-size: 1.5rem;
  line-height: 26px;
}

@media screen and (max-width: 560px) {
  .bl_single_comment {
    padding: 1.6rem 2rem;
  }
}

.bl_single_comment_imgWrapper {
  margin-bottom: 1.8rem;
  margin-right: 2.4rem;
  display: block;
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  border-radius: 120px;
  overflow: hidden;
}

@media screen and (max-width: 560px) {
  .bl_single_comment_imgWrapper {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    border-radius: 80px;
    margin-right: 1.6rem;
  }
}

.bl_single_comment_imgWrapper:hover>img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.bl_single_comment_imgWrapper img {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  margin: 0;
}

.bl_single_comment_ttl {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.2rem;
  line-height: 51px;
  font-weight: 700;
  margin-bottom: 1.6rem;
  margin-right: 1.6rem;
}

.bl_single_comment_sub {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  line-height: 51px;
  font-weight: 700;
  margin-bottom: 1.6rem;
}

.bl_single_comment_name {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 1.4rem;
  margin-right: 1.6rem;
}

.bl_single_comment_belong {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1.4rem;
  color: #be955e;
}

.bl_single_comment_txt {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  line-height: 26px;
  font-weight: 400;
}

@media screen and (max-width: 560px) {
  .bl_single_comment_txt {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.bl_single .el_snsBtn_wrapper {
  margin: 7.5rem 0;
}

.bl_single .el_snsBtn {
  margin: 0;
}

.bl_single .el_btn_page {
  margin-top: 24px;
}

.bl_single .el_btn_page img {
  margin: 0;
  height: 24px;
  width: 24px;
}

.bl_single .el_btn_page span {
  font-size: 1.6rem;
}

.home-section1 {
  background-color: #fff3eb;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  border-radius: 10% 10% 0% 0%;
}

@media screen and (max-width: 1025px) {
  .home-section1 {
    padding: 0 35px;
  }
}

.home-section1 .title-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 1325px;
}

.home-section1 .title-box h2 {
  font-size: 48px;
  line-height: 80px;
  text-align: center;
  color: #594322;
}

@media screen and (max-width: 1050px) {
  .home-section1 .title-box h2 {
    font-size: 30px;
    line-height: 50px;
  }
}

@media screen and (max-width: 600px) {
  .home-section1 .title-box h2 {
    font-size: 25px;
    line-height: 40px;
  }
}

@media screen and (max-width: 500px) {
  .home-section1 .title-box h2 {
    font-size: 18px;
    line-height: 30px;
  }
}

.home-section1 .title-box p {
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  color: #594322;
  margin-top: 43px;
}

@media screen and (max-width: 1050px) {
  .home-section1 .title-box p {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .home-section1 .title-box p {
    font-size: 14px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .home-section1 .title-box p {
    font-size: 12px;
    line-height: 22px;
  }
}

.home-section1 .title-box .section1-img1 {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 126px;
  top: -57%;
  z-index: 1;
  object-fit: contain;
  animation: floatCommon 3s ease-in-out infinite;
}

@media screen and (max-width: 1000px) {
  .home-section1 .title-box .section1-img1 {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 700px) {
  .home-section1 .title-box .section1-img1 {
    width: 100px;
    height: 100px;
    right: -7%;
    top: -66%;
    transform: translate(0%, -50%) rotate(8deg);
  }
}


.home-section1 .title-box .section1-img2 {
  width: 97px;
  height: 168px;
  position: absolute;
  left: 32px;
  top: 86px;
  transform: rotate(4deg);
  z-index: 1;
  object-fit: contain;
  animation: floatTop3 3s ease-in-out infinite;
}

@media screen and (max-width: 700px) {
  .home-section1 .title-box .section1-img2 {
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 500px) {
  .home-section1 .title-box .section1-img2 {
    width: 60px;
    height: 60px;
    left: -31px;
    top: 4%;
  }
}

/* ふわふわアニメーションのキーアニメーション */
/* animation: float 3s ease-in-out infinite; */
@keyframes floatTop3 {
  0% {
    transform: translateY(0) rotate(4deg);
  }

  50% {
    transform: translateY(-10px) rotate(4deg);
    /* 上に10px移動 */
  }

  100% {
    transform: translateY(0) rotate(4deg);
  }
}

.home-section1 .title-box .section1-img3 {
  width: 130px;
  height: 200px;
  position: absolute;
  right: 30px;
  bottom: -120px;
  transform: translate(0%, 0%) rotate(60deg);
  z-index: 1;
  object-fit: contain;
}

@media screen and (max-width: 880px) {
  .home-section1 .title-box .section1-img3 {
    width: 130px;
    height: 130px;
    bottom: -80px;
    right: 0px;
  }
}

@media screen and (max-width: 700px) {
  .home-section1 .title-box .section1-img3 {
    width: 90px;
    height: 90px;
    right: 0px;
  }
}

@media screen and (max-width: 500px) {
  .home-section1 .title-box .section1-img3 {
    width: 60px;
    height: 60px;
    bottom: -35px;
    right: -10px;
  }
}

.home-section1 .content1 {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 50px 50px 40px 110px;
  position: relative;
  margin-top: 80px;
  max-width: 1325px;
  width: 100%;
}

@media screen and (max-width: 1425px) {
  .home-section1 .content1 {
    max-width: 900px;
  }
}

@media screen and (max-width: 1025px) {
  .home-section1 .content1 {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .home-section1 .content1 {
    padding: 22px 16px 16px 39px;
  }
}

@media screen and (max-width: 500px) {
  .home-section1 .content1 {
    margin-top: 40px;
  }
}

.home-section1 .content1--label {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  left: -20px;
  top: -15px;
  gap: 18px;
}

@media screen and (max-width: 600px) {
  .home-section1 .content1--label {
    gap: 5px;
  }
}

.home-section1 .content1--label h2 {
  writing-mode: vertical-rl;
  background-image: url(../img/home/labelback.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: #ffffff;
  letter-spacing: 7px;
  font-size: 32px;
  width: 55px;
  height: 190px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .home-section1 .content1--label h2 {
    font-size: 22px;
    width: 43px;
    height: 150px;
  }
}

@media screen and (max-width: 500px) {
  .home-section1 .content1--label h2 {
    font-size: 12px;
    width: 29px;
    height: 101px;
  }
}

.home-section1 .content1--label p {
  writing-mode: vertical-rl;
  letter-spacing: 15px;
  font-size: 20px;
  color: #594322;
  padding-top: 5px;
}

@media screen and (max-width: 600px) {
  .home-section1 .content1--label p {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .home-section1 .content1--label p {
    font-size: 10px;
    letter-spacing: 8px;
  }
}

.home-section1 .content1--flex-box-type1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 23px;
  margin-bottom: 26px;
}

@media screen and (max-width: 1000px) {
  .home-section1 .content1--flex-box-type1 {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
  }
}

.home-section1 .content1--flex-box-type1 .col {
  padding: 32px 0 41px;
  width: 50%;
  background-color: #fff3eb;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

@media screen and (max-width: 1425px) {
  .home-section1 .content1--flex-box-type1 .col {
    width: 100%;
    padding: 24px 16px;
  }
}

.home-section1 .content1--flex-box-type1 .col h3 {
  color: #594322;
  font-size: 25px;
  margin-bottom: 32px;
  letter-spacing: 8px;
}

@media screen and (max-width: 700px) {
  .home-section1 .content1--flex-box-type1 .col h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .home-section1 .content1--flex-box-type1 .col h3 {
    font-size: 14px;
    margin-bottom: 13px;
  }
}

.home-section1 .content1--flex-box-type1 .col p,
.home-section1 .content1--flex-box-type1 .col a {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #594322;
  width: 100%;
  max-width: 522px;
  text-align: left;
  margin-bottom: 12px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 700px) {

  .home-section1 .content1--flex-box-type1 .col p,
  .home-section1 .content1--flex-box-type1 .col a {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {

  .home-section1 .content1--flex-box-type1 .col p,
  .home-section1 .content1--flex-box-type1 .col a {
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
    font-size: 12px;
  }
}

.home-section1 .content1--button-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.home-section1 .content1--button-box .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

@media screen and (max-width: 600px) {
  .home-section1 .content1--button-box .button {
    gap: 6px;
  }
}

.home-section1 .content1--button-box .button p {
  font-size: 20px;
  letter-spacing: 2px;
  color: #594322;
}

@media screen and (max-width: 600px) {
  .home-section1 .content1--button-box .button p {
    font-size: 14px;
  }
}

.home-section1 .content1--button-box .button .button-icon {
  width: 42px;
  height: 42px;
  background-color: #594322;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  border: 1px solid rgba(89, 67, 34, 1);
}

.home-section1 .content1--button-box .button:hover>.button-icon {
  background-color: #fff;
}

.home-section1 .content1--button-box .button:hover>.button-icon>p {
  color: rgba(89, 67, 34, 1);
}

@media screen and (max-width: 600px) {
  .home-section1 .content1--button-box .button .button-icon {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 420px) {
  .home-section1 .content1--button-box .button .button-icon {
    width: 42px;
    height: 42px;
  }
}

.home-section1 .content1--button-box .button .button-icon p {
  font-size: 30px;
  color: #ffffff;
  transform: translate(0px, -2px);
  transition: all 0.4s;
}

@media screen and (max-width: 600px) {
  .home-section1 .content1--button-box .button .button-icon p {
    font-size: 19px;
    transform: translate(1px, -1px);
  }
}

.home-section1 .content1--flex-box-type2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .home-section1 .content1--flex-box-type2 {
    background-color: #fff3eb;
    flex-direction: column;
    border-radius: 16px;
    padding: 8px;
    margin: 14px 0;
  }
}

.home-section1 .content1--flex-box-type2 .col1 {
  width: 35%;
  height: 210px;
}

@media screen and (max-width: 1425px) {
  .home-section1 .content1--flex-box-type2 .col1 {
    width: 40%;
    height: auto;
    aspect-ratio: 16/9;
  }
}

@media screen and (max-width: 800px) {
  .home-section1 .content1--flex-box-type2 .col1 {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
  }
}

.home-section1 .content1--flex-box-type2 .col1 img {
  border-radius: 25px;
  width: 100%;
  height: 210px;
  object-fit: cover;
}

@media screen and (max-width: 850px) {
  .home-section1 .content1--flex-box-type2 .col1 img {
    height: 175px;
  }
}

@media screen and (max-width: 800px) {
  .home-section1 .content1--flex-box-type2 .col1 img {
    height: 150px;
  }
}

@media screen and (max-width: 500px) {
  .home-section1 .content1--flex-box-type2 .col1 img {
    height: 120px;
  }
}

@media screen and (max-width: 420px) {
  .home-section1 .content1--flex-box-type2 .col1 img {
    height: 110px;
    border-radius: 16px;
  }
}

.home-section1 .content1--flex-box-type2 .col2 {
  width: 65%;
  background-color: #fff3eb;
  border-radius: 0 20px 20px 0;
  padding: 16px 20px 20px 34px;
  margin: 30px 0 25px;
}

@media screen and (max-width: 1425px) {
  .home-section1 .content1--flex-box-type2 .col2 {
    width: 60%;
  }
}

@media screen and (max-width: 800px) {
  .home-section1 .content1--flex-box-type2 .col2 {
    width: 100%;
    padding: 0;
    margin: 14px 0;
  }
}

.home-section1 .content1--flex-box-type2 .col2 p,
.home-section1 .content1--flex-box-type2 .col2 a {
  font-size: 35px;
  line-height: 180%;
  color: #594322;
  letter-spacing: 5px;
}

@media screen and (max-width: 1425px) {

  .home-section1 .content1--flex-box-type2 .col2 p,
  .home-section1 .content1--flex-box-type2 .col2 a {
    font-size: 20px;
  }
}

@media screen and (max-width: 800px) {

  .home-section1 .content1--flex-box-type2 .col2 p,
  .home-section1 .content1--flex-box-type2 .col2 a {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {

  .home-section1 .content1--flex-box-type2 .col2 p,
  .home-section1 .content1--flex-box-type2 .col2 a {
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
  }
}

.home-section1 .content1--flex-box-type2 .col2 p span,
.home-section1 .content1--flex-box-type2 .col2 a span {
  font-size: 25px;
  line-height: 180%;
  color: #594322;
}

@media screen and (max-width: 1425px) {

  .home-section1 .content1--flex-box-type2 .col2 p span,
  .home-section1 .content1--flex-box-type2 .col2 a span {
    font-size: 20px;
  }
}

@media screen and (max-width: 800px) {

  .home-section1 .content1--flex-box-type2 .col2 p span,
  .home-section1 .content1--flex-box-type2 .col2 a span {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {

  .home-section1 .content1--flex-box-type2 .col2 p span,
  .home-section1 .content1--flex-box-type2 .col2 a span {
    font-size: 10px;
  }
}

.home-section1 .content2 {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 50px 50px 35px 110px;
  position: relative;
  max-width: 1325px;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 40px;
}

.home-section1 .content2 .img-obj1 {
  position: absolute;
  bottom: -130px;
  right: -220px;
  height: 240px;
  object-fit: contain;
  transform: rotate(1deg);
  animation: floatTop4 3s ease-in-out infinite;
}

@media screen and (max-width: 1425px) {
  .home-section1 .content2 {
    max-width: 900px;
  }
}

@media screen and (max-width: 1025px) {
  .home-section1 .content2 {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .home-section1 .content2 {
    padding: 20px 20px 20px 50px;
    margin: 32px 0 24px;
  }

  .home-section1 .content2 .img-obj1 {
    position: absolute;
    bottom: -240%;
    right: 86%;
    height: 100px;
    object-fit: contain;
    transform: scaleX(-1) rotate(1deg);
  }
}

/* ふわふわアニメーションのキーアニメーション */
/* animation: float 3s ease-in-out infinite; */
@keyframes floatTop4 {
  0% {
    transform: translateY(0) rotate(1deg);
  }

  50% {
    transform: translateY(-10px) rotate(1deg);
    /* 上に10px移動 */
  }

  100% {
    transform: translateY(0) rotate(1deg);
  }
}

.home-section1 .content2--label {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  left: -20px;
  top: -15px;
  gap: 18px;
}

@media screen and (max-width: 600px) {
  .home-section1 .content2--label {
    gap: 5px;
  }
}

.home-section1 .content2--label h2 {
  writing-mode: vertical-rl;
  background-image: url(../img/home/labelback2.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: #ffffff;
  letter-spacing: 7px;
  font-size: 32px;
  width: 55px;
  height: 162px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .home-section1 .content2--label h2 {
    font-size: 22px;
    width: 43px;
    height: 130px;
  }
}

@media screen and (max-width: 500px) {
  .home-section1 .content2--label h2 {
    font-size: 12px;
    width: 29px;
    height: 86px;
  }
}

.home-section1 .content2--label p {
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
  font-size: 20px;
  color: #594322;
  padding-top: 5px;
}

@media screen and (max-width: 600px) {
  .home-section1 .content2--label p {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .home-section1 .content2--label p {
    font-size: 10px;
  }
}

.home-section1 .content2--flex-box-type1 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
}

.home-section1 .content2--flex-box-type1.content2--flex-box-type10 {
  flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 1425px) {
  .home-section1 .content2--flex-box-type1 {
    flex-direction: column;
  }

  .home-section1 .content2--flex-box-type1.content2--flex-box-type10 {
    flex-direction: column;
  }
}

.top-kv .top .img-obj1 {
  position: absolute;
  top: -77px;
  right: 17%;
  height: 148px;
  object-fit: contain;
  -o-object-fit: contain;
  transform: rotate(13deg);
}

@media screen and (max-width: 700px) {
  .top-kv .top .img-obj1 {
    /* 使用する場合コメントアウト */
    display: none;
    top: -43px;
    right: 12%;
    height: 80px;
  }
}

.home-section1 .content2--flex-box-type1 .col1 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .home-section1 .content2--flex-box-type1 .col1 {
    display: none;
  }
}

.home-section1 .content2--flex-box-type1 .col1 h2 {
  font-size: 25px;
  color: #594322;
  letter-spacing: 6px;
  margin-bottom: 36px;
  width: 100%;
  text-align: center;
}

.home-section1 .content2--flex-box-type1 .col1 p {
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 4px;
  color: #594322;
  width: 100%;
  text-align: center;
}



.home-section1 .content2--flex-box-type1 .col2 {
  width: 100%;
}

@media screen and (max-width: 1425px) {
  .home-section1 .content2--flex-box-type1 .col2 {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .home-section1 .content2--flex-box-type1 .col2 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
  }
}

.home-section1 .content2--flex-box-type1 .col2 img {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .home-section1 .content2--flex-box-type1 .col2 img {
    height: 90%;
    object-fit: cover;
  }
}

.home-section1 .content2--flex-box-type1 .col2 .search {
  display: none;
}

@media screen and (max-width: 768px) {
  .home-section1 .content2--flex-box-type1 .col2 .search {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }

  .home-section1 .content2--flex-box-type1 .col2 .search img {
    width: 20px;
    aspect-ratio: 1/1;
    object-fit: contain;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .home-section1 .content2--flex-box-type1 .col2 .search img {
    width: 14px;
  }
}

@media screen and (max-width: 768px) {
  .home-section1 .content2--flex-box-type1 .col2 .search p {
    font-size: 18px;
    color: #594322;
    letter-spacing: 4px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .home-section1 .content2--flex-box-type1 .col2 .search p {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) and (max-width: 500px) {
  .home-section1 .content2--flex-box-type1 .col2 .search p {
    font-size: 10px;
  }
}

.home-section1 .content2--flex-box-type1 .col2 .chirashiWrapper {
  width: 100%;
  display: block;
}

.lityContent {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.lity-opened .lityContent {
  margin-top: 14vh;
}

.lityContent img {
  width: calc((100% - 16px) / 2);
}

@media screen and (max-width: 900px) {
  .lityContent {
    flex-direction: column;
    gap: 12px;
  }

  .lity-opened .lityContent {
    margin-top: -58px;
  }

  .lityContent img {
    width: 100%;
  }
}

.home-section1 .textbox {
  max-width: 1325px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .home-section1 .textbox {
    padding-left: 70px;
  }
}

@media screen and (max-width: 500px) {
  .home-section1 .textbox {
    padding-left: 53px;
  }
}

@media screen and (max-width: 430px) {
  .home-section1 .textbox {
    padding-left: 43px;
  }
}

.home-section1 .textbox p {
  font-size: 20px;
  color: #594322;
  line-height: 180%;
  letter-spacing: 4px;
}

@media screen and (max-width: 700px) {
  .home-section1 .textbox p {
    font-size: 14px;
    line-height: 2;
  }
}

@media screen and (max-width: 500px) {
  .home-section1 .textbox p {
    font-size: 12px;
    text-align: center;
  }
}

.home-section1 .textbox p .icon {
  font-size: 16px;
  color: #ffffff;
  background-color: #594322;
  padding: 0 14px 2px;
  border-radius: 20px;
  margin-right: 5px;
}

@media screen and (max-width: 700px) {
  .home-section1 .textbox p .icon {
    font-size: 12px;
  }
}

@media screen and (max-width: 500px) {
  .home-section1 .textbox p .icon {
    font-size: 10px;
  }
}

.home-section1 .textbox p.first {
  padding: 0 20px 0 0px;
}

@media screen and (max-width: 700px) {
  .home-section1 .textbox p.first {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    padding: 0;
  }
}

.home-section1 .textbox img {
  width: 135px;
  height: 135px;
  object-fit: contain;
  position: absolute;
  right: 13%;
  top: -30px;
  transform: rotate(20deg);
}

@media screen and (max-width: 890px) {
  .home-section1 .textbox img {
    display: none;
  }
}

.home-section1 .content3 {
  border-radius: 20px;
  padding: 16px 0px 35px 130px;
  position: relative;
  margin-top: 28px;
  max-width: 1325px;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .home-section1 .content3 {
    margin-top: 0px;
    padding: 24px 0px 0px 60px;
  }
}

.home-section1 .content3--label {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  left: -20px;
  top: -15px;
  gap: 18px;
}

@media screen and (max-width: 600px) {
  .home-section1 .content3--label {
    gap: 5px;
    top: -55px;
  }
}

@media screen and (max-width: 430px) {
  .home-section1 .content3--label {
    top: -55px;
  }
}

.home-section1 .content3--label h2 {
  writing-mode: vertical-rl;
  background-image: url(../img/home/labelback3.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: #ffffff;
  letter-spacing: 7px;
  font-size: 32px;
  width: 59px;
  height: 290px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .home-section1 .content3--label h2 {
    font-size: 22px;
    width: 43px;
    height: 210px;
  }
}

@media screen and (max-width: 500px) {
  .home-section1 .content3--label h2 {
    font-size: 12px;
    width: 30px;
    height: 144px;
  }
}

.home-section1 .content3--label p {
  writing-mode: vertical-rl;
  letter-spacing: 6px;
  font-size: 20px;
  color: #594322;
  padding-top: 5px;
}

@media screen and (max-width: 600px) {
  .home-section1 .content3--label p {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .home-section1 .content3--label p {
    font-size: 10px;
  }
}

.home-section1 .content3--flexbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 38px;
}

@media screen and (max-width: 500px) {
  .home-section1 .content3--flexbox {
    gap: 14px;
  }
}

.home-section1 .content3--flexbox .row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 57px;
}

@media screen and (max-width: 1425px) {
  .home-section1 .content3--flexbox .row {
    gap: 30px;
  }
}

@media screen and (max-width: 500px) {
  .home-section1 .content3--flexbox .row {
    gap: 20px;
  }
}

@media screen and (max-width: 430px) {
  .home-section1 .content3--flexbox .row {
    gap: 10px;
  }
}

.home-section1 .content3--flexbox .row .col {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 58px;
  width: 50%;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 31px 58px;
  position: relative;
}

@media screen and (max-width: 1425px) {
  .home-section1 .content3--flexbox .row .col {
    padding: 90px 20px 15px;
    gap: 20px;
  }
}

@media screen and (max-width: 1025px) {
  .home-section1 .content3--flexbox .row .col {
    padding: 100px 30px 40px;
    flex-direction: column;
    gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  .home-section1 .content3--flexbox .row .col {
    gap: 20px;
    padding: 70px 20px 25px;
  }
}

@media screen and (max-width: 500px) {
  .home-section1 .content3--flexbox .row .col {
    gap: 4px;
  }
}

@media screen and (max-width: 430px) {
  .home-section1 .content3--flexbox .row .col {
    padding: 50px 13px 15px;
  }
}

.home-section1 .content3--flexbox .row .col__label {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 19px;
  top: 5%;
  left: -5%;
}

@media screen and (max-width: 768px) {
  .home-section1 .content3--flexbox .row .col__label {
    gap: 9px;
    left: -4%;
  }
}

@media screen and (max-width: 500px) {
  .home-section1 .content3--flexbox .row .col__label {
    gap: 4px;
  }
}

@media screen and (max-width: 430px) {
  .home-section1 .content3--flexbox .row .col__label {
    left: -5%;
  }
}

.home-section1 .content3--flexbox .row .col__label .icon {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  display: block;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .home-section1 .content3--flexbox .row .col__label .icon {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 500px) {
  .home-section1 .content3--flexbox .row .col__label .icon {
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 430px) {
  .home-section1 .content3--flexbox .row .col__label .icon {
    width: 30px;
    height: 30px;
  }
}

.home-section1 .content3--flexbox .row .col__label .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-section1 .content3--flexbox .row .col__label .title {
  position: relative;
}

.home-section1 .content3--flexbox .row .col__label .title__back {
  position: absolute;
  background-color: #fff3eb;
  width: 195px;
  height: 40px;
  display: block;
  top: 50%;
  left: 42%;
  transform: translate(-50%, -50%);
  z-index: 0;
  border-radius: 0 40px 40px 0;
}

@media screen and (max-width: 768px) {
  .home-section1 .content3--flexbox .row .col__label .title__back {
    height: 37px;
    width: 140px;
  }
}

@media screen and (max-width: 500px) {
  .home-section1 .content3--flexbox .row .col__label .title__back {
    height: 27px;
    width: 120px;
  }
}

@media screen and (max-width: 430px) {
  .home-section1 .content3--flexbox .row .col__label .title__back {
    height: 20px;
    width: 90px;
  }
}

.home-section1 .content3--flexbox .row .col__label .title__text {
  font-size: 23px;
  color: #594322;
  z-index: 2;
  position: relative;
  letter-spacing: 6px;
}

@media screen and (max-width: 768px) {
  .home-section1 .content3--flexbox .row .col__label .title__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .home-section1 .content3--flexbox .row .col__label .title__text {
    font-size: 12px;
  }
}

.home-section1 .content3--flexbox .row .col__line {
  width: 30%;
}

@media screen and (max-width: 1025px) {
  .home-section1 .content3--flexbox .row .col__line {
    order: 2;
    width: 100%;
  }
}

.home-section1 .content3--flexbox .row .col__line .line {
  width: 100%;
  height: 40px;
  background-color: #594322;
  border-radius: 30px 30px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 4px;
}

@media screen and (max-width: 1025px) {
  .home-section1 .content3--flexbox .row .col__line .line {
    border-radius: 10px;
    height: 70px;
  }
}

@media screen and (max-width: 768px) {
  .home-section1 .content3--flexbox .row .col__line .line {
    height: 50px;
  }
}

@media screen and (max-width: 500px) {
  .home-section1 .content3--flexbox .row .col__line .line {
    height: 30px;
    font-size: 12px;
    padding-left: 5px;
  }
}

.home-section1 .shopButton {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  padding: 16px 0;
  white-space: nowrap;
  width: 100%;
  border: 2px solid #594322;
  background-color: #FFF3EB;
  border-radius: 10px;
  position: relative;
  color: #594322;
  margin-bottom: 12px;
  transition: all 0.4s;
}

.home-section1 .shopButton:hover {
  opacity: 0.8;
}

.home-section1 .shopButton:hover>img {
  animation: bounce 0.3s ease-in-out 2;
}

.home-section1 .shopButton img {
  position: absolute;
  left: -80px;
  top: -59px;
  height: 72px;
  object-fit: contain;
  -o-object-fit: contain;
  transition: all 0.4s;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@media screen and (max-width: 768px) {
  .home-section1 .shopButton {
    font-size: 12px;
    padding: 12px 0;
    margin: 34px 0 12px;
  }

  .home-section1 .shopButton img {
    left: -31px;
    top: -45px;
    height: 48px;
  }
}

.home-section1 .content3--flexbox .row .col__line .qr {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #594322;
  font-size: 18px;
  letter-spacing: 4px;
  border: 2px solid rgba(89, 67, 34, 1);
}

.home-section1 .content3--flexbox .row .col__line .qr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

@media screen and (max-width: 1025px) {
  .home-section1 .content3--flexbox .row .col__line .qr {
    display: none;
  }
}

.home-section1 .content3--flexbox .row .col__calender {
  width: 60%;
}

@media screen and (max-width: 1025px) {
  .home-section1 .content3--flexbox .row .col__calender {
    order: 1;
    width: 100%;
  }
}

.home-section1 .content3--flexbox .row .col__calender .calender {
  min-height: 314px;
  width: 100%;
}

@media screen and (max-width: 1025px) {
  .home-section1 .content3--flexbox .row .col__calender .calender {
    min-height: 448px;
  }
}

@media screen and (max-width: 770px) {
  .home-section1 .content3--flexbox .row .col__calender .calender {
    min-height: 300px;
  }
}

@media screen and (max-width: 500px) {
  .home-section1 .content3--flexbox .row .col__calender .calender {
    min-height: 168px;
  }
}

.home-section1 .content3--flexbox .row .col__calender .search {
  display: none;
}

@media screen and (max-width: 1025px) {
  .home-section1 .content3--flexbox .row .col__calender .search {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1025px) and (max-width: 500px) {
  .home-section1 .content3--flexbox .row .col__calender .search {
    margin-top: 10px;
    gap: 4px;
  }
}

@media screen and (max-width: 1025px) {
  .home-section1 .content3--flexbox .row .col__calender .search img {
    width: 20px;
    aspect-ratio: 1/1;
    object-fit: contain;
  }
}

@media screen and (max-width: 1025px) and (max-width: 768px) {
  .home-section1 .content3--flexbox .row .col__calender .search img {
    width: 14px;
  }
}

@media screen and (max-width: 1025px) {
  .home-section1 .content3--flexbox .row .col__calender .search p {
    font-size: 18px;
    color: #594322;
    letter-spacing: 4px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 1025px) and (max-width: 768px) {
  .home-section1 .content3--flexbox .row .col__calender .search p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1025px) and (max-width: 500px) {
  .home-section1 .content3--flexbox .row .col__calender .search p {
    font-size: 10px;
  }
}

.home-section1 .content3 .img9 {
  position: absolute;
  bottom: -9%;
  left: 5%;
  width: 154px;
  transform: rotate(-3deg);
  object-fit: contain;
  -o-object-fit: contain;
  animation: floatTop5 3s ease-in-out infinite;
}

@media screen and (max-width: 1000px) {
  .home-section1 .content3 .img9 {
    bottom: 53%;
    width: 124px;
    height: 124px;
  }
}

@media screen and (max-width: 700px) {
  .home-section1 .content3 .img9 {
    width: 100px;
    height: 100px;
    bottom: -24%;
    left: 72%;
  }
}

/* ふわふわアニメーションのキーアニメーション */
/* animation: float 3s ease-in-out infinite; */
@keyframes floatTop5 {
  0% {
    transform: translateY(0) rotate(-3deg);
  }

  50% {
    transform: translateY(-10px) rotate(-3deg);
    /* 上に10px移動 */
  }

  100% {
    transform: translateY(0) rotate(-3deg);
  }
}

.home-section2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  padding: 60px 0;
}

@media screen and (max-width: 1025px) {
  .home-section2 {
    padding: 60px 35px;
  }
}

@media screen and (max-width: 600px) {
  .home-section2 {
    padding: 35px;
  }
}

.home-section2 .title-box {
  width: 100%;
  max-width: 1360px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

@media screen and (max-width: 1425px) {
  .home-section2 .title-box {
    max-width: 900px;
  }
}

.home-section2 .title-box .img1 {
  width: 69px;
  height: 67px;
  object-fit: contain;
}

@media screen and (max-width: 600px) {
  .home-section2 .title-box .img1 {
    width: 50px;
    height: 50px;
  }
}

.home-section2 .title-box .title {
  font-size: 27px;
  letter-spacing: 3px;
  color: #594322;
  margin: 23px 0;
}

@media screen and (max-width: 600px) {
  .home-section2 .title-box .title {
    font-size: 16px;
    margin: 14px 0;
  }
}

.home-section2 .title-box .line {
  width: 100%;
  height: 3px;
  display: block;
  background-color: #594322;
  margin-bottom: 50px;
}

@media screen and (max-width: 600px) {
  .home-section2 .title-box .line {
    margin-bottom: 35px;
  }
}

.home-section2 .title-box .img2 {
  position: absolute;
  right: 5%;
  top: -20%;
  width: 120px;
  height: 160px;
  object-fit: contain;
  transform: rotate(40deg);
}

@media screen and (max-width: 600px) {
  .home-section2 .title-box .img2 {
    width: 80px;
    height: 90px;
    transform: rotate(50deg);
  }
}

.home-section2 .content-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  max-width: 1360px;
}

@media screen and (max-width: 1425px) {
  .home-section2 .content-box {
    max-width: 900px;
  }
}

.home-section2 .content-box #sb_instagram #sbi_images {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 32px !important;
}

@media screen and (max-width: 600px) {
  .home-section2 .content-box #sb_instagram #sbi_images {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px !important;
  }
}

.home-section2 .content-box #sb_instagram.sbi_mob_col_3 #sbi_images .sbi_item {
  width: 100% !important;
  aspect-ratio: 1/1 !important;
}

.home-section2 .content-box .sbi_photo {
  border-radius: 20px !important;
}

.home-section2 .content-box .content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  width: 100%;
}

@media screen and (max-width: 1425px) {
  .home-section2 .content-box .content {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 600px) {
  .home-section2 .content-box .content {
    gap: 20px;
  }
}

.home-section2 .content-box .content .imgbox {
  width: calc(100% / 5 - 40px * (5 - 1) / 5);
}

@media screen and (max-width: 1425px) {
  .home-section2 .content-box .content .imgbox {
    width: calc(100% / 3 - 40px * (3 - 1) / 3);
  }

  .home-section2 .content-box .content .imgbox img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}

@media screen and (max-width: 600px) {
  .home-section2 .content-box .content .imgbox {
    width: calc(100% / 3 - 20px * (3 - 1) / 3);
  }
}

.home-section2 .content-box .button-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 27px;
}

@media screen and (max-width: 768px) {
  .home-section2 .content-box .button-box {
    justify-content: center;
  }
}

.home-section2 .content-box .button-box .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

@media screen and (max-width: 600px) {
  .home-section2 .content-box .button-box .button {
    gap: 6px;
  }
}

.home-section2 .content-box .button-box .button p {
  font-size: 20px;
  letter-spacing: 2px;
  color: #594322;
  transition: all 0.4s;
}

@media screen and (max-width: 600px) {
  .home-section2 .content-box .button-box .button p {
    font-size: 14px;
  }
}

.home-section2 .content-box .button-box .button .button-icon {
  width: 42px;
  height: 42px;
  background-color: #594322;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}

@media screen and (max-width: 600px) {
  .home-section2 .content-box .button-box .button .button-icon {
    width: 25px;
    height: 25px;
  }
}

.home-section2 .content-box .button-box .button .button-icon p {
  font-size: 30px;
  color: #ffffff;
  transform: translate(0px, -2px);
}

@media screen and (max-width: 600px) {
  .home-section2 .content-box .button-box .button .button-icon p {
    font-size: 19px;
    transform: translate(1px, -1px);
  }
}

/* ホバー時 */
.home-section2 .content-box .button-box .button .button-icon {
  width: 42px;
  height: 42px;
  background-color: #594322;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  border: 1px solid rgba(89, 67, 34, 1);
}

.home-section2 .content-box .button-box .button:hover>.button-icon {
  background-color: #fff;
}

.home-section2 .content-box .button-box .button:hover>.button-icon>p {
  color: rgba(89, 67, 34, 1);
}

.home-section3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 93px 0 84px;
}

@media screen and (max-width: 1025px) {
  .home-section3 {
    padding: 60px 35px;
  }
}

@media screen and (max-width: 600px) {
  .home-section3 {
    padding: 35px;
  }
}

.home-section3 .content1 {
  width: 100%;
  max-width: 1325px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  margin: 0 auto;
}

@media screen and (max-width: 1025px) {
  .home-section3 .content1 {
    max-width: 100%;
  }
}

@media screen and (max-width: 880px) {
  .home-section3 .content1 {
    gap: 10px;
    flex-direction: column;
  }
}

.home-section3 .content1 .contentsInner {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  width: calc(55% - 25px);
  gap: 50px;
}

@media screen and (max-width: 1025px) {
  .home-section3 .content1 .contentsInner {
    max-width: 100%;
  }
}

@media screen and (max-width: 880px) {
  .home-section3 .content1 .contentsInner {
    width: 100%;
    gap: 10px;
    justify-content: space-between;
    margin-top: 16px;
  }
}

.home-section3 .content1 .box1 {
  display: flex;
  width: calc(35% - 25px);
}

@media screen and (max-width: 880px) {
  .home-section3 .content1 .box1 {
    width: 100%;
  }
}

.home-section3 .content1 .box1 img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

@media screen and (max-width: 880px) {
  .home-section3 .content1 .box1 img {
    aspect-ratio: 16/12;
    object-position: top;
    border-radius: 20px;
  }
}

.home-section3 .content1 .box2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(100% / 3 - 70px * (3 - 1) / 3);
  position: relative;
  height: 395px;
  gap: 50px;
}

@media screen and (max-width: 1425px) {
  .home-section3 .content1 .box2 {
    gap: 20px;
    width: calc(100% / 3 - 50px * (3 - 1) / 3);
  }
}

@media screen and (max-width: 880px) {
  .home-section3 .content1 .box2:first-child {
    width: 51%;
    gap: 5px;
  }
  .home-section3 .content1 .box2:last-child {
    width: 45%;
    gap: 5px;
  }
}

@media screen and (max-width: 600px) {
  .home-section3 .content1 .box2 {
    height: 340px;
  }
}

.home-section3 .content1 .box2 .iconimg {
  position: absolute;
  top: -20%;
  left: -10%;
  width: 151px;
  height: 151px;
  object-fit: contain;
  -o-object-fit: contain;
  animation: floatCommon 3s ease-in-out infinite;
}

.home-section3 .content1 .box2 .iconimg.img2 {
  top: auto;
  left: auto;
  bottom: -42%;
  right: -66%;
}

@media screen and (max-width: 700px) {
  .home-section3 .content1 .box2 .iconimg {
    width: 82px;
    height: 82px;
    top: auto;
    bottom: -21%;
    right: 32%;
    left: auto;
  }
}

@media screen and (max-width: 768px) {
  .home-section3 .content1 .box2 .iconimg.img2 {
    width: 120px;
    height: 120px;
    top: auto;
    left: auto;
    bottom: -20%;
    right: -10%;
    transform: rotate(50deg);
  }
}

@media screen and (max-width: 500px) {
  .home-section3 .content1 .box2 .iconimg.img2 {
    width: 90px;
    height: 90px;
    bottom: -22%;
    right: -17%;
    transform: rotate(0deg);
  }
}

.home-section3 .content1 .box2 .label {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.home-section3 .content1 .box2 .label span {
  writing-mode: vertical-rl;
  letter-spacing: 8px;
  background-color: #594322;
  border: 1px solid #594322;
  font-size: 20px;
  border-radius: 10px;
  color: #ffffff;
  padding: 35px 20px 40px;
  transition: all 0.4s;
}

.home-section3 .content1 .box2 .label:hover>span {
  background-color: #fff;
  color: #594322;
}

@media screen and (max-width: 1025px) {
  .home-section3 .content1 .box2 .label span {
    padding: 25px 9px 16px;
    font-size: 12px;
  }
}

@media screen and (max-width: 500px) {
  .home-section3 .content1 .box2 .label span {
    padding: 20px 8px 15px 7px;
    border-radius: 5px;
    font-size: 12px;
  }
}

.home-section3 .content1 .box2 .textbox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 27px;
  transform: translate(0px, 70px);
}

@media screen and (max-width: 1025px) {
  .home-section3 .content1 .box2 .textbox {
    gap: 0px;
  }
}

.home-section3 .content1 .box2 .textbox .text {
  writing-mode: vertical-rl;
  letter-spacing: 8px;
  color: #594322;
  font-size: 18px;
}

.home-section3 .content1 .box2 .textbox .text span {
  writing-mode: horizontal-tb;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-top: -4px;
  letter-spacing: 0.1em;
  margin-left: 2px;
}

@media screen and (max-width: 1025px) {
  .home-section3 .content1 .box2 .textbox .text {
    padding: 25px 9px 16px;
    font-size: 14px;
  }
}

@media screen and (max-width: 880px) {
  .home-section3 .content1 .box2 .textbox .text {
    padding: 25px 5px 16px;
  }
}

@media screen and (max-width: 700px) {
  .home-section3 .content1 .box2 .textbox {
    transform: translate(0px, 27px);
  }

  .home-section3 .content1 .box2 .textbox .text {
    font-size: 10px;
    white-space: nowrap;
  }

  .home-section3 .content1 .box2 .textbox .text span {
    margin-left: 2px;
  }
}

@media screen and (max-width: 620px) {
  .home-section3 .content1 .box2 .textbox .text {
    padding: 25px 0px 16px;
    font-size: 12px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 500px) {
  .home-section3 .content1 .box2 .textbox .text {
    padding: 0px 0px 16px;
  }

  .home-section3 .content1 .box2 .textbox .text span {
    margin-left: 1.5px;
  }
}

.home-section3 .content1 .box2 .titlebox {
  writing-mode: vertical-rl;
  letter-spacing: 6px;
  color: #594322;
  font-size: 32px;
}

@media screen and (max-width: 1025px) {
  .home-section3 .content1 .box2 .titlebox {
    font-size: 24px;
  }
}

@media screen and (max-width: 700px) {
  .home-section3 .content1 .box2 .titlebox {
    font-size: 18px;
  }
}

@media screen and (max-width: 620px) {
  .home-section3 .content1 .box2 .titlebox {
    font-size: 15px;
  }
}

.home-section3 .content2 {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 50px 50px 35px 150px;
  position: relative;
  margin-top: 160px;
  max-width: 1325px;
  width: 100%;
}

@media screen and (max-width: 1425px) {
  .home-section3 .content2 {
    max-width: 900px;
    gap: 50px;
  }
}

@media screen and (max-width: 1025px) {
  .home-section3 .content2 {
    max-width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .home-section3 .content2 {
    padding: 50px 50px 35px 75px;
  }
}

@media screen and (max-width: 700px) {
  .home-section3 .content2 {
    padding: 50px 44px 35px 59px;
    margin-top: 100px;
  }
}

@media screen and (max-width: 500px) {
  .home-section3 .content2 {
    padding: 30px 28px 35px 36px;
  }
}

.home-section3 .content2--label {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  left: -20px;
  top: -15px;
  gap: 18px;
}

@media screen and (max-width: 600px) {
  .home-section3 .content2--label {
    gap: 5px;
    top: -12px;
  }
}

.home-section3 .content2--label h2 {
  writing-mode: vertical-rl;
  background-image: url(../img/home/labelback2.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: #ffffff;
  letter-spacing: 7px;
  font-size: 32px;
  width: 55px;
  height: 162px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .home-section3 .content2--label h2 {
    font-size: 22px;
    width: 43px;
    height: 130px;
  }
}

@media screen and (max-width: 500px) {
  .home-section3 .content2--label h2 {
    font-size: 12px;
    width: 30px;
    height: 90px;
  }
}

.home-section3 .content2--label p {
  writing-mode: vertical-rl;
  letter-spacing: 7px;
  font-size: 20px;
  color: #594322;
  padding-top: 5px;
}

@media screen and (max-width: 600px) {
  .home-section3 .content2--label p {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .home-section3 .content2--label p {
    font-size: 10px;
  }
}

.home-section3 .content2--flex-box-type1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}

.home-section3 .content2--flex-box-type1 .prev {
  position: absolute;
  width: 54px;
  height: 54px;
  border: 1px solid #594322;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 27%;
  left: 0%;
  transform: translate(-30px, 0);
  background-color: #ffffff;
  z-index: 1;
}

@media screen and (max-width: 900px) {
  .home-section3 .content2--flex-box-type1 .prev {
    top: 48%;
  }
}

@media screen and (max-width: 600px) {
  .home-section3 .content2--flex-box-type1 .prev {
    width: 32px;
    height: 32px;
    left: -9%;
  }
}

.home-section3 .content2--flex-box-type1 .prev span {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
  transform: translateX(4px) rotate(135deg);
  border-right: 3px rgb(89, 67, 34) solid;
  border-bottom: 3px rgb(89, 67, 34) solid;
}

@media screen and (max-width: 600px) {
  .home-section3 .content2--flex-box-type1 .prev span {
    width: 12px;
    height: 12px;
    transform: translateX(2px) rotate(135deg);
    border-right: 2px rgb(89, 67, 34) solid;
    border-bottom: 2px rgb(89, 67, 34) solid;
  }
}

.home-section3 .content2--flex-box-type1 .next {
  position: absolute;
  width: 54px;
  height: 54px;
  border: 1px solid #594322;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 27%;
  right: 0%;
  transform: translate(30px, 0);
  background-color: #ffffff;
  z-index: 1;
}

@media screen and (max-width: 900px) {
  .home-section3 .content2--flex-box-type1 .next {
    top: 48%;
  }
}

@media screen and (max-width: 600px) {
  .home-section3 .content2--flex-box-type1 .next {
    width: 32px;
    height: 32px;
    right: -6%;
  }
}

.home-section3 .content2--flex-box-type1 .next span {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
  transform: translateX(-4px) rotate(-45deg);
  border-right: 3px rgb(89, 67, 34) solid;
  border-bottom: 3px rgb(89, 67, 34) solid;
}

@media screen and (max-width: 600px) {
  .home-section3 .content2--flex-box-type1 .next span {
    width: 12px;
    height: 12px;
    transform: translateX(-2px) rotate(-45deg);
    border-right: 2px rgb(89, 67, 34) solid;
    border-bottom: 2px rgb(89, 67, 34) solid;
  }
}

.home-section3 .content2--flex-box-type1 .content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
  position: relative;
  z-index: 0;
}

.home-section3 .content2--flex-box-type1 .content .colWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
}

.home-section3 .content2--flex-box-type1 .content .col {
  width: calc(100% / 3 - 20px * (3 - 1) / 3);
  min-width: 200px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
}

@media screen and (max-width: 900px) {
  .home-section3 .content2--flex-box-type1 .content .col {
    width: 100%;
    align-items: center;
  }
}

.home-section3 .content2--flex-box-type1 .content .col .New {
  font-size: 18px;
  background-color: #594322;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -6%;
  left: -3%;
}

@media screen and (max-width: 700px) {
  .home-section3 .content2--flex-box-type1 .content .col .New {
    font-size: 14px;
    width: 44px;
    height: 44px;
  }
}

.home-section3 .content2--flex-box-type1 .content .col .imgbox {
  background-color: #d9d9d9;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
}

.home-section3 .content2--flex-box-type1 .content .col .imgbox:hover>img {
  transform: scale(1.05);
}

.home-section3 .content2--flex-box-type1 .content .col .imgbox img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  transition: all 0.4s;
  border-radius: 20px;
}

.home-section3 .content2--flex-box-type1 .content .col .day {
  margin-top: 27px;
  font-size: 18px;
  color: #594322;
}

@media screen and (max-width: 600px) {
  .home-section3 .content2--flex-box-type1 .content .col .day {
    font-size: 12px;
    margin-top: 15px;
  }
}

.home-section3 .content2--flex-box-type1 .content .col .text {
  margin-top: 17px;
  font-size: 20px;
  color: #594322;
  line-height: 180%;
}

@media screen and (max-width: 600px) {
  .home-section3 .content2--flex-box-type1 .content .col .text {
    font-size: 16px;
    margin-top: 10px;
  }
}

.home-section3 .button-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 27px;
}

@media screen and (max-width: 900px) {
  .home-section3 .button-box {
    justify-content: center;
    margin-top: 40px;
  }
}

.home-section3 .button-box .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

@media screen and (max-width: 600px) {
  .home-section3 .button-box .button {
    gap: 6px;
  }
}

.home-section3 .button-box .button p {
  font-size: 20px;
  letter-spacing: 2px;
  color: #594322;
}

@media screen and (max-width: 600px) {
  .home-section3 .button-box .button p {
    font-size: 14px;
  }
}

.home-section3 .button-box .button .button-icon {
  width: 42px;
  height: 42px;
  background-color: #594322;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}

@media screen and (max-width: 600px) {
  .home-section3 .button-box .button .button-icon {
    width: 25px;
    height: 25px;
  }
}

.home-section3 .button-box .button .button-icon p {
  font-size: 30px;
  color: #ffffff;
  transform: translate(0px, -2px);
  transition: all 0.4s;
}

@media screen and (max-width: 600px) {
  .home-section3 .button-box .button .button-icon p {
    font-size: 19px;
    transform: translate(1px, -1px);
  }
}

.home-section3 .button-box .button .button-icon {
  width: 42px;
  height: 42px;
  background-color: #594322;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  border: 1px solid rgba(89, 67, 34, 1);
}

.home-section3 .button-box .button:hover>.button-icon {
  background-color: #fff;
}

.home-section3 .button-box .button:hover>.button-icon>p {
  color: rgba(89, 67, 34, 1);
}

.home-section4 {
  cursor: pointer;
  width: 100%;
  height: 340px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  margin-top: 100px;
}

@media screen and (max-width: 900px) {
  .home-section4 {
    height: 230px;
    margin-top: 64px;
  }
}

@media screen and (max-width: 500px) {
  .home-section4 {
    height: 146px;
  }
}

.home-section4:hover .backImg {
  transform: translate(50%, -50%) scale(1.05);
}

.home-section4 .backImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) scale(1);
  transition: all 0.4s;
}

.home-section4 .back {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  position: absolute;
  top: 0%;
  right: 0%;
}

.home-section4 .content1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  gap: 60px;
  right: 15%;
  top: 30%;
}

@media screen and (max-width: 768px) {
  .home-section4 .content1 {
    gap: 40px;
  }
}

@media screen and (max-width: 500px) {
  .home-section4 .content1 {
    gap: 30px;
  }
}

.home-section4 .content1 h2 {
  color: #ffffff;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .home-section4 .content1 h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .home-section4 .content1 h2 {
    font-size: 16px;
  }
}

.home-section4 .content1 p {
  color: #ffffff;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .home-section4 .content1 p {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .home-section4 .content1 p {
    font-size: 16px;
  }
}

.home-section4 .content1 p span {
  height: 40px;
  width: 2px;
  background-color: #ffffff;
  transform: translate(0, 3px);
}

@media screen and (max-width: 500px) {
  .home-section4 .content1 p span {
    height: 20px;
  }
}

.home-section5 {
  margin-top: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
}

.home-section5 .img-obj1 {
  position: absolute;
  top: 0;
  left: -5%;
  width: 160px;
  object-fit: contain;
  animation: floatCommon 3s ease-in-out infinite;
}

@media screen and (max-width: 1025px) {
  .home-section5 .img-obj1 {
    display: none;
  }

  .home-section5 {
    padding: 0px 35px;
    margin-top: 70px;
  }
}

@media screen and (max-width: 525px) {
  .home-section5 {
    padding: 0px 10px;
    margin-top: 48px;
  }
}

.home-section5 .content {
  max-width: 1325px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 95px;
}

@media screen and (max-width: 1025px) {
  .home-section5 .content {
    gap: 20px;
  }
}

@media screen and (max-width: 525px) {
  .home-section5 .content {
    gap: 10px;
  }
}

.home-section5 .content .col {
  cursor: pointer;
  width: calc(100% / 3 - 95px * (3 - 1) / 3);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ffffff;
  overflow: hidden;
}

@media screen and (max-width: 1025px) {
  .home-section5 .content .col {
    width: calc(100% / 3 - 20px * (3 - 1) / 3);
  }
}

@media screen and (max-width: 525px) {
  .home-section5 .content .col {
    width: calc(100% / 3 - 10px * (3 - 1) / 3);
  }
}

.home-section5 .content .col .imgWrapper {
  width: 100%;
  height: 45%;
  overflow: hidden;
  position: relative;
  /* 画像の位置を正確に制御するために追加 */
}

.home-section5 .content .col img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  /* 画像を親要素にフィットさせる */
  transition: transform 0.4s ease;
  /* トランジションをスムーズに */
  -webkit-transition: transform 0.4s ease;
  /* ベンダープレフィックスを追加 */
  position: absolute;
  /* 画像を絶対位置に */
  top: 0;
  left: 0;
  border-radius: 100% 100% 0 0;
}

.home-section5 .content .col .textbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 26px;
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .home-section5 .content .col .textbox {
    margin-top: 15px;
  }
}

@media screen and (max-width: 750px) {
  .home-section5 .content .col .textbox {
    gap: 5px;
  }
}

@media screen and (max-width: 600px) {
  .home-section5 .content .col .textbox {
    gap: 0;
    margin-top: 16px;
  }
}

.home-section5 .content .col .textbox .title {
  font-size: 25px;
  color: #594322;
}

@media screen and (max-width: 900px) {
  .home-section5 .content .col .textbox .title {
    font-size: 20px;
  }
}

@media screen and (max-width: 700px) {
  .home-section5 .content .col .textbox .title {
    font-size: 14px;
  }
}

.home-section5 .content .col .textbox .text {
  font-size: 18px;
  color: #594322;
  text-align: center;
  line-height: 160%;
}

@media screen and (max-width: 900px) {
  .home-section5 .content .col .textbox .text {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  .home-section5 .content .col .textbox .text {
    font-size: 12px;
  }
}

@media screen and (max-width: 525px) {
  .home-section5 .content .col .textbox .text {
    font-size: 8px;
  }
}

.home-section5 .content .col:hover img {
  transform: scale(1.1);
  transition: transform 0.4s ease;
  /* トランジションをスムーズに */
  -webkit-transition: transform 0.4s ease;
  /* ベンダープレフィックスを追加 */
}

.about-section1 {
  background-color: #fff3eb;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  border-radius: 10% 10% 0% 0%;
}

.about-section1 .title-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 1325px;
}

@media screen and (max-width: 1425px) {
  .about-section1 .title-box {
    padding: 0 35px;
  }
}

@media screen and (max-width: 600px) {
  .about-section1 .title-box {
    padding: 0 22px;
  }
}

.about-section1 .title-box .title {
  font-size: 48px;
  line-height: 80px;
  text-align: center;
  color: #594322;
}

@media screen and (max-width: 1050px) {
  .about-section1 .title-box .title {
    font-size: 30px;
    line-height: 50px;
  }
}

@media screen and (max-width: 600px) {
  .about-section1 .title-box .title {
    font-size: 25px;
    line-height: 40px;
  }
}

@media screen and (max-width: 500px) {
  .about-section1 .title-box .title {
    font-size: 16px;
    line-height: 30px;
  }
}

.about-section1 .title-box .content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  margin-top: 110px;
}

@media screen and (max-width: 1000px) {
  .about-section1 .title-box .content {
    flex-direction: column;
    margin-top: 50px;
  }
}

@media screen and (max-width: 600px) {
  .about-section1 .title-box .content {
    margin-top: 40px;
  }
}

@media screen and (max-width: 500px) {
  .about-section1 .title-box .content {
    margin-top: 12px;
    gap: 32px;
  }
}

.about-section1 .title-box .content .text-box {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 42px;
}

@media screen and (max-width: 1000px) {
  .about-section1 .title-box .content .text-box {
    width: 100%;
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .about-section1 .title-box .content .text-box {
    gap: 28px;
  }
}

.about-section1 .title-box .content .text-box__title {
  font-size: 30px;
  line-height: 170%;
  color: #594322;
  white-space: nowrap;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 1000px) {
  .about-section1 .title-box .content .text-box__title {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .about-section1 .title-box .content .text-box__title {
    font-size: 25px;
    line-height: 40px;
  }
}

@media screen and (max-width: 500px) {
  .about-section1 .title-box .content .text-box__title {
    font-size: 11px;
    line-height: 30px;
  }
}

.about-section1 .title-box .content .text-box__text {
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 4px;
  color: #594322;
}

@media screen and (max-width: 1000px) {
  .about-section1 .title-box .content .text-box__text {
    text-align: center;
  }
}

@media screen and (max-width: 700px) {
  .about-section1 .title-box .content .text-box__text {
    font-size: 14px;
    line-height: 30px;
  }
}

@media screen and (max-width: 500px) {
  .about-section1 .title-box .content .text-box__text {
    font-size: 11px;
  }
}

.about-section1 .title-box .content .imgbox {
  width: 50%;
  aspect-ratio: 16/9;
  border-radius: 32px;
  background-color: #d9d9d9;
  overflow: hidden;
}

.about-section1 .title-box .content .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

@media screen and (max-width: 1000px) {
  .about-section1 .title-box .content .imgbox {
    width: 100%;
  }
}

.about-section1 .title-box .section1-img1 {
  height: 240px;
  position: absolute;
  right: 193px;
  top: -11%;
  z-index: 1;
  object-fit: contain;
  animation: floatCommon 3s ease-in-out infinite;
}

@media screen and (max-width: 1200px) {
  .about-section1 .title-box .section1-img1 {
    right: 15%;
  }
}

@media screen and (max-width: 880px) {
  .about-section1 .title-box .section1-img1 {
    height: 150px;
    top: -10%;
  }
}

@media screen and (max-width: 600px) {
  .about-section1 .title-box .section1-img1 {
    width: 124px;
    height: 124px;
    right: 4%;
    top: -12%;
  }
}

.about-section1 .back-white {
  background-color: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 1425px) {
  .about-section1 .back-white {
    padding: 0 35px;
  }
}

@media screen and (max-width: 500px) {
  .about-section1 .back-white {
    margin-top: 40px;
  }
}

@media screen and (max-width: 450px) {
  .about-section1 .back-white {
    padding: 0 20px;
  }
}

.about-section1 .back-white .content1 {
  border-radius: 20px;
  padding: 0px;
  position: relative;
  margin-top: 80px;
  width: 100%;
  max-width: 1325px;
}

@media screen and (max-width: 630px) {
  .about-section1 .back-white .content1 {
    margin-top: 40px;
  }
}

.about-section1 .back-white .content1 .title {
  font-size: 30px;
  text-align: center;
  line-height: 180%;
  letter-spacing: 4px;
  color: #594322;
  position: relative;
}

@media screen and (max-width: 1240px) {
  .about-section1 .back-white .content1 .title {
    font-size: 25px;
  }
}

@media screen and (max-width: 1140px) {
  .about-section1 .back-white .content1 .title {
    font-size: 22px;
  }
}

@media screen and (max-width: 810px) {
  .about-section1 .back-white .content1 .title {
    font-size: 20px;
  }
}

@media screen and (max-width: 700px) {
  .about-section1 .back-white .content1 .title {
    font-size: 18px;
  }
}

@media screen and (max-width: 630px) {
  .about-section1 .back-white .content1 .title {
    font-size: 16px;
  }
}

@media screen and (max-width: 580px) {
  .about-section1 .back-white .content1 .title {
    font-size: 14px;
  }
}

@media screen and (max-width: 530px) {
  .about-section1 .back-white .content1 .title {
    font-size: 12px;
    text-wrap: nowrap;
  }
}

.about-section1 .back-white .content1 .title .icon {
  position: absolute;
  left: -3%;
  width: 245px;
  height: 190px;
  bottom: -55%;
  object-fit: contain;
  animation: floatCommon 3s ease-in-out infinite;
}

@media screen and (max-width: 1000px) {
  .about-section1 .back-white .content1 .title .icon {
    bottom: -150%;
  }
}

@media screen and (max-width: 800px) {
  .about-section1 .back-white .content1 .title .icon {
    bottom: -250%;
  }
}

@media screen and (max-width: 600px) {
  .about-section1 .back-white .content1 .title .icon {
    width: 120px;
    height: 120px;
    bottom: -1245%;
    z-index: 1;
    top: auto;
    left: -6%;
  }
}

.about-section1 .back-white .content1 .items-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 100px;
  margin-top: 72px;
  position: relative;
}

@media screen and (max-width: 1425px) {
  .about-section1 .back-white .content1 .items-content {
    gap: 50px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1000px) {
  .about-section1 .back-white .content1 .items-content {
    flex-direction: column;
  }
}

@media screen and (max-width: 500px) {
  .about-section1 .back-white .content1 .items-content {
    gap: 20px;
    margin-top: 30px;
  }
}

.about-section1 .back-white .content1 .items-content .item {
  width: calc(100% / 2 - 100px * (2 - 1) / 2);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: #fff3eb;
  padding-top: 30px;
}

@media screen and (max-width: 1000px) {
  .about-section1 .back-white .content1 .items-content .item {
    width: 60%;
  }
}

@media screen and (max-width: 850px) {
  .about-section1 .back-white .content1 .items-content .item {
    width: 80%;
    padding-top: 70px;
  }
}

@media screen and (max-width: 750px) {
  .about-section1 .back-white .content1 .items-content .item {
    width: 90%;
    padding-top: 60px;
  }
}

@media screen and (max-width: 600px) {
  .about-section1 .back-white .content1 .items-content .item {
    padding-top: 30px;
  }
}

@media screen and (max-width: 400px) {
  .about-section1 .back-white .content1 .items-content .item {
    padding-top: 2%;
    justify-content: flex-start;
    width: 335px;
    height: 335px;
  }
}

.about-section1 .back-white .content1 .items-content .item .img {
  height: 25%;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 1425px) {
  .about-section1 .back-white .content1 .items-content .item .img {
    height: 20%;
  }
}

@media screen and (max-width: 750px) {
  .about-section1 .back-white .content1 .items-content .item .img {
    height: 26%;
  }
}

.about-section1 .back-white .content1 .items-content .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-section1 .back-white .content1 .items-content .item .img .img2 {
  width: 300px;
  height: 60px;
  object-fit: contain;
}

@media screen and (max-width: 750px) {
  .about-section1 .back-white .content1 .items-content .item .img .img2 {
    height: 50px;
  }
}

@media screen and (max-width: 500px) {
  .about-section1 .back-white .content1 .items-content .item .img .img2 {
    height: 45px;
  }
}

.about-section1 .back-white .content1 .items-content .item .textbox {
  margin-top: 30px;
}

@media screen and (max-width: 500px) {
  .about-section1 .back-white .content1 .items-content .item .textbox {
    margin-top: 15px;
  }
}

@media screen and (max-width: 450px) {
  .about-section1 .back-white .content1 .items-content .item .textbox {
    margin-top: 8px;
  }
}

@media screen and (max-width: 450px) {
  .about-section1 .back-white .content1 .items-content .item .textbox.second {
    margin-top: 28px;
  }
}

.about-section1 .back-white .content1 .items-content .item .textbox .text {
  color: rgba(89, 67, 34, 1);
  font-size: 18px;
  text-align: center;
  line-height: 180%;
}

@media screen and (max-width: 1425px) {
  .about-section1 .back-white .content1 .items-content .item .textbox .text {
    font-size: 16px;
    line-height: 180%;
  }
}

@media screen and (max-width: 1225px) {
  .about-section1 .back-white .content1 .items-content .item .textbox .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 850px) {
  .about-section1 .back-white .content1 .items-content .item .textbox .text {
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  .about-section1 .back-white .content1 .items-content .item .textbox .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .about-section1 .back-white .content1 .items-content .item .textbox .text {
    font-size: 12px;
  }
}

.about-section1 .back-white .content1 .items-content .item .button-box-pc {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 27px;
}

@media screen and (max-width: 500px) {
  .about-section1 .back-white .content1 .items-content .item .button-box-pc {
    display: none;
  }
}

.about-section1 .back-white .content1 .items-content .item .button-box-pc .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

@media screen and (max-width: 550px) {
  .about-section1 .back-white .content1 .items-content .item .button-box-pc .button {
    gap: 15px;
  }
}

.about-section1 .back-white .content1 .items-content .item .button-box-pc .button p {
  font-size: 20px;
  letter-spacing: 2px;
  color: #594322;
}

@media screen and (max-width: 550px) {
  .about-section1 .back-white .content1 .items-content .item .button-box-pc .button p {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .about-section1 .back-white .content1 .items-content .item .button-box-pc .button p {
    font-size: 12px;
  }
}

.about-section1 .back-white .content1 .items-content .item .button-box-pc .button .button-icon {
  width: 42px;
  height: 42px;
  background-color: #594322;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}

@media screen and (max-width: 550px) {
  .about-section1 .back-white .content1 .items-content .item .button-box-pc .button .button-icon {
    width: 20px;
    height: 20px;
  }
}

.about-section1 .back-white .content1 .items-content .item .button-box-pc .button .button-icon p {
  font-size: 30px;
  color: #ffffff;
  transform: translate(0px, -2px);
  transition: all 0.4s;
}

@media screen and (max-width: 550px) {
  .about-section1 .back-white .content1 .items-content .item .button-box-pc .button .button-icon p {
    font-size: 12px;
    transform: translate(1px, 0px);
  }
}

.about-section1 .back-white .content1 .items-content .item .button-box-pc .button .button-icon {
  width: 42px;
  height: 42px;
  background-color: #594322;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  border: 1px solid rgba(89, 67, 34, 1);
}

.about-section1 .back-white .content1 .items-content .item .button-box-pc .button:hover>.button-icon {
  background-color: #fff;
}

.about-section1 .back-white .content1 .items-content .item .button-box-pc .button:hover>.button-icon>p {
  color: rgba(89, 67, 34, 1);
}

.about-section1 .back-white .content1 .items-content .button-box-sp {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 27px;
}

@media screen and (max-width: 500px) {
  .about-section1 .back-white .content1 .items-content .button-box-sp {
    display: flex;
    margin-top: 0;
  }
}

.about-section1 .back-white .content1 .items-content .button-box-sp .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

@media screen and (max-width: 550px) {
  .about-section1 .back-white .content1 .items-content .button-box-sp .button {
    gap: 15px;
  }
}

.about-section1 .back-white .content1 .items-content .button-box-sp .button p {
  font-size: 20px;
  letter-spacing: 2px;
  color: #594322;
}

@media screen and (max-width: 550px) {
  .about-section1 .back-white .content1 .items-content .button-box-sp .button p {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .about-section1 .back-white .content1 .items-content .button-box-sp .button p {
    font-size: 12px;
  }
}

.about-section1 .back-white .content1 .items-content .button-box-sp .button .button-icon {
  width: 42px;
  height: 42px;
  background-color: #594322;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 550px) {
  .about-section1 .back-white .content1 .items-content .button-box-sp .button .button-icon {
    width: 42px;
    height: 42px;
  }
}

.about-section1 .back-white .content1 .items-content .button-box-sp .button .button-icon p {
  font-size: 30px;
  color: #ffffff;
  transform: translate(0px, -2px);
}

@media screen and (max-width: 550px) {
  .about-section1 .back-white .content1 .items-content .button-box-sp .button .button-icon p {
    font-size: 19px;
    transform: translate(1px, 0px);
  }
}

.about-section1 .back-white .content1 .items-content .icon {
  position: absolute;
  width: 140px;
  height: 190px;
  object-fit: cover;
  bottom: -10%;
  right: -5%;
  transform: rotate(90deg);
  animation: floatVision1 3s ease-in-out infinite;
}

@media screen and (max-width: 600px) {
  .about-section1 .back-white .content1 .items-content .icon {
    width: 100px;
    height: 150px;
  }
}

@media screen and (max-width: 500px) {
  .about-section1 .back-white .content1 .items-content .icon {
    width: 91px;
    height: 92px;
    left: auto;
    bottom: auto;
    right: 0;
    top: -11px;
  }
}

/* ふわふわアニメーションのキーアニメーション */
/* animation: floatVision1 3s ease-in-out infinite; */
@keyframes floatVision1 {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(-10px) rotate(90deg);
    /* 上に10px移動 */
  }

  100% {
    transform: translateY(0) rotate(90deg);
  }
}

.about-section1 .back-imgbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 610px;
  background-image: url(../img/about/section1-img4.png);
  background-position: center;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .about-section1 .back-imgbox {
    height: 510px;
  }
}

@media screen and (max-width: 768px) {
  .about-section1 .back-imgbox {
    background-size: cover;
    height: 130px;
  }
}

.about-section1 .back-imgbox .img3 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 610px;
}

@media screen and (max-width: 1000px) {
  .about-section1 .back-imgbox .img3 {
    height: 510px;
  }
}

@media screen and (max-width: 768px) {
  .about-section1 .back-imgbox .img3 {
    height: 410px;
  }
}

@media screen and (max-width: 500px) {
  .about-section1 .back-imgbox .img3 {
    height: 130px;
  }
}

.about-section1 .back-imgbox .content2 {
  border-radius: 20px;
  padding: 0px;
  position: relative;
  margin-top: 80px;
  max-width: 1325px;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 500px) {
  .about-section1 .back-imgbox .content2 {
    gap: 20px;
    margin-top: 40px;
  }
}

.about-section1 .back-imgbox .content2 .title {
  font-size: 30px;
  letter-spacing: 4px;
  color: #ffffff;
}

@media screen and (max-width: 1000px) {
  .about-section1 .back-imgbox .content2 .title {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .about-section1 .back-imgbox .content2 .title {
    font-size: 20px;
    line-height: 2;
  }
}

@media screen and (max-width: 500px) {
  .about-section1 .back-imgbox .content2 .title {
    font-size: 16px;
  }
}

.about-section1 .back-imgbox .content2 .text {
  text-align: center;
  font-size: 18px;
  line-height: 270%;
  color: #ffffff;
}

@media screen and (max-width: 1000px) {
  .about-section1 .back-imgbox .content2 .text {
    line-height: 230%;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .about-section1 .back-imgbox .content2 .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .about-section1 .back-imgbox .content2 .text {
    font-size: 12px;
  }
}

.about-section1 .sp-txt {
  display: none;
  text-align: center;
  line-height: 2.2;
  color: #ffffff;
  background-color: rgb(89, 67, 34);
  width: 100%;
  padding: 32px 0;
}

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

@media screen and (max-width: 500px) {
  .about-section1 .sp-txt {
    font-size: 12px;
  }
}

.about-section2 {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1425px) {
  .about-section2 {
    padding: 0 35px;
  }
}

@media screen and (max-width: 530px) {
  .about-section2 {
    margin-top: 32px;
    padding: 0 18px;
    white-space: nowrap;
  }
}

.about-section2 .content {
  max-width: 1325px;
  width: 100%;
  height: 328px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

@media screen and (max-width: 1000px) {
  .about-section2 .content {
    gap: 30px;
  }
}

@media screen and (max-width: 830px) {
  .about-section2 .content {
    align-items: flex-start;
    height: auto;
    gap: 15px;
  }
}

@media screen and (max-width: 500px) {
  .about-section2 .content {
    justify-content: flex-start;
    gap: 18px;
  }
}

.about-section2 .content .imgbox {
  width: 50%;
  height: 100%;
  background-color: #d9d9d9;
  border-radius: 30px;
  overflow: hidden;
}

.about-section2 .content .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

@media screen and (max-width: 1000px) {
  .about-section2 .content .imgbox {
    width: 40%;
  }
}

@media screen and (max-width: 830px) {
  .about-section2 .content .imgbox {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 700px) {
  .about-section2 .content .imgbox img {
    object-position: -25px;
    -o-object-position: -25px;
  }

  .about-section2 .content .imgbox {
    width: 130px;
    height: 120px;
  }
}

.about-section2 .content .textbox {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
  padding-top: 40px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .about-section2 .content .textbox {
    width: 60%;
  }
}

@media screen and (max-width: 830px) {
  .about-section2 .content .textbox {
    padding-top: 10px;
  }
}

.about-section2 .content .textbox .title {
  font-size: 32px;
  color: #594322;
}

@media screen and (max-width: 1000px) {
  .about-section2 .content .textbox .title {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .about-section2 .content .textbox .title {
    font-size: 18px;
  }
}

@media screen and (max-width: 530px) {
  .about-section2 .content .textbox .title {
    font-size: 14px;
  }
}

.about-section2 .content .textbox .text {
  font-size: 18px;
  color: #594322;
  line-height: 180%;
  margin-top: 41px;
}

@media screen and (max-width: 1000px) {
  .about-section2 .content .textbox .text {
    font-size: 16px;
    width: 260px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .about-section2 .content .textbox .text {
    font-size: 14px;
    margin-top: 20px;
    width: 200px;
  }
}

@media screen and (max-width: 530px) {
  .about-section2 .content .textbox .text {
    font-size: 12px;
  }
}

.about-section2 .content .textbox .buttonbox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-top: auto;
}

@media screen and (max-width: 830px) {
  .about-section2 .content .textbox .buttonbox {
    margin-top: 30px;
  }
}

@media screen and (max-width: 530px) {
  .about-section2 .content .textbox .buttonbox {
    margin-top: 10px;
  }
}

.about-section2 .content .textbox .buttonbox .button {
  border-radius: 10px;
  background-color: #594322;
  text-align: center;
  padding: 5px 50px;
  font-size: 20px;
  line-height: 180%;
  color: #ffffff;
  transition: all 0.4s;
  border: 1px solid #594322;
}

.about-section2 .content .textbox .buttonbox .button:hover {
  background-color: #fff;
  color: #594322;
  border: 1px solid #594322;
}

@media screen and (max-width: 1000px) {
  .about-section2 .content .textbox .buttonbox .button {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .about-section2 .content .textbox .buttonbox .button {
    font-size: 14px;
  }
}

@media screen and (max-width: 530px) {
  .about-section2 .content .textbox .buttonbox .button {
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 6px;
  }
}

.about-section2 .content .textbox .img {
  width: 160px;
  position: absolute;
  top: -5%;
  right: 2%;
  object-fit: contain;
  -o-object-fit: contain;
  animation: floatCommon 3s ease-in-out infinite;
}

@media screen and (max-width: 768px) {
  .about-section2 .content .textbox .img {
    width: 120px;
    height: 120px;
    top: -20%;
    right: -10%;
  }
}

@media screen and (max-width: 530px) {
  .about-section2 .content .textbox .img {
    width: 100px;
    height: 100px;
    right: -10%;
  }
}

@media screen and (max-width: 420px) {
  .about-section2 .content .textbox .img {
    right: -11%;
    top: -39%;
  }
}

.about-section3 {
  margin-top: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

@media screen and (max-width: 1025px) {
  .about-section3 {
    padding: 0px 35px;
    margin-top: 70px;
  }
}

@media screen and (max-width: 525px) {
  .about-section3 {
    padding: 0px 10px;
    margin-top: 40px;
  }
}

.about-section3 .content {
  max-width: 1325px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 95px;
}

@media screen and (max-width: 1025px) {
  .about-section3 .content {
    gap: 20px;
  }
}

@media screen and (max-width: 525px) {
  .about-section3 .content {
    gap: 10px;
  }
}

.about-section3 .content .col {
  width: calc(100% / 3 - 95px * (3 - 1) / 3);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ffffff;
  overflow: hidden;
}

@media screen and (max-width: 1025px) {
  .about-section3 .content .col {
    width: calc(100% / 3 - 20px * (3 - 1) / 3);
  }
}

@media screen and (max-width: 525px) {
  .about-section3 .content .col {
    width: calc(100% / 3 - 10px * (3 - 1) / 3);
  }
}

.about-section3 .content .col img {
  width: 100%;
  height: 45%;
  transition: 0.4s;
}

.about-section3 .content .col .textbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .about-section3 .content .col .textbox {
    margin-top: 15px;
  }
}

@media screen and (max-width: 750px) {
  .about-section3 .content .col .textbox {
    gap: 5px;
  }
}

@media screen and (max-width: 600px) {
  .about-section3 .content .col .textbox {
    gap: 0;
    margin-top: 5px;
  }
}

.about-section3 .content .col .textbox .title {
  font-size: 25px;
  color: #594322;
}

@media screen and (max-width: 900px) {
  .about-section3 .content .col .textbox .title {
    font-size: 20px;
  }
}

@media screen and (max-width: 700px) {
  .about-section3 .content .col .textbox .title {
    font-size: 14px;
  }
}

@media screen and (max-width: 525px) {
  .about-section3 .content .col .textbox .title {
    font-size: 10px;
  }
}

.about-section3 .content .col .textbox .text {
  font-size: 18px;
  color: #594322;
  text-align: center;
  line-height: 160%;
}

@media screen and (max-width: 900px) {
  .about-section3 .content .col .textbox .text {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  .about-section3 .content .col .textbox .text {
    font-size: 12px;
  }
}

@media screen and (max-width: 525px) {
  .about-section3 .content .col .textbox .text {
    font-size: 8px;
  }
}

.about-section3 .content .col:hover img {
  transform: scale(1.1);
  transition: 0.4s;
}

/* =================================== */
/* NEWS ARCHIVE SECTION */
/* =================================== */
.news-section2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 111px;
}

@media screen and (max-width: 1425px) {
  .news-section2 {
    padding: 0 35px;
    gap: 90px;
  }
}

@media screen and (max-width: 900px) {
  .news-section2 {
    gap: 0;
    padding: 0 20px 40px;
  }
}

/* メインタイトル */
.news-section2 .maintitle {
  position: relative;
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.news-section2 .maintitle .title {
  font-size: 45px;
  color: #594322;
}

@media screen and (max-width: 1050px) {
  .news-section2 .maintitle .title {
    font-size: 30px;
    line-height: 50px;
  }
}

@media screen and (max-width: 600px) {
  .news-section2 .maintitle {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 600px) {
  .news-section2 .maintitle .title {
    font-size: 25px;
    line-height: 40px;
  }
}

@media screen and (max-width: 500px) {
  .news-section2 .maintitle .title {
    font-size: 18px;
    line-height: 30px;
  }
}

.news-section2 .maintitle .img1 {
  position: absolute;
  top: -39%;
  left: -180%;
  height: 171px;
  object-fit: contain;
  -o-object-fit: contain;
  animation: floatCommon 3s ease-in-out infinite;
}

@media screen and (max-width: 900px) {
  .news-section2 .maintitle .img1 {
    width: 130px;
    height: 130px;
    bottom: -40px;
  }
}

@media screen and (max-width: 700px) {
  .news-section2 .maintitle .img1 {
    width: 95px;
    height: 95px;
    bottom: -6px;
    top: auto;
    left: -4%;
  }
}

/* singleのイラスト */
.news-section2 .maintitle .img4 {
  position: absolute;
  top: -132px;
  right: -77%;
  height: 195px;
  object-fit: contain;
  -o-object-fit: contain;
  z-index: 1;
  transform: rotate(25deg);
  animation: floatNewsSingle1 3s ease-in-out infinite;
}

@media screen and (max-width: 900px) {
  .news-section2 .maintitle .img4 {
    height: 130px;
    bottom: -40px;
  }
}

@media screen and (max-width: 700px) {
  .news-section2 .maintitle .img4 {
    height: 113px;
    top: -42px;
    right: -9%;
  }
}

/* ふわふわアニメーションのキーアニメーション */
/* animation: floatNewsSingle1 3s ease-in-out infinite; */
@keyframes floatNewsSingle1 {
  0% {
    transform: translateY(0) rotate(25deg);
  }

  50% {
    transform: translateY(-10px) rotate(25deg);
    /* 上に10px移動 */
  }

  100% {
    transform: translateY(0) rotate(25deg);
  }
}

/* singleのイラスト */
.news-section2 .img5 {
  position: absolute;
  top: 67%;
  left: -17%;
  height: 113px;
  object-fit: contain;
  -o-object-fit: contain;
  z-index: 1;
  animation: floatCommon 3s ease-in-out infinite;
}

@media screen and (max-width: 900px) {
  .news-section2 .img5 {
    height: 100px;
  }
}

@media screen and (max-width: 700px) {
  .news-section2 .img5 {
    display: none;
  }
}

/* singleのイラスト */
.news-section2 .img6 {
  position: absolute;
  bottom: -16%;
  right: 2%;
  height: 163px;
  object-fit: contain;
  -o-object-fit: contain;
  z-index: 1;
  animation: floatCommon 3s ease-in-out infinite;
}

@media screen and (max-width: 900px) {
  .news-section2 .img6 {
    height: 100px;
  }
}

@media screen and (max-width: 700px) {
  .news-section2 .img6 {
    display: none;
  }
}

/* オブジェクト */
.news-section2 .img-obj1 {
  position: absolute;
  top: 33%;
  right: -9%;
  height: 135px;
  object-fit: contain;
  -o-object-fit: contain;
  animation: floatCommon 3s ease-in-out infinite;
}

.news-section2 .img-obj2 {
  position: absolute;
  top: 71%;
  left: -13%;
  height: 141px;
  object-fit: contain;
  -o-object-fit: contain;
  animation: floatCommon 3s ease-in-out infinite;
}

@media screen and (max-width: 700px) {
  .news-section2 .img-obj1 {
    right: -3%;
    top: auto;
    bottom: -64px;
    height: 108px;
  }

  .news-section2 .img-obj2 {
    display: none;
  }
}

/* コンテンツ横並び（oonoya、大野屋商店） */
.news-section2 .contentsWrapper {
  width: 100%;
  max-width: 1325px;
  display: flex;
  align-items: flex-start;
  gap: 48px;
  position: relative;
  z-index: 1;
}

.news-section2 .contentsWrapper.contentsWrapper__sp {
  display: none;
}

.news-section2 .contentsWrapper.singlePage {
  max-width: 1200px;
  position: relative;
}

.news-section2 .contentsWrapper.singlePage .content {
  margin-bottom: 0;
}

@media screen and (max-width: 900px) {
  .news-section2 .contentsWrapper {
    gap: 0;
  }

  .news-section2 .contentsWrapper.contentsWrapper__sp {
    display: flex;
    gap: 0;
  }
}

/* 茶色い帯タイトル */
.news-section2 .linetitle {
  width: 100%;
  border-bottom: #594322 3px solid;
  margin-bottom: 40px;
}

.news-section2 .linetitle.singlePage {
  margin-bottom: 0 !important;
  width: 100%;
}

.news-section2 .linetitle .title {
  white-space: nowrap;
  letter-spacing: 5px;
  background-color: #594322;
  width: 248px;
  height: 56px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px 30px 0 0;
  font-size: 25px;
  margin: 0 auto -1px;
  transition: all 0.4s ease;
}

@media screen and (max-width: 1100px) {
  .news-section2 .linetitle .title {
    font-size: 25px;
  }

  .news-section2 .linetitle.singlePage:first-child .title {
    transform: translateX(0);
  }
}

@media screen and (max-width: 900px) {
  .news-section2 .linetitle {
    margin-bottom: 16px;
    width: 50%;
  }

  .news-section2 .linetitle:first-child .title {
    transform: translateX(8px);
  }

  .news-section2 .linetitle:last-child .title {
    transform: translateX(-8px);
  }

  .news-section2 .linetitle .title {
    font-size: 20px;
    width: 130px;
    height: 32px;
    opacity: 0.6;
  }

  .news-section2 .linetitle.active .title {
    opacity: 1;
  }
}

@media screen and (max-width: 610px) {
  .news-section2 .linetitle .title {
    font-size: 12px;
    border-radius: 20px 20px 0 0;
  }
}

/* NEWSリスト */
.news-section2 .content {
  width: 100%;
  margin-bottom: 80px;
}

@media screen and (max-width: 900px) {
  .news-section2 .content {
    position: static;
    top: 0;
    left: 0;
    transition: all 0.4s ease;
    display: none;
    margin-bottom: 64px;
  }

  .news-section2 .content:first-child {
    z-index: 2;
  }

  .news-section2 .content:last-child {
    z-index: 2;
  }

  .news-section2 .content:first-child.active {
    display: block;
  }

  .news-section2 .content:nth-child(2).active {
    display: block;
  }

  /* スマホの時はタブ押して表示切り替え */
  /* .news-section2 .content .newsBox {
    display: none;
  }
  .news-section2 .content .newsBox.active {
    display: flex;
  } */

  .news-section2 .contentsWrapper.singlePage .content.active,
  .news-section2 .contentsWrapper.singlePage .content {
    position: static;
    margin-bottom: 32px;
  }

}

.news-section2 .newsBox {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}


@media screen and (max-width: 900px) {
  .news-section2 .newsBox {
    margin-top: 16px;
  }
}

.news-section2 .newsBox .newslist {
  width: 100%;
  padding: 40px 56px;
  background-color: #ffffff;
  border-radius: 30px;
  height: 556px;
}

.news-section2 .newsBox .newslist .imgWrapper {
  display: block;
  width: 100%;
  height: 280px;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 24px;
}

.news-section2 .newsBox .newslist .imgWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  transition: all 0.4s ease;
}

.news-section2 .newsBox .newslist .imgWrapper:hover>img {
  transform: scale(1.05);
}

.news-section2 .newsBox .newslist .ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 12px;
  color: rgba(89, 67, 34, 1);
}

.news-section2 .newsBox .newslist .txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 12px;
  color: rgba(89, 67, 34, 1);
}

.news-section2 .newsBox .newslist .newsFooter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-section2 .newsBox .newslist .newsFooter span {
  white-space: nowrap;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(89, 67, 34, 1);
}

@media screen and (max-width: 900px) {
  .news-section2 .newsBox {
    gap: 26px;
  }

  .news-section2 .newsBox .newslist {
    padding: 24px;
    height: fit-content;
  }

  .news-section2 .newsBox .newslist .imgWrapper {
    height: 145px;
    margin-bottom: 14px;
    border-radius: 16px;
  }

  .news-section2 .newsBox .newslist .ttl {
    font-size: 14px;
  }

  .news-section2 .newsBox .newslist .txt {
    font-size: 12px;
  }

  .news-section2 .newsBox .newslist .newsFooter span {
    font-size: 12px;
  }
}

/* 詳細ページ */
.news-section2 .newsBox.singlePage .newslist {
  padding: 40px 60px;
  border-radius: 0 0 30px 30px;
  height: fit-content;
}

@media screen and (max-width: 900px) {
  .news-section2 .newsBox.singlePage .newslist {
    padding: 24px;
    border-radius: 16px;
  }
}



/* もっと見るボタン */
.news-section2 .content1--button-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.news-section2 .content1--button-box.center {
  justify-content: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .news-section2 .content1--button-box.center {
    margin-bottom: 0;
  }
}

.news-section2 .content1--button-box .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

@media screen and (max-width: 600px) {
  .news-section2 .content1--button-box .button {
    gap: 6px;
  }
}

.news-section2 .content1--button-box .button p {
  font-size: 20px;
  letter-spacing: 2px;
  color: #594322;
}

@media screen and (max-width: 600px) {
  .news-section2 .content1--button-box .button p {
    font-size: 14px;
  }
}

.news-section2 .content1--button-box .button .button-icon {
  width: 42px;
  height: 42px;
  background-color: #594322;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  border: 1px solid rgba(89, 67, 34, 1);
}

.news-section2 .content1--button-box .button:hover>.button-icon {
  background-color: #fff;
}

.news-section2 .content1--button-box .button:hover>.button-icon>p {
  color: rgba(89, 67, 34, 1);
}

@media screen and (max-width: 600px) {
  .news-section2 .content1--button-box .button .button-icon {
    width: 42px;
    height: 42px;
  }
}

.news-section2 .content1--button-box .button .button-icon p {
  font-size: 30px;
  color: #ffffff;
  transform: translate(0px, -2px);
}

@media screen and (max-width: 600px) {
  .news-section2 .content1--button-box .button .button-icon p {
    font-size: 19px;
    transform: translate(1px, -1px);
  }
}

@media screen and (max-width: 420px) {
  .news-section2 .content1--button-box .button .button-icon p {
    font-size: 19px;
  }
}

/* =================================== */
/* RECRUIT SECTION */
/* =================================== */
.recruit-section1 {
  background-color: #fff3eb;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  border-radius: 10% 10% 0% 0%;
  position: relative;
}

.recruit-section1 .title-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 1325px;
}

@media screen and (max-width: 1425px) {
  .recruit-section1 .title-box {
    padding: 0 35px;
  }
}

.recruit-section1 .title-box .title {
  font-size: 45px;
  line-height: 80px;
  text-align: center;
  color: #594322;
  margin-bottom: 72px;
}

@media screen and (max-width: 1050px) {
  .recruit-section1 .title-box .title {
    font-size: 30px;
    line-height: 50px;
  }
}

@media screen and (max-width: 600px) {
  .recruit-section1 .title-box .title {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 500px) {
  .recruit-section1 .title-box .title {
    font-size: 18px;
    line-height: 30px;
  }
}

.recruit-section1 .content,
.recruit-section3 .content {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 56px;
  color: rgba(89, 67, 34, 1);
}

.recruit-section3 .content .md_txt {
  font-size: 28px;
  line-height: 200%;
  letter-spacing: 4px;
  color: #594322;
}

@media screen and (max-width:768px) {
  .recruit-section3 .content .md_txt {
    font-size: 12px;
  }
}

.recruit-section1 .title-box .recruit-image {
  width: 100%;
  object-fit: contain;
  object-position: center;
  -o-object-fit: contain;
  -o-object-position: center;
  margin-bottom: 72px;
  border-radius: 32px;
}

@media screen and (max-width: 768px) {
  .recruit-section1 .title-box .recruit-image {
    border-radius: 16px;
  }

  .recruit-section1 .content,
  .recruit-section3 .content {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 510px) {

  .recruit-section1 .content,
  .recruit-section3 .content {
    gap: 32px;
    font-size: 12px;
  }

  .recruit-section1 .title-box .recruit-image {
    margin-bottom: 40px;
    height: 113px;
    object-fit: cover;
    -o-object-fit: cover;
  }
}

/* recruitボタン */
.recruit-section1 .btnArea {
  display: flex;
  align-items: center;
  gap: 48px;
}

.recruit-section1 .btnArea .btn {
  width: 240px;
  min-width: 240px;
  height: 57px;
  border-radius: 5px;
  background-color: rgba(89, 67, 34, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.4s;
}

.recruit-section1 .btnArea .btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .recruit-section1 .btnArea {
    gap: 16px;
  }

  .recruit-section1 .btnArea .btn {
    width: 139px;
    min-width: 139px;
    height: 32px;
    border-radius: 5px;
    font-size: 12px;
  }
}

/* オブジェクト */
.recruit-section1 .section1-img1 {
  position: absolute;
  top: -120px;
  right: 10%;
  width: 160px;
  object-fit: contain;
  -o-object-fit: contain;
  z-index: 1;
  animation: floatCommon 3s ease-in-out infinite;
}

.recruit-section1 .section1-img2 {
  position: absolute;
  bottom: -52px;
  left: 51px;
  width: 176px;
  object-fit: contain;
  -o-object-fit: contain;
  transform: rotate(13deg);
  animation: floatRecruit1 3s ease-in-out infinite;
}

@media screen and (max-width: 768px) {
  .recruit-section1 .section1-img1 {
    height: 96px;
    bottom: -87px;
    left: auto;
    right: 0%;
    top: -55px;
  }

  .recruit-section1 .section1-img2 {
    bottom: -89px;
    left: 2px;
    width: 100px;
  }
}

/* ふわふわアニメーションのキーアニメーション */
/* animation: floatRecruit1 3s ease-in-out infinite; */
@keyframes floatRecruit1 {
  0% {
    transform: translateY(0) rotate(13deg);
  }

  50% {
    transform: translateY(-10px) rotate(13deg);
    /* 上に10px移動 */
  }

  100% {
    transform: translateY(0) rotate(13deg);
  }
}



/* ==================================================================================================== */
/* ==================================================================================================== */
/* ==================================================================================================== */

.recruit-section3 {
  background-color: #fff3eb;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  border-radius: 10% 10% 0% 0%;
  margin-top: 160px;
}

@media screen and (max-width: 800px) {
  .recruit-section3 {
    margin-top: 56px;
    padding: 0 24px;
  }
}

.recruit-section3 .maintitle {
  font-size: 45px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 40px;
  color: #594322;
}

@media screen and (max-width: 600px) {
  .recruit-section3 .maintitle {
    font-size: 25px;
    line-height: 40px;
  }
}

@media screen and (max-width: 500px) {
  .recruit-section3 .maintitle {
    font-size: 18px;
    line-height: 30px;
  }
}

.recruit-section3 .maintitle .img {
  position: absolute;
  bottom: -170px;
  right: -434px;
  width: 176px;
  object-fit: contain;
  -o-object-fit: contain;
  animation: floatCommon 3s ease-in-out infinite;
}

@media screen and (max-width: 748px) {
  .recruit-section3 .maintitle .img {
    width: auto;
    height: 57px;
    right: -131px;
    bottom: -152px;
  }
}

.recruit-section3 .linetitle {
  width: 100%;
  max-width: 1325px;
  padding-left: 50px;
  border-bottom: #594322 3px solid;
  margin-bottom: 40px;
}

@media screen and (max-width: 1100px) {
  .recruit-section3 .linetitle {
    padding: 0;
    margin-bottom: 16px;
  }
}

.recruit-section3 .linetitle .title {
  font-size: 25px;
  letter-spacing: 5px;
  background-color: #594322;
  width: 361px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  padding: 20px 60px 20px;
  border-radius: 30px 30px 0 0;
  white-space: nowrap;
  margin-bottom: -1px;
}

@media screen and (max-width: 1100px) {
  .recruit-section3 .linetitle .title {
    font-size: 25px;
    padding: 20px 50px 15px;
  }
}

@media screen and (max-width: 800px) {
  .recruit-section3 .linetitle .title {
    font-size: 20px;
  }
}

@media screen and (max-width: 610px) {
  .recruit-section3 .linetitle .title {
    font-size: 12px;
    padding: 6px 35px 5px;
    border-radius: 20px 20px 0 0;
    width: 150px;
    margin: 0 auto -1px;
  }
}

@media screen and (max-width: 510px) {
  .recruit-section3 .linetitle .title {
    font-size: 10px;
  }
}

.recruit-section3 .linetitle2 {
  width: 100%;
  max-width: 1325px;
  padding-left: 50px;
  border-bottom: #594322 3px solid;
}

@media screen and (max-width: 1100px) {
  .recruit-section3 .linetitle2 {
    padding-left: 20px;
  }
}

.recruit-section3 .linetitle2 .title {
  font-size: 25px;
  letter-spacing: 5px;
  background-color: #594322;
  width: 300px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  padding: 20px 60px 20px;
  border-radius: 30px 30px 0 0;
}

@media screen and (max-width: 1100px) {
  .recruit-section3 .linetitle2 .title {
    font-size: 25px;
    padding: 20px 50px 15px;
  }
}

@media screen and (max-width: 800px) {
  .recruit-section3 .linetitle2 .title {
    font-size: 20px;
  }
}

@media screen and (max-width: 610px) {
  .recruit-section3 .linetitle2 .title {
    font-size: 12px;
    padding: 6px 35px 5px;
    border-radius: 20px 20px 0 0;
    width: 170px;
  }
}

@media screen and (max-width: 510px) {
  .recruit-section3 .linetitle2 .title {
    font-size: 10px;
  }
}

.recruit-section3 .content1 {
  border-radius: 20px;
  position: relative;
  max-width: 1325px;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .recruit-section3 .content1 {
    padding: 20px 0px 35px 0px;
  }
}

.recruit-section3 .col {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 90px 40px 40px;
  position: relative;
  margin-bottom: 32px;
}

.recruit-section3 .col:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 500px) {
  .recruit-section3 .col {
    font-size: 10px;
    padding: 60px 16px 16px;
    gap: 14px;
    border-radius: 16px;
    margin-bottom: 16px;
  }

  .recruit-section3 .col:last-child {
    margin-bottom: 0;
  }
}

.recruit-section3 .col__label {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 19px;
  top: 5%;
  left: 3%;
}

@media screen and (max-width: 1100px) {
  .recruit-section3 .col__label {
    top: 3%;
  }
}

@media screen and (max-width: 768px) {
  .recruit-section3 .col__label {
    gap: 9px;
    left: 5%;
  }
}

@media screen and (max-width: 500px) {
  .recruit-section3 .col__label {
    gap: 4px;
  }
}

.recruit-section3 .col__label .icon {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  display: block;
  z-index: 1;
}

.recruit-section3 .col__label .icon.lg {
  width: 136px;
  height: 45px;
  border-radius: 70px;
  border: 2px solid rgba(89, 67, 34, 1);
  padding: 10px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .recruit-section3 .col__label .icon {
    width: 40px;
    height: 40px;
  }

  .recruit-section3 .col__label .icon.lg {
    width: 89px;
    height: 30px;
    border-radius: 50px;
    padding: 4px;
  }
}

.recruit-section3 .col__label .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.recruit-section3 .col__label .title {
  position: relative;
}

.recruit-section3 .col__label .title__back {
  position: absolute;
  background-color: #fff3eb;
  width: calc(100% + 100px);
  height: 40px;
  display: block;
  top: 50%;
  left: -42px;
  transform: translateY(-50%);
  z-index: 0;
  border-radius: 0 40px 40px 0;
}

@media screen and (max-width: 768px) {
  .recruit-section3 .col__label .title__back {
    left: -27px;
    height: 27px;
    width: calc(100% + 32px);
  }
}

.recruit-section3 .col__label .title__text {
  font-size: 23px;
  color: #594322;
  z-index: 1;
  position: relative;
  letter-spacing: 6px;
}

@media screen and (max-width: 768px) {
  .recruit-section3 .col__label .title__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .recruit-section3 .col__label .title__text {
    font-size: 12px;
  }
}

.recruit-section3 .col__new {
  position: absolute;
  top: 8%;
  left: 270px;
  font-size: 18px;
  color: #594322;
  letter-spacing: 4px;
}

@media screen and (max-width: 1100px) {
  .recruit-section3 .col__new {
    top: 5%;
  }
}

@media screen and (max-width: 768px) {
  .recruit-section3 .col__new {
    left: 193px;
    font-size: 16px;
    top: 5%;
  }
}

.recruit-section3 .col .flex {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  gap: 30px;
}

.recruit-section3 .col .flex__map {
  flex: 1 1 60%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.recruit-section3 .col .flex__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.recruit-section3 .col .flex__line {
  width: 24%;
}

@media screen and (max-width: 1100px) {
  .recruit-section3 .col .flex__line {
    display: none;
  }
}

.recruit-section3 .col .flex__line .line {
  width: 100%;
  height: 40px;
  background-color: #594322;
  border-radius: 30px 30px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 4px;
}

.recruit-section3 .col .flex__line .qr {
  width: 100%;
  height: 130px;
  background-color: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #594322;
  font-size: 18px;
  letter-spacing: 4px;
}

.recruit-section3 .col .flex__map {
  width: 76%;
  aspect-ratio: 16/9;
  background-color: #d9d9d9;
}

@media screen and (max-width: 1100px) {
  .recruit-section3 .col .flex__map {
    width: 100%;
  }
}

.recruit-section3 .col .flex__map .calender {
  width: 100%;
}

.recruit-section3 .col .tableWrapper {
  width: 100%;
  position: relative;
}

.recruit-section3 .col .splinebox {
  display: none;
  width: auto;
  margin-left: auto;
  position: absolute;
  top: -4px;
  right: 0;
}

@media screen and (max-width: 1100px) {
  .recruit-section3 .col .splinebox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 13px;
  }
}

@media screen and (max-width: 1100px) and (max-width: 430px) {
  .recruit-section3 .col .splinebox {
    gap: 0;
  }
}

@media screen and (max-width: 1100px) {
  .recruit-section3 .col .splinebox .label {
    font-size: 18px;
    color: #594322;
    text-align: center;
    letter-spacing: 5px;
  }
}

@media screen and (max-width: 1100px) and (max-width: 800px) {
  .recruit-section3 .col .splinebox .label {
    font-size: 14px;
  }
}

@media screen and (max-width: 1100px) and (max-width: 700px) {
  .recruit-section3 .col .splinebox .label {
    font-size: 12px;
  }
}

@media screen and (max-width: 1100px) and (max-width: 630px) {
  .recruit-section3 .col .splinebox .label {
    font-size: 10px;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 1100px) {
  .recruit-section3 .col .splinebox .button {
    width: 170px;
    height: 170px;
    border-radius: 20px;
    background-color: #594322;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 22px;
    line-height: 180%;
    text-align: center;
  }
}

@media screen and (max-width: 1100px) and (max-width: 800px) {
  .recruit-section3 .col .splinebox .button {
    font-size: 16px;
    width: 130px;
    height: 130px;
    border-radius: 4px;
  }
}

@media screen and (max-width: 1100px) and (max-width: 700px) {
  .recruit-section3 .col .splinebox .button {
    font-size: 14px;
    width: 92px;
    height: 62px;
  }
}

@media screen and (max-width: 1100px) and (max-width: 630px) {
  .recruit-section3 .col .splinebox .button {
    font-size: 11px;
  }
}

.recruit-section3 .col .flex2 {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  position: relative;
}

.recruit-section3 .col .flex2 th,
.recruit-section3 .col .flex2 td {
  text-align: left;
  letter-spacing: 0.2em;
}

.recruit-section3 .col .flex2 th {
  white-space: nowrap;
  border-right: 5px solid #fff3eb;
  width: 100px;
  font-size: 18px;
  line-height: 180%;
  color: #594322;
}

.recruit-section3 .col .flex2.second th {
  width: 122px;
}

@media screen and (max-width: 800px) {
  .recruit-section3 .col .flex2 th {
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  .recruit-section3 .col .flex2 th {
    border-right: 2px solid #fff3eb;
    font-size: 14px;
  }
}

@media screen and (max-width: 630px) {
  .recruit-section3 .col .flex2 th {
    width: 50px;
    font-size: 10px;
  }

  .recruit-section3 .col .flex2.second th {
    width: 70px;
  }
}

.recruit-section3 .col .flex2 th.adress {
  margin-bottom: 33px;
}

@media screen and (max-width: 800px) {
  .recruit-section3 .col .flex2 th.adress {
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 630px) {
  .recruit-section3 .col .flex2 th.adress {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 500px) {
  .recruit-section3 .col .flex2 th.adress {
    margin-bottom: 14px;
  }
}

.recruit-section3 .col .flex2 td {
  width: auto;
  font-size: 18px;
  line-height: 180%;
  color: #594322;
  padding-left: 24px;
}

@media screen and (max-width: 800px) {
  .recruit-section3 .col .flex2 td {
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  .recruit-section3 .col .flex2 td {
    padding-left: 12px;
    font-size: 14px;
  }
}

@media screen and (max-width: 630px) {
  .recruit-section3 .col .flex2 td {
    font-size: 10px;
  }
}

/* もっと見るボタン */
.recruit-section3 .content1--button-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.recruit-section3 .content1--button-box .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

@media screen and (max-width: 600px) {
  .recruit-section3 .content1--button-box .button {
    gap: 6px;
  }
}

.recruit-section3 .content1--button-box .button p {
  font-size: 20px;
  letter-spacing: 2px;
  color: #594322;
}

@media screen and (max-width: 600px) {
  .recruit-section3 .content1--button-box .button p {
    font-size: 14px;
  }
}

@media screen and (max-width: 420px) {
  .recruit-section3 .content1--button-box .button p {
    font-size: 10px;
  }
}

.recruit-section3 .content1--button-box .button .button-icon {
  width: 42px;
  height: 42px;
  background-color: #594322;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}

@media screen and (max-width: 600px) {
  .recruit-section3 .content1--button-box .button .button-icon {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 420px) {
  .recruit-section3 .content1--button-box .button .button-icon {
    width: 15px;
    height: 15px;
  }
}

.recruit-section3 .content1--button-box .button .button-icon p {
  font-size: 30px;
  color: #ffffff;
  transform: translate(0px, -2px);
  transition: all 0.4s;
}

@media screen and (max-width: 600px) {
  .recruit-section3 .content1--button-box .button .button-icon p {
    font-size: 19px;
    transform: translate(1px, -1px);
  }
}

@media screen and (max-width: 420px) {
  .recruit-section3 .content1--button-box .button .button-icon p {
    font-size: 10px;
  }
}

.recruit-section3 .content1--button-box .button .button-icon {
  width: 42px;
  height: 42px;
  background-color: #594322;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  border: 1px solid rgba(89, 67, 34, 1);
}

.recruit-section3 .content1--button-box .button:hover>.button-icon {
  background-color: #fff;
}

.recruit-section3 .content1--button-box .button:hover>.button-icon>p {
  color: rgba(89, 67, 34, 1);
}

/* ==================================================================================================== */
/* ==================================================================================================== */
/* ==================================================================================================== */

/* =================================== */
/* STORE SECTION */
/* =================================== */
.store-section1 {
  background-color: #fff3eb;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  border-radius: 10% 10% 0% 0%;
}

.store-section1 .title-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 1325px;
}

@media screen and (max-width: 1425px) {
  .store-section1 .title-box {
    padding: 0 24px;
  }
}

.store-section1 .title-box .title {
  font-size: 45px;
  line-height: 80px;
  text-align: center;
  color: #594322;
}

@media screen and (max-width: 1050px) {
  .store-section1 .title-box .title {
    font-size: 30px;
    line-height: 50px;
  }
}

@media screen and (max-width: 600px) {
  .store-section1 .title-box .title {
    font-size: 25px;
    line-height: 40px;
  }
}

@media screen and (max-width: 500px) {
  .store-section1 .title-box .title {
    font-size: 18px;
    line-height: 30px;
  }
}

.store-section1 .title-box .content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  margin-top: 70px;
}

@media screen and (max-width: 1000px) {
  .store-section1 .title-box .content {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .store-section1 .title-box .content {
    margin-top: 50px;
  }
}

@media screen and (max-width: 510px) {
  .store-section1 .title-box .content {
    gap: 32px;
  }
}

.store-section1 .title-box .content .imgbox {
  width: 30%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #d9d9d9;
  overflow: hidden;
}

.store-section1 .title-box .content .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

@media screen and (max-width: 768px) {
  .store-section1 .title-box .content .imgbox {
    width: 40%;
  }
}

.store-section1 .title-box .content .text-box {
  width: 70%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 42px;
}

@media screen and (max-width: 768px) {
  .store-section1 .title-box .content .text-box {
    width: 100%;
  }
}

.store-section1 .title-box .content .text-box__title {
  font-size: 20px;
  line-height: 170%;
  color: #594322;
  margin-left: auto;
}

@media screen and (max-width: 610px) {
  .store-section1 .title-box .content .text-box__title {
    font-size: 14px;
  }
}

.store-section1 .title-box .content .text-box__text {
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 4px;
  color: #594322;
  width: 100%;
}

@media screen and (max-width: 610px) {
  .store-section1 .title-box .content .text-box__text {
    font-size: 12px;
  }
}

@media screen and (max-width: 510px) {
  .store-section1 .title-box .content .text-box__text {
    font-size: 12px;
    white-space: nowrap;
  }
}

.store-section1 .title-box .section1-img1 {
  width: 165px;
  height: 165px;
  position: absolute;
  right: 20%;
  top: -7%;
  z-index: 1;
  object-fit: contain;
  -o-object-fit: contain;
  animation: floatCommon 3s ease-in-out infinite;
}

@media screen and (max-width: 610px) {
  .store-section1 .title-box .section1-img1 {
    width: 125px;
    height: 125px;
    right: 6%;
  }
}

.store-section1 .title-box .section1-img2 {
  width: 160px;
  height: 210px;
  position: absolute;
  left: 40px;
  top: 0%;
  transform: translate(0%, -25%) rotate(-20deg);
  z-index: 10;
  object-fit: contain;
}

.store-section1 .title-box .section1-img3 {
  width: 190px;
  height: 260px;
  position: absolute;
  right: 30px;
  bottom: -120px;
  transform: translate(0%, 0%) rotate(60deg);
  z-index: 10;
  object-fit: contain;
}

.store-section1 .back-white {
  background-color: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  padding-bottom: 80px;
}

.store-section1 .back-white .content1 {
  border-radius: 20px;
  padding: 0px;
  position: relative;
  margin-top: 80px;
  width: 100%;
  max-width: 1325px;
}

.store-section1 .back-white .content1 .title {
  font-size: 30px;
  text-align: center;
  line-height: 180%;
  letter-spacing: 4px;
  color: #594322;
}

.store-section1 .back-white .content1 .items-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 100px;
  margin-top: 72px;
}

.store-section1 .back-white .content1 .items-content .item {
  width: calc(100% / 2 - 100px * (2 - 1) / 2);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: #fff3eb;
  padding-top: 30px;
}

.store-section1 .back-white .content1 .items-content .item .img {
  height: 25%;
  display: flex;
  align-items: flex-end;
}

.store-section1 .back-white .content1 .items-content .item .textbox {
  margin-top: 30px;
}

.store-section1 .back-white .content1 .items-content .item .textbox .text {
  font-size: 18px;
  text-align: center;
}

.store-section1 .back-white .content1 .items-content .item .button-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 27px;
}

.store-section1 .back-white .content1 .items-content .item .button-box .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.store-section1 .back-white .content1 .items-content .item .button-box .button p {
  font-size: 20px;
  letter-spacing: 2px;
  color: #594322;
}

.store-section1 .back-white .content1 .items-content .item .button-box .button .button-icon {
  width: 42px;
  height: 42px;
  background-color: #594322;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.store-section1 .back-white .content1 .items-content .item .button-box .button .button-icon p {
  font-size: 30px;
  color: #ffffff;
  transform: translate(0px, -2px);
}

.store-section1 .back-imgbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 610px;
  background-image: url(../img/about/section1-img4.png);
  background-position: -120px;
  position: relative;
}

.store-section1 .back-imgbox .img3 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 610px;
}

.store-section1 .back-imgbox .content2 {
  border-radius: 20px;
  padding: 0px;
  position: relative;
  margin-top: 80px;
  max-width: 1325px;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 40px;
}

.store-section1 .back-imgbox .content2 .title {
  font-size: 30px;
  letter-spacing: 4px;
  color: #ffffff;
}

.store-section1 .back-imgbox .content2 .text {
  text-align: center;
  font-size: 18px;
  line-height: 270%;
  color: #ffffff;
}

.store-section1 .textbox {
  max-width: 1325px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

.store-section1 .textbox p {
  font-size: 20px;
  color: #594322;
  line-height: 180%;
  letter-spacing: 4px;
}

.store-section1 .textbox p .icon {
  font-size: 16px;
  color: #ffffff;
  background-color: #594322;
  padding: 0 14px 2px;
  border-radius: 20px;
  margin-right: 5px;
}

.store-section1 .textbox p.first {
  padding: 0 20px 0 0px;
}

.store-section1 .textbox img {
  width: 135px;
  height: 135px;
  object-fit: contain;
  position: absolute;
  right: 0%;
  top: -30px;
  transform: rotate(20deg);
}

.store-section1 .content3 {
  border-radius: 20px;
  padding: 50px 0px 35px 130px;
  position: relative;
  margin-top: 80px;
  max-width: 1325px;
  width: 100%;
  margin-bottom: 40px;
}

.store-section1 .content3--label {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  left: -20px;
  top: -15px;
  gap: 18px;
}

.store-section1 .content3--label h2 {
  writing-mode: vertical-rl;
  background-image: url(../img/home/labelback3.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: #ffffff;
  letter-spacing: 7px;
  font-size: 32px;
  width: 59px;
  height: 290px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.store-section1 .content3--label p {
  writing-mode: vertical-rl;
  letter-spacing: 6px;
  font-size: 20px;
  color: #594322;
  padding-top: 5px;
}

.store-section1 .content3--flexbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 38px;
}

.store-section1 .content3--flexbox .row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 57px;
}

.store-section1 .content3--flexbox .row .col {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 58px;
  width: 50%;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 31px 58px;
  position: relative;
}

.store-section1 .content3--flexbox .row .col__label {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 19px;
  top: 5%;
  left: -5%;
}

.store-section1 .content3--flexbox .row .col__label .icon {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  display: block;
  z-index: 2;
}

.store-section1 .content3--flexbox .row .col__label .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.store-section1 .content3--flexbox .row .col__label .title {
  position: relative;
}

.store-section1 .content3--flexbox .row .col__label .title__back {
  position: absolute;
  background-color: #fff3eb;
  width: 195px;
  height: 40px;
  display: block;
  top: 50%;
  left: 42%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 0 40px 40px 0;
}

.store-section1 .content3--flexbox .row .col__label .title__text {
  font-size: 23px;
  color: #594322;
  z-index: 2;
  position: relative;
  letter-spacing: 6px;
}

.store-section1 .content3--flexbox .row .col__line {
  width: 30%;
}

.store-section1 .content3--flexbox .row .col__line .line {
  width: 100%;
  height: 40px;
  background-color: #594322;
  border-radius: 30px 30px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 4px;
}

.store-section1 .content3--flexbox .row .col__line .qr {
  width: 100%;
  height: 130px;
  background-color: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #594322;
  font-size: 18px;
  letter-spacing: 4px;
}

.store-section1 .content3--flexbox .row .col__calender {
  width: 70%;
}

.store-section1 .content3--flexbox .row .col__calender .calender {
  width: 100%;
}

.store-section1 .content3 .img9 {
  position: absolute;
  bottom: 7%;
  left: -5%;
  width: 154px;
  height: 154px;
  transform: rotate(-10deg);
}

.store-section2 {
  margin-top: 167px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 80px;
}

@media screen and (max-width: 1425px) {
  .store-section2 {
    padding: 0 35px;
    gap: 90px;
  }
}

@media screen and (max-width: 610px) {
  .store-section2 {
    gap: 16px;
    margin-top: 60px;
    padding: 0 24px;
  }
}

.store-section2 .maintitle {
  position: relative;
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.store-section2 .maintitle .title {
  font-size: 45px;
  color: #594322;
}

@media screen and (max-width: 1050px) {
  .store-section2 .maintitle .title {
    font-size: 30px;
    line-height: 50px;
  }
}

@media screen and (max-width: 600px) {
  .store-section2 .maintitle .title {
    font-size: 25px;
    line-height: 40px;
  }
}

@media screen and (max-width: 500px) {
  .store-section2 .maintitle .title {
    font-size: 18px;
    line-height: 30px;
  }
}

.store-section2 .maintitle .img1 {
  position: absolute;
  bottom: -5%;
  left: -180%;
  width: 160px;
  animation: floatCommon 3s ease-in-out infinite;
}

@media screen and (max-width: 1100px) {
  .store-section2 .maintitle .img1 {
    left: 80%;
    bottom: -100%;
    transform: rotate(30deg);
  }
}

@media screen and (max-width: 900px) {
  .store-section2 .maintitle .img1 {
    width: 130px;
    height: 130px;
    bottom: -40px;
  }
}

@media screen and (max-width: 700px) {
  .store-section2 .maintitle .img1 {
    left: 230px;
  }
}

@media screen and (max-width: 600px) {
  .store-section2 .maintitle .img1 {
    width: 100px;
    height: 100px;
    right: 210px;
    bottom: 25px;
    left: auto;
  }
}

.store-section2 .linetitle {
  width: 100%;
  max-width: 1325px;
  padding-left: 50px;
  border-bottom: #594322 3px solid;
}

@media screen and (max-width: 1100px) {
  .store-section2 .linetitle {
    padding-left: 20px;
  }
}

@media screen and (max-width: 610px) {
  .store-section2 .linetitle {
    padding-left: 0;
  }
}

.store-section2 .linetitle .title {
  font-size: 25px;
  letter-spacing: 5px;
  background-color: #594322;
  width: 240px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  padding: 20px 60px 20px;
  border-radius: 30px 30px 0 0;
  margin-bottom: -1px;
}

@media screen and (max-width: 1100px) {
  .store-section2 .linetitle .title {
    font-size: 25px;
    padding: 20px 50px 15px;
  }
}

@media screen and (max-width: 800px) {
  .store-section2 .linetitle .title {
    font-size: 20px;
  }
}

@media screen and (max-width: 610px) {
  .store-section2 .linetitle .title {
    font-size: 12px;
    padding: 6px 10px 5px 13px;
    border-radius: 20px 20px 0 0;
    width: 73px;
    margin: 0 auto -1px;
  }
}

.store-section2 .content {
  max-width: 1325px;
  width: 100%;
}

.store-section2 .content .tableWrapper {
  width: 100%;
  background-color: #ffffff;
  border-radius: 0 0 20px 20px;
  padding: 26px 50px 40px 50px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .store-section2 .content .tableWrapper {
    padding: 26px 25px;
  }
}

@media screen and (max-width: 610px) {
  .store-section2 .content .tableWrapper {
    padding: 10px;
  }
}

.store-section2 .content .content-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.store-section2 .content .content-table th,
.store-section2 .content .content-table td {
  text-align: left;
  vertical-align: top;
  color: rgb(89, 67, 34);
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 610px) {

  .store-section2 .content .content-table th,
  .store-section2 .content .content-table td {
    font-size: 12px;
  }
}

.store-section2 .content .content-table th {
  white-space: nowrap;
  padding-right: 16px;
  border-right: 4px solid rgb(255, 243, 235);
  width: 300px;
  min-height: 240px;
}

.store-section2 .content .content-table.second th {
  width: 218px;
}

@media screen and (max-width: 610px) {
  .store-section2 .content .content-table th {
    width: 100px;
    min-height: 80px;
    padding-right: 4px;
    border-right: 2px solid rgb(255, 243, 235);
  }

  .store-section2 .content .content-table.second th {
    width: 104px;
  }
}

.store-section2 .content .content-table td {
  padding-left: 32px;
}

@media screen and (max-width: 610px) {
  .store-section2 .content .content-table td {
    padding-left: 10px;
  }
}

.store-section3 {
  background-color: #fff3eb;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  border-radius: 10% 10% 0% 0%;
  margin-top: 160px;
}

@media screen and (max-width: 1425px) {
  .store-section3 {
    padding: 0 35px;
  }
}

@media screen and (max-width: 800px) {
  .store-section3 {
    margin-top: 100px;
    padding: 0 24px;
  }
}

.store-section3 .maintitle {
  font-size: 45px;
  position: relative;
  margin-bottom: 100px;
  color: #594322;
}

@media screen and (max-width: 1050px) {
  .store-section3 .maintitle {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 600px) {
  .store-section3 .maintitle {
    font-size: 25px;
    line-height: 40px;
  }
}

@media screen and (max-width: 500px) {
  .store-section3 .maintitle {
    font-size: 18px;
    line-height: 30px;
  }
}

.store-section3 .maintitle .img {
  position: absolute;
  top: -34px;
  left: 313px;
  width: 160px;
  animation: floatCommon 3s ease-in-out infinite;
}

@media screen and (max-width: 900px) {
  .store-section3 .maintitle .img {
    width: 130px;
    height: 130px;
    bottom: -70px;
  }
}

@media screen and (max-width: 700px) {
  .store-section3 .maintitle .img {
    left: 170px;
  }
}

@media screen and (max-width: 600px) {
  .store-section3 .maintitle .img {
    width: auto;
    height: 69px;
    left: 120px;
    bottom: -26px;
    top: auto;
  }
}

.store-section3 .linetitle {
  width: 100%;
  max-width: 1325px;
  padding-left: 50px;
  border-bottom: #594322 3px solid;
}

@media screen and (max-width: 1100px) {
  .store-section3 .linetitle {
    padding-left: 20px;
  }
}

@media screen and (max-width: 610px) {
  .store-section3 .linetitle {
    padding-left: 0;
  }
}

.store-section3 .linetitle .title {
  font-size: 25px;
  letter-spacing: 5px;
  background-color: #594322;
  width: 240px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  padding: 20px 60px 20px;
  border-radius: 30px 30px 0 0;
  margin-bottom: -1px;
}

@media screen and (max-width: 1100px) {
  .store-section3 .linetitle .title {
    font-size: 25px;
    padding: 20px 50px 15px;
  }
}

@media screen and (max-width: 800px) {
  .store-section3 .linetitle .title {
    font-size: 20px;
  }
}

@media screen and (max-width: 610px) {
  .store-section3 .linetitle .title {
    font-size: 12px;
    padding: 6px 9px 5px 13px;
    border-radius: 20px 20px 0 0;
    width: 150px;
    margin: 0 auto -1px;
  }
}

.store-section3 .linetitle2 {
  width: 100%;
  max-width: 1325px;
  padding-left: 50px;
  border-bottom: #594322 3px solid;
}

@media screen and (max-width: 1100px) {
  .store-section3 .linetitle2 {
    padding-left: 20px;
  }
}

@media screen and (max-width: 610px) {
  .store-section3 .linetitle2 {
    padding-left: 0;
  }
}

.store-section3 .linetitle2 .title {
  font-size: 25px;
  letter-spacing: 5px;
  background-color: #594322;
  width: 300px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  padding: 20px 60px 20px;
  border-radius: 30px 30px 0 0;
  margin-bottom: -1px;
}

@media screen and (max-width: 1100px) {
  .store-section3 .linetitle2 .title {
    font-size: 25px;
    padding: 20px 50px 15px;
  }
}

@media screen and (max-width: 800px) {
  .store-section3 .linetitle2 .title {
    font-size: 20px;
  }
}

@media screen and (max-width: 610px) {
  .store-section3 .linetitle2 .title {
    font-size: 12px;
    padding: 6px 9px 5px 13px;
    border-radius: 20px 20px 0 0;
    width: 150px;
    margin: 0 auto -1px;
  }
}

.store-section3 .content1 {
  border-radius: 20px;
  padding: 50px 0px 35px 0px;
  position: relative;
  max-width: 1325px;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .store-section3 .content1 {
    padding: 20px 0px 35px 0px;
  }
}

.store-section3 .content1--flexbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 38px;
}

@media screen and (max-width: 600px) {
  .store-section3 .content1--flexbox {
    gap: 20px;
  }
}

.store-section3 .content1--flexbox .row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 57px;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .store-section3 .content1--flexbox .row {
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .store-section3 .content1--flexbox .row {
    gap: 12px;
  }
}

.store-section3 .content1--flexbox .row .col {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
  width: calc(100% / 2 - 57px * (2 - 1) / 2);
  background-color: #ffffff;
  border-radius: 20px;
  padding: 90px 40px 40px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .store-section3 .content1--flexbox .row .col {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .store-section3 .content1--flexbox .row .col {
    font-size: 10px;
    padding: 60px 16px 16px;
    gap: 14px;
    border-radius: 16px;
  }
}

.store-section3 .content1--flexbox .row .col__label {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 19px;
  top: 5%;
  left: 5%;
}

@media screen and (max-width: 1100px) {
  .store-section3 .content1--flexbox .row .col__label {
    top: 3%;
    left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .store-section3 .content1--flexbox .row .col__label {
    gap: 9px;
    left: 5%;
  }
}

@media screen and (max-width: 500px) {
  .store-section3 .content1--flexbox .row .col__label {
    gap: 4px;
  }
}

.store-section3 .content1--flexbox .row .col__label .icon {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  display: block;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .store-section3 .content1--flexbox .row .col__label .icon {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 500px) {
  .store-section3 .content1--flexbox .row .col__label .icon {
    width: 35px;
    height: 35px;
  }
}

.store-section3 .content1--flexbox .row .col__label .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.store-section3 .content1--flexbox .row .col__label .title {
  position: relative;
}

.store-section3 .content1--flexbox .row .col__label .title__back {
  position: absolute;
  background-color: #fff3eb;
  width: 195px;
  height: 40px;
  display: block;
  top: 50%;
  left: 42%;
  transform: translate(-50%, -50%);
  z-index: 0;
  border-radius: 0 40px 40px 0;
}

@media screen and (max-width: 768px) {
  .store-section3 .content1--flexbox .row .col__label .title__back {
    height: 37px;
    width: 140px;
  }
}

@media screen and (max-width: 500px) {
  .store-section3 .content1--flexbox .row .col__label .title__back {
    height: 27px;
    width: 120px;
  }
}

.store-section3 .content1--flexbox .row .col__label .title__text {
  font-size: 23px;
  color: #594322;
  z-index: 1;
  position: relative;
  letter-spacing: 6px;
}

@media screen and (max-width: 768px) {
  .store-section3 .content1--flexbox .row .col__label .title__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .store-section3 .content1--flexbox .row .col__label .title__text {
    font-size: 12px;
  }
}

.store-section3 .content1--flexbox .row .col__new {
  position: absolute;
  top: 8%;
  left: 270px;
  font-size: 18px;
  color: #594322;
  letter-spacing: 4px;
}

@media screen and (max-width: 1100px) {
  .store-section3 .content1--flexbox .row .col__new {
    top: 5%;
  }
}

@media screen and (max-width: 768px) {
  .store-section3 .content1--flexbox .row .col__new {
    left: 193px;
    font-size: 16px;
    top: 5%;
  }
}

.store-section3 .content1--flexbox .row .col .flex {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  gap: 24px;
}

.store-section3 .content1--flexbox .row .col .flex__map {
  flex: 1 1 60%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.store-section3 .content1--flexbox .row .col .flex__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.store-section3 .content1--flexbox .row .col .flex__line {
  width: 24%;
}

@media screen and (max-width: 1100px) {
  .store-section3 .content1--flexbox .row .col .flex__line {
    display: none;
  }
}

.store-section3 .content1--flexbox .row .col .flex__line .line {
  width: 100%;
  height: 40px;
  background-color: #594322;
  border-radius: 30px 30px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 4px;
}

.store-section3 .content1--flexbox .row .col .flex__line .qr {
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  letter-spacing: 4px;
  border: 2px solid rgba(89, 67, 34, 1);
  padding: 16px;
  aspect-ratio: 1/1;
}

.store-section3 .content1--flexbox .row .col .flex__line .qr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.store-section3 .content1--flexbox .row .col .flex__map {
  width: 76%;
  aspect-ratio: 16/9;
  background-color: #d9d9d9;
}

@media screen and (max-width: 1100px) {
  .store-section3 .content1--flexbox .row .col .flex__map {
    width: 100%;
  }
}

.store-section3 .content1--flexbox .row .col .flex__map .calender {
  width: 100%;
}

.store-section3 .content1--flexbox .row .col .tableWrapper {
  width: 100%;
  position: relative;
}

.store-section3 .content1--flexbox .row .col .splinebox {
  display: none;
  width: auto;
  margin-left: auto;
  position: absolute;
  top: -4px;
  right: 0;
}

@media screen and (max-width: 1100px) {
  .store-section3 .content1--flexbox .row .col .splinebox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 13px;
  }
}

@media screen and (max-width: 1100px) and (max-width: 430px) {
  .store-section3 .content1--flexbox .row .col .splinebox {
    gap: 0;
  }
}

@media screen and (max-width: 1100px) {
  .store-section3 .content1--flexbox .row .col .splinebox .label {
    font-size: 18px;
    color: #594322;
    text-align: center;
    letter-spacing: 5px;
  }
}

@media screen and (max-width: 1100px) and (max-width: 800px) {
  .store-section3 .content1--flexbox .row .col .splinebox .label {
    font-size: 14px;
  }
}

@media screen and (max-width: 1100px) and (max-width: 700px) {
  .store-section3 .content1--flexbox .row .col .splinebox .label {
    font-size: 12px;
  }
}

@media screen and (max-width: 1100px) and (max-width: 630px) {
  .store-section3 .content1--flexbox .row .col .splinebox .label {
    font-size: 10px;
    letter-spacing: 0px;
    padding-right: 2px;
  }
}

@media screen and (max-width: 1100px) {
  .store-section3 .content1--flexbox .row .col .splinebox .button {
    width: 170px;
    height: 170px;
    border-radius: 20px;
    background-color: #594322;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 22px;
    line-height: 180%;
    text-align: center;
  }
}

@media screen and (max-width: 1100px) and (max-width: 800px) {
  .store-section3 .content1--flexbox .row .col .splinebox .button {
    font-size: 16px;
    width: 130px;
    height: 130px;
    border-radius: 4px;
  }
}

@media screen and (max-width: 1100px) and (max-width: 700px) {
  .store-section3 .content1--flexbox .row .col .splinebox .button {
    font-size: 14px;
    width: 85px;
    height: 62px;
  }
}

@media screen and (max-width: 1100px) and (max-width: 630px) {
  .store-section3 .content1--flexbox .row .col .splinebox .button {
    font-size: 11px;
  }
}

.store-section3 .content1--flexbox .row .col .flex2 {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  position: relative;
}

.store-section3 .content1--flexbox .row .col .flex2 th,
.store-section3 .content1--flexbox .row .col .flex2 td {
  text-align: left;
  letter-spacing: 0.2em;
}

.store-section3 .content1--flexbox .row .col .flex2 th {
  white-space: nowrap;
  border-right: 5px solid #fff3eb;
  width: 100px;
  font-size: 18px;
  line-height: 180%;
  color: #594322;
}

@media screen and (max-width: 800px) {
  .store-section3 .content1--flexbox .row .col .flex2 th {
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  .store-section3 .content1--flexbox .row .col .flex2 th {
    border-right: 2px solid #fff3eb;
    font-size: 14px;
  }
}

@media screen and (max-width: 630px) {
  .store-section3 .content1--flexbox .row .col .flex2 th {
    width: 50px;
    font-size: 10px;
  }
}

.store-section3 .content1--flexbox .row .col .flex2 th.adress {
  margin-bottom: 33px;
}

@media screen and (max-width: 800px) {
  .store-section3 .content1--flexbox .row .col .flex2 th.adress {
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 630px) {
  .store-section3 .content1--flexbox .row .col .flex2 th.adress {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 500px) {
  .store-section3 .content1--flexbox .row .col .flex2 th.adress {
    margin-bottom: 14px;
  }
}

.store-section3 .content1--flexbox .row .col .flex2 td {
  width: auto;
  font-size: 18px;
  line-height: 180%;
  color: #594322;
  padding-left: 24px;
}

@media screen and (max-width: 800px) {
  .store-section3 .content1--flexbox .row .col .flex2 td {
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  .store-section3 .content1--flexbox .row .col .flex2 td {
    padding-left: 8px;
    font-size: 14px;
  }
}

@media screen and (max-width: 630px) {
  .store-section3 .content1--flexbox .row .col .flex2 td {
    font-size: 10px;
  }
}

.store-section3 .content2 {
  border-radius: 20px;
  padding: 50px 0px 35px 0px;
  position: relative;
  max-width: 1325px;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .store-section3 .content2 {
    margin-bottom: 0%;
    padding: 20px 0px 35px 0px;
  }
}

.store-section3 .content2--flexbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 38px;
}

.store-section3 .content2--flexbox .row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 57px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .store-section3 .content2--flexbox .row {
    flex-direction: column;
  }
}

@media screen and (max-width: 610px) {
  .store-section3 .content2--flexbox .row {
    gap: 12px;
  }
}

.store-section3 .content2--flexbox .row .col {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
  width: calc(100% / 2 - 57px * (2 - 1) / 2);
  background-color: #ffffff;
  border-radius: 20px;
  padding: 90px 40px 40px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .store-section3 .content2--flexbox .row .col {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .store-section3 .content2--flexbox .row .col {
    font-size: 10px;
    padding: 60px 16px 16px;
    gap: 16px;
  }
}

.store-section3 .content2--flexbox .row .col__label {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 19px;
  top: 3%;
  left: 5%;
}

@media screen and (max-width: 1100px) {
  .store-section3 .content2--flexbox .row .col__label {
    top: 3%;
    left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .store-section3 .content2--flexbox .row .col__label {
    gap: 9px;
    left: 5%;
  }
}

@media screen and (max-width: 500px) {
  .store-section3 .content2--flexbox .row .col__label {
    gap: 4px;
  }
}

.store-section3 .content2--flexbox .row .col__label .icon {
  width: 153px;
  height: 53px;
  border-radius: 30px;
  display: block;
  z-index: 1;
  border: #594322 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}

@media screen and (max-width: 610px) {
  .store-section3 .content2--flexbox .row .col__label .icon {
    width: 130px;
    height: 40px;
  }
}

@media screen and (max-width: 500px) {
  .store-section3 .content2--flexbox .row .col__label .icon {
    width: 110px;
    height: 40px;
  }
}

@media screen and (max-width: 400px) {
  .store-section3 .content2--flexbox .row .col__label .icon {
    width: 90px;
    height: 40px;
  }
}

.store-section3 .content2--flexbox .row .col__label .icon img {
  width: 112px;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 610px) {
  .store-section3 .content2--flexbox .row .col__label .icon img {
    width: 90px;
  }
}

@media screen and (max-width: 500px) {
  .store-section3 .content2--flexbox .row .col__label .icon img {
    width: 80px;
  }
}

@media screen and (max-width: 400px) {
  .store-section3 .content2--flexbox .row .col__label .icon img {
    width: 70px;
  }
}

.store-section3 .content2--flexbox .row .col__label .title {
  position: relative;
}

.store-section3 .content2--flexbox .row .col__label .title__back {
  position: absolute;
  background-color: #fff3eb;
  width: 400px;
  height: 40px;
  display: block;
  top: 50%;
  left: 42%;
  transform: translate(-50%, -50%);
  z-index: 0;
  border-radius: 0 40px 40px 0;
}

@media screen and (max-width: 768px) {
  .store-section3 .content2--flexbox .row .col__label .title__back {
    height: 37px;
    width: 320px;
  }
}

@media screen and (max-width: 500px) {
  .store-section3 .content2--flexbox .row .col__label .title__back {
    height: 27px;
    width: 230px;
  }
}

.store-section3 .content2--flexbox .row .col__label .title__text {
  font-size: 23px;
  color: #594322;
  z-index: 1;
  position: relative;
  letter-spacing: 6px;
}

@media screen and (max-width: 768px) {
  .store-section3 .content2--flexbox .row .col__label .title__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .store-section3 .content2--flexbox .row .col__label .title__text {
    font-size: 12px;
    letter-spacing: 3px;
  }
}

.store-section3 .content2--flexbox .row .col__new {
  position: absolute;
  top: 6%;
  left: 270px;
  font-size: 18px;
  color: #594322;
  letter-spacing: 4px;
}

.store-section3 .content2--flexbox .row .col .flex {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  gap: 30px;
}

.store-section3 .content2--flexbox .row .col .flex__line {
  width: 24%;
}

@media screen and (max-width: 1100px) {
  .store-section3 .content2--flexbox .row .col .flex__line {
    display: none;
  }
}

.store-section3 .content2--flexbox .row .col .flex__line .line {
  width: 100%;
  height: 40px;
  background-color: #594322;
  border-radius: 30px 30px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 2px;
}

.store-section3 .content2--flexbox .row .col .flex__line .qr {
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  letter-spacing: 4px;
  border: 2px solid rgba(89, 67, 34, 1);
  padding: 16px;
  aspect-ratio: 1/1;
}

.store-section3 .content2--flexbox .row .col .flex__line .qr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.store-section3 .content2--flexbox .row .col .flex__map {
  flex: 1 1 60%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.store-section3 .content2--flexbox .row .col .flex__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.store-section3 .content2--flexbox .row .col .tableWrapper {
  width: 100%;
  position: relative;
}

.store-section3 .content2--flexbox .row .col .splinebox {
  display: none;
  width: auto;
  margin-left: auto;
  position: absolute;
  top: -4px;
  right: 0;
}

@media screen and (max-width: 1100px) {
  .store-section3 .content2--flexbox .row .col .splinebox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 13px;
  }
}

@media screen and (max-width: 1100px) and (max-width: 430px) {
  .store-section3 .content2--flexbox .row .col .splinebox {
    gap: 0;
  }
}

@media screen and (max-width: 1100px) {
  .store-section3 .content2--flexbox .row .col .splinebox .label {
    font-size: 18px;
    color: #594322;
    text-align: center;
    letter-spacing: 5px;
  }
}

@media screen and (max-width: 1100px) and (max-width: 800px) {
  .store-section3 .content2--flexbox .row .col .splinebox .label {
    font-size: 14px;
  }
}

@media screen and (max-width: 1100px) and (max-width: 700px) {
  .store-section3 .content2--flexbox .row .col .splinebox .label {
    font-size: 12px;
  }
}

@media screen and (max-width: 1100px) and (max-width: 630px) {
  .store-section3 .content2--flexbox .row .col .splinebox .label {
    font-size: 10px;
    letter-spacing: 0px;
    padding-right: 2px;
  }
}

@media screen and (max-width: 1100px) {
  .store-section3 .content2--flexbox .row .col .splinebox .button {
    width: 170px;
    height: 170px;
    border-radius: 20px;
    background-color: #594322;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    line-height: 180%;
    white-space: nowrap;
  }
}

@media screen and (max-width: 1100px) and (max-width: 800px) {
  .store-section3 .content2--flexbox .row .col .splinebox .button {
    font-size: 16px;
    width: 130px;
    height: 130px;
    border-radius: 4px;
  }
}

@media screen and (max-width: 1100px) and (max-width: 700px) {
  .store-section3 .content2--flexbox .row .col .splinebox .button {
    font-size: 14px;
    width: 92px;
    height: 62px;
  }
}

@media screen and (max-width: 1100px) and (max-width: 630px) {
  .store-section3 .content2--flexbox .row .col .splinebox .button {
    font-size: 11px;
  }
}

.store-section3 .content2--flexbox .row .col .flex2 {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  position: relative;
}

.store-section3 .content2--flexbox .row .col .flex2 th,
.store-section3 .content2--flexbox .row .col .flex2 td {
  text-align: left;
  letter-spacing: 0.2em;
}

.store-section3 .content2--flexbox .row .col .flex2 th {
  white-space: nowrap;
  border-right: 5px solid #fff3eb;
  width: 100px;
  font-size: 18px;
  line-height: 180%;
  color: #594322;
}

@media screen and (max-width: 800px) {
  .store-section3 .content2--flexbox .row .col .flex2 th {
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  .store-section3 .content2--flexbox .row .col .flex2 th {
    border-right: 2px solid #fff3eb;
    font-size: 14px;
  }
}

@media screen and (max-width: 630px) {
  .store-section3 .content2--flexbox .row .col .flex2 th {
    width: 50px;
    font-size: 10px;
  }
}

.store-section3 .content2--flexbox .row .col .flex2 th.adress {
  margin-bottom: 33px;
}

@media screen and (max-width: 800px) {
  .store-section3 .content2--flexbox .row .col .flex2 th.adress {
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 630px) {
  .store-section3 .content2--flexbox .row .col .flex2 th.adress {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 500px) {
  .store-section3 .content2--flexbox .row .col .flex2 th.adress {
    margin-bottom: 14px;
  }
}

.store-section3 .content2--flexbox .row .col .flex2 td {
  width: auto;
  font-size: 18px;
  line-height: 180%;
  color: #594322;
  padding-left: 24px;
}

@media screen and (max-width: 800px) {
  .store-section3 .content2--flexbox .row .col .flex2 td {
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  .store-section3 .content2--flexbox .row .col .flex2 td {
    padding-left: 12px;
    font-size: 14px;
  }
}

@media screen and (max-width: 630px) {
  .store-section3 .content2--flexbox .row .col .flex2 td {
    font-size: 10px;
  }
}

.store-section3 .content2--flexbox .row .img3 {
  position: absolute;
  right: 10%;
  top: 24%;
  width: 247px;
  object-fit: contain;
  -o-object-fit: contain;
  animation: floatCommon 3s ease-in-out infinite;
}

@media screen and (max-width: 1100px) {
  .store-section3 .content2--flexbox .row .img3 {
    display: none;
  }
}

.store-section3 .content2--flexbox .row .img4 {
  position: absolute;
  right: 5%;
  bottom: 15%;
  width: 230px;
  height: 230px;
  object-fit: contain;
}

@media screen and (max-width: 1100px) {
  .store-section3 .content2--flexbox .row .img4 {
    display: none;
  }
}

.store-section4 {
  margin-top: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

@media screen and (max-width: 1025px) {
  .store-section4 {
    padding: 0px 35px;
    margin-top: 70px;
  }
}

@media screen and (max-width: 525px) {
  .store-section4 {
    padding: 0px 10px;
    margin-top: 40px;
  }
}

.store-section4 .content {
  max-width: 1325px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 95px;
}

@media screen and (max-width: 1025px) {
  .store-section4 .content {
    gap: 20px;
  }
}

@media screen and (max-width: 525px) {
  .store-section4 .content {
    gap: 10px;
  }
}

.store-section4 .content .col {
  width: calc(100% / 3 - 95px * (3 - 1) / 3);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ffffff;
  overflow: hidden;
}

@media screen and (max-width: 1025px) {
  .store-section4 .content .col {
    width: calc(100% / 3 - 20px * (3 - 1) / 3);
  }
}

@media screen and (max-width: 525px) {
  .store-section4 .content .col {
    width: calc(100% / 3 - 10px * (3 - 1) / 3);
  }
}

.store-section4 .content .col img {
  width: 100%;
  height: 45%;
  transition: 0.4s;
}

.store-section4 .content .col .textbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .store-section4 .content .col .textbox {
    margin-top: 15px;
  }
}

@media screen and (max-width: 750px) {
  .store-section4 .content .col .textbox {
    gap: 5px;
  }
}

@media screen and (max-width: 600px) {
  .store-section4 .content .col .textbox {
    gap: 0;
    margin-top: 5px;
  }
}

.store-section4 .content .col .textbox .title {
  font-size: 25px;
  color: #594322;
}

@media screen and (max-width: 900px) {
  .store-section4 .content .col .textbox .title {
    font-size: 20px;
  }
}

@media screen and (max-width: 700px) {
  .store-section4 .content .col .textbox .title {
    font-size: 14px;
  }
}

@media screen and (max-width: 525px) {
  .store-section4 .content .col .textbox .title {
    font-size: 10px;
  }
}

.store-section4 .content .col .textbox .text {
  font-size: 18px;
  color: #594322;
  text-align: center;
  line-height: 160%;
}

@media screen and (max-width: 900px) {
  .store-section4 .content .col .textbox .text {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  .store-section4 .content .col .textbox .text {
    font-size: 12px;
  }
}

@media screen and (max-width: 525px) {
  .store-section4 .content .col .textbox .text {
    font-size: 8px;
  }
}

.store-section4 .content .col:hover img {
  transform: scale(1.1);
  transition: 0.4s;
}

.commitment-section1 {
  background-color: #fff3eb;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  border-radius: 10% 10% 0% 0%;
}

.commitment-section1 .title-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 1325px;
  margin-bottom: 150px;
}

@media screen and (max-width: 980px) {
  .commitment-section1 .title-box {
    margin-bottom: 50px;
  }
}

.commitment-section1 .title-box .title {
  font-size: 48px;
  line-height: 80px;
  text-align: center;
  color: #594322;
}

@media screen and (max-width: 1050px) {
  .commitment-section1 .title-box .title {
    font-size: 30px;
    line-height: 50px;
  }
}

@media screen and (max-width: 600px) {
  .commitment-section1 .title-box .title {
    font-size: 25px;
    line-height: 40px;
  }
}

@media screen and (max-width: 500px) {
  .commitment-section1 .title-box .title {
    font-size: 16px;
    line-height: 30px;
  }
}

.commitment-section1 .title-box .content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  margin-top: 90px;
}

@media screen and (max-width: 1050px) {
  .commitment-section1 .title-box .content {
    margin-top: 40px;
  }
}

@media screen and (max-width: 500px) {
  .commitment-section1 .title-box .content {
    margin-top: 16px;
  }
}

.commitment-section1 .title-box .content .text-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 42px;
}

.commitment-section1 .title-box .content .text-box__text {
  font-size: 30px;
  line-height: 200%;
  letter-spacing: 4px;
  color: #594322;
}

@media screen and (max-width: 1150px) {
  .commitment-section1 .title-box .content .text-box__text {
    font-size: 25px;
  }
}

@media screen and (max-width: 980px) {
  .commitment-section1 .title-box .content .text-box__text {
    font-size: 20px;
  }
}

@media screen and (max-width: 830px) {
  .commitment-section1 .title-box .content .text-box__text {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .commitment-section1 .title-box .content .text-box__text {
    font-size: 12px;
  }
}

.commitment-section1 .title-box .content .text-box__text .spbr {
  display: none;
}

@media screen and (max-width: 830px) {
  .commitment-section1 .title-box .content .text-box__text .spbr {
    display: inline;
  }
}

.commitment-section1 .title-box .section1-img1 {
  width: 145px;
  position: absolute;
  left: 3%;
  top: 12%;
  z-index: 1;
  object-fit: contain;
  -o-object-fit: contain;
  animation: floatCommon 3s ease-in-out infinite;
}

@media screen and (max-width: 880px) {
  .commitment-section1 .title-box .section1-img1 {
    width: 150px;
    height: 150px;
    top: -40%;
  }
}

@media screen and (max-width: 600px) {
  .commitment-section1 .title-box .section1-img1 {
    width: 70px;
    height: 70px;
    top: -19%;
    right: 7%;
  }
}

.commitment-section1 .maincontent1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 1325px;
  position: relative;
  margin-bottom: 120px;
}

@media screen and (max-width: 1425px) {
  .commitment-section1 .maincontent1 {
    padding: 0 35px;
  }
}

@media screen and (max-width: 1100px) {
  .commitment-section1 .maincontent1 {
    flex-direction: column;
    margin-bottom: 24px;
  }
}

.commitment-section1 .maincontent1 .slideimg {
  position: absolute;
  top: 50%;
  left: 0%;
  border-radius: 100%;
  overflow: hidden;
  transform: translate(0%, -50%);
  width: 600px;
  aspect-ratio: 1/1;
  object-fit: cover;
  background-color: #fff;
}

@media screen and (max-width: 1425px) {
  .commitment-section1 .maincontent1 .slideimg {
    width: 550px;
  }
}

@media screen and (max-width: 1350px) {
  .commitment-section1 .maincontent1 .slideimg {
    width: 500px;
  }
}

@media screen and (max-width: 1200px) {
  .commitment-section1 .maincontent1 .slideimg {
    width: 450px;
  }
}

@media screen and (max-width: 1100px) {
  .commitment-section1 .maincontent1 .slideimg {
    position: relative;
    transform: translate(0%);
    z-index: 1;
  }
}

@media screen and (max-width: 600px) {
  .commitment-section1 .maincontent1 .slideimg {
    width: 260px;
  }
}

@media screen and (max-width: 500px) {
  .commitment-section1 .maincontent1 .slideimg {
    width: 230px;
  }
}

@media screen and (max-width: 425px) {
  .commitment-section1 .maincontent1 .slideimg {
    width: 180px;
  }
}

.commitment-section1 .maincontent1 .slideimg img {
  width: auto;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}

/* slick */
.slideimg .content,
.slideimg .content .slick-list,
.slideimg .content .slick-list .slick-track {
  height: 100% !important;
}

.slideimg .slick-slide {
  padding: 0;
}

.commitment-section1 .maincontent1 .textbox {
  width: 70%;
  height: 500px;
  background-color: #ffffff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  padding-right: 40px;
  border-radius: 0 20px 20px 0;
}

@media screen and (max-width: 1425px) {
  .commitment-section1 .maincontent1 .textbox {
    width: 70%;
    height: 430px;
  }
}

@media screen and (max-width: 1100px) {
  .commitment-section1 .maincontent1 .textbox {
    width: 80%;
    padding-right: 0%;
    height: 500px;
    justify-content: flex-end;
    padding: 0px 0 40px;
    border-radius: 20px;
    position: relative;
  }

  .commitment-section1 .maincontent1 .textbox::before {
    content: "";
    width: 100%;
    background-color: #ffffff;
    height: 200px;
    position: absolute;
    top: -37%;
    left: 0%;
    border-radius: 20px 20px 0 0;
    z-index: 0;
  }
}

@media screen and (max-width: 1100px) and (max-width: 425px) {
  .commitment-section1 .maincontent1 .textbox::before {
    height: 140px;
    top: -20%;
  }
}

@media screen and (max-width: 980px) {
  .commitment-section1 .maincontent1 .textbox {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .commitment-section1 .maincontent1 .textbox {
    height: auto;
  }
}

.commitment-section1 .maincontent1 .textbox .flexend {
  width: 650px;
}

@media screen and (max-width: 1300px) {
  .commitment-section1 .maincontent1 .textbox .flexend {
    width: 500px;
  }
}

@media screen and (max-width: 1100px) {
  .commitment-section1 .maincontent1 .textbox .flexend {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .commitment-section1 .maincontent1 .textbox .flexend {
    padding: 0 10px;
    margin-top: 20px;
  }
}

.commitment-section1 .maincontent1 .textbox .flexend .title {
  font-size: 45px;
  color: #594322;
  margin-bottom: 32px;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .commitment-section1 .maincontent1 .textbox .flexend .title {
    font-size: 40px;
  }
}

@media screen and (max-width: 1100px) {
  .commitment-section1 .maincontent1 .textbox .flexend .title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 30px;
    gap: 30px;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .commitment-section1 .maincontent1 .textbox .flexend .title {
    font-size: 25px;
    gap: 20px;
  }
}

@media screen and (max-width: 500px) {
  .commitment-section1 .maincontent1 .textbox .flexend .title {
    font-size: 16px;
    gap: 10px;
  }
}

@media screen and (max-width: 425px) {
  .commitment-section1 .maincontent1 .textbox .flexend .title {
    margin-bottom: 15px;
  }
}

.commitment-section1 .maincontent1 .textbox .flexend .title .img {
  position: absolute;
  bottom: -80%;
  right: 0%;
  width: 160px;
  object-fit: contain;
  -o-object-fit: contain;
  transform: rotate(90deg);
  animation: floatCommit1 3s ease-in-out infinite;
}

.commitment-section1 .maincontent1 .textbox .flexend .title .img2 {
  position: absolute;
  bottom: -80%;
  right: 0%;
  width: 160px;
  object-fit: contain;
  -o-object-fit: contain;
  animation: floatCommon 3s ease-in-out infinite;
}

@media screen and (max-width: 1100px) {
  .commitment-section1 .maincontent1 .textbox .flexend .title .img {
    bottom: -25%;
  }

  .commitment-section1 .maincontent1 .textbox .flexend .title .img2 {
    bottom: -25%;
  }
}

@media screen and (max-width: 800px) {
  .commitment-section1 .maincontent1 .textbox .flexend .title .img {
    width: 100%;
    width: 150px;
    height: 150px;
    bottom: 40%;
  }

  .commitment-section1 .maincontent1 .textbox .flexend .title .img2 {
    width: 100%;
    width: 150px;
    height: 150px;
    bottom: 40%;
  }
}

@media screen and (max-width: 500px) {
  .commitment-section1 .maincontent1 .textbox .flexend .title .img {
    width: 100px;
    height: 100px;
    right: -4%;
  }

  .commitment-section1 .maincontent1 .textbox .flexend .title .img2 {
    width: 100px;
    height: 100px;
    bottom: -20%;
    right: -2%;
  }
}

/* ふわふわアニメーションのキーアニメーション */
/* animation: floatCommit1 3s ease-in-out infinite; */
@keyframes floatCommit1 {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(-10px) rotate(90deg);
    /* 上に10px移動 */
  }

  100% {
    transform: translateY(0) rotate(90deg);
  }
}

.commitment-section1 .maincontent1 .textbox .flexend .title .label {
  font-size: 18px;
  color: #594322;
}

@media screen and (max-width: 500px) {
  .commitment-section1 .maincontent1 .textbox .flexend .title .label {
    font-size: 14px;
  }
}

.commitment-section1 .maincontent1 .textbox .flexend .subtitle {
  font-size: 23px;
  color: #594322;
  margin-top: 32px;
  line-height: 180%;
}

@media screen and (max-width: 1300px) {
  .commitment-section1 .maincontent1 .textbox .flexend .subtitle {
    font-size: 20px;
    margin-top: 0;
  }
}

@media screen and (max-width: 1100px) {
  .commitment-section1 .maincontent1 .textbox .flexend .subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .commitment-section1 .maincontent1 .textbox .flexend .subtitle {
    font-size: 16px;
  }
}

.commitment-section1 .maincontent1 .textbox .flexend .text {
  font-size: 18px;
  color: #594322;
  margin-top: 20px;
  line-height: 190%;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1300px) {
  .commitment-section1 .maincontent1 .textbox .flexend .text {
    font-size: 16px;
  }
}

@media screen and (max-width: 1100px) {
  .commitment-section1 .maincontent1 .textbox .flexend .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    gap: 30px;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .commitment-section1 .maincontent1 .textbox .flexend .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 520px) {
  .commitment-section1 .maincontent1 .textbox .flexend .text {
    font-size: 12px;
  }
}

.commitment-section1 .maincontent1 .textbox .line {
  width: 100%;
  background-color: #594322;
  height: 2px;
}

.commitment-section1 .maincontent2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 1325px;
  position: relative;
  margin-bottom: 120px;
}

@media screen and (max-width: 1425px) {
  .commitment-section1 .maincontent2 {
    padding: 0 35px;
  }
}

@media screen and (max-width: 1100px) {
  .commitment-section1 .maincontent2 {
    flex-direction: column;
    margin-bottom: 24px;
  }
}

.commitment-section1 .maincontent2 .slideimg {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  width: 600px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 100%;
  background: #fff;
  overflow: hidden;
}

@media screen and (max-width: 1425px) {
  .commitment-section1 .maincontent2 .slideimg {
    width: 550px;
  }
}

@media screen and (max-width: 1350px) {
  .commitment-section1 .maincontent2 .slideimg {
    width: 500px;
  }
}

@media screen and (max-width: 1200px) {
  .commitment-section1 .maincontent2 .slideimg {
    width: 450px;
  }
}

@media screen and (max-width: 1100px) {
  .commitment-section1 .maincontent2 .slideimg {
    position: relative;
    transform: translate(0%);
    order: 1;
    z-index: 1;
  }
}

@media screen and (max-width: 600px) {
  .commitment-section1 .maincontent2 .slideimg {
    width: 260px;
  }
}

@media screen and (max-width: 500px) {
  .commitment-section1 .maincontent2 .slideimg {
    width: 230px;
  }
}

@media screen and (max-width: 425px) {
  .commitment-section1 .maincontent2 .slideimg {
    width: 180px;
  }
}

.commitment-section1 .maincontent2 .slideimg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.commitment-section1 .maincontent2 .textbox {
  width: 70%;
  height: 500px;
  background-color: #ffffff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-left: 40px;
  border-radius: 20px 0 0 20px;
}

@media screen and (max-width: 1425px) {
  .commitment-section1 .maincontent2 .textbox {
    width: 70%;
    height: 400px;
  }
}

@media screen and (max-width: 1100px) {
  .commitment-section1 .maincontent2 .textbox {
    width: 80%;
    padding-right: 0%;
    height: 500px;
    justify-content: flex-end;
    padding: 0px 0 40px;
    border-radius: 20px;
    position: relative;
    order: 2;
  }

  .commitment-section1 .maincontent2 .textbox::before {
    content: "";
    width: 100%;
    background-color: #ffffff;
    height: 200px;
    position: absolute;
    top: -37%;
    left: 0%;
    border-radius: 20px 20px 0 0;
    z-index: 0;
  }
}

@media screen and (max-width: 1100px) and (max-width: 425px) {
  .commitment-section1 .maincontent2 .textbox::before {
    height: 140px;
    top: -20%;
  }
}

@media screen and (max-width: 980px) {
  .commitment-section1 .maincontent2 .textbox {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .commitment-section1 .maincontent2 .textbox {
    height: auto;
  }
}

.commitment-section1 .maincontent2 .textbox .flexend {
  width: 650px;
}

@media screen and (max-width: 1300px) {
  .commitment-section1 .maincontent2 .textbox .flexend {
    width: 500px;
  }
}

@media screen and (max-width: 1100px) {
  .commitment-section1 .maincontent2 .textbox .flexend {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .commitment-section1 .maincontent2 .textbox .flexend {
    padding: 0 10px;
    margin-top: 20px;
  }
}

.commitment-section1 .maincontent2 .textbox .flexend .title {
  font-size: 45px;
  color: #594322;
  margin-bottom: 32px;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .commitment-section1 .maincontent2 .textbox .flexend .title {
    font-size: 40px;
  }
}

@media screen and (max-width: 1100px) {
  .commitment-section1 .maincontent2 .textbox .flexend .title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 30px;
    gap: 30px;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .commitment-section1 .maincontent2 .textbox .flexend .title {
    font-size: 25px;
    gap: 20px;
  }
}

@media screen and (max-width: 500px) {
  .commitment-section1 .maincontent2 .textbox .flexend .title {
    font-size: 16px;
    gap: 10px;
  }
}

@media screen and (max-width: 425px) {
  .commitment-section1 .maincontent2 .textbox .flexend .title {
    margin-bottom: 15px;
  }
}

.commitment-section1 .maincontent2 .textbox .flexend .title .img {
  position: absolute;
  bottom: -50%;
  right: 10%;
  width: 240px;
  object-fit: contain;
  -o-object-fit: contain;
  animation: floatCommon 3s ease-in-out infinite;
}

.commitment-section1 .maincontent2 .textbox .flexend .title .img2 {
  position: absolute;
  bottom: -50%;
  right: 11%;
  width: 160px;
  object-fit: contain;
  -o-object-fit: contain;
  animation: floatCommon 3s ease-in-out infinite;
}

@media screen and (max-width: 800px) {
  .commitment-section1 .maincontent2 .textbox .flexend .title .img {
    width: 100%;
    width: 150px;
    height: 150px;
    bottom: 45%;
  }

  .commitment-section1 .maincontent2 .textbox .flexend .title .img2 {
    width: 100%;
    width: 150px;
    height: 150px;
    bottom: 45%;
  }
}

@media screen and (max-width: 600px) {
  .commitment-section1 .maincontent2 .textbox .flexend .title .img {
    right: 70%;
  }

  .commitment-section1 .maincontent2 .textbox .flexend .title .img2 {
    right: 70%;
  }
}

@media screen and (max-width: 500px) {
  .commitment-section1 .maincontent2 .textbox .flexend .title .img {
    width: 114px;
    height: 114px;
    bottom: -54%;
    right: 63%;
  }

  .commitment-section1 .maincontent2 .textbox .flexend .title .img2 {
    width: 100px;
    height: 100px;
    bottom: -54%;
    right: 68%;
  }
}

.commitment-section1 .maincontent2 .textbox .flexend .title .label {
  font-size: 18px;
  color: #594322;
}

@media screen and (max-width: 500px) {
  .commitment-section1 .maincontent2 .textbox .flexend .title .label {
    font-size: 14px;
  }
}

.commitment-section1 .maincontent2 .textbox .flexend .subtitle {
  font-size: 23px;
  color: #594322;
  margin-top: 32px;
  line-height: 180%;
}

@media screen and (max-width: 1300px) {
  .commitment-section1 .maincontent2 .textbox .flexend .subtitle {
    font-size: 20px;
    margin-top: 0;
  }
}

@media screen and (max-width: 1100px) {
  .commitment-section1 .maincontent2 .textbox .flexend .subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .commitment-section1 .maincontent2 .textbox .flexend .subtitle {
    font-size: 18px;
  }
}

@media screen and (max-width: 520px) {
  .commitment-section1 .maincontent2 .textbox .flexend .subtitle {
    font-size: 16px;
  }
}

.commitment-section1 .maincontent2 .textbox .flexend .text {
  font-size: 18px;
  color: #594322;
  margin-top: 20px;
  line-height: 190%;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1300px) {
  .commitment-section1 .maincontent2 .textbox .flexend .text {
    font-size: 16px;
  }
}

@media screen and (max-width: 1100px) {
  .commitment-section1 .maincontent2 .textbox .flexend .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    gap: 30px;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .commitment-section1 .maincontent2 .textbox .flexend .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 520px) {
  .commitment-section1 .maincontent2 .textbox .flexend .text {
    font-size: 12px;
  }
}

.commitment-section1 .maincontent2 .textbox .flexend .text br {
  display: none;
}

@media screen and (max-width: 1100px) {
  .commitment-section1 .maincontent2 .textbox .flexend .text br {
    display: inline;
  }
}

.commitment-section1 .maincontent2 .textbox .line {
  width: 100%;
  background-color: #594322;
  height: 2px;
}

.commitment-section1 .back-imgbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 610px;
  background-image: url(../img/about/section1-img5.png);
  background-position: center;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .commitment-section1 .back-imgbox {
    height: 510px;
  }
}

@media screen and (max-width: 768px) {
  .commitment-section1 .back-imgbox {
    background-size: cover;
    height: 130px;
  }
}

.commitment-section1 .back-imgbox .img3 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 610px;
}

@media screen and (max-width: 1000px) {
  .commitment-section1 .back-imgbox .img3 {
    height: 510px;
  }
}

@media screen and (max-width: 768px) {
  .commitment-section1 .back-imgbox .img3 {
    height: 410px;
  }
}

@media screen and (max-width: 500px) {
  .commitment-section1 .back-imgbox .img3 {
    height: 130px;
  }
}

.commitment-section1 .back-imgbox .content2 {
  border-radius: 20px;
  padding: 0px;
  position: relative;
  margin-top: 80px;
  max-width: 1325px;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 500px) {
  .commitment-section1 .back-imgbox .content2 {
    gap: 20px;
    margin-top: 40px;
  }
}

.commitment-section1 .back-imgbox .content2 .title {
  font-size: 30px;
  letter-spacing: 4px;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .commitment-section1 .back-imgbox .content2 .title {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .commitment-section1 .back-imgbox .content2 .title {
    font-size: 20px;
    line-height: 2;
  }
}

@media screen and (max-width: 500px) {
  .commitment-section1 .back-imgbox .content2 .title {
    font-size: 16px;
  }
}

.commitment-section1 .back-imgbox .content2 .text {
  text-align: center;
  font-size: 18px;
  line-height: 270%;
  color: #ffffff;
}

@media screen and (max-width: 1000px) {
  .commitment-section1 .back-imgbox .content2 .text {
    line-height: 230%;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .commitment-section1 .back-imgbox .content2 .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .commitment-section1 .back-imgbox .content2 .text {
    font-size: 12px;
  }
}

.commitment-section1 .sp-txt {
  display: none;
  text-align: center;
  line-height: 2.2;
  color: #ffffff;
  background-color: rgb(89, 67, 34);
  width: 100%;
  padding: 32px 0;
}

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

@media screen and (max-width: 500px) {
  .commitment-section1 .sp-txt {
    font-size: 12px;
  }
}

.commitment-section2 {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1425px) {
  .commitment-section2 {
    padding: 0 35px;
  }
}

@media screen and (max-width: 530px) {
  .commitment-section2 {
    margin-top: 50px;
  }
}

.commitment-section2 .content {
  max-width: 1325px;
  width: 100%;
  height: 328px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

@media screen and (max-width: 1000px) {
  .commitment-section2 .content {
    gap: 30px;
  }
}

@media screen and (max-width: 830px) {
  .commitment-section2 .content {
    align-items: flex-start;
    height: auto;
    gap: 15px;
  }
}

@media screen and (max-width: 500px) {
  .commitment-section2 .content {
    justify-content: flex-start;
    gap: 10px;
  }
}

.commitment-section2 .content .imgbox {
  width: 50%;
  height: 100%;
  background-color: #d9d9d9;
  border-radius: 30px;
}

@media screen and (max-width: 1000px) {
  .commitment-section2 .content .imgbox {
    width: 40%;
  }
}

@media screen and (max-width: 830px) {
  .commitment-section2 .content .imgbox {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 500px) {
  .commitment-section2 .content .imgbox {
    width: 130px;
    height: 130px;
  }
}

.commitment-section2 .content .textbox {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
  padding-top: 40px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .commitment-section2 .content .textbox {
    width: 60%;
  }
}

@media screen and (max-width: 830px) {
  .commitment-section2 .content .textbox {
    padding-top: 10px;
  }
}

.commitment-section2 .content .textbox .title {
  font-size: 32px;
  color: #594322;
}

@media screen and (max-width: 1000px) {
  .commitment-section2 .content .textbox .title {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .commitment-section2 .content .textbox .title {
    font-size: 18px;
  }
}

@media screen and (max-width: 530px) {
  .commitment-section2 .content .textbox .title {
    font-size: 14px;
  }
}

.commitment-section2 .content .textbox .text {
  font-size: 18px;
  color: #594322;
  line-height: 180%;
  margin-top: 41px;
}

@media screen and (max-width: 1000px) {
  .commitment-section2 .content .textbox .text {
    font-size: 16px;
    width: 260px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .commitment-section2 .content .textbox .text {
    font-size: 14px;
    margin-top: 20px;
    width: 200px;
  }
}

@media screen and (max-width: 530px) {
  .commitment-section2 .content .textbox .text {
    font-size: 12px;
  }
}

.commitment-section2 .content .textbox .buttonbox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-top: auto;
}

@media screen and (max-width: 830px) {
  .commitment-section2 .content .textbox .buttonbox {
    margin-top: 30px;
  }
}

@media screen and (max-width: 530px) {
  .commitment-section2 .content .textbox .buttonbox {
    margin-top: 10px;
  }
}

.commitment-section2 .content .textbox .buttonbox .button {
  border-radius: 10px;
  background-color: #594322;
  text-align: center;
  padding: 5px 50px;
  font-size: 20px;
  line-height: 180%;
  color: #ffffff;
}

@media screen and (max-width: 1000px) {
  .commitment-section2 .content .textbox .buttonbox .button {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .commitment-section2 .content .textbox .buttonbox .button {
    font-size: 14px;
  }
}

@media screen and (max-width: 530px) {
  .commitment-section2 .content .textbox .buttonbox .button {
    font-size: 12px;
    padding: 2px 50px;
  }
}

.commitment-section2 .content .textbox .img {
  position: absolute;
  top: -10%;
  right: 2%;
}

@media screen and (max-width: 1000px) {
  .commitment-section2 .content .textbox .img {
    width: 160px;
    height: 160px;
    top: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 768px) {
  .commitment-section2 .content .textbox .img {
    width: 120px;
    height: 120px;
    top: -20%;
    right: -10%;
  }
}

@media screen and (max-width: 530px) {
  .commitment-section2 .content .textbox .img {
    width: 100px;
    height: 100px;
    right: -10%;
  }
}

@media screen and (max-width: 420px) {
  .commitment-section2 .content .textbox .img {
    right: -16%;
    top: -30%;
  }
}

.commitment-section3 {
  margin-top: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

@media screen and (max-width: 1025px) {
  .commitment-section3 {
    padding: 0px 35px;
    margin-top: 70px;
  }
}

@media screen and (max-width: 525px) {
  .commitment-section3 {
    padding: 0px 10px;
    margin-top: 40px;
  }
}

.commitment-section3 .content {
  max-width: 1325px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 95px;
}

@media screen and (max-width: 1025px) {
  .commitment-section3 .content {
    gap: 20px;
  }
}

@media screen and (max-width: 525px) {
  .commitment-section3 .content {
    gap: 10px;
  }
}

.commitment-section3 .content .col {
  width: calc(100% / 3 - 95px * (3 - 1) / 3);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ffffff;
  overflow: hidden;
}

@media screen and (max-width: 1025px) {
  .commitment-section3 .content .col {
    width: calc(100% / 3 - 20px * (3 - 1) / 3);
  }
}

@media screen and (max-width: 525px) {
  .commitment-section3 .content .col {
    width: calc(100% / 3 - 10px * (3 - 1) / 3);
  }
}

.commitment-section3 .content .col img {
  width: 100%;
  height: 45%;
  transition: 0.4s;
}

.commitment-section3 .content .col .textbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .commitment-section3 .content .col .textbox {
    margin-top: 15px;
  }
}

@media screen and (max-width: 750px) {
  .commitment-section3 .content .col .textbox {
    gap: 5px;
  }
}

@media screen and (max-width: 600px) {
  .commitment-section3 .content .col .textbox {
    gap: 0;
    margin-top: 5px;
  }
}

.commitment-section3 .content .col .textbox .title {
  font-size: 25px;
  color: #594322;
}

@media screen and (max-width: 900px) {
  .commitment-section3 .content .col .textbox .title {
    font-size: 20px;
  }
}

@media screen and (max-width: 700px) {
  .commitment-section3 .content .col .textbox .title {
    font-size: 14px;
  }
}

@media screen and (max-width: 525px) {
  .commitment-section3 .content .col .textbox .title {
    font-size: 10px;
  }
}

.commitment-section3 .content .col .textbox .text {
  font-size: 18px;
  color: #594322;
  text-align: center;
  line-height: 160%;
}

@media screen and (max-width: 900px) {
  .commitment-section3 .content .col .textbox .text {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  .commitment-section3 .content .col .textbox .text {
    font-size: 12px;
  }
}

@media screen and (max-width: 525px) {
  .commitment-section3 .content .col .textbox .text {
    font-size: 8px;
  }
}

.commitment-section3 .content .col:hover img {
  transform: scale(1.1);
  transition: 0.4s;
}


/* ============================================= */
/* お問い合わせ */
/* ============================================= */

.commitment-section1 .title-box .content .text-box .text-box__text.contact {
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 800px) {
  .commitment-section1 .title-box .content .text-box .text-box__text.contact {
    font-size: 12px;
  }
}

.ly_contact {
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 560px) {
  .ly_contact {
    padding: 0;
  }
}

.ly_contact .section1-img1 {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 145px;
  object-fit: contain;
  -o-object-fit: contain;
  animation: floatCommon 3s ease-in-out infinite;
}

@media screen and (max-width: 560px) {
  .ly_contact .section1-img1 {
    position: absolute;
    bottom: 1%;
    right: 1%;
    width: 71px;
  }
}

.ly_contact .title {
  font-size: 48px;
  line-height: 80px;
  text-align: center;
  color: #594322;
  margin-bottom: 100px;
}

@media screen and (max-width: 1050px) {
  .ly_contact .title {
    font-size: 30px;
    line-height: 50px;
  }
}

@media screen and (max-width: 600px) {
  .ly_contact .title {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 500px) {
  .ly_contact .title {
    font-size: 16px;
    line-height: 30px;
  }
}

/*===============================================
form
===============================================*/

.el_form {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
}

@media screen and (max-width:700px) {
  .el_form {
    width: 90%;
  }
}

.el_form_notes_txt {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 4rem;
}

.el_form_notes ul {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.el_form_notes_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
}

.el_form_notes_num {
  font-size: 1.8rem;
  color: #FA8343;
}

.el_form_notes_detail {
  font-size: 1.4rem;
  line-height: 1.6;
}

.el_form_box_ttl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 560px) {
  .el_form_box_ttl {
    flex-direction: column;
    margin-top: 8px;
  }
}

.el_form_box_ttl span {
  display: block;
  padding: 8px 14px;
  background-color: #ff0000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  border-radius: 4px;
  color: #fff;
}

.el_form_box_ttl span i {
  margin-right: 0.8rem;
}

.el_form_box_ttl p {
  font-size: 24px;
  font-weight: 900;
}

@media screen and (max-width: 560px) {
  .el_form_box_ttl p {
    font-size: 16px;
  }
}

.el_form_box {
  max-height: 200px;
  padding: 24px 32px;
  background-color: #f8f8f8;
  border-radius: 4px;
  overflow-y: scroll;
  margin-bottom: 32px;
}

@media screen and (max-width: 560px) {
  .el_form_box {
    padding: 24px;
    margin-bottom: 16px;
  }
}

.el_form_box p {
  font-size: 12px;
  line-height: 24px;
}

.el_form_box .el_form_label {
  margin: 0;
}

.el_form_box__submit_checkbox .wpcf7-not-valid-tip {
  display: none;
}

.el_form_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 2.4rem;
}

@media screen and (max-width: 560px) {
  .el_form_inner {
    flex-direction: column;
    gap: 0;
  }
}

.el_form_inner__col {
  flex-direction: column;
}

.el_form_label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: rgba(89, 67, 34, 1);
  letter-spacing: 0.3em;
}

@media screen and (max-width: 560px) {
  .el_form_label {
    font-size: 1.4rem;
  }
}

.el_form .el_form_label.check_confirm {
  justify-content: center;
  gap: 24px;
}

.el_form .el_form_label.check_confirm .wpcf7-form-control-wrap {
  width: fit-content;
}

.el_form_label.el_form_label__wrapControl.hide-valid-tip.check_confirm>span.el_form_label_ttl.el_form_label_ttl__req {
  width: fit-content;
}

.el_form_label.confirm {
  margin-bottom: 48px;
  line-height: 1.6;
}

@media screen and (max-width: 560px) {
  .el_form_label {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 24px;
  }

  .el_form_label.confirm {
    flex-direction: row;
    margin-bottom: 24px;
    word-break: break-word;
    line-height: 1.8;
  }
}

.el_form_label__col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
}

.el_form_label__wrapControl {
  align-items: center;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 560px) {
  .el_form_label__wrapControl {
    flex-direction: row;
    margin-bottom: 0;
  }
}

/* .el_form_label__wrapControl .wpcf7-form-control-wrap {
  width: 40px !important;
} */

.el_form_label__wrapControl .wpcf7-not-valid-tip {
  position: absolute !important;
  width: 280px !important;
  padding: 3px !important;
  bottom: -66%;
}

.el_form_labelOther {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.8rem;
}

.el_form_label_ttl {
  font-size: 23px;
  width: 38%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 24px;
  color: rgba(89, 67, 34, 1);
  font-weight: 500;
  letter-spacing: 0.3em;
}

.el_form_label_ttl.confirm_width {
  width: 23%;
  min-width: 23%;
}

@media screen and (max-width: 560px) {
  .el_form_label_ttl.confirm_width {
    width: 32%;
    min-width: 32%;
    white-space: nowrap;
  }

  .el_form_label_ttl {
    width: fit-content;
    margin-right: 0;
    font-size: 12px;
    gap: 16px;
  }
}

.el_form_label_ttl__req {
  position: relative;
}

.el_form_label_ttl__req::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  content: "必須";
  color: #FFF;
  background: rgba(201, 97, 83, 1);
  border-radius: 24px;
  height: 36px;
  width: 77px;
  font-size: 18px;
  padding-left: 6px;
}

.el_form_label_ttl__notice::after {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  /* content: "※新規の場合のみ"; */
  content: "";
  color: inherit;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 560px) {
  .el_form_label_ttl__req::after {
    border-radius: 12px;
    height: 24px;
    width: 56px;
    font-size: 12px;
    padding-left: 3px;
  }

  .el_form_label_ttl__notice::after {
    font-size: 12px;
  }
}

.el_form_label_ttl__custom {
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
}

@media screen and (max-width: 700px) {
  .el_form_label_ttl__custom {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

.el_form .wpcf7-form-control-wrap {
  width: 100%;
}

.el_form .confirm_notice {
  font-size: 23px;
  line-height: 1.5;
  text-align: center;
  margin: 64px auto 32px auto;
  color: rgba(89, 67, 34, 1);
}

.el_form .confirm_notice a {
  cursor: pointer;
  font-size: 23px;
  color: rgba(89, 67, 34, 1);
  transition: all 0.4s;
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 2px solid rgba(89, 67, 34, 1);
}

.el_form .confirm_notice a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 700px) {
  .el_form .confirm_notice {
    font-size: 12px;
    margin: 32px auto 32px auto;
  }

  .el_form .confirm_notice a {
    font-size: 12px;
    padding-bottom: 0px;
  }
}

.el_form_input_txt {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  width: 100% !important;
  font-size: 23px;
  border-radius: 30px !important;
  padding: 3.2rem 26px;
  background-color: #fff;
  letter-spacing: 0.3em;
}

.el_form_input_txt:focus {
  outline: none;
}

@media screen and (max-width: 700px) {
  .el_form_input_txt {
    border-radius: 15px !important;
    font-size: 12px;
    padding: 14px 16px;
  }
}

.el_form_input_txt__200 {
  width: 200px;
}

.el_form_input_txt__320 {
  width: 320px;
}

.el_form_input_txt__textArea {
  height: 200px;
  width: 100%;
  font-weight: 500;
  line-height: 1.5;
}

.el_form_input_txt::-webkit-input-placeholder {
  color: rgba(78, 57, 0, 0.4);
}

.el_form_input_txt:-moz-placeholder {
  color: rgba(78, 57, 0, 0.4);
}

.el_form_input_txt::-moz-placeholder {
  color: rgba(78, 57, 0, 0.4);
}

.el_form_input_txt:-ms-input-placeholder {
  color: rgba(78, 57, 0, 0.4);
}

.el_form_input_txt::-ms-input-placeholder {
  color: rgba(78, 57, 0, 0.4);
}

.el_form_input_txt::placeholder {
  color: rgba(78, 57, 0, 0.4);
}

.el_form_input_txt:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.el_form_input_txt:focus:-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}

.el_form_input_txt:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}

.el_form_input_txt:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.el_form_input_txt:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.el_form_input_txt:focus::placeholder {
  color: rgba(0, 0, 0, 0);
}

.el_form_input_radio {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 40px;
}

.el_form_input_radio.col2 {
  grid-template-columns: repeat(2, 1fr);
}

.el_form_input_radio.col4 {
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 700px) {
  .el_form_input_radio.col2 {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 8px;
    row-gap: 10px;
    column-gap: 8px;
  }

  .el_form_input_radio.col4 {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 8px;
    row-gap: 12px;
  }

  .el_form_input_radio .wpcf7-list-item {
    margin-left: 0;
  }
}

.el_form_input_radio .wpcf7-list-item {
  position: relative;
  flex-basis: 50%;
  width: 100%;
}

.el_form_input_radio .wpcf7-list-item .wpcf7-list-item-label {
  color: rgba(89, 67, 34, 1);
  cursor: pointer;
  font-size: 23px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  white-space: nowrap;
}

@media screen and (max-width: 700px) {
  .el_form_input_radio .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 12px;
  }
}

.el_form_input_radio .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  top: -1px;
  margin-right: 14px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.el_form_input_radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

.el_form_input_radio input[type=radio]:checked+.wpcf7-list-item-label:before {
  background-color: #FA8343;
  box-shadow: inset 0 0 0 7px #fff;
}

@media screen and (max-width: 700px) {
  .el_form_input_radio .wpcf7-list-item .wpcf7-list-item-label:before {
    width: 24px;
    height: 24px;
    margin-right: 4px;
    white-space: nowrap;
  }

  .el_form_input_radio input[type=radio]:checked+.wpcf7-list-item-label:before {
    box-shadow: inset 0 0 0 4px #fff;
  }
}

.el_form_input_checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.8rem;
  width: fit-content;
  min-width: 2.4rem;
}

.el_form_input_checkbox .wpcf7-list-item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.el_form_input_checkbox .wpcf7-list-item .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 50px;
  padding-top: 4px;
  cursor: pointer;
  font-size: 23px;
  font-weight: 700;
  word-break: break-all;
  line-height: 1.5;
  color: rgba(89, 67, 34, 1);
}

@media screen and (max-width: 560px) {
  .el_form_input_checkbox .wpcf7-list-item {
    margin-left: 0;
  }

  .el_form_input_checkbox .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 12px;
  }
}

.el_form_input_checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 50px;
  height: 50px;
  min-width: 50px;
  position: relative;
  top: -1px;
  margin-right: 14px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

@media screen and (max-width: 560px) {
  .el_form_input_checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-right: 2.4rem;
    margin-right: 10px;
  }
}

.el_form_input_checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.el_form_input_checkbox input[type=checkbox]:checked+.wpcf7-list-item-label:before {
  background-color: #FA8343;
  box-shadow: inset 0 0 0 7px #fff;
}

@media screen and (max-width: 560px) {
  .el_form_input_checkbox input[type=checkbox]:checked+.wpcf7-list-item-label:before {
    box-shadow: inset 0 0 0 3px #fff;
  }
}

.el_form .hide-valid-tip .wpcf7-not-valid-tip {
  display: none !important;
}

.el_form_label_annotation {
  font-size: 1.4rem;
  color: #FA8343;
}

.el_form_submit {
  width: 100%;
  height: 80px;
  font-size: 1.8rem;
  border-radius: 2px;
  padding: 3.2rem auto;
  margin-bottom: 3.2rem;
  background-color: #FA8343;
  cursor: pointer;
  color: #fff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.el_form_submit:hover {
  opacity: 0.7;
}

.el_form_anker {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  color: #FA8343 !important;
}

.el_form_anker:hover {
  opacity: 0.7;
}

.el_form_rule {
  padding: 2rem;
  font-size: 1.4rem;
  border: 1px solid gray;
  overflow-y: scroll;
  height: 240px;
  background-color: #fff;
  line-height: 1.6;
}

.el_form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 12px;
}

.el_form .wpcf7-response-output {
  font-size: 14px;
  color: #f00;
  background-color: #fdebe5;
  /* border: 1px solid #f00 !important;/ */
  border: 1px solid rgba(89, 67, 34, 1) !important;
  padding: 16px !important;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 320px) {
  .el_form .wpcf7-response-output {
    padding: 12px !important;
  }
}

.el_form .wpcf7-spinner {
  display: none;
}

.el_btn_submit_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 100px;
}

@media screen and (max-width: 700px) {
  .el_btn_submit_wrapper {
    margin-top: 54px;
    flex-direction: column;
  }
}

.el_btn_submit_wrapper .el_btn_submit_inner {
  position: relative;
  display: inline-block;
}

.el_btn_submit_wrapper .el_btn_submit_inner .el_btn {
  margin: 0;
}

@media screen and (max-width: 370px) {
  .el_btn_submit_wrapper .el_btn_submit_inner .el_btn__lg {
    width: 75vw;
  }
}

.el_btn_submit_wrapper .el_btn_submit_inner i {
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 22px;
  right: 24px;
  bottom: auto;
  left: auto;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.el_btn__gray {
  height: 57px;
  width: 274px;
  border-radius: 10px;
  font-size: 20px;
  background: rgb(105, 105, 105);
  color: #fff;
  padding-left: 14px;
}

.el_submit_btn {
  height: 57px;
  width: 274px;
  border-radius: 10px;
  font-size: 20px;
  background: rgba(89, 67, 34, 1);
  color: #fff;
  padding-left: 12px;
}

@media screen and (max-width: 700px) {

  .el_submit_btn,
  .el_btn__gray {
    height: 44px;
    width: 173px;
    padding-left: 10px;
  }
}

.el_submit_btn.top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
}

#submit_btn {
  height: 57px;
  width: 274px;
  border-radius: 10px;
  font-size: 20px;
  background: rgb(105, 105, 105);
  padding-left: 14px;
}

@media screen and (max-width: 700px) {
  #submit_btn {
    height: 44px;
    width: 173px;
  }
}

#submit_btn.style {
  color: #fff;
  cursor: pointer;
  background: rgba(89, 67, 34, 1);
}

#submit_btn.style:hover {
  background: #fff;
  background: rgb(129, 100, 58);
}



/* ============================================= */
/* お問い合わせ終了 */
/* ============================================= */

/* ============================================= */
/* プライバシー */
/* ============================================= */
.privacy-section {
  background-color: #fff3eb;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  border-radius: 10% 10% 0% 0%;
}

.privacy-section .title-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 1325px;
  /* margin-bottom: 150px; */
}

@media screen and (max-width: 980px) {
  .privacy-section .title-box {
    margin-bottom: 50px;
  }
}

.privacy-section .title-box .title {
  font-size: 48px;
  line-height: 80px;
  text-align: center;
  color: #594322;
}

@media screen and (max-width: 1050px) {
  .privacy-section .title-box .title {
    font-size: 30px;
    line-height: 50px;
  }
}

@media screen and (max-width: 600px) {
  .privacy-section .title-box .title {
    font-size: 25px;
    line-height: 40px;
  }
}

@media screen and (max-width: 500px) {
  .privacy-section .title-box .title {
    font-size: 16px;
    line-height: 30px;
  }
}

.privacy-section .content {
  width: 90%;
  margin: 0 auto;
  max-width: 72vw;
}

@media screen and (max-width: 600px) {
  .privacy-section .content {
    width: 100%;
    padding: 0 16px;
    max-width: 100vw;
  }
}


.privacy-section .content h2 {
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: 0.3em;
  text-align: center;
  margin: 0 auto 42px auto;
  width: 100%;
  color: #594322;
}

@media screen and (max-width: 600px) {
  .privacy-section .content h2 {
    font-size: 14px;
    margin: 0 auto 27px auto;
  }
}


.privacy-section .content p {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.3em;
  margin: 0 auto 78px auto;
  width: 86%;
  color: #594322;
}

/* 冒頭 */
.privacy-section .content p:first-child {
  width: 100%;
  margin-top: 120px;
  margin-bottom: 92px;
}

/* 最後 */
.privacy-section .content p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .privacy-section .content p {
    font-size: 12px;
    width: 100%;
    margin-bottom: 64px;
    letter-spacing: 0.2em;
  }

  .privacy-section .content p:first-child {
    margin-top: 32px;
    margin-bottom: 72px;
  }
}

.privacy-section .content p.center {
  text-align: center;
}

/* お問い合わせ導線ボタン */
.el_btn_submit_wrapper .el_btn_submit_inner .el_btn.contact {}

@media screen and (max-width: 600px) {
  .el_btn_submit_wrapper .el_btn_submit_inner .el_btn.contact {
    width: fit-content;
    font-size: 12px;
    padding: 0 24px;
  }
}

/* ふわふわアニメーションのキーアニメーション */
/* animation: float 3s ease-in-out infinite; */
@keyframes floatCommon {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
    /* 上に10px移動 */
  }

  100% {
    transform: translateY(0);
  }
}

/* ページネーション */
.page-numbers {
  font-size: 20px;
  color: #594322;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.page-numbers.current {
  font-size: 30px;
}

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