@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::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.
 */
body {
  margin: 0;
}

/**
 * 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] {
  -webkit-text-decoration: underline dotted;
          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,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       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;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-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
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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 {
  scroll-behavior: smooth;
}

body {
  font-family: "Lora", serif, "Noto Serif JP", serif, "Noto Sans JP", sans-serif, serif;
  color: #000000;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

p {
  font-size: 14px;
}
span {
  display: inline-block;
  font-size: 16px;
}

li {
  list-style: none;
}

.fa-brands {
  font-size: 20px;
}

.section {
  padding: 90px 0;
}
@media screen and (max-width:599px) {
  .section {
    padding: 40px 0;
  }
}

.contents-container {
  width: calc(100vw - 90px);
}
@media screen and (max-width:599px) {
  .contents-container {
    width: 100%;
  }
}

.concept-primary {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  -moz-column-gap: 100px;
       column-gap: 100px;
  padding-right: 5%;
}
@media screen and (max-width:599px) {
  .concept-primary {
    flex-direction: column-reverse;
    padding-right: 0%;
  }
}

.main {
  display: block;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width:599px) {
  .pc {
    display: none;
  }
}

.navigation {
  display: flex;
  align-items: center;
  -moz-column-gap: 56px;
       column-gap: 56px;
  margin-right: 140px;
}
@media screen and (max-width:599px) {
  .navigation {
    display: none;
  }
}
.navigation-menu {
  display: flex;
  -moz-column-gap: 72px;
       column-gap: 72px;
}
.navigation-menu__link {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  writing-mode: vertical-rl;
}
.navigation-menu__link:hover {
  color: #34A864;
}

@media screen and (max-width:599px) {
  .section-head {
    margin-bottom: 48px;
    width: 100%;
    padding: 0 8%;
  }
}
.section-head__small {
  margin-bottom: 48px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width:599px) {
  .section-head__small {
    font-size: 11px;
    margin-top: 24px;
    margin-bottom: 16px;
  }
}
.section-head__large {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 28px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width:599px) {
  .section-head__large {
    font-size: 24px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width:599px) {
  .section-head-rice {
    padding: 0;
  }
}

.btn {
  display: inline-block;
  height: 42px;
  width: 207px;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  align-items: center;
}
.btn .fa-envelope {
  position: relative;
  top: 2px;
  margin-right: 7px;
  font-size: 20px;
}
.btn-primary--red {
  background-color: #D54D43;
  color: #FFFFFF;
  transition: all 1s ease;
  text-align: center;
  border: 2px solid transparent;
}
.btn-primary--red:hover {
  position: relative;
  top: 2px;
  background-color: #FFFFFF;
  color: #D54D43;
  border-color: #D54D43;
}

.page-top {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 1;
  height: 50px;
  width: 50px;
  background-color: #34A864;
  text-align: center;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
  border-radius: 50%; /* ボタンを丸くする */
}
@media screen and (max-width:599px) {
  .page-top {
    right: 10px;
    bottom: 10px;
    height: 48px;
    width: 48px;
  }
}
.page-top:hover {
  bottom: 38px;
  box-shadow: 0px 10px 10px -5px gray;
}
@media screen and (max-width:599px) {
  .page-top:hover {
    bottom: 10px;
  }
}
.page-top .fa-angle-up {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 50px;
}
@media screen and (max-width:599px) {
  .page-top .fa-angle-up {
    font-size: 14px;
    line-height: 48px;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 180px;
  width: 100%;
  padding: 0 60px;
}
@media screen and (max-width:599px) {
  .header {
    height: 60px;
    padding: 0 20px;
  }
}
.header-icon {
  display: flex;
  align-items: center;
}
.header__logo {
  height: 170px;
}
@media screen and (max-width:599px) {
  .header__logo {
    height: 60px;
  }
}
.header__name {
  height: 100px;
}
@media screen and (max-width:599px) {
  .header__name {
    height: 46px;
  }
}

.footer {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  padding-top: 48px;
  font-family: "Noto Serif JP", serif;
}
.footer-address {
  padding: 0 5%;
  padding-top: 40px;
}
.footer-address p {
  line-height: 300%;
}
@media screen and (max-width:599px) {
  .footer-address p {
    font-size: 11px;
  }
}
.footer-img {
  width: 100%;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  font-family: "Noto Serif JP", serif;
}
.copyright__text {
  font-weight: 500;
}
@media screen and (max-width:599px) {
  .copyright__text {
    font-size: 8px;
  }
}

.side {
  position: fixed;
  right: 0;
  top: 0;
  width: 90px;
  height: 90px;
  z-index: 2;
}
@media screen and (max-width:599px) {
  .side {
    width: 60px;
    height: 60px;
  }
}

.sns-container {
  position: fixed;
  padding: 14px;
}
@media screen and (max-width:599px) {
  .sns-container {
    display: none;
  }
}
.sns-container .sns-text {
  padding-bottom: 16px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.sns-container .sns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  row-gap: 16px;
}
.sns-container .sns-icon {
  color: #000000;
}
.sns-container .sns-icon .fa-brands {
  font-size: 1.5em;
}

.humberger {
  margin: 0;
  padding: 0;
}
@media screen and (max-width:599px) {
  .humberger {
    position: fixed;
    top: 0;
    right: 0;
  }
}
.humberger-menu {
  display: flex;
  align-items: center;
  flex-flow: column;
  top: 0;
  right: 0;
  justify-content: center;
  background-color: #34A864;
  width: 90px;
  height: 90px;
  color: #FFFFFF;
  row-gap: 12px;
  transition: background-color 0.3s ease;
}
@media screen and (max-width:599px) {
  .humberger-menu {
    row-gap: 8px;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
  }
}
.humberger-menu__border {
  height: 3px;
  width: 50px;
  background-color: #FFFFFF;
  row-gap: 12px;
}
@media screen and (max-width:599px) {
  .humberger-menu__border {
    height: 1px;
    width: 40px;
    row-gap: 8px;
  }
}
.humberger-menu__text {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width:599px) {
  .humberger-menu__text {
    display: none;
  }
}

.fixnav {
  position: fixed;
  top: 90px;
  right: 0;
  text-align: center;
  z-index: 100;
}
@media screen and (max-width:599px) {
  .fixnav {
    top: 0;
    display: flex;
    align-items: center;
    height: 60px;
  }
}
.fixnav .shop-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  position: relative;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: #D54D43;
  width: 90px;
  height: 90px;
  color: #FFFFFF;
  padding: 10px;
  transition: background-color 0.3s ease;
}
.fixnav .shop-menu:hover, .fixnav .shop-menu.active {
  background-color: #961108;
}
@media screen and (max-width:599px) {
  .fixnav .shop-menu {
    width: 60px;
    height: 60px;
    right: 60px;
    padding: 0;
    margin-left: -60px;
  }
}
.fixnav .shop-menu__bag {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 90px;
  height: 90px;
  background-color: #D54D43;
  color: #FFFFFF;
  font-size: 1.5em;
  transition: background-color 0.3s ease;
}
.fixnav .shop-menu__bag.active {
  background-color: #961108;
}
@media screen and (max-width:599px) {
  .fixnav .shop-menu__bag {
    width: 60px;
    height: 60px;
    font-size: 1em;
    padding-bottom: 3px;
  }
}
.fixnav .shop-menu__bag span {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width:599px) {
  .fixnav .shop-menu__bag span {
    font-size: 8px;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
.modal-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-menu-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  height: 650px;
  width: 500px;
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 3px rgba(255, 255, 255, 0.4);
  padding-top: 64px;
  padding-bottom: 32px;
}
@media screen and (max-width:599px) {
  .modal-menu-container {
    width: 300px;
    height: 550px;
  }
}
.modal-menu .mobile-navigation-menu li {
  margin-bottom: 42px;
  font-family: "Noto Serif JP", serif;
}
.modal-menu .modal-sns {
  text-align: center;
  padding-top: 32px;
}
.modal-menu .modal-sns-text {
  font-family: "Noto Serif JP", serif;
}
.modal-menu .modal-sns-box {
  display: flex;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  padding: 30px 0 56px 0;
}
.modal-menu .fa-xmark {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #000000;
  font-size: 16px;
}

/* information
------------------------------ */
#information_page {
  padding: 90px 90px 90px 0;
  color: #222;
  text-align: center;
}
@media screen and (max-width:599px) {
  #information_page {
    padding: 40px 5%;
    margin-top: 40px;
  }
}

