@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

:root {
  --font-ja: "Noto Serif JP", sans-serif;
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --color-primary: #76a946;
  --color-text-primary: #3e272c;
  --color-text-contrast: #ffffff;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.5208333333vw;
  }
}

.hidden {
  overflow: hidden;
}

body {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #3e272c;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

.c-ja {
  font-family: var(--font-ja);
}

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

iframe {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  opacity: 1;
  transition: opacity 0.3s;
  cursor: default;
}
@media screen and (min-width: 768px) {
  a {
    /*  &:hover {
      opacity: 0.7;
    } */
  }
}
a[href] {
  cursor: pointer;
}

.underline {
  text-decoration: underline;
}

.link {
  color: #0087b9;
  text-decoration: underline;
}

.container {
  --max-width: 122rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: calc(var(--max-width) + 4rem);
}

html {
  position: relative;
}
html:before {
  content: "";
  background: #808085;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  position: absolute;
  mix-blend-mode: multiply;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
}

@media screen and (max-width: 767px) {
  .is-locked {
    overflow: hidden;
  }
  .is-locked:before {
    opacity: 1;
    visibility: visible;
  }
}

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

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

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.l-page {
  padding-top: 12rem;
}

.btn {
  display: block;
  letter-spacing: 0.2em;
  font-weight: bold;
  transition: 0.5s;
  width: 30rem;
  max-width: 100%;
  border: 3px solid #f3b400;
  line-height: 66px;
  text-align: center;
  border-radius: 50px;
  position: relative;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}
.btn::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 15px;
  background-color: #f3b400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: 0.5s;
  -webkit-mask: url(../images/ico_arrow_w.svg) no-repeat center/contain;
          mask: url(../images/ico_arrow_w.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 22rem;
    line-height: 50px;
  }
  .btn::after {
    right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .btn:hover {
    background: #f3b400;
    color: #fff;
  }
  .btn:hover:after {
    background: #fff;
  }
}

@media screen and (min-width: 768px) {
  .l-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 98;
    transition: 0.3s ease-out;
    padding-top: 1rem;
    padding-right: 5rem;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 98;
    width: 7rem;
  }
}
.l-header__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 52rem;
  max-width: 100%;
  background: url(../images/bg-contact.png) no-repeat center/cover;
  padding: 2rem;
  border-radius: 4.5rem;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
