@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=Bonheur+Royale&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: #000;
  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: #000;
  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: #999999;
  background: -webkit-gradient(linear, left top, right top, from(rgb(153, 153, 153)), to(rgb(176, 19, 55)));
  background: linear-gradient(90deg, rgb(153, 153, 153) 0%, rgb(176, 19, 55) 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;
  }
}
.btn.-clr-g a {
  background: #999999;
  background: -webkit-gradient(linear, left top, right top, from(rgb(153, 153, 153)), to(rgb(0, 146, 69)));
  background: linear-gradient(90deg, rgb(153, 153, 153) 0%, rgb(0, 146, 69) 100%);
}
.btn.-clr-b a {
  background: #999999;
  background: -webkit-gradient(linear, left top, right top, from(rgb(199, 178, 153)), to(rgb(117, 76, 36)));
  background: linear-gradient(90deg, rgb(199, 178, 153) 0%, rgb(117, 76, 36) 100%);
}

.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: 53px 2.5% 0 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -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 5px;
}
@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: 16px 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 15px 30px;
  color: #000;
}
@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.4rem;
    text-align: center;
  }
}
.l-header__nav ul li a span {
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  color: #808080;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-header__nav ul li a span {
    font-size: 0.9rem;
  }
}
.l-header__nav ul li:last-child {
  margin-left: 30px;
}
@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: #999999;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(153, 153, 153)), to(rgb(176, 19, 55)));
  background: linear-gradient(0deg, rgb(153, 153, 153) 0%, rgb(176, 19, 55) 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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 180px 0;
}
@media screen and (max-width: 768px) {
  .l-toppage {
    gap: 70px 0;
  }
}
.l-toppage__hero {
  margin: 0 0 0 auto;
  width: 90%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-toppage__hero {
    width: 100%;
    margin: 0;
  }
}
.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: 100%;
  }
}
.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: 100%;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.l-toppage__hero .hero-wrap .copy-box {
  width: 900px;
  color: white;
  position: absolute;
  top: 60%;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-toppage__hero .hero-wrap .copy-box {
    display: none;
  }
}
.l-toppage__hero .hero-wrap .copy-box .jp-copy {
  margin-top: 50px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  padding-left: 4em;
}
.l-toppage__bnr ul {
  width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-toppage__bnr ul {
    width: 100%;
    padding: 0 8%;
    -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;
    gap: 35px 0;
  }
}
.l-toppage__bnr ul li {
  width: 525px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .l-toppage__bnr ul li {
    width: 100%;
  }
}
.l-toppage__bnr ul li a {
  display: block;
  background-color: #f6f6f2;
  padding: 20px;
  position: relative;
}
.l-toppage__bnr ul li a .txt {
  color: #7a3b59;
  font-size: 1.5rem;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-toppage__bnr ul li a .txt {
    font-size: 1.2rem;
  }
}
.l-toppage__bnr ul li a .icon {
  width: 120px;
  position: absolute;
  top: -40px;
  left: -40px;
}
@media screen and (max-width: 768px) {
  .l-toppage__bnr ul li a .icon {
    width: 60px;
    top: -20px;
    left: -20px;
  }
}
.l-toppage .headline {
  padding: 0 8%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .l-toppage .headline {
    margin-bottom: 30px;
  }
}
.l-toppage .headline h2 {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-toppage .headline h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.l-toppage .headline h2 span {
  font-size: 1.2rem;
  margin-left: 1.2em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .l-toppage .headline h2 span {
    font-size: 1rem;
  }
}
.l-toppage .headline h2.-taR {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .l-toppage .headline h2.-taR {
    text-align: left;
  }
}
.l-toppage .headline-copy {
  font-size: 4.4rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-toppage .headline-copy {
    font-size: 2.2rem;
  }
}
.l-toppage .headline-copy.-taC {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-toppage .headline-copy.-taC {
    text-align: left;
  }
}
.l-toppage__about {
  position: relative;
  background-image: url("/assets/image/about/about-bg.png");
  background-repeat: repeat-x;
  background-size: cover;
  padding: 40px 0 150px;
}
@media screen and (max-width: 768px) {
  .l-toppage__about {
    background-image: unset;
    padding: 20px 0 70px;
  }
}
.l-toppage__about .concept {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 100px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-toppage__about .concept {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    gap: 20px 0;
    white-space: unset;
    padding: 0 8%;
  }
}
.l-toppage__about .concept-copy {
  font-size: 4.4rem;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .l-toppage__about .concept-copy {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    font-size: 3rem;
    letter-spacing: 0.08em;
  }
}
.l-toppage__about .concept-copy span {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .l-toppage__about .concept-copy span {
    margin-top: 0;
    letter-spacing: 0.01em;
  }
}
.l-toppage__about .concept .txt-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .l-toppage__about .concept .txt-box {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    padding-top: 0;
  }
}
.l-toppage__about .concept .txt-box p {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2.2;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .l-toppage__about .concept .txt-box p {
    font-size: 1.4rem;
    line-height: 2;
    margin-right: 0;
  }
}
.l-toppage__about .concept .txt-box p:first-of-type {
  margin-right: 0;
}
.l-toppage__about .pic-txt {
  margin-top: 100px;
  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__about .pic-txt {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 0 8%;
    gap: 20px 0;
  }
}
.l-toppage__about .pic-txt figure {
  width: 600px;
}
@media screen and (max-width: 768px) {
  .l-toppage__about .pic-txt figure {
    width: 100%;
  }
}
.l-toppage__about .pic-txt__detail {
  width: 600px;
  padding-left: 8%;
}
@media screen and (max-width: 768px) {
  .l-toppage__about .pic-txt__detail {
    width: 100%;
    padding-left: 0;
  }
}
.l-toppage__about .pic-txt__detail .title {
  width: 445px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .l-toppage__about .pic-txt__detail .title {
    width: 85%;
  }
}
.l-toppage__about .pic-txt__detail .txt {
  margin-top: 20px;
  color: #7a3b59;
  text-align: right;
  font-size: 3rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-toppage__about .pic-txt__detail .txt {
    font-size: 1.4rem;
  }
}
.l-toppage__grower .headline-en {
  color: #7a3b59;
  font-size: 9rem;
  font-family: "Comforter Brush", cursive;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-toppage__grower .headline-en {
    font-size: 4rem;
  }
}
.l-toppage__grower .headline-copy {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-toppage__grower .headline-copy {
    margin-top: 20px;
  }
}
.l-toppage__grower .headline-copy span {
  margin-top: 25px;
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .l-toppage__grower .headline-copy span {
    margin-top: 10px;
    font-size: 1.1rem;
    letter-spacing: 0.01em;
  }
}
.l-toppage__grower .slide-right,
.l-toppage__grower .slide-left {
  overflow: hidden;
}
.l-toppage__grower .slide-left {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .l-toppage__grower .slide-left {
    margin-top: 1px;
  }
}
.l-toppage__grower .full-pic {
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-toppage__grower .full-pic {
    margin-top: 30px;
  }
}
.l-toppage__grower .full-pic .swiper-slide {
  width: 100%;
  height: 680px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-toppage__grower .full-pic .swiper-slide {
    height: 240px;
  }
}
.l-toppage__grower .full-pic .swiper-slide img {
  height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-toppage__grower .full-pic .swiper-slide img {
    height: 240px;
  }
}
.l-toppage__grower .full-pic figcaption {
  position: absolute;
  top: 100px;
  right: 5%;
  color: white;
  text-align: right;
  z-index: 1;
  font-size: 9rem;
  font-family: "Bonheur Royale", cursive;
  letter-spacing: 0.05em;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .l-toppage__grower .full-pic figcaption {
    font-size: 4rem;
    bottom: 10px;
  }
}
.l-toppage__cellar {
  position: relative;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .l-toppage__cellar {
    padding-bottom: 70px;
  }
}
.l-toppage__cellar::before {
  content: "";
  display: block;
  width: 100%;
  height: 200%;
  background-image: url("/assets/image/about/about-bg.png");
  background-repeat: repeat-x;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.l-toppage__cellar .full-pic {
  position: relative;
}
.l-toppage__cellar .full-pic .swiper-slide {
  width: 100%;
  height: 680px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-toppage__cellar .full-pic .swiper-slide {
    height: 240px;
  }
}
.l-toppage__cellar .full-pic .swiper-slide img {
  height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-toppage__cellar .full-pic .swiper-slide img {
    height: 240px;
  }
}
.l-toppage__cellar .full-pic figcaption {
  position: absolute;
  bottom: -90px;
  right: 8%;
  color: white;
  text-align: right;
  z-index: 1;
  font-size: 9rem;
  font-family: "Comforter Brush", cursive;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-toppage__cellar .full-pic figcaption {
    font-size: 4rem;
    bottom: 5px;
    right: 5%;
    opacity: 0.5;
  }
}
.l-toppage__cellar .row {
  margin-top: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -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__cellar .row {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 0 8%;
    gap: 20px 0;
  }
}
.l-toppage__cellar .row.-rev {
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .l-toppage__cellar .row.-rev {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-toppage__cellar .row.-rev .row-detail {
  padding-right: 0;
  padding-left: 8%;
}
@media screen and (max-width: 768px) {
  .l-toppage__cellar .row.-rev .row-detail {
    padding-left: 0;
    color: white;
  }
}
.l-toppage__cellar .row-pic {
  width: 600px;
}
@media screen and (max-width: 768px) {
  .l-toppage__cellar .row-pic {
    width: 100%;
  }
}
.l-toppage__cellar .row-detail {
  padding-right: 8%;
  color: white;
}
@media screen and (max-width: 768px) {
  .l-toppage__cellar .row-detail {
    width: 100%;
    padding-left: 0;
    color: unset;
  }
}
.l-toppage__cellar .row-detail .title {
  font-size: 4.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-toppage__cellar .row-detail .title {
    font-size: 2rem;
  }
}
.l-toppage__cellar .row-detail .title span {
  margin-left: 5.3em;
}
@media screen and (max-width: 768px) {
  .l-toppage__cellar .row-detail .title span {
    margin-left: 0;
  }
}
.l-toppage__cellar .row-detail .txt {
  margin-top: 20px;
  text-align: justify;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .l-toppage__cellar .row-detail .txt {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.l-toppage__world, .l-toppage__japan {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .l-toppage__world, .l-toppage__japan {
    margin-top: 0;
  }
}
.l-toppage__world .headline-copy, .l-toppage__japan .headline-copy {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-toppage__world .headline-copy, .l-toppage__japan .headline-copy {
    margin-top: 20px;
  }
}
.l-toppage__world .row, .l-toppage__japan .row {
  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;
}
@media screen and (max-width: 768px) {
  .l-toppage__world .row, .l-toppage__japan .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;
    gap: 20px 0;
  }
}
.l-toppage__world .row-pic, .l-toppage__japan .row-pic {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .l-toppage__world .row-pic, .l-toppage__japan .row-pic {
    width: 100%;
  }
}
.l-toppage__world .row-detail, .l-toppage__japan .row-detail {
  width: 60%;
  padding: 0 8%;
}
@media screen and (max-width: 768px) {
  .l-toppage__world .row-detail, .l-toppage__japan .row-detail {
    width: 100%;
  }
}
.l-toppage__world .row-detail .title, .l-toppage__japan .row-detail .title {
  font-family: "Comforter Brush", cursive;
  font-size: 10rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-toppage__world .row-detail .title, .l-toppage__japan .row-detail .title {
    font-size: 5rem;
    letter-spacing: 0.1em;
  }
}
.l-toppage__world .row-detail .txt, .l-toppage__japan .row-detail .txt {
  margin-top: 40px;
  text-align: justify;
  line-height: 2.6;
}
@media screen and (max-width: 768px) {
  .l-toppage__world .row-detail .txt, .l-toppage__japan .row-detail .txt {
    margin-top: 0;
    line-height: 2;
    font-size: 1.4rem;
  }
}
.l-toppage__world .row-2col, .l-toppage__japan .row-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .l-toppage__world .row-2col, .l-toppage__japan .row-2col {
    margin-top: 60px;
    -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 8%;
    gap: 20px 0;
  }
}
.l-toppage__world .row-2col ul, .l-toppage__japan .row-2col ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 0;
}
.l-toppage__world .row-2col__detail, .l-toppage__japan .row-2col__detail {
  width: 50%;
  padding-left: 5%;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .l-toppage__world .row-2col__detail, .l-toppage__japan .row-2col__detail {
    width: 100%;
    padding-left: 0;
  }
}
.l-toppage__world .row-2col__detail figure, .l-toppage__japan .row-2col__detail figure {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-toppage__world .row-2col__detail figure, .l-toppage__japan .row-2col__detail figure {
    width: 100%;
  }
}
.l-toppage__world .full-pic, .l-toppage__japan .full-pic {
  margin-top: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-toppage__world .full-pic, .l-toppage__japan .full-pic {
    margin-top: 60px;
  }
}
.l-toppage__world .full-pic .swiper-slide, .l-toppage__japan .full-pic .swiper-slide {
  width: 100%;
  height: 680px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-toppage__world .full-pic .swiper-slide, .l-toppage__japan .full-pic .swiper-slide {
    height: 240px;
  }
}
.l-toppage__world .full-pic .swiper-slide img, .l-toppage__japan .full-pic .swiper-slide img {
  height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-toppage__world .full-pic .swiper-slide img, .l-toppage__japan .full-pic .swiper-slide img {
    height: 240px;
  }
}
.l-toppage__world .full-pic figcaption, .l-toppage__japan .full-pic figcaption {
  position: absolute;
  bottom: 25px;
  color: white;
  text-align: right;
  z-index: 1;
  font-size: 9rem;
  font-family: "Bonheur Royale", cursive;
  letter-spacing: 0.05em;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .l-toppage__world .full-pic figcaption, .l-toppage__japan .full-pic figcaption {
    font-size: 4rem;
    bottom: 10px;
  }
}
.l-toppage__world .btn, .l-toppage__japan .btn {
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .l-toppage__world .btn, .l-toppage__japan .btn {
    margin: 40px auto 0;
  }
}
.l-toppage__world .row-detail .title {
  color: #7a3b59;
}
.l-toppage__world .row-2col__detail .title {
  color: #b01337;
}
.l-toppage__world .row-2col__detail dl dd {
  color: #7a3b59;
}
.l-toppage__world .country-box figure figcaption {
  color: #7a3b59;
}
.l-toppage__world .full-pic figcaption {
  right: 8%;
}
@media screen and (max-width: 768px) {
  .l-toppage__world .full-pic figcaption {
    right: 5%;
  }
}
.l-toppage__japan .row-detail .title {
  color: #62733e;
}
.l-toppage__japan .row-2col__detail .title {
  color: #006837;
}
.l-toppage__japan .row-2col__detail dl dd {
  color: #62733e;
}
.l-toppage__japan .full-pic figcaption {
  left: 8%;
}
@media screen and (max-width: 768px) {
  .l-toppage__japan .full-pic figcaption {
    left: 5%;
  }
}
.l-toppage__sake {
  background-color: rgba(230, 238, 192, 0.2);
  padding: 80px 0 140px;
}
@media screen and (max-width: 768px) {
  .l-toppage__sake {
    padding: 40px 0 70px;
  }
}
.l-toppage__sake .title {
  font-size: 2rem;
}
.l-toppage__sake .title::before {
  content: attr(data-title);
  font-size: 1.2rem;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .l-toppage__sake .title::before {
    font-size: 1rem;
  }
}
.l-toppage__sake .title.-taR {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .l-toppage__sake .title.-taR {
    text-align: left;
  }
}
.l-toppage__sake .copy {
  margin-top: 5px;
  color: #bb5730;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .l-toppage__sake .copy {
    line-height: 1.6;
  }
}
.l-toppage__sake .copy.-taR {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .l-toppage__sake .copy.-taR {
    text-align: left;
  }
}
.l-toppage__sake .txt {
  line-height: 2.4;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .l-toppage__sake .txt {
    margin-top: 30px;
    line-height: 2;
    font-size: 1.4rem;
  }
}
.l-toppage__sake .enTxt {
  color: #c7b299;
  font-size: 7rem;
  line-height: 1.4;
  letter-spacing: 0.15em;
  font-family: "Comforter Brush", cursive;
}
@media screen and (max-width: 768px) {
  .l-toppage__sake .enTxt {
    font-size: 3rem;
    text-align: center;
  }
}
.l-toppage__sake .enTxt.-taR {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .l-toppage__sake .enTxt.-taR {
    text-align: center;
  }
}
.l-toppage__sake .headline-copy {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-toppage__sake .headline-copy {
    margin-top: 20px;
  }
}
.l-toppage__sake .intro {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .l-toppage__sake .intro {
    padding-bottom: 40px;
  }
}
.l-toppage__sake .intro figure {
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-toppage__sake .intro figure {
    margin-top: 30px;
  }
}
.l-toppage__sake .intro figure figcaption {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  bottom: -140px;
  right: 8%;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .l-toppage__sake .intro figure figcaption {
    right: 3%;
    bottom: -40px;
  }
}
.l-toppage__sake .intro figure figcaption span {
  font-size: 4.4rem;
  background-color: white;
  padding: 30px 5px;
  letter-spacing: 0.1em;
  line-height: 2;
  position: relative;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .l-toppage__sake .intro figure figcaption span {
    font-size: 2rem;
    padding: 10px 5px;
    line-height: 2.4;
  }
}
.l-toppage__sake .intro figure figcaption span:last-of-type {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .l-toppage__sake .intro figure figcaption span:last-of-type {
    margin-top: 1.4em;
  }
}
.l-toppage__sake .intro-row {
  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;
  position: relative;
  z-index: -1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-toppage__sake .intro-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;
    margin-top: 40px;
    padding: 0 8%;
    gap: 20px 0;
  }
}
.l-toppage__sake .intro-row__pic {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-toppage__sake .intro-row__pic {
    width: 100%;
  }
}
.l-toppage__sake .intro-row__pic .swiper {
  margin-top: 40px;
}
.l-toppage__sake .intro-row__pic .swiper:first-of-type {
  margin-top: 0;
}
.l-toppage__sake .intro-row__detail {
  width: 50%;
  padding: 0 5% 0 0;
}
@media screen and (max-width: 768px) {
  .l-toppage__sake .intro-row__detail {
    width: 100%;
    padding: 0;
  }
}
.l-toppage__sake .intro-row__detail .enTxt {
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .l-toppage__sake .intro-row__detail .enTxt {
    margin: 20px 0 0;
  }
}
.l-toppage__sake .btn {
  margin: 20px auto 0;
}
.l-toppage__owner {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .l-toppage__owner {
    padding: 0;
  }
}
.l-toppage__owner .headline-copy {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-toppage__owner .headline-copy {
    margin-top: 20px;
  }
}
.l-toppage__owner .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__owner .row {
    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;
    padding: 0 8%;
    gap: 20px 0;
  }
}
.l-toppage__owner .row.-rev {
  margin-top: 60px;
  -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__owner .row.-rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
  }
}
.l-toppage__owner .row.-rev .row-detail {
  padding: 0 5% 0 0;
}
@media screen and (max-width: 768px) {
  .l-toppage__owner .row.-rev .row-detail {
    padding: 0;
  }
}
.l-toppage__owner .row-pic {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .l-toppage__owner .row-pic {
    width: 100%;
  }
}
.l-toppage__owner .row-detail {
  width: 48%;
  padding: 0 0 0 5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-toppage__owner .row-detail {
    width: 100%;
    padding: 0;
  }
}
.l-toppage__owner .row-detail .name {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-toppage__owner .row-detail .name {
    font-size: 1.8rem;
  }
}
.l-toppage__owner .row-detail .name::before {
  content: attr(data-title);
  font-family: "Comforter Brush", cursive;
  font-size: 6rem;
  color: #CCC;
  margin-right: 0.3em;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 768px) {
  .l-toppage__owner .row-detail .name::before {
    display: block;
    font-size: 4rem;
    margin-right: 0;
    margin-bottom: 5px;
    line-height: 1;
  }
}
.l-toppage__owner .row-detail .name span {
  margin-left: 15px;
}
.l-toppage__owner .row-detail .name span.clr {
  color: #b01337;
}
.l-toppage__owner .row-detail .name span.en {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-toppage__owner .row-detail .name span.en {
    font-size: 1rem;
  }
}
.l-toppage__owner .row-detail .txt {
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .l-toppage__owner .row-detail .txt {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.l-toppage__owner .row-detail ul {
  margin: 40px 0 0;
  padding: 0 0 0 1.6em;
}
@media screen and (max-width: 768px) {
  .l-toppage__owner .row-detail ul {
    margin: 20px 0 0;
    font-size: 1.2rem;
  }
}
.l-toppage__owner .row-detail ul li {
  list-style: disc;
}
.l-toppage__owner .row-detail .ig {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .l-toppage__owner .row-detail .ig {
    position: static;
    text-align: right;
    margin-top: 20px;
  }
}
.l-toppage__owner .row-detail .ig img {
  width: 16px;
  margin-right: 7px;
  vertical-align: -3px;
}
.l-toppage__shop {
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-toppage__shop {
    padding-top: 40px;
  }
}
.l-toppage__shop::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: #EFEDEC;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(239, 237, 236, 0.1)), color-stop(50%, rgba(176, 19, 55, 0.1)), to(rgba(242, 242, 242, 0.2)));
  background: linear-gradient(0deg, rgba(239, 237, 236, 0.1) 0%, rgba(176, 19, 55, 0.1) 50%, rgba(242, 242, 242, 0.2) 100%);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-toppage__shop::before {
    width: 100%;
  }
}
.l-toppage__shop .read {
  text-align: center;
  padding: 0 18% 80px;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .l-toppage__shop .read {
    text-align: left;
    padding: 0 8% 40px;
    line-height: 2;
    font-size: 1.4rem;
  }
}
.l-toppage__shop .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-toppage__shop .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
  }
}
.l-toppage__shop .row-pic {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .l-toppage__shop .row-pic {
    width: 100%;
  }
}
.l-toppage__shop .row-detail {
  width: 48%;
  padding: 0 8% 0 2%;
}
@media screen and (max-width: 768px) {
  .l-toppage__shop .row-detail {
    width: 100%;
    padding: 0 8%;
  }
}
.l-toppage__shop .row-detail iframe {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-toppage__shop .row-detail iframe {
    height: 240px;
  }
}
.l-toppage__shop .row-detail dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-toppage__shop .row-detail dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.4rem;
  }
}
.l-toppage__shop .row-detail dl dt, .l-toppage__shop .row-detail dl dd {
  margin: 0;
}
.l-toppage__shop .row-detail dl dt {
  width: 15%;
  color: #b01337;
}
@media screen and (max-width: 768px) {
  .l-toppage__shop .row-detail dl dt {
    width: 100%;
  }
}
.l-toppage__shop .row-detail dl dd {
  width: 85%;
}
@media screen and (max-width: 768px) {
  .l-toppage__shop .row-detail dl dd {
    width: 100%;
  }
}
.l-toppage__shop .row.-outline {
  margin-top: 100px;
  -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__shop .row.-outline {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .l-toppage__shop .row.-outline .row-pic {
    padding: 0 8%;
  }
}
.l-toppage__shop .row.-outline .row-detail {
  padding: 0 2% 0 8%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-toppage__shop .row.-outline .row-detail {
    padding: 0 8%;
    width: 100%;
  }
}
.l-toppage__shop .row.-outline .row-detail::after {
  content: "History";
  display: block;
  font-family: "Comforter Brush", cursive;
  color: #c7b299;
  font-size: 7.2rem;
  letter-spacing: 0.15em;
  position: absolute;
  bottom: -80px;
  right: 8%;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .l-toppage__shop .row.-outline .row-detail::after {
    font-size: 5rem;
    letter-spacing: 0.1em;
    bottom: -100px;
    right: 5%;
  }
}
.l-toppage__shop .row.-outline .row-detail .title {
  font-size: 2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-toppage__shop .row.-outline .row-detail .title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.l-toppage__shop .row.-outline .row-detail .adrs {
  line-height: 3;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-toppage__shop .row.-outline .row-detail .adrs {
    line-height: 2;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.l-toppage__shop .row.-outline .row-detail p.phone {
  color: #b01337;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 3rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-toppage__shop .row.-outline .row-detail p.phone {
    margin-top: 5px;
    font-size: 2.4rem;
  }
}
.l-toppage__shop .row.-outline .row-detail 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__shop .row.-outline .row-detail p.phone span {
    font-size: 1rem;
  }
}
.l-toppage__shop .row.-outline .row-detail dl {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .l-toppage__shop .row.-outline .row-detail dl {
    font-size: 1.2rem;
  }
}
.l-toppage__shop .row.-outline .row-detail dl dt {
  width: 15%;
  color: #333;
}
@media screen and (max-width: 768px) {
  .l-toppage__shop .row.-outline .row-detail dl dt {
    width: 100%;
  }
}
.l-toppage__shop .row.-outline .row-detail dl dd {
  width: 85%;
  color: #333;
}
@media screen and (max-width: 768px) {
  .l-toppage__shop .row.-outline .row-detail dl dd {
    width: 100%;
  }
}
.l-toppage__shop .under-txt {
  margin-top: 160px;
  padding-bottom: 40px;
  text-align: center;
  color: #b01337;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-toppage__shop .under-txt {
    margin-top: 120px;
    text-align: left;
    font-size: 1rem;
    padding: 0 8%;
  }
}

.l-sns__lists {
  position: fixed;
  bottom: 200px;
  left: -5%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-sns__lists {
    position: static;
    padding-bottom: 40px;
    margin-top: 30px;
  }
}
.l-sns__lists ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .l-sns__lists ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    -webkit-transform: unset;
            transform: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 20px;
  }
}
.l-sns__lists ul li {
  color: #333;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-sns__lists ul li:first-child {
    width: 100%;
    text-align: center;
  }
}
.l-sns__lists ul li a img {
  width: auto;
  height: 26px;
}

