@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sassy+Frass&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comforter+Brush&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap");
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before, ::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl, dl ol, dl ul {
  margin: 0;
}

ol dl, ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol, ol ul {
  margin: 0;
}

ul ol, ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol, nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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: 1em;
  /* 2 */
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe, img {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}

/**
 * Hide the overflow in IE.
 */
/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button, input, select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
  -webkit-appearance: button;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
[type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox], [type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a, area, button, input, label, select, summary, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

:root {
  /* ======================================= */
  /* カラー設定
  /* ======================================= */
  --clr-blue: #036EB8;
  --clr-lightblue: #F2F8FB;
  --clr-gray01: #888888;
  --clr-gray02: #9b9d9e;
  --clr-gray03: #eaecee;
  --clr-fb: #4468b0;
  --clr-tw: #29a3ef;
  --clr-yt: #ff0000;
  --clr-line: #00b900;
}

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

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

/* ======================================= */
/* 書体の設定
/* ======================================= */
/*
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;700&display=swap');
$zenOldMin: "Zen Old Mincho", serif;


@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&display=swap');
$Mplus: "M PLUS Rounded 1c", sans-serif;

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
$pop : "Poppins", sans-serif;

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;600;700&display=swap');
$notoSans : 'Noto Sans JP', sans-serif;
/* ExtraLight 200  Light 300  Regular 400  Medium 500 SemiBold 600  Bold 700

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');
$notoSerif : 'Noto Serif JP', serif;
/* ExtraLight 200  Light 300  Regular 400  Medium 500 SemiBold 600  Bold 700

@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap");
$zen: 'Zen Kaku Gothic New', sans-serif;

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
$zenMaru : 'Zen Maru Gothic', serif;
/* ExtraLight 200  Light 300  Regular 400  Medium 500 SemiBold 600  Bold 700

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200..1000&display=swap');
$Nunito : "Nunito", sans-serif;
/* ExtraLight 200  Light 300  Regular 400  Medium 500 SemiBold 600  Bold 700

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;700&display=swap');
$ibm: 'IBM Plex Sans JP', sans-serif;
/* Regular 400  Medium 500 Bold 700

@import url('https://fonts.googleapis.com/css2?family=Khand:wght@400;500;600;700&display=swap');
$Khand: 'Khand', sans-serif;
/* Regular 400  Medium 500 SemiBold 600 Bold 700

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
$roboto : 'Roboto Condensed',Arial,Sans-Serif;

@import url('https://fonts.googleapis.com/css?family=Archivo');
$Archivo : 'Archivo', sans-serif;

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');
$Montserrat : 'Montserrat', sans-serif;

@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700&display=swap');
$Raleway : 'Raleway', sans-serif;

@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');
$Oswald : 'Oswald', sans-serif;

@import url('https://fonts.googleapis.com/css2?family=Teko:wght@600&display=swap');
$teko : 'Teko', sans-serif;

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap');
$Lato : 'Lato', sans-serif;

*/
/*
@import url('https://use.fontawesome.com/releases/v5.7.1/css/all.css');
@mixin fontAwesomeIcon($iconNumber) {
  content: $iconNumber;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
};
*/
/*==　ハンバーガーメニュー　==*/
.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}

/*====================================================================
  html, body
====================================================================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  color: #7a3b59;
  font-family: "Zen Old Mincho", serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "YakuHanJPs", "メイリオ", "Meiryo";
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.075em;
  word-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}
body.no-scroll {
  overflow: hidden;
}

img {
  width: 100%;
  vertical-align: middle;
}

.noEntry {
  text-align: center;
  font-size: 1.6rem;
  color: #333;
}

/* ======================================= */
/* common
/* ======================================= */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

em, address {
  font-style: normal;
}