.l-header__contact .txt1 {
  color: #3e272c;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.5rem;
  line-height: 1.3;
  transition: 0.3s ease-out;
}
.l-header__contact .txt1::before, .l-header__contact .txt1::after {
  content: "";
  display: inline-block;
  width: 10rem;
  height: 2rem;
  background: url(../images/deco1.svg) no-repeat left center/contain;
  transition: 0.3s ease-out;
}
.l-header__contact .tel1 {
  color: #fff;
  text-align: center;
  text-shadow: -1.5px -0.5px 0 #dbbe00, -1.5px 0.5px 0 #dbbe00, -0.5px -1.5px 0 #dbbe00, -0.5px -0.5px 0 #dbbe00, -0.5px 0.5px 0 #dbbe00, -0.5px 1.5px 0 #dbbe00, 0.5px -1.5px 0 #dbbe00, 0.5px -0.5px 0 #dbbe00, 0.5px 0.5px 0 #dbbe00, 0.5px 1.5px 0 #dbbe00, 1.5px -0.5px 0 #dbbe00, 1.5px 0.5px 0 #dbbe00;
  filter: drop-shadow(0 0 15px #fed99a);
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.l-header__contact .line-btn {
  border-radius: 10rem;
  width: 27rem;
  height: 4.4rem;
  background: linear-gradient(178deg, #06b34c 0.85%, #00e35c 19.28%, #00c550 49.38%, #06b34c 81.07%, #07e762 114.68%, #03d95a 136.53%, #06b34c 272.34%);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 1rem;
  transition: 0.3s ease-out;
}
.l-header__contact .line-btn .arrow {
  width: 2.6rem;
  height: 1.8rem;
  display: block;
  background: url(../images/arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .l-header__contact {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 98;
    padding: 1rem;
    border-radius: 0;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  .l-header__contact .txt1 {
    font-size: 1.8rem;
    width: 100%;
  }
  .l-header__contact .txt1::before, .l-header__contact .txt1::after {
    width: 6rem;
    height: 1.5rem;
  }
  .l-header__contact .tel1 {
    text-shadow: -1.5px -0.5px 0 #dbbe00, -1.5px 0.5px 0 #dbbe00, -0.5px -1.5px 0 #dbbe00, -0.5px -0.5px 0 #dbbe00, -0.5px 0.5px 0 #dbbe00, -0.5px 1.5px 0 #dbbe00, 0.5px -1.5px 0 #dbbe00, 0.5px -0.5px 0 #dbbe00, 0.5px 0.5px 0 #dbbe00, 0.5px 1.5px 0 #dbbe00, 1.5px -0.5px 0 #dbbe00, 1.5px 0.5px 0 #dbbe00;
    filter: drop-shadow(0 0 15px #fed99a);
    font-size: 2.2rem;
    width: 17rem;
  }
  .l-header__contact .line-btn {
    border-radius: 4rem;
    width: 18rem;
    height: 4rem;
    font-size: 1.8rem;
    gap: 1rem;
    margin-top: 0.5rem;
  }
  .l-header__contact .line-btn .arrow {
    width: 1.7rem;
    height: 1.7rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header._scroll, .l-header._lower {
    background-color: rgba(216, 181, 135, 0.231372549);
    backdrop-filter: blur(11px);
    padding: 0 2rem;
  }
  .l-header._scroll .l-header__inner, .l-header._lower .l-header__inner {
    align-items: center;
  }
  .l-header._scroll .l-header__logo, .l-header._lower .l-header__logo {
    width: 12rem;
  }
  .l-header._scroll .l-header__contact, .l-header._lower .l-header__contact {
    width: 50rem;
    padding: 1rem;
    border-radius: 3rem;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  .l-header._scroll .l-header__contact .txt1, .l-header._lower .l-header__contact .txt1 {
    font-size: 2.5rem;
    width: 100%;
  }
  .l-header._scroll .l-header__contact .tel1, .l-header._lower .l-header__contact .tel1 {
    text-shadow: -1.5px -0.5px 0 #dbbe00, -1.5px 0.5px 0 #dbbe00, -0.5px -1.5px 0 #dbbe00, -0.5px -0.5px 0 #dbbe00, -0.5px 0.5px 0 #dbbe00, -0.5px 1.5px 0 #dbbe00, 0.5px -1.5px 0 #dbbe00, 0.5px -0.5px 0 #dbbe00, 0.5px 0.5px 0 #dbbe00, 0.5px 1.5px 0 #dbbe00, 1.5px -0.5px 0 #dbbe00, 1.5px 0.5px 0 #dbbe00;
    filter: drop-shadow(0 0 15px #fed99a);
    font-size: 3rem;
    width: 23rem;
  }
  .l-header._scroll .l-header__contact .line-btn, .l-header._lower .l-header__contact .line-btn {
    border-radius: 4rem;
    width: 20rem;
    height: 4rem;
    font-size: 2rem;
    gap: 1rem;
    margin-top: 0.5rem;
  }
  .l-header._scroll .l-header__contact .line-btn .arrow, .l-header._lower .l-header__contact .line-btn .arrow {
    width: 2rem;
    height: 2rem;
  }
}

.l-footer {
  padding-top: 11rem;
  background: url(../images/bg-foot.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 6rem;
  }
}
.l-footer__logo {
  margin-top: 2.4rem;
}
.l-footer__logo .logo-caption {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo .logo-caption {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    text-align: center;
  }
  .l-footer__logo img {
    width: 24rem;
  }
}
.l-footer__main {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .l-footer__main {
    display: flex;
    gap: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__info {
    flex: 1;
  }
}
.l-footer__info .list-ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__info .list-ttl {
    font-size: 1.8rem;
  }
}
.l-footer__info .list {
  margin-top: 1.2rem;
}
.l-footer__info .list li + li {
  margin-top: 2.4rem;
}
.l-footer__info .list li {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.l-footer__info .list li .icon {
  width: 3.6rem;
  height: 3.6rem;
  display: block;
}
.l-footer__info .list li .icon-tel {
  background: url(../images/icon-tel.svg) no-repeat center/contain;
}
.l-footer__info .list li .icon-hour {
  background: url(../images/icon-hour.svg) no-repeat center/contain;
}
.l-footer__info .list li .icon-tax {
  background: url(../images/icon-tax.svg) no-repeat center/contain;
}
.l-footer__info .list li .icon-addr {
  background: url(../images/icon-addr.svg) no-repeat center/contain;
}
.l-footer__info .list li .icon-traffic {
  background: url(../images/icon-traffic.svg) no-repeat center/contain;
}
.l-footer__info .list li .icon-line {
  background: url(../images/icon-line.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .l-footer__info .list li + li {
    margin-top: 1.4rem;
  }
  .l-footer__info .list li {
    gap: 1.5rem;
    font-size: 1.6rem;
    gap: 1.6rem;
  }
  .l-footer__info .list li .icon {
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__maps {
    width: 58%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__maps {
    margin-top: 2rem;
  }
}
.l-footer__foot {
  margin-top: 12rem;
  padding: 1rem 0;
  background-color: #fff;
}
.l-footer__foot .copyright {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__foot {
    margin-top: 6rem;
  }
}

.satisfaction {
  background: url(../images/bg1.jpg) no-repeat center/cover;
  padding-top: 12rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .satisfaction {
    padding-top: 6rem;
  }
}
.satisfaction .satisfaction-title {
  text-align: center;
  font-size: 9.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  gap: 2.4rem;
  justify-content: center;
  align-items: baseline;
  margin-inline: -17rem;
}
.satisfaction .satisfaction-title::before, .satisfaction .satisfaction-title::after {
  content: "";
  display: inline-block;
  width: 30rem;
  height: 6rem;
  background: url(../images/deco1.svg) no-repeat left center/contain;
}
@media screen and (max-width: 767px) {
  .satisfaction .satisfaction-title {
    font-size: 3rem;
  }
  .satisfaction .satisfaction-title::before, .satisfaction .satisfaction-title::after {
    display: none;
  }
}
.satisfaction .satisfaction-txt {
  padding-top: 12rem;
  padding-bottom: 15rem;
  display: flex;
  align-items: center;
  gap: 4rem;
  justify-content: center;
  margin-top: -12rem;
  margin-bottom: -10rem;
}
.satisfaction .satisfaction-txt .satisfaction-txt1 {
  margin-inline: -7rem;
}
.satisfaction .satisfaction-txt .satisfaction-txt2 {
  margin-inline: -7rem;
}
@media screen and (max-width: 767px) {
  .satisfaction .satisfaction-txt {
    padding-top: 2rem;
    padding-bottom: 3rem;
    margin-block: 0;
    gap: 2rem;
    margin-inline: -4rem;
  }
  .satisfaction .satisfaction-txt .satisfaction-txt1 {
    width: 83%;
    margin-inline: -3rem;
  }
  .satisfaction .satisfaction-txt .satisfaction-txt2 {
    width: 17%;
    margin-inline: -3rem;
  }
}
.satisfaction-bottom {
  background: linear-gradient(180deg, #fec82e -37.91%, #fecc2f 4.14%, #feefca 48.99%, #fecc2f 119.07%, #c28e34 205.97%, #fecc2f 242.41%);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  text-align: center;
  color: #3e272c;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .satisfaction-bottom {
    font-size: 1.6rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.product {
  padding-top: 27rem;
  padding-bottom: 13rem;
  background: url(../images/bg3.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .product {
    padding-bottom: 6rem;
    background-size: 120rem;
    padding-top: 12rem;
  }
}
.product .container {
  max-width: 158rem;
}
.product .product-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 7rem;
}
.product .product-list .item .item-box {
  aspect-ratio: 457/404;
  padding: 4rem;
  display: flex;
  justify-content: end;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .product .product-list .item .item-box {
    gap: 1.7rem;
    padding: 1.5rem 2rem;
  }
}
.product .product-list .item .item-box .item-box-ttl {
  text-align: right;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.16;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .product .product-list .item .item-box .item-box-ttl {
    font-size: 1.6rem;
  }
}
.product .product-list .item .item-box .item-box-txt {
  text-align: right;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .product .product-list .item .item-box .item-box-txt {
    font-size: 1.4rem;
  }
}
.product .product-list .item .item-txt {
  margin-top: 4rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.05em;
  padding: 1.5rem 1rem;
  position: relative;
  z-index: 2;
  border-radius: 2rem;
}
.product .product-list .item .item-txt::after {
  position: absolute;
  inset: -4px;
  content: "";
  background: linear-gradient(24deg, #f6c018 1.66%, #ba8221 14.23%, #f6c018 44.2%, #f6edd6 68.37%, #f6c018 83.84%, #f6bc17 98.34%);
  z-index: -2;
  border-radius: 2rem;
}
.product .product-list .item .item-txt::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(108deg, #fec82e 2.77%, #fecc2f 16.94%, #feefca 32.05%, #fecc2f 55.67%, #c28e34 84.95%, #fecc2f 97.22%);
  z-index: -1;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .product .product-list .item .item-txt {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
.product .product-list .item-1 .item-box {
  background: url(../images/product-01.png) no-repeat center/cover;
}
.product .product-list .item-2 .item-box {
  background: url(../images/product-02.png) no-repeat center/cover;
}
.product .product-list .item-3 .item-box {
  background: url(../images/product-03.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .product .product-list {
    grid-template-columns: 1fr;
    gap: 5rem;
    padding-inline: 4rem;
  }
}

.kv {
  background: linear-gradient(180deg, #ebdcbd 0%, #fff 50%, #fff 100%);
  padding-bottom: 15rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kv {
    padding-bottom: 5rem;
  }
}
.kv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10rem;
  background: linear-gradient(180deg, #fff 0%, #ebdcbd 100%);
}
.kv .kv-inner {
  padding-inline: 2rem;
}
.kv .kv-logo {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kv .kv-logo {
    max-width: 23rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.kv .kv-txt1 {
  margin-top: 4.5rem;
  text-align: center;
  color: #3f292a;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.kv .kv-txt1 span {
  color: #8b6500;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .kv .kv-txt1 {
    font-size: 2rem;
    margin-top: 5rem;
  }
}
.kv .kv-txt2 {
  color: #8b6500;
  text-align: center;
  font-size: 6.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.kv .kv-txt2 .big {
  font-size: 1.875em;
  color: #3e272c;
}
.kv .kv-txt2 .medium {
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .kv .kv-txt2 {
    font-size: 2.5rem;
    margin-top: 1rem;
  }
  .kv .kv-txt2 .big {
    font-size: 1.4em;
  }
  .kv .kv-txt2 .medium {
    font-size: 1.3em;
  }
}
.kv .kv-product {
  margin-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kv .kv-product {
    margin-top: 5rem;
  }
}
.kv .kv-product::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/border-deco.svg) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .kv .kv-product::after {
    transform: translate(-50%, -50%) rotate(90deg);
    aspect-ratio: 1552/554;
    height: 100vw;
    left: 50%;
    top: 50%;
    display: none;
  }
}
.kv .kv-product-ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: linear-gradient(106deg, #e9be63 -6.41%, #deb363 29.74%, #bc8338 107.76%, #e9ba69 159.13%, #eddcbb 183.87%);
  width: 37rem;
  height: 8rem;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-2rem);
}
.kv .kv-product-ttl::after {
  content: "";
  inset: 0.5rem;
  background: url(../images/bg-border.svg) no-repeat center/contain;
  position: absolute;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .kv .kv-product-ttl {
    width: 22rem;
    height: 5rem;
    font-size: 2.2rem;
  }
}
.kv .kv-product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 126rem;
  gap: 2.4rem 0;
  margin-left: auto;
  margin-right: auto;
}
.kv .kv-product-list .item .item-img {
  text-align: center;
}
.kv .kv-product-list .item .item-img img {
  height: 13rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.kv .kv-product-list .item .item-caption {
  text-align: center;
  color: #3f292a;
  font-size: 2.8rem;
  font-weight: 400;
}
.kv .kv-product-list .item .item-caption::first-letter {
  color: #882518;
  font-size: 1.1428571429em;
}
@media screen and (max-width: 767px) {
  .kv .kv-product-list {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
  }
  .kv .kv-product-list .item .item-img img {
    height: 7rem;
  }
  .kv .kv-product-list .item .item-caption {
    font-size: 1.8rem;
  }
}

.campaign {
  overflow: hidden;
  padding-top: 13rem;
  padding-bottom: 13rem;
  background: url(../images/bg2.jpg) no-repeat center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .campaign {
    padding-top: 6rem;
    padding-bottom: 23rem;
  }
}
.campaign::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 12rem;
  width: 45.1rem;
  aspect-ratio: 451/532;
  background: url(../images/campaign-img01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .campaign::before {
    width: 20rem;
    left: -2rem;
  }
}
.campaign::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -2rem;
  width: 60.7rem;
  aspect-ratio: 607/576;
  background: url(../images/campaign-img02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .campaign::after {
    width: 27rem;
    right: -5rem;
  }
}
.campaign .campaign-title {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  width: 73rem;
  height: 13rem;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(106deg, #e9be63 -6.41%, #deb363 29.74%, #bc8338 107.76%, #e9ba69 159.13%, #eddcbb 183.87%);
  filter: drop-shadow(0 0 35px rgba(0, 0, 0, 0.3));
  position: relative;
  margin-bottom: 7rem;
}
.campaign .campaign-title::after {
  content: "";
  right: 1.1rem;
  left: 1.1rem;
  top: 0.8rem;
  bottom: 0.8rem;
  background: url(../images/bg-border2.svg) no-repeat center/contain;
  position: absolute;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .campaign .campaign-title {
    margin-bottom: 4rem;
    width: 27rem;
    height: 6rem;
    font-size: 1.8rem;
  }
  .campaign .campaign-title::after {
    right: 0.7rem;
    left: 0.7rem;
    top: 0.4rem;
    bottom: 0.4rem;
  }
}
.campaign .campaign-txt {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .campaign .campaign-txt {
    font-size: 1.7rem;
  }
}
.campaign .campaign-txt1 {
  margin-bottom: 2rem;
}
.campaign .u {
  color: #3f292a;
  font-size: 4.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .campaign .u {
    font-size: 2rem;
  }
}
.campaign .highlight {
  color: #fff;
  text-shadow: -3px -1px 0 #c7000f, -3px 0px 0 #c7000f, -3px 1px 0 #c7000f, -2px -2px 0 #c7000f, -2px -1px 0 #c7000f, -2px 0px 0 #c7000f, -2px 1px 0 #c7000f, -2px 2px 0 #c7000f, -1px -3px 0 #c7000f, -1px -2px 0 #c7000f, -1px -1px 0 #c7000f, -1px 0px 0 #c7000f, -1px 1px 0 #c7000f, -1px 2px 0 #c7000f, -1px 3px 0 #c7000f, 0px -3px 0 #c7000f, 0px -2px 0 #c7000f, 0px -1px 0 #c7000f, 0px 0px 0 #c7000f, 0px 1px 0 #c7000f, 0px 2px 0 #c7000f, 0px 3px 0 #c7000f, 1px -3px 0 #c7000f, 1px -2px 0 #c7000f, 1px -1px 0 #c7000f, 1px 0px 0 #c7000f, 1px 1px 0 #c7000f, 1px 2px 0 #c7000f, 1px 3px 0 #c7000f, 2px -2px 0 #c7000f, 2px -1px 0 #c7000f, 2px 0px 0 #c7000f, 2px 1px 0 #c7000f, 2px 2px 0 #c7000f, 3px -1px 0 #c7000f, 3px 0px 0 #c7000f, 3px 1px 0 #c7000f;
  filter: drop-shadow(4px 2px 0 #c7000f);
  font-size: 9.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .campaign .highlight {
    font-size: 3.6rem;
    text-shadow: -2px -1px 0 #c7000f, -2px 0px 0 #c7000f, -2px 1px 0 #c7000f, -1px -2px 0 #c7000f, -1px -1px 0 #c7000f, -1px 0px 0 #c7000f, -1px 1px 0 #c7000f, -1px 2px 0 #c7000f, 0px -2px 0 #c7000f, 0px -1px 0 #c7000f, 0px 0px 0 #c7000f, 0px 1px 0 #c7000f, 0px 2px 0 #c7000f, 1px -2px 0 #c7000f, 1px -1px 0 #c7000f, 1px 0px 0 #c7000f, 1px 1px 0 #c7000f, 1px 2px 0 #c7000f, 2px -1px 0 #c7000f, 2px 0px 0 #c7000f, 2px 1px 0 #c7000f;
    filter: drop-shadow(2px 1px 0 #c7000f);
    margin: 0 0.25em;
  }
}
.campaign .highlight2 {
  font-size: 6.4rem;
}
@media screen and (max-width: 767px) {
  .campaign .highlight2 {
    font-size: 2.2rem;
  }
}
.campaign .campaign-txt3 {
  text-align: center;
}
.campaign .campaign-note {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .campaign .campaign-note {
    font-size: 1.5rem;
  }
}

.blog-section {
  background: url(../images/bg4.jpg) no-repeat center/cover;
  padding: 10rem 0;
}
.blog-section-ttl {
  font-size: 4.8rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  width: 40rem;
  height: 8rem;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(106deg, #e9be63 -6.41%, #deb363 29.74%, #bc8338 107.76%, #e9ba69 159.13%, #eddcbb 183.87%);
  filter: drop-shadow(0 0 35px rgba(0, 0, 0, 0.3));
  position: relative;
  margin-bottom: 7rem;
}
.blog-section-ttl::after {
  content: "";
  right: 1.1rem;
  left: 1.1rem;
  top: 0.8rem;
  bottom: 0.8rem;
  background: url(../images/bg-border2.svg) no-repeat center/contain;
  position: absolute;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .blog-section-ttl {
    margin-bottom: 4rem;
    width: 27rem;
    height: 5.6rem;
    font-size: 1.8rem;
  }
  .blog-section-ttl::after {
    right: 0.7rem;
    left: 0.7rem;
    top: 0.4rem;
    bottom: 0.4rem;
  }
}
.blog-section-list {
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5rem;
}
@media screen and (min-width: 768px) {
  .blog-section-list .blog-section-item a {
    transition: opacity 0.3s ease;
  }
  .blog-section-list .blog-section-item a:hover {
    opacity: 0.7;
  }
}
.blog-section-list .blog-section-pic {
  border: 2px solid #dbbe00;
  border-radius: 3rem;
  overflow: hidden;
}
.blog-section-list .blog-section-pic img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-section-list .blog-section-cont {
  padding: 2rem;
}
.blog-section-list .blog-section-category {
  padding: 8px 30px;
  background-color: #fffae9;
  display: inline-block;
  margin-right: 1em;
}
.blog-section-list .blog-section-category span {
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #f3b400;
}
.blog-section-list .blog-section-date {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.blog-section-list .blog-section-title {
  margin-top: 1em;
  font-weight: bold;
  font-size: 1.8rem;
}
.blog-section-list .blog-section-text {
  margin-top: 1em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .blog-section {
    padding: 5rem 0;
  }
  .blog-section-list {
    margin-top: 3rem;
    margin-bottom: 3rem;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

/* ---------------------------------------------------------
 *	mainvisual-scd
 *---------------------------------------------------------- */
.c-mainvisual-scd {
  position: relative;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 240px;
  background: url(../images/bg-foot.jpg) no-repeat center/cover;
}

.c-mainvisual-scd .c-mainvisual-scd_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  min-width: 200px;
  height: 200px;
  text-align: center;
  transform: translate(-50%, -50%);
}

.c-mainvisual-scd .c-mainvisual-scd_ttl > * {
  flex-basis: 100%;
}

.c-mainvisual-scd .c-mainvisual-scd_ttl .is-jp {
  font-size: 2.8rem;
}

@media only screen and (max-width: 768px) {
  .c-mainvisual-scd {
    height: 140px;
  }
  .c-mainvisual-scd .c-mainvisual-scd_pic {
    height: 70vw;
  }
  .c-mainvisual-scd .c-mainvisual-scd_ttl {
    min-width: 140px;
    height: 140px;
  }
  .c-mainvisual-scd .c-mainvisual-scd_ttl .is-jp {
    font-size: 2.4rem;
  }
}
/* ---------------------------------------------------------
 *  breadcrumbs
 *---------------------------------------------------------- */
/* パンクズ */
.m-breadcrumbs {
  background-color: rgba(255, 255, 255, 0.6);
}

.m-breadcrumbs .m-breadcrumbs_list {
  display: flex;
  align-items: center;
  height: 40px;
  min-height: 40px;
}

.m-breadcrumbs .m-breadcrumbs_list > li {
  font-size: 1.6rem;
  line-height: 1.4;
}

.m-breadcrumbs .m-breadcrumbs_list > li a {
  text-decoration: underline;
}

.m-breadcrumbs .m-breadcrumbs_list > li a:hover,
.m-breadcrumbs .m-breadcrumbs_list > li ais-hover {
  text-decoration: none;
}

.m-breadcrumbs .m-breadcrumbs_list > li:first-of-type a {
  display: block;
  line-height: 1;
  color: #f3b400;
  text-decoration: none;
}

.m-breadcrumbs .m-breadcrumbs_list > li:first-of-type a:hover,
.m-breadcrumbs .m-breadcrumbs_list > li:first-of-type a.is-hover {
  border: none;
}

.m-breadcrumbs .m-breadcrumbs_list > li:not(:last-of-type) {
  padding-right: 4rem;
  position: relative;
}

.m-breadcrumbs .m-breadcrumbs_list > li:not(:last-of-type):after {
  position: absolute;
  top: 50%;
  right: 15px;
  bottom: 50%;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  content: "";
  background-color: transparent;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  margin-top: -0.4rem;
  margin-bottom: -0.4rem;
}

@media only screen and (max-width: 768px) {
  .m-breadcrumbs .m-breadcrumbs_list {
    min-height: 30px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .m-breadcrumbs .m-breadcrumbs_list > li {
    font-size: 1.6rem;
    white-space: nowrap;
  }
}
/* ---------------------------------------------------------
 *	ウィジウィグ
 *---------------------------------------------------------- */
.m-single {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1023px) {
  .m-single {
    display: block;
    margin: 0;
  }
}
/* ---------------------------------------------------------
 *	navi
 *---------------------------------------------------------- */
.m-single_navi {
  flex-basis: 340px;
}

.m-single_navi .m-single_naviBlk {
  padding: 30px 20px;
  background-color: #fffae9;
}

.m-single_navi .m-single_naviBlk + .m-single_naviBlk {
  margin-top: 50px;
}

.m-single_navi .m-single_naviTtl {
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}

.m-single_navi .m-single_naviList {
  margin-top: 20px;
}

.m-single_navi .m-single_naviList > li {
  font-size: 1.6rem;
}

.m-single_navi .m-single_naviList > li a {
  display: block;
  padding: 10px 20px;
  padding-right: 2.5rem;
  border-bottom: 1px solid white;
  transition: all 0.3s;
}

.m-single_navi .m-single_naviList > li a::before {
  transition: all 0.3s;
}

.m-single_navi .m-single_naviList > li a.is-hover,
.m-single_navi .m-single_naviList > li a:hover {
  color: #fff;
  background-color: #f3b400;
}

.m-single_navi .m-single_naviList > li a span {
  font-size: 1.4rem;
}

@media only screen and (max-width: 1023px) {
  .m-single_navi {
    margin-top: 100px;
  }
  .m-single_navi .m-single_naviList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .m-single_navi .m-single_naviList > li {
    flex-basis: 48%;
  }
}
@media only screen and (max-width: 768px) {
  .m-single_navi .m-single_naviBlk + .m-single_naviBlk {
    margin-top: 50px;
  }
  .m-single_navi .m-single_naviTtl {
    padding-bottom: 0;
    font-size: 2.2rem;
  }
  .m-single_navi .m-single_naviList {
    display: block;
    margin-top: 10px;
  }
  .m-single_navi .m-single_naviList > li {
    font-size: 1.4rem;
  }
  .m-single_navi .m-single_naviList > li a {
    padding: 10px;
  }
}
/* ---------------------------------------------------------
 *	main
 *---------------------------------------------------------- */
.m-single_main {
  flex-basis: calc(100% - 300px - 80px);
}
.m-single_main:only-child {
  flex-basis: 100%;
}

/* ---------------------------------------------------------
 *	タイトル
 *---------------------------------------------------------- */
.m-single_heading {
  max-width: 1180px;
  margin: 0 auto;
}

.m-single_title {
  margin: 0 auto 50px;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  .m-single_title {
    margin: 0 auto 30px;
    font-size: 2.6rem;
  }
}
.m-single_option {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 1rem;
}

.m-single_category {
  padding: 8px 30px;
  background-color: #fffae9;
}

.m-single_category span {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #f3b400;
}

@media only screen and (max-width: 768px) {
  .m-single_category {
    padding: 8px 10px;
  }
  .m-single_category span {
    font-size: 1.6rem;
  }
  .m-single_category span::before {
    font-size: 1rem;
    letter-spacing: 2px;
  }
}
.m-single_date span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 2px;
}

@media only screen and (max-width: 768px) {
  .m-single_date span {
    padding: 5px 10px;
    font-size: 1.2rem;
  }
}
.m-single_catch {
  margin-bottom: 50px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .m-single_catch {
    margin: 0 auto 50px;
  }
}
/* ---------------------------------------------------------
 *	一覧
 *---------------------------------------------------------- */
.m-single_archiveTtl {
  position: relative;
  max-width: 118rem;
  margin: 0 auto 100px;
  font-size: 3rem;
  font-weight: bold;
  color: #f3b400;
}

@media only screen and (max-width: 768px) {
  .m-single_archiveTtl {
    margin-bottom: 50px;
    font-size: 3rem;
  }
  .m-single_archiveTtl::before {
    margin-right: 20px;
    font-size: 1.6rem;
  }
}
.m-single_article {
  max-width: 118rem;
  margin: 0 auto;
}

.m-single_article article + article {
  margin-top: 30px;
}

.m-single_article article a {
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid #cbddef;
  transition: all 0.3s;
}

.m-single_article article a.is-hover .m-single_title,
.m-single_article article a:hover .m-single_title {
  text-decoration: underline;
}

.m-single_article article a.is-hover .m-single_pic,
.m-single_article article a:hover .m-single_pic {
  opacity: 0.7;
}

.m-single_article .m-single_option {
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .m-single_article .m-single_option {
    justify-content: space-between;
  }
}
.m-single_article .m-single_category {
  flex-basis: auto;
  order: 2;
  padding: 6px 20px;
}

.m-single_article .m-single_category span {
  font-size: 1.6rem;
}

.m-single_article .m-single_category span::before {
  font-size: 1.2rem;
  letter-spacing: 2px;
}

@media only screen and (max-width: 768px) {
  .m-single_article .m-single_category {
    padding: 6px 10px;
  }
  .m-single_article .m-single_category span {
    font-size: 1.2rem;
  }
  .m-single_article .m-single_category span::before {
    margin-right: 5px;
    font-size: 1rem;
    letter-spacing: 2px;
  }
}
.m-single_article .m-single_date {
  order: 1;
}

.m-single_article .m-single_title {
  flex-basis: 100%;
  margin: 0 0 20px;
  font-size: 2rem;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .m-single_article .m-single_title {
    font-size: 1.6rem;
  }
}
.m-single_article .m-single_frame {
  display: flex;
  justify-content: space-between;
}

.m-single_article .m-single_cont {
  flex-basis: calc(100% - 240px);
}

@media only screen and (max-width: 768px) {
  .m-single_article .m-single_cont {
    flex-basis: calc(100% - 160px);
  }
}
@media only screen and (max-width: 768px) {
  .m-single_article .m-single_text {
    display: none;
  }
}
.m-single_article .m-single_pic {
  flex-basis: 200px;
  transition: all 0.3s;
}

.m-single_article .m-single_pic.is-thumnail img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #dbbe00;
  border-radius: 2.4rem;
}

.m-single_article .m-single_pic.is-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  padding: 20px;
  background-color: #e6f1fb;
}

.m-single_article .m-single_pic.is-logo img {
  max-height: 110px;
  opacity: 0.3;
}

@media only screen and (max-width: 768px) {
  .m-single_article .m-single_pic {
    flex-basis: 150px;
  }
  .m-single_article .m-single_pic.is-thumnail img {
    height: 100px;
  }
  .m-single_article .m-single_pic.is-logo {
    height: 100px;
    padding: 10px;
  }
  .m-single_article .m-single_pic.is-logo img {
    max-height: 80px;
  }
}
/* ---------------------------------------------------------
 *	記事
 *---------------------------------------------------------- */
.m-single_body {
  margin: 20px auto 0;
  font-size: 1.6rem;
}

.m-single_body p,
.m-single_body div,
.m-single_body table,
.m-single_body img,
.m-single_body ul,
.m-single_body ol {
  margin-bottom: 30px;
}

.m-single_body table {
  border-top: 1px solid #cbddef;
  border-left: 1px solid #cbddef;
}

.m-single_body table th {
  background-color: #adadad;
}

.m-single_body table td,
.m-single_body table th {
  padding: 5px 10px;
  font-size: 1.2rem;
  border-right: 1px solid #cbddef;
  border-bottom: 1px solid #cbddef;
}

.m-single_body h1,
.m-single_body h2,
.m-single_body h3,
.m-single_body h4,
.m-single_body h5,
.m-single_body h6 {
  margin-bottom: 3rem;
  font-weight: 700;
  line-height: 1.4;
}

.m-single_body h1 {
  position: relative;
  padding-bottom: 10px;
  font-size: 2.6rem;
  border-bottom: 3px solid #f3b400;
}

.m-single_body h2 {
  position: relative;
  padding-bottom: 10px;
  font-size: 2.4rem;
  color: #f3b400;
  border-bottom: 3px solid #cbddef;
}

.m-single_body h2::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 200px;
  height: 3px;
  content: "";
  background-color: #f3b400;
}

.m-single_body h3 {
  padding-bottom: 10px;
  font-size: 2.2rem;
  border-bottom: 3px solid #cbddef;
}

.m-single_body h4 {
  padding-bottom: 10px;
  font-size: 2rem;
  border-bottom: 2px solid #cbddef;
}

.m-single_body h5 {
  padding-bottom: 10px;
  font-size: 1.8rem;
  border-bottom: 1px solid #cbddef;
}

.m-single_body h6 {
  padding-bottom: 5px;
  font-size: 1.6rem;
  border-bottom: 1px solid #cbddef;
}

.m-single_body a {
  color: #0070c9;
  text-decoration: underline;
}

.m-single_body a:hover {
  text-decoration: none;
}

.m-single_body .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.m-single_body .alignleft {
  display: block;
}

.m-single_body .alignright {
  display: block;
  margin-left: auto;
}

.m-single_body ul li {
  list-style-position: inside;
  list-style-type: disc;
}

.m-single_body ol li {
  list-style-position: inside;
  list-style-type: decimal;
}

.m-single_body .googlemap {
  position: relative;
  max-width: 960px;
  height: 0;
  padding-bottom: 45.75%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.m-single_body .googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-single_body .youtube {
  position: relative;
  width: 100%;
  max-width: 960px;
  padding-top: 45.75%;
  margin-right: auto;
  margin-left: auto;
}

.m-single_body .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 1023px) {
  .m-single_body .googlemap {
    padding-top: 50%;
  }
  .m-single_body .youtube {
    padding-top: 56.25%;
  }
}
@media only screen and (max-width: 768px) {
  .m-single_body {
    margin: 20px auto 0;
    overflow: hidden;
  }
  .m-single_body h1,
  .m-single_body h2,
  .m-single_body h3,
  .m-single_body h4,
  .m-single_body h5,
  .m-single_body h6 {
    margin-bottom: 2rem;
  }
  .m-single_body h1 {
    padding-bottom: 10px;
    font-size: 2.2rem;
  }
  .m-single_body h1::before {
    width: 100px;
  }
  .m-single_body h2 {
    font-size: 2rem;
  }
  .m-single_body h2::before {
    width: 50px;
  }
  .m-single_body h3 {
    padding-bottom: 5px;
    font-size: 1.8rem;
  }
  .m-single_body h4 {
    padding-bottom: 5px;
    font-size: 1.6rem;
  }
  .m-single_body h5 {
    padding-bottom: 5px;
    font-size: 1.4rem;
  }
  .m-single_body h6 {
    padding-bottom: 5px;
    font-size: 1.4rem;
  }
}
/* ------------------------------------------------------------
 * ページネーション
 * ------------------------------------------------------------ */
.m-pagination {
  margin-top: 50px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-links a,
.nav-links span {
  display: flex;
  gap: 0.4em;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  margin: 0 3px;
  font-size: 1.6rem;
  color: #f3b400;
  cursor: pointer;
  border: 1px solid #f3b400;
  transition: all 0.3s;
}

.nav-links a:hover,
.nav-links .current {
  color: #fff;
  background-color: #f3b400;
}

.nav-links .current {
  cursor: default;
}

@media only screen and (max-width: 768px) {
  .m-pagination {
    margin-top: 50px;
  }
  .nav-links {
    flex-grow: 1;
  }
  .nav-links a,
  .nav-links span {
    padding: 10px 15px;
  }
}
/* ------------------------------------------------------------
 * ページネーション ※記事詳細
 * ------------------------------------------------------------ */
.m-pager {
  max-width: 118rem;
  margin: 50px auto 0;
}

.m-pager_list {
  display: flex;
  justify-content: center;
}

.m-pager_list li > a {
  display: flex;
  -moz-column-gap: 0.6em;
       column-gap: 0.6em;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}

.m-pager_list li > a > i {
  position: relative;
  display: inline-block;
  font-size: 1.1em;
  transform: translateY(-0.05em);
}

.m-pager_list li.is-disable {
  visibility: hidden;
}

.m-pager_item a {
  display: inline-block;
  padding: 15px 30px;
  text-align: center;
  transition: all 0.3s;
}

.m-pager_item.is-prev a,
.m-pager_item.is-next a {
  color: #fff;
  background-color: #f3b400;
}

.m-pager_item.is-prev a.is-hover,
.m-pager_item.is-prev a:hover,
.m-pager_item.is-next a.is-hover,
.m-pager_item.is-next a:hover {
  background-color: #709ac1;
}

.m-pager_item.is-index a {
  color: #f3b400;
  border: 1px solid #f3b400;
}

.m-pager_item.is-index a.is-hover,
.m-pager_item.is-index a:hover {
  color: #fff;
  background-color: #f3b400;
}

@media only screen and (max-width: 1023px) {
  .m-pager {
    padding: 0 30px 20px;
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media only screen and (max-width: 768px) {
  .m-pager {
    padding: 0 15px 20px;
    margin-top: 50px;
    margin-right: -15px;
    margin-left: -15px;
  }
  .m-pager_list {
    justify-content: space-between;
  }
  .m-pager_list li span {
    font-size: 1.6rem;
  }
  .m-pager_item a {
    min-width: auto;
    padding: 10px;
  }
}
.page-not-found {
  padding: 10rem 0;
}
.page-not-found .notfound-text {
  text-align: center;
}
.page-not-found .btn {
  margin-top: 5rem;
}