.bnr {
  position: fixed;
  bottom: 20px;
  right: 3%;
  width: 120px;
  height: 120px;
  z-index: 1;
  opacity: 0;
  pointer-events: none; /* 初期はクリックできない */
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .bnr {
    display: none;
  }
}
.bnr.show {
  bottom: 30px;
  opacity: 1;
  pointer-events: auto; /* 表示されたらクリック可能 */
}
.bnr.hide {
  bottom: 20px;
  opacity: 0;
  pointer-events: none;
}
.bnr a {
  display: block;
}
.bnr a img {
  border-radius: 100%;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.l-footer {
  width: 100%;
  height: 500px;
  min-width: 1366px;
  padding: 200px 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: 60px 0;
  }
}
.l-footer .content {
  position: relative;
}
.l-footer__row {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .l-footer__row {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__row-btn {
  width: 388px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 0;
}
@media screen and (max-width: 768px) {
  .l-footer__row-btn {
    width: 100%;
    margin: 0 auto 30px;
    gap: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__row-btn li {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__row-idbox {
    width: 100%;
  }
}
.l-footer__row-idbox__id {
  width: 206px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .l-footer__row-idbox__id {
    width: 35%;
    margin: 0 auto 20px;
  }
}
.l-footer__row-idbox ul {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (max-width: 768px) {
  .l-footer__row-idbox ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__row-idbox ul li {
  color: white;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-footer__row-idbox ul li {
    font-size: 1.1rem;
  }
}
.l-footer__row-idbox ul li a {
  color: white;
}
.l-footer__row-idbox ul li a img {
  width: 14px;
  vertical-align: -1px;
  margin-right: 5px;
}
.l-footer__row-idbox 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;
  }
}