a {
  color: #7a3b59;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  opacity: 0.85;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

p {
  margin: 0;
  padding: 0;
}

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

figure {
  margin: 0;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0px;
  display: block;
}
.mw_wp_form input[type=text],
.mw_wp_form input[type=tel],
.mw_wp_form input[type=email] {
  padding: 10px;
  background: #FFF;
  border: 1px solid black;
}
.mw_wp_form input.sizeXxs {
  width: 15%;
}
.mw_wp_form input.sizeXs {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .mw_wp_form input.sizeXs {
    width: 50%;
  }
}
.mw_wp_form input.sizeS {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .mw_wp_form input.sizeS {
    width: 50%;
  }
}
.mw_wp_form input.sizeM {
  width: 65%;
}
.mw_wp_form input.sizeL {
  width: 80%;
}
.mw_wp_form input.sizeXl {
  width: 100%;
}
.mw_wp_form textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  background: #FFF;
  border: 1px solid black;
}
@media screen and (max-width: 768px) {
  .mw_wp_form textarea {
    height: 160px;
  }
}
.mw_wp_form input,
.mw_wp_form textarea {
  font-size: 1.6rem;
}
.mw_wp_form input::-moz-selection, .mw_wp_form textarea::-moz-selection {
  background: #666;
  color: #fff;
}
.mw_wp_form input::selection,
.mw_wp_form textarea::selection {
  background: #666;
  color: #fff;
}
.mw_wp_form input:focus,
.mw_wp_form textarea:focus {
  outline: 0;
}
.mw_wp_form input:focus::-webkit-input-placeholder, .mw_wp_form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.mw_wp_form input:focus::-moz-placeholder, .mw_wp_form textarea:focus::-moz-placeholder {
  color: transparent;
}
.mw_wp_form input:focus:-ms-input-placeholder, .mw_wp_form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.mw_wp_form input:focus::-ms-input-placeholder, .mw_wp_form textarea:focus::-ms-input-placeholder {
  color: transparent;
}
.mw_wp_form input:focus::placeholder,
.mw_wp_form textarea:focus::placeholder {
  color: transparent;
}
.mw_wp_form input::-webkit-input-placeholder, .mw_wp_form textarea::-webkit-input-placeholder {
  letter-spacing: 0.1em;
  color: #A49F9F;
}
.mw_wp_form input::-moz-placeholder, .mw_wp_form textarea::-moz-placeholder {
  letter-spacing: 0.1em;
  color: #A49F9F;
}
.mw_wp_form input:-ms-input-placeholder, .mw_wp_form textarea:-ms-input-placeholder {
  letter-spacing: 0.1em;
  color: #A49F9F;
}
.mw_wp_form input::-ms-input-placeholder, .mw_wp_form textarea::-ms-input-placeholder {
  letter-spacing: 0.1em;
  color: #A49F9F;
}
.mw_wp_form input::placeholder,
.mw_wp_form textarea::placeholder {
  letter-spacing: 0.1em;
  color: #A49F9F;
}
.mw_wp_form span.mwform-checkbox-field {
  display: block;
}
.mw_wp_form label {
  cursor: pointer;
}
.mw_wp_form label input[type=checkbox] {
  outline: none;
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
  background: #fff;
  border: 1px solid #505050;
  border-radius: 3px;
  vertical-align: middle;
}
.mw_wp_form label input[type=radio] {
  outline: none;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  border-radius: 20px;
  background: #fff;
  vertical-align: middle;
}
.mw_wp_form label input[type=radio]:checked {
  background-color: #1273e9;
}
.mw_wp_form select {
  font-size: 1.6rem;
  outline: none;
  height: 40px;
  padding: 8px 12px;
  width: 100%;
  position: relative;
}
.mw_wp_form select option {
  background-color: #fff;
}
.mw_wp_form select::-ms-expand {
  display: block;
}
.mw_wp_form select:-moz-focusring {
  text-shadow: 0 0 0 #828c9a;
}
.mw_wp_form span.error {
  color: red;
  font-weight: bold;
  display: block;
  padding: 5px 0 0;
}

.inputBtnArea {
  margin: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
@media screen and (max-width: 768px) {
  .inputBtnArea {
    margin: 25px 0 0;
  }
  .inputBtnArea br {
    display: none;
  }
}
.inputBtnArea button.confBtn,
.inputBtnArea button.submitBtn,
.inputBtnArea button.back {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  line-height: 70px;
  font-size: 1.8rem;
  border-radius: 0 0 70px 0;
  text-align: center;
  width: 300px;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  color: white;
  font-weight: 500;
  padding: 0;
  background-color: black;
  position: relative;
}
@media screen and (max-width: 768px) {
  .inputBtnArea button.confBtn,
  .inputBtnArea button.submitBtn,
  .inputBtnArea button.back {
    font-size: 1.25rem;
    line-height: 50px;
    border-radius: 0 0 50px 0;
  }
}
.inputBtnArea button.confBtn:hover,
.inputBtnArea button.submitBtn:hover,
.inputBtnArea button.back:hover {
  opacity: 0.8;
}
.inputBtnArea button.back {
  background-color: #777;
}
.inputBtnArea button.confBtn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.mw_wp_form_input .doui {
  text-align: center;
  font-size: 1.4rem;
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .mw_wp_form_input .doui {
    margin: 30px 0 0;
    font-size: 1.3rem;
  }
}
.mw_wp_form_input .doui input {
  width: 16px;
  height: 16px;
  margin: 10px 10px 0 0;
  vertical-align: -3px;
}
.mw_wp_form_input .doui a {
  color: var(--clr-blue);
  text-decoration: underline;
}
.mw_wp_form_input button.submitBtn {
  display: none;
}
.mw_wp_form_input button.back {
  display: none;
}

.mw_wp_form_confirm dl dt {
  font-size: 1.4rem;
  color: #999;
}
.mw_wp_form_confirm dl dt .required {
  display: none;
}
.mw_wp_form_confirm dl dd {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .mw_wp_form_confirm dl dd {
    font-size: 1.4rem;
  }
}
.mw_wp_form_confirm .doui {
  display: none;
}
.mw_wp_form_confirm .privacy {
  display: none;
}
.mw_wp_form_confirm button.confBtn {
  display: none;
}

.btn {
  width: 387px;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 80%;
  }
}
.btn a {
  display: block;
  color: white;
  text-align: center;
  font-size: 2rem;
  line-height: 67px;
  background: #CAA024;
  background: -webkit-gradient(linear, left top, right top, from(rgb(202, 160, 36)), to(rgb(102, 76, 0)));
  background: linear-gradient(90deg, rgb(202, 160, 36) 0%, rgb(102, 76, 0) 100%);
  -webkit-box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .btn a {
    font-size: 1.6rem;
    line-height: 55px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  }
}
.btn a img {
  width: 19px;
  margin-right: 15px;
  vertical-align: -1px;
}
@media screen and (max-width: 768px) {
  .btn a img {
    width: 14px;
    margin-right: 12px;
  }
}