#information_page .wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

#information_page h1 {
  display: inline-block;
  margin: 0 auto 40px;
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 500;
  border-bottom: 2px solid;
}
@media screen and (max-width:599px) {
  #information_page h1 {
    font-size: 1.8rem;
  }
}

#information_page article {
  margin-bottom: 40px;
  padding: 40px 40px 35px;
  text-align: left;
  border-radius: 10px;
  background-color: #F2FFF6;
}
@media screen and (max-width:599px) {
  #information_page article {
    padding: 40px 20px;
  }
}

#information_page article .text_date {
  font-size: 0.85rem;
  font-family: "Noto Serif JP", serif;
}

#information_page article h2 {
  margin-bottom: 30px;
  padding-bottom: 12px;
  font-size: 1.15rem;
  line-height: 1.8em;
  border-bottom: 2px solid #34A864;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width:599px) {
  #information_page article h2 {
    font-size: 1rem;
    line-height: 1.7em;
    border-bottom: 1px solid #34A864;
  }
}

#information_page article .text_content {
  line-height: 2em;
  font-size: 0.85rem;
}
@media screen and (max-width:599px) {
  #information_page article .text_content {
    line-height: 1.7em;
  }
}

.text_content {
  font-family: "Noto Sans JP", sans-serif;
}

.mainvisual-container {
  position: relative;
  padding-right: 90px;
}
@media screen and (max-width:599px) {
  .mainvisual-container {
    padding: 0;
  }
}

.mainvisual-container img {
  background-size: cover;
  width: 100%;
}

.mainvisual-container h2 {
  position: absolute; /*重ねたい子要素にabsolute*/
  top: 50%;
  left: 48%; /*ベンダープレフィックス*/ /*ベンダープレフィックス*/
  transform: translate(-50%, -50%); /*センター寄せの修正*/
  color: #000000;
}

.loader {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.loading_logo {
  position: fixed;
  left: 40%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 260px;
  box-sizing: border-box; /* ボックスモデルを設定 */
}
@media screen and (max-width:599px) {
  .loading_logo {
    left: 56%;
  }
}

@media screen and (max-width:599px) {
  .fadeUp {
    width: 90%;
  }
}

.main-visual {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background: center center no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:599px) {
  .main-visual {
    -o-object-fit: cover;
       object-fit: cover; /* 画像の比率を維持 */
    width: 100%;
    height: auto;
  }
}

.visual-wrap {
  width: 100%;
  overflow: hidden;
}
.slides-container {
  display: flex;
}

.slide {
  flex: 0 0 100%;
  height: 100vh;
}
@media screen and (max-width:599px) {
  .slide {
    height: 50vh; /* スマートフォン用に高さを画面の50%に設定 */
  }
}

.message-wrap {
  height: 500px;
  width: calc(100vw - 90px);
  margin-bottom: 120px;
}
@media screen and (max-width:599px) {
  .message-wrap {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}

.message-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:599px) {
  .message-container {
    flex-wrap: nowrap;
    align-items: flex-end;
  }
}

.message-container__photo {
  position: relative;
  width: 30%;
  margin-right: 2%; /* 余白を追加 */
}
@media screen and (max-width:599px) {
  .message-container__photo {
    width: 30%;
    margin-right: 0;
    margin-bottom: 20px; /* スマホ時に余白を追加 */
  }
}
.message-container__photo img {
  width: 60%;
  top: 60%;
  left: 40%;
  height: auto;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media screen and (max-width:599px) {
  .message-container__photo img {
    width: 100%;
    left: 20%;
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
    box-shadow: -2px 2px 4px;
  }
}
.message-container__photo .square01 {
  width: 70%;
  height: auto;
  background-color: #F2FFF6;
  position: relative;
  bottom: -25%;
  left: 0;
  margin-top: 20px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
@media screen and (max-width:599px) {
  .message-container__photo .square01 {
    display: none;
  }
}

.message-container__message {
  width: 68%;
  position: relative;
}
@media screen and (max-width:599px) {
  .message-container__message {
    width: 100%;
  }
}
.message-container__message .square02 {
  width: 25%;
  height: 149px;
  background-color: #F2FFF6;
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media screen and (max-width:599px) {
  .message-container__message .square02 {
    display: none;
  }
}
.message-container__message .message-photo {
  position: absolute;
  width: 75%;
  margin-top: 35px;
  margin-right: 64px;
  z-index: 2; /* .square02よりも上に表示されるようにz-indexを設定 */
  top: 0; /* 必要に応じて適切な値を設定 */
  right: 0; /* 必要に応じて適切な値を設定 */
}
@media screen and (max-width:599px) {
  .message-container__message .message-photo {
    position: relative;
    width: 95%;
    height: auto;
    margin-top: 40px;
    margin-right: 0;
    margin-left: 16px;
  }
}

.concept-primary .colum-second .colum-second__photo3 {
  width: 500px;
  height: 350px;
}
@media screen and (max-width:599px) {
  .concept-primary .colum-second .colum-second__photo3 {
    width: 100%;
    height: auto;
  }
}

.concept-secondary {
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 100px;
       column-gap: 100px;
  padding-left: 20%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:599px) {
  .concept-secondary {
    flex-direction: column-reverse;
    padding-left: 0;
  }
}
.concept-secondary .square03 {
  width: 297px;
  height: 243px;
  background-color: #F2FFF6;
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media screen and (max-width:599px) {
  .concept-secondary .square03 {
    display: none;
  }
}
.concept-secondary .colum-second .colum-second__photo4 {
  width: 500px;
  height: 350px;
}
@media screen and (max-width:599px) {
  .concept-secondary .colum-second .colum-second__photo4 {
    width: 100%;
    height: auto;
  }
}

.colum-first {
  position: relative;
  width: 90%;
}
@media screen and (max-width:599px) {
  .colum-first {
    width: 100%;
  }
}
.colum-first .text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 160%;
  z-index: 1; /* テキストを四角の上に表示する */
}
.colum-first .square01 {
  width: 297px;
  height: 243px;
  background-color: #F2FFF6;
  position: absolute;
  bottom: 0;
  right: 0;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1; /* 修正：テキストよりも背面に配置 */
}
@media screen and (max-width:599px) {
  .colum-first .square01 {
    display: none;
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  width: 100%;
  height: 300px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover; /* ここを変更 */
}
@media screen and (max-width:599px) {
  .swiper-slide img {
    height: 200px;
  }
}

.swiper-button-prev, .swiper-button-next {
  color: #FFFFFF;
  margin: 0;
}
@media screen and (max-width:599px) {
  .swiper-button-prev, .swiper-button-next {
    font-size: 20px; /* フォントサイズを変更 */
    --swiper-navigation-size: 20px; /* 矢印サイズを変更 */
  }
}

.swiper-pagination {
  position: static !important;
}

.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.card-container {
  display: flex;
  height: auto;
  transition: transform 1s ease-in-out;
  padding-top: 60px;
}

.rice-buy .contents-container {
  position: relative;
  margin-bottom: 60px;
}
.rice-buy .contents-container .section-head {
  text-align: center;
}
.rice-buy__message {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 160%;
}
.rice-buy .rice-select {
  display: flex;
  justify-content: space-evenly;
  padding-top: 64px;
  width: 100%;
}
@media screen and (max-width:599px) {
  .rice-buy .rice-select {
    display: block;
    padding: 0;
  }
}
.rice-buy .rice-select .rice-article {
  border: 1px solid #000;
  padding: 40px 100px;
}
@media screen and (max-width:599px) {
  .rice-buy .rice-select .rice-article {
    margin: 20px;
    padding: 40px 32px;
  }
}
.rice-buy .rice-select .rice-article .card-first {
  width: 318px;
}
@media screen and (max-width:599px) {
  .rice-buy .rice-select .rice-article .card-first {
    width: 100%;
  }
}
.rice-buy .rice-select .rice-article .rice-text p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2em;
}
.rice-buy .rice-select .rice-article .rice-text .highlight {
  font-weight: bold;
}
.rice-buy .rice-select .rice-article .rice-wrap {
  position: relative;
  margin-bottom: 8px;
}
@media screen and (max-width:599px) {
  .rice-buy .rice-select .rice-article .rice-wrap {
    text-align: center;
  }
}
.rice-buy .rice-select .rice-article .rice-wrap img {
  width: 100%;
  height: 268px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:599px) {
  .rice-buy .rice-select .rice-article .rice-wrap img {
    height: 200px;
  }
}
.rice-buy .rice-select .rice-article .rice-wrap .rice-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.63);
  padding: 10px 20px; /* テキストの周りに余白を追加 */
  box-sizing: border-box; /* パディングを含めた要素の幅を計算 */
  text-align: center; /* テキストを中央に寄せる */
  white-space: nowrap; /* テキストが折り返されないようにする */
}
.rice-buy .rice-select .rice-article .rice-wrap .rice-title p {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width:599px) {
  .rice-buy .rice-select .rice-article .rice-wrap .rice-title p {
    font-size: 20px;
  }
}

.sns-mobile {
  display: none;
  margin-bottom: 32px;
}
.sns-mobile-text {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 24px;
}
.sns-mobile-box {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  justify-content: center;
}
.sns-mobile .fa-brands {
  font-size: 25px;
}
@media screen and (max-width:599px) {
  .sns-mobile {
    display: block;
  }
}

.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.section-news .section-inner {
  padding: 0 90px 90px 0;
  position: relative;
  max-width: 1000px;
}
@media screen and (max-width:599px) {
  .section-news .section-inner {
    padding: 0 8%;
  }
}

.section-inner {
  margin: 0 auto;
  width: 100%;
}

.fade-anim li a {
  display: flex;
  align-items: center;
  padding: 25px 15px;
}
@media screen and (max-width:599px) {
  .fade-anim li a {
    padding: 25px 0;
    display: block;
  }
}

.section-news li {
  border-bottom: 2px solid #34A864;
  line-height: 1.7em;
}
.section-news li time {
  display: block;
  width: 240px;
  font-family: "Noto Serif JP", serif;
}
.section-news li time br {
  display: none;
}
.section-news li p {
  transition: all 0.3s;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width:599px) {
  .section-news li p {
    line-height: 1.7em;
  }
}
.section-news li p:hover {
  color: #34A864;
}
/*# sourceMappingURL=style.css.map */