.l-header {
  width: 100%;
  min-width: 1366px;
}
@media screen and (max-width: 768px) {
  .l-header {
    min-width: 100%;
  }
}
.l-header__inner {
  width: 100%;
  height: 240px;
  padding: 0 2.5% 0 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    height: auto;
    display: block;
    padding: 15px 5%;
  }
}
.l-header__id {
  width: 235px;
}
@media screen and (max-width: 768px) {
  .l-header__id {
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    background: #FFF;
    z-index: 9998;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding-top: 60px;
  }
  .l-header__nav.-active {
    right: 0;
  }
}
.l-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  .l-header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px 0;
    padding: 0 10%;
  }
}
.l-header__nav ul li a {
  font-size: 1.6rem;
  position: relative;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  padding: 20px;
  color: #42210b;
}
@media screen and (max-width: 768px) {
  .l-header__nav ul li a {
    display: block;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding: 0;
    font-size: 1.8rem;
    text-align: center;
  }
}
.l-header__nav ul li a span {
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  color: #a67c52;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-header__nav ul li a span {
    font-size: 1rem;
  }
}
.l-header__nav ul li:last-child {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .l-header__nav ul li:last-child {
    margin-left: unset;
  }
}
.l-header__nav ul li:last-child a {
  color: white;
  background: #CAA024;
  background: -webkit-gradient(linear, left top, right top, from(rgb(202, 160, 36)), to(rgb(102, 76, 0)));
  background: linear-gradient(90deg, rgb(202, 160, 36) 0%, rgb(102, 76, 0) 100%);
}
@media screen and (max-width: 768px) {
  .l-header__nav ul li:last-child a {
    display: block;
    padding: 10px 15px 15px;
    text-align: center;
  }
}
.l-header__nav ul li:last-child a span {
  color: white;
}
@media screen and (max-width: 768px) {
  .l-header__nav ul li {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .l-header__nav ul li.inview {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.menuBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .menuBtn {
    display: block;
    background: none;
    display: block;
    width: 36px;
    height: 36px;
    position: fixed;
    top: 27px;
    right: 3%;
    z-index: 9999;
    border-radius: 0;
    cursor: pointer;
  }
  .menuBtn span {
    width: 36px;
    height: 1px;
    display: block;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -1px;
    position: relative;
    background: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .menuBtn span:before, .menuBtn span:after {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    content: "";
    width: 18px;
    height: 1px;
    display: block;
    background: #42210b;
    position: absolute;
  }
  .menuBtn span:before {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
  .menuBtn span:after {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    opacity: 1;
  }
  .menuBtn span.top {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  .menuBtn span.bottom {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  .menuBtn.is-open span.top {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .menuBtn.is-open span.top:before {
    -webkit-transform: translateX(3px) rotate(45deg);
            transform: translateX(3px) rotate(45deg);
  }
  .menuBtn.is-open span.top:after {
    -webkit-transform: translateX(13px) rotate(-45deg);
            transform: translateX(13px) rotate(-45deg);
  }
  .menuBtn.is-open span.bottom {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .menuBtn.is-open span.bottom:before {
    -webkit-transform: translateX(3px) rotate(-45deg);
            transform: translateX(3px) rotate(-45deg);
  }
  .menuBtn.is-open span.bottom:after {
    -webkit-transform: translateX(13px) rotate(45deg);
            transform: translateX(13px) rotate(45deg);
  }
}

.l-toppage {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .l-toppage {
    padding-bottom: 60px;
  }
}
.l-toppage__hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-toppage__hero .hero-wrap {
  width: 94%;
}
@media screen and (max-width: 768px) {
  .l-toppage__hero .hero-wrap {
    width: 95%;
  }
}
.l-toppage__hero .hero-wrap .swiper-slide {
  width: 100%;
  height: 850px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-toppage__hero .hero-wrap .swiper-slide {
    height: 83dvh;
  }
}
.l-toppage__hero .hero-wrap .swiper-slide img {
  height: 850px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-toppage__hero .hero-wrap .swiper-slide img {
    height: 83dvh;
  }
}
.l-toppage__hero .hero-wrap .copy {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  color: white;
  font-size: 4rem;
  position: absolute;
  top: 15%;
  left: 28%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-toppage__hero .hero-wrap .copy {
    font-size: 3rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-30%, -50%);
            transform: translate(-30%, -50%);
  }
}
.l-toppage__hero .hero-wrap .scroll {
  font-family: "Roboto", Sans-Serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
  position: absolute;
  bottom: 50px;
  left: 15%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-toppage__hero .hero-wrap .scroll {
    font-size: 1rem;
    bottom: 25px;
    left: 15%;
  }
}
.l-toppage__hero .hero-wrap .scroll span {
  height: 200px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-toppage__hero .hero-wrap .scroll span {
    height: 100px;
  }
}
.l-toppage__hero .hero-wrap .scroll span::after {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 1px;
  height: 200px;
  background: white;
  -webkit-animation: pathmove 2.5s ease-in-out infinite;
          animation: pathmove 2.5s ease-in-out infinite;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .l-toppage__hero .hero-wrap .scroll span::after {
    height: 100px;
    -webkit-animation: pathmoveSp 2.5s ease-in-out infinite;
            animation: pathmoveSp 2.5s ease-in-out infinite;
  }
}
@-webkit-keyframes pathmove {
  0% {
    height: 0;
  }
  50% {
    height: 200px;
  }
  100% {
    height: 0;
    top: unset;
    bottom: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
  }
  50% {
    height: 200px;
  }
  100% {
    height: 0;
    top: unset;
    bottom: 0;
  }
}
@-webkit-keyframes pathmoveSp {
  0% {
    height: 0;
  }
  50% {
    height: 100px;
  }
  100% {
    height: 0;
    top: unset;
    bottom: 0;
  }
}
@keyframes pathmoveSp {
  0% {
    height: 0;
  }
  50% {
    height: 100px;
  }
  100% {
    height: 0;
    top: unset;
    bottom: 0;
  }
}
.l-toppage__hero address {
  font-size: 1.4rem;
  color: #c7b299;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  margin-left: 3%;
}
@media screen and (max-width: 768px) {
  .l-toppage__hero address {
    display: none;
  }
}
.l-toppage .headline h2 {
  background-color: white;
  padding: 50px 12px 50px 20px;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  color: #42210b;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-toppage .headline h2 {
    font-size: 1.6rem;
    padding: 20px 8px 20px 12px;
  }
}
.l-toppage .headline h2 span {
  letter-spacing: 0.1em;
  font-size: 1rem;
  color: #7a3b59;
  display: block;
  line-height: 1;
}
.l-toppage__intro {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .l-toppage__intro {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.l-toppage__intro .headline {
  height: 200px;
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .l-toppage__intro .headline {
    height: auto;
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
.l-toppage__intro .headline h2 {
  position: absolute;
  top: 0;
  left: 8%;
}
@media screen and (max-width: 768px) {
  .l-toppage__intro .headline h2 {
    left: 5%;
  }
}
.l-toppage__intro .headline-copy {
  font-size: 4.4rem;
  line-height: 1.4;
  position: absolute;
  top: 80px;
  right: 8%;
}
@media screen and (max-width: 768px) {
  .l-toppage__intro .headline-copy {
    position: static;
    font-size: 2.6rem;
    padding-left: 30%;
  }
}
.l-toppage__intro .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-toppage__intro .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.l-toppage__intro .detail::after {
  content: "";
  display: block;
  width: 85%;
  height: 85%;
  background-color: rgba(199, 178, 153, 0.15);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
}
@media screen and (max-width: 768px) {
  .l-toppage__intro .detail::after {
    width: 100%;
    height: 100%;
    -webkit-transform: unset;
            transform: unset;
  }
}
.l-toppage__intro .detail-pic {
  width: 45%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-toppage__intro .detail-pic {
    width: 100%;
  }
}
.l-toppage__intro .detail-pic figcaption {
  margin-top: 20px;
  text-align: right;
  font-family: "Sassy Frass", cursive;
  font-size: 10rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: rgba(198, 156, 109, 0.5);
  position: absolute;
  bottom: -110px;
  right: -30px;
}
@media screen and (max-width: 768px) {
  .l-toppage__intro .detail-pic figcaption {
    right: 3%;
    font-size: 7.5rem;
    bottom: -40px;
    margin-top: 0;
    z-index: 99;
  }
}
.l-toppage__intro .detail-box {
  width: 55%;
  padding: 0 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 0;
}
@media screen and (max-width: 768px) {
  .l-toppage__intro .detail-box {
    margin-top: 50px;
    width: 100%;
    padding: 0 8% 60px;
    gap: 30px 0;
  }
}
.l-toppage__intro .detail-box p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .l-toppage__intro .detail-box p {
    font-size: 1.4rem;
  }
}
.l-toppage__intro .detail-box p:last-of-type {
  text-align: right;
}
.l-toppage__nature {
  margin-top: 240px;
}
@media screen and (max-width: 768px) {
  .l-toppage__nature {
    margin-top: 60px;
  }
}
.l-toppage__nature .headline {
  height: 260px;
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .l-toppage__nature .headline {
    height: auto;
  }
}
.l-toppage__nature .headline h2 {
  position: absolute;
  top: 0;
  right: 8%;
}
@media screen and (max-width: 768px) {
  .l-toppage__nature .headline h2 {
    right: 5%;
  }
}
.l-toppage__nature .headline-copy {
  padding-left: 8%;
  font-size: 4.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-toppage__nature .headline-copy {
    position: static;
    font-size: 2.6rem;
    padding-right: 30%;
  }
}
.l-toppage__nature .headline-read {
  padding-left: 8%;
  margin-top: 30px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-toppage__nature .headline-read {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
.l-toppage__nature .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-toppage__nature .detail {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.l-toppage__nature .detail::after {
  content: "";
  display: block;
  width: 85%;
  height: 85%;
  background-color: rgba(199, 178, 153, 0.15);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
}
@media screen and (max-width: 768px) {
  .l-toppage__nature .detail::after {
    width: 100%;
    height: 100%;
    -webkit-transform: unset;
            transform: unset;
  }
}
.l-toppage__nature .detail-pic {
  width: 45%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-toppage__nature .detail-pic {
    width: 100%;
  }
}
.l-toppage__nature .detail-pic figcaption {
  margin-top: 20px;
  text-align: right;
  font-family: "Sassy Frass", cursive;
  font-size: 10rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: rgba(198, 156, 109, 0.5);
  position: absolute;
  bottom: -140px;
  right: 15%;
}
@media screen and (max-width: 768px) {
  .l-toppage__nature .detail-pic figcaption {
    right: 3%;
    font-size: 7.5rem;
    bottom: -40px;
    margin-top: 0;
    z-index: 99;
  }
}
.l-toppage__nature .detail-box {
  width: 55%;
  padding: 150px 8% 0;
}
@media screen and (max-width: 768px) {
  .l-toppage__nature .detail-box {
    width: 100%;
    margin-top: 50px;
    padding: 0 8% 60px;
  }
}
.l-toppage__nature .detail-box p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .l-toppage__nature .detail-box p {
    font-size: 1.4rem;
  }
}
.l-toppage__fields {
  padding-bottom: 120px;
  margin-top: 300px;
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), color-stop(85%, rgba(199, 178, 153, 0.8)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(199, 178, 153, 0.8) 85%);
}
@media screen and (max-width: 768px) {
  .l-toppage__fields {
    margin-top: 0;
    padding-bottom: 60px;
  }
}
.l-toppage__fields .headline {
  height: 680px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-toppage__fields .headline {
    height: 300px;
  }
}
.l-toppage__fields .headline h2 {
  position: absolute;
  top: 0;
  left: 8%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .l-toppage__fields .headline h2 {
    left: 5%;
  }
}
.l-toppage__fields .headline-pic {
  width: 100%;
  height: 680px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-toppage__fields .headline-pic {
    height: 300px;
  }
}
.l-toppage__fields .headline-pic img {
  height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-toppage__fields .headline-pic img {
    height: 300px;
  }
}
.l-toppage__fields .fields-lists {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .l-toppage__fields .fields-lists {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px 0;
  }
}
.l-toppage__fields .fields-lists__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-toppage__fields .fields-lists__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10%;
  }
}
.l-toppage__fields .fields-lists__box:first-of-type {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .l-toppage__fields .fields-lists__box:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-toppage__fields .fields-lists__box .swiper {
  width: 45%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .l-toppage__fields .fields-lists__box .swiper {
    width: 100%;
  }
}
.l-toppage__fields .fields-lists__box .txtbox {
  width: 55%;
  padding: 0 8%;
}
@media screen and (max-width: 768px) {
  .l-toppage__fields .fields-lists__box .txtbox {
    width: 100%;
    padding: 0;
  }
}
.l-toppage__fields .fields-lists__box .txtbox .txt {
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .l-toppage__fields .fields-lists__box .txtbox .txt {
    margin-top: 30px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.l-toppage__fields .fields-lists__box .txtbox .copy {
  font-size: 4.4rem;
  line-height: 1.4;
  padding-left: 15%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-toppage__fields .fields-lists__box .txtbox .copy {
    margin-top: 25px;
    font-size: 2.2rem;
    padding-left: 0;
  }
}
.l-toppage__fields .fields-map {
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .l-toppage__fields .fields-map {
    margin-top: 30px;
    padding: 0 5%;
  }
}
.l-toppage__fields .fields-map__title {
  color: white;
  font-family: "Sassy Frass", cursive;
  font-size: 10rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-toppage__fields .fields-map__title {
    font-size: 3rem;
    text-align: left;
    padding-left: 5%;
  }
}
.l-toppage__fields .fields-map__pic {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-toppage__fields .fields-map__pic {
    width: 100%;
    margin: 0;
  }
}
.l-toppage__fields .fields-map__pic img {
  border-radius: 30px;
}
.l-toppage__fields .fields-map__pic figcaption {
  width: 165px;
  position: absolute;
  top: -80px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .l-toppage__fields .fields-map__pic figcaption {
    width: 80px;
    top: -40px;
    right: 5px;
  }
}
.l-toppage__farmers {
  margin-top: 150px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .l-toppage__farmers {
    margin-top: 60px;
    padding-bottom: 100px;
  }
}
.l-toppage__farmers .headline {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .l-toppage__farmers .headline {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.l-toppage__farmers .headline h2 {
  position: absolute;
  top: 0;
  right: 8%;
}
@media screen and (max-width: 768px) {
  .l-toppage__farmers .headline h2 {
    right: 5%;
  }
}
.l-toppage__farmers .headline-copy {
  padding-left: 8%;
  font-size: 4.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-toppage__farmers .headline-copy {
    position: static;
    font-size: 2.6rem;
    padding-right: 30%;
  }
}
.l-toppage__farmers .headline-read {
  padding-left: 8%;
  margin-top: 30px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-toppage__farmers .headline-read {
    margin-top: 20px;
    font-size: 1.4rem;
    padding-right: 8%;
  }
}
.l-toppage__farmers .headline::after {
  content: "Rice farmers";
  font-family: "Sassy Frass", cursive;
  font-size: 10rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: rgba(198, 156, 109, 0.5);
  position: absolute;
  bottom: 0;
  right: 8%;
}
@media screen and (max-width: 768px) {
  .l-toppage__farmers .headline::after {
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    font-size: 7rem;
    text-align: center;
  }
}
.l-toppage__farmers .slide-swiper {
  overflow: hidden;
}
.l-toppage__farmers .farmers-lists {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px 0;
}
@media screen and (max-width: 768px) {
  .l-toppage__farmers .farmers-lists {
    margin-top: 50px;
    gap: 50px 0;
    padding: 0 10%;
  }
}
.l-toppage__farmers .farmers-lists__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-toppage__farmers .farmers-lists__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.l-toppage__farmers .farmers-lists__box:last-of-type {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .l-toppage__farmers .farmers-lists__box:last-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-toppage__farmers .farmers-lists__box:last-of-type .txtbox {
  padding-left: 0;
  padding-right: 6%;
}
@media screen and (max-width: 768px) {
  .l-toppage__farmers .farmers-lists__box:last-of-type .txtbox {
    padding-left: 0;
    padding-right: 0;
  }
}
.l-toppage__farmers .farmers-lists__box .swiper {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-toppage__farmers .farmers-lists__box .swiper {
    width: 100%;
  }
}
.l-toppage__farmers .farmers-lists__box .txtbox {
  width: 50%;
  padding-left: 6%;
}
@media screen and (max-width: 768px) {
  .l-toppage__farmers .farmers-lists__box .txtbox {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
.l-toppage__farmers .farmers-lists__box .txtbox .title {
  text-align: center;
  margin-bottom: 20px;
  color: #42210b;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-toppage__farmers .farmers-lists__box .txtbox .title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.l-toppage__farmers .farmers-lists__box .txtbox .txt {
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .l-toppage__farmers .farmers-lists__box .txtbox .txt {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.l-toppage__farmers .full-slide {
  margin-top: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-toppage__farmers .full-slide {
    margin-top: 80px;
  }
}
.l-toppage__farmers .full-slide .swiper-slide {
  width: 100%;
  height: 600px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-toppage__farmers .full-slide .swiper-slide {
    height: 260px;
  }
}
.l-toppage__farmers .full-slide .swiper-slide img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-toppage__farmers .full-slide .swiper-slide img {
    height: 260px;
  }
}
.l-toppage__farmers .full-slide .icon {
  width: 165px;
  position: absolute;
  top: -80px;
  left: 5%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-toppage__farmers .full-slide .icon {
    width: 80px;
    top: -40px;
  }
}
.l-toppage__farmers .btn {
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .l-toppage__farmers .btn {
    margin: 50px auto 0;
  }
}
.l-toppage__fruits {
  padding-bottom: 160px;
  background: #FFF;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(198, 156, 109, 0.2)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(198, 156, 109, 0.2) 100%);
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits {
    padding-bottom: 80px;
  }
}
.l-toppage__fruits .headline {
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .headline {
    padding-top: 40px;
  }
}
.l-toppage__fruits .headline h2 {
  position: absolute;
  bottom: 500px;
  left: 8%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .headline h2 {
    bottom: 135px;
    left: 5%;
  }
}
.l-toppage__fruits .headline-copy {
  padding-left: 350px;
  font-size: 4.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .headline-copy {
    position: static;
    font-size: 2.4rem;
    padding-right: 5%;
    padding-left: 5%;
    text-align: center;
  }
}
.l-toppage__fruits .headline-pic {
  width: 100%;
  height: 600px;
  overflow: hidden;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .headline-pic {
    height: 300px;
    margin-top: 30px;
  }
}
.l-toppage__fruits .headline-pic img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .headline-pic img {
    height: 300px;
  }
}
.l-toppage__fruits .title {
  font-family: "Sassy Frass", cursive;
  font-size: 10rem;
  text-align: center;
  color: white;
  text-shadow: 10px 10px 15px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.1em;
  margin: 20px 0 60px;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .title {
    font-size: 5rem;
    letter-spacing: 0.05em;
    margin: 10px 0 30px;
  }
}
.l-toppage__fruits .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 200px 0;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .lists {
    gap: 50px 0;
  }
}
.l-toppage__fruits .lists-box {
  position: relative;
}
.l-toppage__fruits .lists-box::before {
  content: "";
  display: block;
  width: 900px;
  height: 1px;
  background-color: #7a3b59;
  position: absolute;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .lists-box::before {
    width: 80%;
    bottom: 0;
  }
}
.l-toppage__fruits .lists-box.-lemon {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .lists-box.-lemon {
    margin-bottom: 50px;
  }
}
.l-toppage__fruits .lists-box.-lemon::before {
  bottom: -150px;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .lists-box.-lemon::before {
    bottom: -50px;
  }
}
.l-toppage__fruits .lists-box.-lemon .lists-box__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .lists-box.-lemon .lists-box__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0 10%;
  }
}
.l-toppage__fruits .lists-box.-lemon .lists-box__row .swiper {
  width: 600px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .lists-box.-lemon .lists-box__row .swiper {
    width: 100%;
  }
}
.l-toppage__fruits .lists-box.-lemon .lists-box__row-title {
  text-align: right;
  font-size: 3.6rem;
  padding-right: 80px;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .lists-box.-lemon .lists-box__row-title {
    padding-right: 0;
    text-align: center;
    font-size: 2rem;
    margin-top: 20px;
  }
}
.l-toppage__fruits .lists-box.-lemon .lists-box__row:first-of-type {
  position: relative;
  padding-bottom: 50px;
}
.l-toppage__fruits .lists-box.-lemon .lists-box__row:first-of-type::after {
  content: "Lemon";
  font-family: "Comforter Brush", cursive;
  font-size: 7.2rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: rgba(247, 147, 30, 0.5);
  position: absolute;
  bottom: 40px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .lists-box.-lemon .lists-box__row:first-of-type::after {
    width: 100%;
    text-align: center;
    font-size: 3.6rem;
    bottom: 0px;
  }
}
.l-toppage__fruits .lists-box.-lemon .lists-box__row:last-of-type {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .lists-box.-lemon .lists-box__row:last-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 30px 0;
    margin-top: 60px;
  }
}
.l-toppage__fruits .lists-box.-lemon .lists-box__row:last-of-type .txtbox {
  width: 600px;
  padding-right: 80px;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .lists-box.-lemon .lists-box__row:last-of-type .txtbox {
    width: 100%;
    padding-right: 0;
    font-size: 1.4rem;
  }
}
.l-toppage__fruits .lists-box.-lemon .lists-box__row:last-of-type .txtbox .icon {
  width: 165px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .lists-box.-lemon .lists-box__row:last-of-type .txtbox .icon {
    width: 80px;
    margin: 0 auto 20px;
  }
}
.l-toppage__fruits .lists-box.-tomato .lists-box__row, .l-toppage__fruits .lists-box.-tea .lists-box__row {
  margin-top: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .lists-box.-tomato .lists-box__row, .l-toppage__fruits .lists-box.-tea .lists-box__row {
    -webkit-transform: unset;
            transform: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0 10%;
    gap: 30px 0;
    margin-top: 0;
  }
}
.l-toppage__fruits .lists-box.-tomato .lists-box__row .swiper, .l-toppage__fruits .lists-box.-tea .lists-box__row .swiper {
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .lists-box.-tomato .lists-box__row .swiper, .l-toppage__fruits .lists-box.-tea .lists-box__row .swiper {
    width: 100%;
  }
}
.l-toppage__fruits .lists-box.-tomato .lists-box__row .txtbox, .l-toppage__fruits .lists-box.-tea .lists-box__row .txtbox {
  width: 600px;
  padding-right: 80px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .lists-box.-tomato .lists-box__row .txtbox, .l-toppage__fruits .lists-box.-tea .lists-box__row .txtbox {
    width: 100%;
    padding-right: 0;
    padding-bottom: 50px;
    font-size: 1.4rem;
  }
}
.l-toppage__fruits .lists-box.-tomato .lists-box__row .txtbox .icon, .l-toppage__fruits .lists-box.-tea .lists-box__row .txtbox .icon {
  width: 165px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .lists-box.-tomato .lists-box__row .txtbox .icon, .l-toppage__fruits .lists-box.-tea .lists-box__row .txtbox .icon {
    width: 80px;
    margin: 0 auto 20px;
  }
}
.l-toppage__fruits .lists-box.-tomato .lists-box__row.-head, .l-toppage__fruits .lists-box.-tea .lists-box__row.-head {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transform: unset;
          transform: unset;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .lists-box.-tomato .lists-box__row.-head, .l-toppage__fruits .lists-box.-tea .lists-box__row.-head {
    gap: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 40px;
    padding-bottom: 50px;
  }
}
.l-toppage__fruits .lists-box.-tomato .lists-box__row.-head .swiper, .l-toppage__fruits .lists-box.-tea .lists-box__row.-head .swiper {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .lists-box.-tomato .lists-box__row.-head .swiper, .l-toppage__fruits .lists-box.-tea .lists-box__row.-head .swiper {
    width: 100%;
  }
}
.l-toppage__fruits .lists-box.-tomato .lists-box__row.-head .lists-box__row-title, .l-toppage__fruits .lists-box.-tea .lists-box__row.-head .lists-box__row-title {
  width: 55%;
  font-size: 3.6rem;
  text-align: left;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .lists-box.-tomato .lists-box__row.-head .lists-box__row-title, .l-toppage__fruits .lists-box.-tea .lists-box__row.-head .lists-box__row-title {
    width: 100%;
    padding-top: 20px;
    font-size: 2rem;
    text-align: center;
  }
}
.l-toppage__fruits .lists-box.-tomato .lists-box__row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .lists-box.-tomato .lists-box__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-toppage__fruits .lists-box.-tomato .lists-box__row.-head {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .lists-box.-tomato .lists-box__row.-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-toppage__fruits .lists-box.-tomato .lists-box__row.-head::after {
  content: "Tomato";
  font-family: "Comforter Brush", cursive;
  font-size: 7.2rem;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: right;
  color: rgba(203, 150, 114, 0.85);
  width: 1200px;
  position: absolute;
  bottom: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .lists-box.-tomato .lists-box__row.-head::after {
    width: 100%;
    text-align: center;
    font-size: 3.6rem;
    bottom: 0px;
  }
}
.l-toppage__fruits .lists-box.-tomato .lists-box__row.-head .lists-box__row-title {
  padding-left: 10%;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .lists-box.-tomato .lists-box__row.-head .lists-box__row-title {
    padding-left: 0;
  }
}
.l-toppage__fruits .lists-box.-tea .lists-box__row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .lists-box.-tea .lists-box__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-toppage__fruits .lists-box.-tea .lists-box__row .txtbox {
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .lists-box.-tea .lists-box__row .txtbox {
    padding-left: 0px;
  }
}
.l-toppage__fruits .lists-box.-tea .lists-box__row.-head {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .lists-box.-tea .lists-box__row.-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-toppage__fruits .lists-box.-tea .lists-box__row.-head::after {
  content: "Shizuoka tea";
  font-family: "Comforter Brush", cursive;
  font-size: 7.2rem;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: right;
  color: rgba(130, 138, 100, 0.85);
  width: 600px;
  position: absolute;
  bottom: 200px;
  left: 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .lists-box.-tea .lists-box__row.-head::after {
    width: 100%;
    text-align: center;
    font-size: 3.6rem;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.l-toppage__fruits .lists-box.-tea .lists-box__row.-head .lists-box__row-title {
  padding-left: 15%;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .lists-box.-tea .lists-box__row.-head .lists-box__row-title {
    padding-left: 0px;
  }
}
.l-toppage__fruits .btn {
  margin: 200px auto 0;
}
@media screen and (max-width: 768px) {
  .l-toppage__fruits .btn {
    margin: 50px auto 0;
  }
}
.l-toppage__access .headline {
  position: relative;
  padding-top: 150px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .l-toppage__access .headline {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
.l-toppage__access .headline h2 {
  position: absolute;
  top: 80px;
  right: 8%;
}
@media screen and (max-width: 768px) {
  .l-toppage__access .headline h2 {
    top: 60px;
    right: 5%;
  }
}
.l-toppage__access .headline-copy {
  padding-left: 500px;
  font-size: 4.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-toppage__access .headline-copy {
    padding-left: 8%;
    font-size: 2.6rem;
    padding-right: 30%;
  }
}
.l-toppage__access .access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-toppage__access .access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0 10%;
  }
}
.l-toppage__access .access::before {
  content: "Ohashi farm";
  font-family: "Sassy Frass", cursive;
  font-size: 10rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: rgba(153, 134, 117, 0.5);
  position: absolute;
  top: -70px;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .l-toppage__access .access::before {
    font-size: 5rem;
    width: 100%;
    text-align: center;
    top: -50px;
  }
}
.l-toppage__access .access-pic {
  width: 600px;
  -webkit-box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .l-toppage__access .access-pic {
    width: 100%;
    margin-top: 0;
  }
}
.l-toppage__access .access .swiper-wrapper,
.l-toppage__access .access .swiper-slide {
  margin-top: 0;
}
.l-toppage__access .access div {
  width: 550px;
}
@media screen and (max-width: 768px) {
  .l-toppage__access .access div {
    width: 100%;
    margin-top: 30px;
  }
}
.l-toppage__access .access div p {
  letter-spacing: 0.02em;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .l-toppage__access .access div p {
    letter-spacing: 0.01em;
    line-height: 2;
    font-size: 1.4rem;
  }
}
.l-toppage__access .access div iframe {
  margin-top: 20px;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .l-toppage__access .access div iframe {
    margin-top: 30px;
    height: 240px;
  }
}
.l-toppage__access .access ul {
  margin-top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  .l-toppage__access .access ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-toppage__access .access ul li {
    font-size: 1.1rem;
  }
}
.l-toppage__access .access ul li span {
  margin-right: 10px;
  color: #caa024;
}
@media screen and (max-width: 768px) {
  .l-toppage__access .access ul li span {
    display: block;
  }
}
.l-toppage__access .outline {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-toppage__access .outline {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 0 10%;
  }
}
.l-toppage__access .outline-pic {
  width: 600px;
}
@media screen and (max-width: 768px) {
  .l-toppage__access .outline-pic {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-toppage__access .outline div {
    width: 100%;
    text-align: center;
  }
}
.l-toppage__access .outline div p {
  font-weight: 400;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .l-toppage__access .outline div p {
    line-height: 2;
  }
}
.l-toppage__access .outline div p.name {
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-toppage__access .outline div p.name {
    font-size: 1.8rem;
    margin-top: 30px;
  }
}
.l-toppage__access .outline div p.adrs {
  font-size: 1.5rem;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .l-toppage__access .outline div p.adrs {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
.l-toppage__access .outline div p.phone {
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 3rem;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .l-toppage__access .outline div p.phone {
    margin-top: 5px;
    font-size: 2rem;
  }
}
.l-toppage__access .outline div p.phone span {
  display: block;
  font-family: "Zen Old Mincho", serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "YakuHanJPs", "メイリオ", "Meiryo";
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-toppage__access .outline div p.phone span {
    font-size: 1rem;
  }
}
.l-toppage__access .outline div p.vision {
  color: #42210b;
  font-size: 1.5rem;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .l-toppage__access .outline div p.vision {
    margin-top: 20px;
    font-size: 1.2rem;
    text-align: left;
  }
}

.l-sns__lists {
  width: 100%;
  min-width: 1366px;
}
@media screen and (max-width: 768px) {
  .l-sns__lists {
    min-width: 100%;
  }
}
.l-sns__lists ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 0 20px;
  margin-bottom: 35px;
  margin-right: 150px;
}
@media screen and (max-width: 768px) {
  .l-sns__lists ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
  }
}
.l-sns__lists ul li {
  color: #7a3b59;
}
.l-sns__lists ul li a img {
  width: auto;
  height: 26px;
}

.l-footer {
  width: 100%;
  height: 500px;
  min-width: 1366px;
  padding: 125px 0 0;
  background-image: url("/assets/image/common/pic-footer_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer {
    min-width: 100%;
    height: auto;
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__btn {
    margin: 0 auto;
  }
}
.l-footer__row {
  width: 400px;
  margin: 90px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .l-footer__row {
    width: 65%;
    margin: 40px auto 0;
  }
}
.l-footer__row ul {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer__row ul li {
  color: white;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-footer__row ul li {
    font-size: 1.2rem;
  }
}
.l-footer__row ul li a {
  color: white;
}
.l-footer__row ul li:last-child::before {
  content: "｜";
}
.l-footer .page-scroll {
  width: 40px;
  cursor: pointer;
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(600px);
          transform: translateX(600px);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .l-footer .page-scroll {
    width: 30px;
    top: -20px;
    left: unset;
    right: 5%;
    -webkit-transform: unset;
            transform: unset;
  }
}

main {
  width: 100%;
  min-width: 1366px;
}
@media screen and (max-width: 768px) {
  main {
    min-width: 100%;
  }
}

.content {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content {
    width: 100%;
    margin: 0;
  }
}

.fade-in {
  opacity: 0; /* JSでアニメーションするので初期値を明示的に設定 */
}

.l-error {
  padding: 200px 0 250px;
  color: black;
}
@media screen and (max-width: 768px) {
  .l-error {
    padding: 40px 0 120px;
  }
}
.l-error .inner {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-error .inner {
    padding: 0 5%;
  }
}
.l-error .inner .title {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-error .inner .title {
    font-size: 2.4rem;
  }
}
.l-error .inner .txt {
  font-size: 1.6rem;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-error .inner .txt {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.l-error .inner .btn {
  width: 400px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .l-error .inner .btn {
    width: 80%;
    margin: 15px auto 0;
  }
}
.l-error .inner .btn a {
  display: block;
  text-align: center;
  line-height: 70px;
  font-size: 1.8rem;
  border-radius: 0 0 70px 0;
  color: white;
  background-color: black;
}
@media screen and (max-width: 768px) {
  .l-error .inner .btn a {
    font-size: 1.25rem;
    line-height: 50px;
    border-radius: 0 0 50px 0;
  }
}