@charset "UTF-8";
/*
* base
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

RESET CSS

html5doctor.com Reset Stylesheet

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-optical-sizing: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  min-height: 100%;
}
body {
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #231815;
  height: 100%;
  min-height: 100dvh;
  font-size: 1.6rem;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 896px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

li {
  list-style-type: none;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0;
  padding: 0;
}

img {
  border: 0;
  line-height: 0;
  vertical-align: middle;
}

hr {
  display: none;
}

table {
  margin: 0;
  padding: 0;
}

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

td {
  margin: 0;
}

em {
  font-weight: bold;
  font-style: normal;
}

form {
  margin: 0;
  padding: 0;
}

label {
  margin: 0;
  padding: 0;
}

input.btn {
  margin: 0 0.5em;
  padding: 0 1em;
}

html {
  height: 100%;
}

a {
  outline: none;
}

p {
  line-height: 1.5;
}

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

a,
a:link,
a:visited {
  color: #0079d7;
  text-decoration: none;
}

a:active,
a:hover {
  color: #0079d7;
  text-decoration: none;
}

a:hover {
  color: #0079d7;
  text-decoration: none;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
div#wrapper {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0px auto;
  padding: 0px 0px 0 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 896px) {
  div#wrapper {
    margin-bottom: auto;
    padding: 0 0;
  }
}
@media screen and (max-width: 480px) {
  div#wrapper {
    margin-bottom: auto;
  }
}

main {
  -webkit-box-flex: 1;
  flex: 1;
}

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

.pc-i {
  display: block;
}
@media screen and (max-width: 896px) {
  .pc-i {
    display: none;
  }
}

.tab-i {
  display: none;
}
@media screen and (max-width: 896px) {
  .tab-i {
    display: block;
  }
}

.tab-sp-i {
  display: none;
}
@media screen and (max-width: 896px) {
  .tab-sp-i {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .tab-sp-i {
    display: block;
  }
}

.pc-tab-i {
  display: block;
}
@media screen and (max-width: 480px) {
  .pc-tab-i {
    display: none;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

margin

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.marT0 {
  margin-top: 0px !important;
}

.marR0 {
  margin-right: 0px !important;
}

.marB0 {
  margin-bottom: 0px !important;
}

.marL0 {
  margin-left: 0px !important;
}

.padT0 {
  padding-top: 0px !important;
}

.padR0 {
  padding-right: 0px !important;
}

.padB0 {
  padding-bottom: 0px !important;
}

.padL0 {
  padding-left: 0px !important;
}

.marT5 {
  margin-top: 5px !important;
}

.marR5 {
  margin-right: 5px !important;
}

.marB5 {
  margin-bottom: 5px !important;
}

.marL5 {
  margin-left: 5px !important;
}

.padT5 {
  padding-top: 5px !important;
}

.padR5 {
  padding-right: 5px !important;
}

.padB5 {
  padding-bottom: 5px !important;
}

.padL5 {
  padding-left: 5px !important;
}

.marT10 {
  margin-top: 10px !important;
}

.marR10 {
  margin-right: 10px !important;
}

.marB10 {
  margin-bottom: 10px !important;
}

.marL10 {
  margin-left: 10px !important;
}

.padT10 {
  padding-top: 10px !important;
}

.padR10 {
  padding-right: 10px !important;
}

.padB10 {
  padding-bottom: 10px !important;
}

.padL10 {
  padding-left: 10px !important;
}

.marT15 {
  margin-top: 15px !important;
}

.marR15 {
  margin-right: 15px !important;
}

.marB15 {
  margin-bottom: 15px !important;
}

.marL15 {
  margin-left: 15px !important;
}

.padT15 {
  padding-top: 15px !important;
}

.padR15 {
  padding-right: 15px !important;
}

.padB15 {
  padding-bottom: 15px !important;
}

.padL15 {
  padding-left: 15px !important;
}

.marT20 {
  margin-top: 20px !important;
}

.marR20 {
  margin-right: 20px !important;
}

.marB20 {
  margin-bottom: 20px !important;
}

.marL20 {
  margin-left: 20px !important;
}

.padT20 {
  padding-top: 20px !important;
}

.padR20 {
  padding-right: 20px !important;
}

.padB20 {
  padding-bottom: 20px !important;
}

.padL20 {
  padding-left: 20px !important;
}

.marT25 {
  margin-top: 25px !important;
}

.marR25 {
  margin-right: 25px !important;
}

.marB25 {
  margin-bottom: 25px !important;
}

.marL25 {
  margin-left: 25px !important;
}

.padT25 {
  padding-top: 25px !important;
}

.padR25 {
  padding-right: 25px !important;
}

.padB25 {
  padding-bottom: 25px !important;
}

.padL25 {
  padding-left: 25px !important;
}

.marT30 {
  margin-top: 30px !important;
}

.marR30 {
  margin-right: 30px !important;
}

.marB30 {
  margin-bottom: 30px !important;
}

.marL30 {
  margin-left: 30px !important;
}

.padT30 {
  padding-top: 30px !important;
}

.padR30 {
  padding-right: 30px !important;
}

.padB30 {
  padding-bottom: 30px !important;
}

.padL30 {
  padding-left: 30px !important;
}

.marT35 {
  margin-top: 35px !important;
}

.marR35 {
  margin-right: 35px !important;
}

.marB35 {
  margin-bottom: 35px !important;
}

.marL35 {
  margin-left: 35px !important;
}

.padT35 {
  padding-top: 35px !important;
}

.padR35 {
  padding-right: 35px !important;
}

.padB35 {
  padding-bottom: 35px !important;
}

.padL35 {
  padding-left: 35px !important;
}

.marT40 {
  margin-top: 40px !important;
}

.marR40 {
  margin-right: 40px !important;
}

.marB40 {
  margin-bottom: 40px !important;
}

.marL40 {
  margin-left: 40px !important;
}

.padT40 {
  padding-top: 40px !important;
}

.padR40 {
  padding-right: 40px !important;
}

.padB40 {
  padding-bottom: 40px !important;
}

.padL40 {
  padding-left: 40px !important;
}

.marT45 {
  margin-top: 45px !important;
}

.marR45 {
  margin-right: 45px !important;
}

.marB45 {
  margin-bottom: 45px !important;
}

.marL45 {
  margin-left: 45px !important;
}

.padT45 {
  padding-top: 45px !important;
}

.padR45 {
  padding-right: 45px !important;
}

.padB45 {
  padding-bottom: 45px !important;
}

.padL45 {
  padding-left: 45px !important;
}

.marT50 {
  margin-top: 50px !important;
}

.marR50 {
  margin-right: 50px !important;
}

.marB50 {
  margin-bottom: 50px !important;
}

.marL50 {
  margin-left: 50px !important;
}

.padT50 {
  padding-top: 50px !important;
}

.padR50 {
  padding-right: 50px !important;
}

.padB50 {
  padding-bottom: 50px !important;
}

.padL50 {
  padding-left: 50px !important;
}

.marT55 {
  margin-top: 55px !important;
}

.marR55 {
  margin-right: 55px !important;
}

.marB55 {
  margin-bottom: 55px !important;
}

.marL55 {
  margin-left: 55px !important;
}

.padT55 {
  padding-top: 55px !important;
}

.padR55 {
  padding-right: 55px !important;
}

.padB55 {
  padding-bottom: 55px !important;
}

.padL55 {
  padding-left: 55px !important;
}

.marT60 {
  margin-top: 60px !important;
}

.marR60 {
  margin-right: 60px !important;
}

.marB60 {
  margin-bottom: 60px !important;
}

.marL60 {
  margin-left: 60px !important;
}

.padT60 {
  padding-top: 60px !important;
}

.padR60 {
  padding-right: 60px !important;
}

.padB60 {
  padding-bottom: 60px !important;
}

.padL60 {
  padding-left: 60px !important;
}

.marT65 {
  margin-top: 65px !important;
}

.marR65 {
  margin-right: 65px !important;
}

.marB65 {
  margin-bottom: 65px !important;
}

.marL65 {
  margin-left: 65px !important;
}

.padT65 {
  padding-top: 65px !important;
}

.padR65 {
  padding-right: 65px !important;
}

.padB65 {
  padding-bottom: 65px !important;
}

.padL65 {
  padding-left: 65px !important;
}

.marT70 {
  margin-top: 70px !important;
}

.marR70 {
  margin-right: 70px !important;
}

.marB70 {
  margin-bottom: 70px !important;
}

.marL70 {
  margin-left: 70px !important;
}

.padT70 {
  padding-top: 70px !important;
}

.padR70 {
  padding-right: 70px !important;
}

.padB70 {
  padding-bottom: 70px !important;
}

.padL70 {
  padding-left: 70px !important;
}

.marT75 {
  margin-top: 75px !important;
}

.marR75 {
  margin-right: 75px !important;
}

.marB75 {
  margin-bottom: 75px !important;
}

.marL75 {
  margin-left: 75px !important;
}

.padT75 {
  padding-top: 75px !important;
}

.padR75 {
  padding-right: 75px !important;
}

.padB75 {
  padding-bottom: 75px !important;
}

.padL75 {
  padding-left: 75px !important;
}

.marT80 {
  margin-top: 80px !important;
}

.marR80 {
  margin-right: 80px !important;
}

.marB80 {
  margin-bottom: 80px !important;
}

.marL80 {
  margin-left: 80px !important;
}

.padT80 {
  padding-top: 80px !important;
}

.padR80 {
  padding-right: 80px !important;
}

.padB80 {
  padding-bottom: 80px !important;
}

.padL80 {
  padding-left: 80px !important;
}

.marT85 {
  margin-top: 85px !important;
}

.marR85 {
  margin-right: 85px !important;
}

.marB85 {
  margin-bottom: 85px !important;
}

.marL85 {
  margin-left: 85px !important;
}

.padT85 {
  padding-top: 85px !important;
}

.padR85 {
  padding-right: 85px !important;
}

.padB85 {
  padding-bottom: 85px !important;
}

.padL85 {
  padding-left: 85px !important;
}

.marT90 {
  margin-top: 90px !important;
}

.marR90 {
  margin-right: 90px !important;
}

.marB90 {
  margin-bottom: 90px !important;
}

.marL90 {
  margin-left: 90px !important;
}

.padT90 {
  padding-top: 90px !important;
}

.padR90 {
  padding-right: 90px !important;
}

.padB90 {
  padding-bottom: 90px !important;
}

.padL90 {
  padding-left: 90px !important;
}

.marT95 {
  margin-top: 95px !important;
}

.marR95 {
  margin-right: 95px !important;
}

.marB95 {
  margin-bottom: 95px !important;
}

.marL95 {
  margin-left: 95px !important;
}

.padT95 {
  padding-top: 95px !important;
}

.padR95 {
  padding-right: 95px !important;
}

.padB95 {
  padding-bottom: 95px !important;
}

.padL95 {
  padding-left: 95px !important;
}

.marT100 {
  margin-top: 100px !important;
}

.marR100 {
  margin-right: 100px !important;
}

.marB100 {
  margin-bottom: 100px !important;
}

.marL100 {
  margin-left: 100px !important;
}

.padT100 {
  padding-top: 100px !important;
}

.padR100 {
  padding-right: 100px !important;
}

.padB100 {
  padding-bottom: 100px !important;
}

.padL100 {
  padding-left: 100px !important;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

font-weigh

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.fontWB {
  font-weight: bold !important;
}

.fontWN {
  font-weight: normal !important;
}

.fontUL {
  text-decoration: underline !important;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

揃え位置・インデント clearfix

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.alignC {
  text-align: center !important;
}

.alignL {
  text-align: left !important;
}

.alignR {
  text-align: right !important;
}

.alignJ {
  text-align: justify;
}

.textIndent {
  margin-left: 1.3em !important;
  text-indent: -1.3em !important;
}

.textIndentNsp {
  margin-left: 1em !important;
  text-indent: -1em !important;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*
* layout
*/
#header {
  padding: 30px 20px 20px 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 1000;
  background: #fff;
}

.logo {
  width: clamp(200px, 26.75px + 19.336vw, 398px);
}

@media screen and (max-width: 896px) {
  #header {
    display: flex;
    justify-content: end;
  }
  #header .logo {
    margin-right: auto;
    width: clamp(150px, 122.174px + 8.696vw, 200px);
  }
}
@media screen and (max-width: 480px) {
  #header {
    padding: 20px 10px 10px;
  }
  .logo {
    width: 200px;
  }
}
.menu-button {
  display: none;
}

@media screen and (max-width: 896px) {
  .menu-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 6px;
    width: 56px;
    height: 56px;
    background: transparent;
    border: none;
  }
  .menu-button__line,
  .menu-button::before,
  .menu-button::after {
    content: "";
    width: 28px;
    height: 2px;
    background-color: #6b151a;
    transition: transform 0.3s, opacity 0.3s;
  }
  .menu-button.is-opened .menu-button__line {
    opacity: 0;
  }
  .menu-button.is-opened::before {
    transform: translateY(8px) rotate(45deg);
  }
  .menu-button.is-opened::after {
    transform: translateY(-8px) rotate(-45deg);
  }
}
@keyframes trigger {
  0% {
    width: 0%;
  }
  30% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
footer {
  width: 100%;
  height: 9.6875vw;
  margin: 0px auto 0;
  display: block;
  padding: 0px;
  position: relative;
  background: #231815;
  color: #fff;
  position: sticky;
  top: 100%;
}

@media screen and (max-width: 896px) {
  footer {
    width: 100%;
    height: auto;
    display: block;
    padding: 0px;
    position: relative;
    color: #fff;
  }
}
.footer-cnt {
  width: 100%;
  padding: 4.16vw 3.64vw 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-cnt h1 {
  margin-right: 20px;
  width: 9.11vw;
}
.footer-cnt .ftnav {
  font-size: 1.145vw;
  display: flex;
}
.footer-cnt .ftnav li {
  line-height: 1.5;
}
.footer-cnt .ftnav li::after {
  content: "";
  width: 1px;
  height: 1.14vw;
  background: #fff;
  display: inline-block;
}
.footer-cnt .ftnav li:last-child::after {
  display: none;
}
.footer-cnt .ftnav li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #f6ecc6;
  margin: 0 30px;
}
.footer-cnt .ftnav li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #5e2200;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  bottom: -8px;
}
.footer-cnt .ftnav li a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
.footer-cnt .ftnav li a::after {
  background-color: #fff;
}

.copyright {
  font-size: 0.9375vw;
  text-align: right;
  padding-right: 3.64vw;
  color: #f6ecc6;
}

@media screen and (max-width: 896px) {
  .footer-cnt {
    width: 100%;
    padding: 5.55vw 8.33vw 3.756vw;
    margin: 0 auto;
    display: block;
  }
  .footer-cnt h1 {
    margin-right: 0px;
    width: 24.3vw;
    margin-bottom: 4.59vw;
  }
  .footer-cnt .ftnav {
    font-size: 2.97vw;
    display: block;
  }
  .footer-cnt .ftnav li {
    line-height: 1.5;
  }
  .footer-cnt .ftnav li::after {
    display: none;
  }
  .footer-cnt .ftnav li:last-child::after {
    display: none;
  }
  .footer-cnt .ftnav li a {
    color: #fff;
    margin: 0 0px;
  }
  .copyright {
    font-size: 2.43vw;
    text-align: left;
    padding-left: 8.33vw;
    padding-bottom: 1.2vw;
  }
}
#floatingGoTop {
  position: fixed;
  right: 4.16vw;
  bottom: 4.7vw;
  z-index: 1002;
  cursor: pointer;
  display: none;
  width: 3.645vw;
  height: 3.645vw;
  background: #231815;
}

@media screen and (max-width: 896px) {
  #floatingGoTop {
    position: fixed;
    right: 6.21vw;
    bottom: 15.13vw;
    z-index: 1002;
    cursor: pointer;
    display: none;
    width: 9.729vw;
    height: 9.729vw;
    background: #231815;
  }
}
main {
  padding-top: 10vw;
}
main .bkg-wrap {
  background: url("../img/common/bkg_main.jpg") repeat center top;
  padding-bottom: 10vw;
}

@media screen and (max-width: 896px) {
  main {
    padding-top: clamp(110px, 104.435px + 1.739vw, 120px);
    background: none;
  }
}
@media screen and (max-width: 480px) {
  main {
    padding-top: clamp(86px, 50.383px + 11.13vw, 150px);
  }
}
section {
  padding: 0px 0 0 0;
}

.cnt {
  width: 1200px;
  margin-inline: auto;
}

@media screen and (max-width: 1200px) {
  .cnt {
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 896px) {
  section {
    padding: 0;
  }
  .cnt {
    width: 100%;
    padding: 0 5.4vw;
  }
}
#glovalNav {
  width: 69.58vw;
}

.global-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  width: 100%;
}
.global-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.global-nav ul li {
  font-size: clamp(16px, 7.25px + 0.977vw, 26px);
  font-size: clamp(14px, 3.5px + 1.172vw, 26px);
  font-weight: bold;
}
.global-nav ul li a {
  display: block;
  color: #231815;
  padding: 10px clamp(16px, 12.5px + 0.391vw, 20px);
  line-height: 1.4;
  transition: opacity 0.4s;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
@media (any-hover: hover) {
  .global-nav ul li a:hover {
    opacity: 0.7;
  }
}
.global-nav.is-opened {
  display: block;
  transform: translateX(0%);
}

.global-nav__sns {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1.04vw;
  margin-right: 20px;
}
.global-nav__sns li a {
  display: block;
  line-height: 1.4;
  transition: opacity 0.4s;
}
.global-nav__sns li a.global-nav__sns-link {
  width: clamp(18px, -10px + 3.125vw, 50px);
  padding: 0;
}
.global-nav__sns li a.global-nav__sns-link img {
  width: 100%;
}

@media screen and (max-width: 896px) {
  #glovalNav {
    background: url("/img/common/bkg_main.jpg") top center;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    transform: translateX(100%);
    transition: 0.4s;
    overflow-y: scroll;
  }
  #glovalNav .global-nav {
    padding-top: 10vw;
    width: 90%;
    margin-inline: auto;
    height: 100%;
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #glovalNav .global-nav .gnav-sp-plus {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
    text-align: center;
  }
  #glovalNav .global-nav .gnav-sp-plus img {
    width: 50%;
    margin-top: 40px;
  }
  #glovalNav .global-nav .gnav-sp-plus a {
    font-size: 20px;
    color: #231815;
    font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: bold;
  }
  #glovalNav ul {
    justify-content: center;
    text-align: center;
    padding-top: 8vw;
  }
  #glovalNav ul li {
    font-size: 20px;
    width: 100%;
  }
  #glovalNav ul li a {
    display: block;
    color: #231815;
    padding: 14px 10px;
    line-height: 1.4;
    transition: 0.4s;
  }
  #glovalNav ul li a:hover {
    opacity: 0.7;
  }
  #glovalNav.is-opened {
    display: block;
    transform: translateX(0%);
  }
  .global-nav__sns {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin-right: 0px;
  }
  .global-nav__sns li {
    width: 40px !important;
  }
  .global-nav__sns li a {
    display: block;
    line-height: 1.4;
    transition: opacity 0.4s;
  }
  .global-nav__sns li a.global-nav__sns-link {
    padding: 0;
    width: 40px;
  }
  .global-nav__sns li a.global-nav__sns-link img {
    width: 100%;
  }
  .global-nav__sns.header-sp {
    width: 14vw;
    gap: 8px;
  }
  .global-nav__sns.header-sp .global-nav__sns-link {
    width: 24px !important;
  }
}
@media screen and (max-width: 480px) {
  #glovalNav .global-nav {
    padding-top: 10vw;
  }
}
/*
* module
*/
/*
* pages
*/
.slider-section {
  width: 100%;
  padding-top: 6.66vw;
  padding-bottom: 2.66vw;
  background: url("../img/common/bkg_slider_pc.png") top center;
}
.slider-section .item {
  width: 63.5vw !important;
}
.slider-section .item img {
  width: 100%;
}

@media screen and (max-width: 896px) {
  .slider-section {
    width: 100%;
    padding: 4.66vw 20px;
    margin-inline: auto;
    background: url("../img/common/bkg_slider_sp.png") top center;
  }
  .slider-section .item {
    width: 100% !important;
  }
  .slider-section .item img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .slider-section {
    padding-top: 8vw;
  }
}
.swiper .swiper-wrapper {
  padding-bottom: 40px;
}

.swiper-pagination {
  bottom: 0px !important;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.swiper-pagination-bullet {
  background-color: red;
}

.ttl {
  font-size: clamp(32px, 19.75px + 1.367vw, 46px);
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 896px) {
  .ttl {
    font-size: clamp(24px, 15.363px + 2.303vw, 36px);
  }
}
#sec01 {
  padding-top: 80px;
  margin-bottom: 140px;
}
#sec01 .inner-base {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 70px;
}
#sec01 .inner-base .text-base {
  width: 76.5%;
  font-size: clamp(16px, 10.75px + 0.586vw, 22px);
}
#sec01 .inner-base .text-base p {
  line-height: 1.5;
  margin-bottom: 1em;
  font-weight: 600;
}
#sec01 .inner-base .kome-base {
  position: relative;
  width: 20.4%;
  height: 11.3vw;
  height: 16.875vw;
  width: 221px;
  height: 324px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#sec01 .inner-base .kome-base p {
  position: relative;
  z-index: 1;
  font-size: 25px;
  font-size: clamp(15px, 5.375px + 1.074vw, 26px);
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  letter-spacing: -0.1em;
}
#sec01 .inner-base .kome-base::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/general/icon-kome.png") no-repeat top center;
  background-size: contain;
}

@media screen and (max-width: 896px) {
  #sec01 {
    padding-top: 80px;
    margin-bottom: 140px;
  }
  #sec01 .inner-base {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 40px;
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 50px 70px;
  }
  #sec01 .inner-base .text-base {
    width: 100%;
    font-size: clamp(16px, 10.75px + 0.586vw, 22px);
  }
  #sec01 .inner-base .text-base p {
    line-height: 1.5;
    margin-bottom: 1em;
    font-weight: 600;
  }
  #sec01 .inner-base .kome-base {
    position: relative;
    width: 100%;
    height: 53vw;
    margin-bottom: 20px;
  }
  #sec01 .inner-base .kome-base p {
    position: relative;
    z-index: 1;
    font-size: 25px;
    font-size: clamp(16px, 10.75px + 0.586vw, 22px);
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    letter-spacing: -0.1em;
  }
  #sec01 .inner-base .kome-base::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    display: block;
    width: 46%;
    height: 100%;
    background: url("../img/general/icon-kome.png") no-repeat top center;
    background-size: contain;
  }
}
@media screen and (max-width: 480px) {
  #sec01 {
    padding-top: 40px;
    margin-bottom: 50px;
  }
  #sec01 .inner-base {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
  }
  #sec01 .inner-base .text-base {
    width: 100%;
    font-size: clamp(16px, 10.75px + 0.586vw, 22px);
  }
  #sec01 .inner-base .text-base p {
    line-height: 1.5;
    margin-bottom: 1em;
    font-weight: 600;
  }
  #sec01 .inner-base .kome-base {
    position: relative;
    width: 100%;
    height: 73vw;
  }
  #sec01 .inner-base .kome-base p {
    position: relative;
    z-index: 1;
    font-size: 25px;
    font-size: clamp(16px, 10.75px + 0.586vw, 22px);
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    letter-spacing: -0.1em;
  }
  #sec01 .inner-base .kome-base::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    display: block;
    width: 86%;
    height: 100%;
    background: url("../img/general/icon-kome.png") no-repeat top center;
    background-size: contain;
  }
}
#sec02 .inner-base {
  padding: 100px 120px 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 40px;
  margin-bottom: 70px;
}
#sec02 .inner-base .ttl {
  margin-bottom: 64px;
}
#sec02 .inner-base h3 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}
#sec02 .inner-base h3.en {
  font-size: 32px;
  margin-bottom: 20px;
  letter-spacing: -2px;
}
#sec02 .inner-base h3.en2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 30px;
  margin-bottom: 20px;
}
#sec02 .inner-base .inner-area {
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
}
#sec02 .inner-base .inner-area.reverse {
  flex-direction: row-reverse;
}
#sec02 .inner-base .inner-area .first-area {
  width: 63.54%;
  padding-top: 40px;
}
#sec02 .inner-base .inner-area .first-area p {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 600;
}
#sec02 .inner-base .inner-area .first-area2 {
  width: 28.8%;
}
#sec02 .inner-base .inner-area .first-area2 .photo-list {
  width: 87%;
  margin-inline: auto;
}
#sec02 .inner-base .second-area {
  width: 41%;
}
#sec02 .inner-base .second-area p {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 600;
}
#sec02 .inner-base .second-area.third {
  transform: translateY(70px);
}
#sec02 .inner-base .second-area2 {
  width: 55.9%;
}
#sec02 .inner-base .second-area2 .img-area {
  transform: translateY(-54px);
}
#sec02 .inner-base .second-area2 .img-area.not {
  transform: translateY(0);
}
#sec02 .inner-base .third-area {
  width: 55.9%;
}
#sec02 .inner-base .third-area p {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 600;
}
#sec02 .inner-base .third-area2 {
  width: 41%;
}

@media screen and (max-width: 896px) {
  #sec02 {
    margin-bottom: 50px;
  }
  #sec02 .inner-base {
    padding: 50px 80px 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 40px;
  }
  #sec02 .inner-base .ttl {
    margin-bottom: 64px;
  }
  #sec02 .inner-base h3 {
    font-size: clamp(20px, 10px + 3.125vw, 38px);
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
  }
  #sec02 .inner-base h3.en {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #sec02 .inner-base h3.en2 {
    display: block;
    align-items: center;
    justify-content: space-between;
    font-size: 30px;
    margin-bottom: 20px;
  }
  #sec02 .inner-base .inner-area {
    margin-bottom: 70px;
    display: block;
    justify-content: space-between;
  }
  #sec02 .inner-base .inner-area.reverse {
    flex-direction: row-reverse;
  }
  #sec02 .inner-base .inner-area .first-area {
    width: 100%;
    margin-bottom: 40px;
  }
  #sec02 .inner-base .inner-area .first-area p {
    font-size: clamp(16px, 10.75px + 0.586vw, 22px);
    margin-bottom: 30px;
    font-weight: 600;
  }
  #sec02 .inner-base .inner-area .first-area2 {
    width: 100%;
  }
  #sec02 .inner-base .inner-area .first-area2 .photo-list {
    display: flex;
  }
  #sec02 .inner-base .second-area {
    width: 100%;
    margin-bottom: 40px;
  }
  #sec02 .inner-base .second-area p {
    font-size: clamp(16px, 10.75px + 0.586vw, 22px);
    margin-bottom: 30px;
    font-weight: 600;
  }
  #sec02 .inner-base .second-area.third {
    transform: translateY(0);
  }
  #sec02 .inner-base .second-area2 {
    margin-bottom: 40px;
    width: 100%;
  }
  #sec02 .inner-base .second-area2 .img-area {
    transform: translateY(0);
  }
  #sec02 .inner-base .second-area2 .img-area.not {
    transform: translateY(0);
  }
  #sec02 .inner-base .third-area {
    width: 100%;
  }
  #sec02 .inner-base .third-area p {
    font-size: clamp(16px, 10.75px + 0.586vw, 22px);
    margin-bottom: 30px;
    font-weight: 600;
  }
  #sec02 .inner-base .third-area2 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #sec02 {
    margin-bottom: 30px;
  }
  #sec02 .inner-base {
    padding: 30px 20px 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
  }
  #sec02 .inner-base .ttl {
    margin-bottom: 34px;
  }
  #sec02 .inner-base h3 {
    font-size: clamp(20px, 10px + 3.125vw, 38px);
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
  }
  #sec02 .inner-base h3.en {
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  #sec02 .inner-base h3.en2 {
    display: block;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    margin-bottom: 20px;
  }
  #sec02 .inner-base .inner-area {
    margin-bottom: 70px;
    display: block;
    justify-content: space-between;
  }
  #sec02 .inner-base .inner-area.reverse {
    flex-direction: row-reverse;
  }
  #sec02 .inner-base .inner-area .first-area {
    width: 100%;
    margin-bottom: 40px;
  }
  #sec02 .inner-base .inner-area .first-area p {
    font-size: clamp(16px, 10.75px + 0.586vw, 22px);
    margin-bottom: 30px;
    font-weight: 600;
  }
  #sec02 .inner-base .inner-area .first-area2 {
    width: 100%;
  }
  #sec02 .inner-base .inner-area .first-area2 .photo-list {
    display: flex;
  }
  #sec02 .inner-base .second-area {
    width: 100%;
    margin-bottom: 40px;
  }
  #sec02 .inner-base .second-area p {
    font-size: clamp(16px, 10.75px + 0.586vw, 22px);
    margin-bottom: 30px;
    font-weight: 600;
  }
  #sec02 .inner-base .second-area.third {
    transform: translateY(0);
  }
  #sec02 .inner-base .second-area2 {
    margin-bottom: 40px;
    width: 100%;
  }
  #sec02 .inner-base .second-area2 .img-area {
    transform: translateY(0);
  }
  #sec02 .inner-base .second-area2 .img-area.not {
    transform: translateY(0);
  }
  #sec02 .inner-base .third-area {
    width: 100%;
  }
  #sec02 .inner-base .third-area p {
    font-size: clamp(16px, 10.75px + 0.586vw, 22px);
    margin-bottom: 30px;
    font-weight: 600;
  }
  #sec02 .inner-base .third-area2 {
    width: 100%;
  }
}
#sec03 {
  margin-bottom: 70px;
}
#sec03 .inner-base {
  padding: 100px 40px 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 40px;
}
#sec03 .inner-base #sec03-01 {
  padding: 0 40px;
}
#sec03 .inner-base #sec03-01 .inner-area {
  display: flex;
  justify-content: space-between;
}
#sec03 .inner-base #sec03-01 .ttl {
  margin-bottom: 64px;
}
#sec03 .inner-base #sec03-01 .ttl.sub {
  text-align: left;
  margin-bottom: 24px;
}
#sec03 .inner-base #sec03-01 .text-area {
  width: 52%;
}
#sec03 .inner-base #sec03-01 .text-area p {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 600;
}
#sec03 .inner-base #sec03-01 .text-area .btn-zn {
  display: flex;
}
#sec03 .inner-base #sec03-01 .text-area .btn-zn > div {
  width: 50%;
  text-align: center;
}
#sec03 .inner-base #sec03-01 .text-area .btn-zn > div a {
  transition: 0.4s;
  display: block;
}
#sec03 .inner-base #sec03-01 .text-area .btn-zn > div a:hover {
  opacity: 0.7;
}
#sec03 .inner-base #sec03-01 .ph-area {
  width: 42.7%;
}
#sec03 .inner-base #sec03-01 .pasta-base {
  margin-top: 120px;
}
#sec03 .inner-base #sec03-01 .pasta-base .category {
  width: fit-content;
  font-size: 26px;
  background-color: #efd3b6;
  font-weight: 600;
  padding: 2px 5px;
  margin-bottom: 40px;
}
#sec03 .inner-base #sec03-01 .pasta-base .inner-area {
  align-items: center;
  margin-bottom: 90px;
}
#sec03 .inner-base #sec03-01 .pasta-base .inner-area .text-area .btn-zn {
  display: flex;
  justify-content: end;
}
#sec03 .inner-base #sec03-01 .pasta-base .inner-area .text-area .btn-zn > div {
  width: auto;
}
#sec03 #sec03-02 .inner-area.feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sec03 #sec03-02 .inner-area.feature .feature-base {
  margin-top: 74px;
  width: calc((100% - 92px) / 3);
}
#sec03 #sec03-02 .inner-area.feature .feature-base h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 38px;
  text-align: center;
}
#sec03 #sec03-02 .inner-area.feature .feature-base p {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  background: url(../img/general/icon-kome-s.png) no-repeat top center;
  padding-bottom: 20px;
}
#sec03 #sec03-03 {
  margin-top: 80px;
}
#sec03 #sec03-03 h2 {
  margin-bottom: 35px;
  letter-spacing: 0.01em;
}
#sec03 #sec03-03 .read-text {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 60px;
}
#sec03 #sec03-03 .shop-list {
  display: flex;
  justify-content: center;
  gap: 160px;
  margin-bottom: 60px;
}
#sec03 #sec03-03 .shop-list li {
  width: 25.89%;
}
#sec03 #sec03-03 .shop-list .title-area {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
#sec03 #sec03-03 .shop-list .title-area h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
#sec03 #sec03-03 .btn-zn {
  text-align: center;
  margin-bottom: 60px;
}
#sec03 #sec03-03 .btn-zn a {
  display: block;
  transition: 0.4s;
}
#sec03 #sec03-03 .btn-zn a:hover {
  opacity: 0.7;
}
#sec03 .bnr-base {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 48px 20px 20px;
  margin-bottom: 60px;
}
#sec03 .bnr-base .bnr-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#sec03 .bnr-base .bnr-inner .ch-area {
  width: 380px;
}
#sec03 .bnr-base .bnr-inner .ch-area img {
  transform: translateY(20px);
}
#sec03 .bnr-base .bnr-inner .text-area {
  width: 360px;
  font-size: 20px;
  font-weight: 600;
}
#sec03 .bnr-base .bnr-inner .text-area a {
  margin-top: 8px;
  color: #231815;
  display: inline-block;
  background-color: #e4c981;
  position: relative;
  padding: 2px 0;
  transition: 0.4s;
}
#sec03 .bnr-base .bnr-inner .text-area a:hover {
  opacity: 0.7;
}
#sec03 .bnr-base .bnr-inner .text-area a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #e4c981;
  border-width: 12px 0px 12px 16.59px;
}
#sec03 .bnr-base .bnr-inner .bnr-area {
  width: 270px;
  transition: 0.4s;
}
#sec03 .bnr-base .bnr-inner .bnr-area:hover {
  opacity: 0.7;
}

@media screen and (max-width: 896px) {
  #sec03 {
    margin-bottom: 50px;
  }
  #sec03 .inner-base {
    padding: 50px 40px 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 40px;
  }
  #sec03 .inner-base #sec03-01 {
    padding: 0 40px;
  }
  #sec03 .inner-base #sec03-01 .inner-area {
    display: block;
  }
  #sec03 .inner-base #sec03-01 .ttl {
    margin-bottom: 64px;
  }
  #sec03 .inner-base #sec03-01 .ttl.sub {
    text-align: left;
    margin-bottom: 24px;
    text-align: center;
  }
  #sec03 .inner-base #sec03-01 .text-area {
    width: 100%;
  }
  #sec03 .inner-base #sec03-01 .text-area p {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600;
  }
  #sec03 .inner-base #sec03-01 .text-area .btn-zn {
    display: flex;
  }
  #sec03 .inner-base #sec03-01 .text-area .btn-zn > div {
    width: 50%;
    text-align: center;
  }
  #sec03 .inner-base #sec03-01 .ph-area {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  #sec03 .inner-base #sec03-01 .pasta-base {
    margin-top: 120px;
  }
  #sec03 .inner-base #sec03-01 .pasta-base .category {
    width: fit-content;
    font-size: 26px;
    background-color: #efd3b6;
    font-weight: 600;
    padding: 2px 5px;
    margin-bottom: 40px;
  }
  #sec03 .inner-base #sec03-01 .pasta-base .inner-area {
    align-items: center;
    margin-bottom: 90px;
  }
  #sec03 .inner-base #sec03-01 .pasta-base .inner-area .text-area .btn-zn {
    display: flex;
    justify-content: end;
  }
  #sec03 .inner-base #sec03-01 .pasta-base .inner-area .text-area .btn-zn > div {
    width: auto;
  }
  #sec03 #sec03-02 .inner-area.feature {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #sec03 #sec03-02 .inner-area.feature .feature-base {
    margin-top: 54px;
    width: 100%;
  }
  #sec03 #sec03-02 .inner-area.feature .feature-base figure img {
    width: 100%;
  }
  #sec03 #sec03-02 .inner-area.feature .feature-base h3 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 38px;
    text-align: center;
  }
  #sec03 #sec03-02 .inner-area.feature .feature-base p {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    background: url(../img/general/icon-kome-s.png) no-repeat top center;
    background-size: contain;
    padding-bottom: 20px;
  }
  #sec03 #sec03-03 {
    margin-top: 50px;
  }
  #sec03 #sec03-03 h2 {
    margin-bottom: 35px;
  }
  #sec03 #sec03-03 .read-text {
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 60px;
  }
  #sec03 #sec03-03 .shop-list {
    display: block;
    margin-bottom: 60px;
  }
  #sec03 #sec03-03 .shop-list li {
    width: 100%;
  }
  #sec03 #sec03-03 .shop-list li img {
    width: 100%;
  }
  #sec03 #sec03-03 .shop-list .title-area {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
  }
  #sec03 #sec03-03 .shop-list .title-area h3 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
  }
  #sec03 #sec03-03 .btn-zn {
    text-align: center;
    margin-bottom: 60px;
  }
  #sec03 .bnr-base {
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 20px 20px 20px;
    margin-bottom: 60px;
  }
  #sec03 .bnr-base .bnr-inner {
    display: block;
  }
  #sec03 .bnr-base .bnr-inner .ch-area {
    width: 100%;
    width: fit-content;
    margin-inline: auto;
  }
  #sec03 .bnr-base .bnr-inner .ch-area img {
    transform: translateY(20px);
  }
  #sec03 .bnr-base .bnr-inner .text-area {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    width: fit-content;
    margin-inline: auto;
  }
  #sec03 .bnr-base .bnr-inner .text-area a {
    margin-top: 8px;
    color: #231815;
    display: inline-block;
    background-color: #e4c981;
    position: relative;
    padding: 2px 0;
  }
  #sec03 .bnr-base .bnr-inner .text-area a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #e4c981;
    border-width: 12px 0px 12px 16.59px;
  }
  #sec03 .bnr-base .bnr-inner .bnr-area {
    width: 100%;
    margin-bottom: 20px;
  }
  #sec03 .bnr-base .bnr-inner .bnr-area img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #sec03 {
    margin-bottom: 30px;
  }
  #sec03 .inner-base {
    padding: 30px 20px 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
  }
  #sec03 .inner-base #sec03-01 {
    padding: 0 0px;
  }
  #sec03 .inner-base #sec03-01 .inner-area {
    display: block;
  }
  #sec03 .inner-base #sec03-01 .ttl {
    margin-bottom: 30px;
  }
  #sec03 .inner-base #sec03-01 .ttl.sub {
    text-align: left;
    margin-bottom: 24px;
    text-align: center;
    font-size: clamp(20px, 10px + 3.125vw, 38px);
  }
  #sec03 .inner-base #sec03-01 .text-area {
    width: 100%;
  }
  #sec03 .inner-base #sec03-01 .text-area p {
    font-size: clamp(16px, 10.75px + 0.586vw, 22px);
    margin-bottom: 30px;
    font-weight: 600;
  }
  #sec03 .inner-base #sec03-01 .text-area .btn-zn {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #sec03 .inner-base #sec03-01 .text-area .btn-zn > div {
    width: 100%;
    text-align: center;
  }
  #sec03 .inner-base #sec03-01 .ph-area {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  #sec03 .inner-base #sec03-01 .pasta-base {
    margin-top: 60px;
  }
  #sec03 .inner-base #sec03-01 .pasta-base .category {
    width: fit-content;
    font-size: clamp(16px, 10.75px + 0.586vw, 22px);
    background-color: #efd3b6;
    font-weight: 600;
    padding: 2px 5px;
    margin-bottom: 40px;
  }
  #sec03 .inner-base #sec03-01 .pasta-base .inner-area {
    align-items: center;
    margin-bottom: 90px;
  }
  #sec03 .inner-base #sec03-01 .pasta-base .inner-area .text-area .btn-zn {
    display: flex;
    justify-content: end;
  }
  #sec03 .inner-base #sec03-01 .pasta-base .inner-area .text-area .btn-zn > div {
    width: auto;
  }
  #sec03 #sec03-02 .inner-area.feature {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #sec03 #sec03-02 .inner-area.feature .feature-base {
    margin-top: 54px;
    width: 100%;
  }
  #sec03 #sec03-02 .inner-area.feature .feature-base figure img {
    width: 100%;
  }
  #sec03 #sec03-02 .inner-area.feature .feature-base h3 {
    font-weight: bold;
    font-size: clamp(20px, 10px + 3.125vw, 38px);
    margin-bottom: 38px;
    text-align: center;
  }
  #sec03 #sec03-02 .inner-area.feature .feature-base p {
    font-size: clamp(16px, 10.75px + 0.586vw, 22px);
    font-weight: 500;
    margin-bottom: 10px;
    background: url(../img/general/icon-kome-s.png) no-repeat top center;
    background-size: contain;
    padding-bottom: 20px;
  }
  #sec03 #sec03-03 {
    margin-top: 50px;
  }
  #sec03 #sec03-03 h2 {
    margin-bottom: 35px;
  }
  #sec03 #sec03-03 .read-text {
    text-align: left;
    font-size: clamp(16px, 10.75px + 0.586vw, 22px);
    font-weight: 600;
    margin-bottom: 30px;
  }
  #sec03 #sec03-03 .shop-list {
    display: block;
    margin-bottom: 30px;
  }
  #sec03 #sec03-03 .shop-list li {
    width: 100%;
  }
  #sec03 #sec03-03 .shop-list li img {
    width: 100%;
  }
  #sec03 #sec03-03 .shop-list .title-area {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
  }
  #sec03 #sec03-03 .shop-list .title-area h3 {
    font-size: clamp(20px, 10px + 3.125vw, 38px);
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
  }
  #sec03 #sec03-03 .btn-zn {
    text-align: center;
    margin-bottom: 60px;
  }
  #sec03 .bnr-base {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 10px 20px 10px;
    margin-bottom: 0px;
  }
  #sec03 .bnr-base .bnr-inner {
    display: block;
  }
  #sec03 .bnr-base .bnr-inner .ch-area {
    width: 100%;
    width: fit-content;
    margin-inline: auto;
  }
  #sec03 .bnr-base .bnr-inner .ch-area img {
    transform: translateY(20px);
  }
  #sec03 .bnr-base .bnr-inner .text-area {
    width: 100%;
    font-size: clamp(16px, 10.75px + 0.586vw, 22px);
    font-weight: 600;
    width: fit-content;
    margin-inline: auto;
  }
  #sec03 .bnr-base .bnr-inner .text-area a {
    margin-top: 8px;
    color: #231815;
    display: inline-block;
    background-color: #e4c981;
    position: relative;
    padding: 2px 0;
  }
  #sec03 .bnr-base .bnr-inner .text-area a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #e4c981;
    border-width: 10px 0px 10px 12.59px;
  }
  #sec03 .bnr-base .bnr-inner .bnr-area {
    width: 100%;
    margin-bottom: 20px;
  }
  #sec03 .bnr-base .bnr-inner .bnr-area img {
    width: 100%;
  }
}
#sec04 {
  margin-bottom: 70px;
}
#sec04 .ttl {
  margin-bottom: 34px;
}
#sec04 .inner-base {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 40px;
  padding: 78px 100px 50px;
}
#sec04 .inner-base .howto-base {
  display: flex;
  justify-content: space-between;
}
#sec04 .inner-base .howto-base > div {
  width: calc((100% - 50px) / 2);
  font-size: clamp(18px, 14.5px + 0.391vw, 22px);
  font-weight: 600;
}
#sec04 .inner-base .howto-base h3 {
  font-size: 22px;
  font-weight: 600;
  background-color: #fff;
  border-radius: 2px;
  width: fit-content;
  padding: 3px 5px;
  margin-bottom: 16px;
}
#sec04 .inner-base .howto-base .box-area {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 4px 2px;
  margin-bottom: 24px;
  margin-top: 6px;
  border-radius: 2px;
}
#sec04 .inner-base .howto-base .box-area .box-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(6px, -4.5px + 1.172vw, 18px);
}
#sec04 .inner-base .howto-base .box-area .box-inner .redtextbox {
  color: red;
}
#sec04 .inner-base .howto-base .box-area .indent {
  text-indent: -1em;
  margin-left: 1.5em;
}
#sec04 .inner-base .howto-01 .para {
  display: flex;
  align-items: center;
  text-indent: -1em;
  margin-left: 1.2em;
}
#sec04 .inner-base .howto-01 .para span {
  flex-shrink: 0;
  width: fit-content;
}
#sec04 .inner-base .howto-01 .para span img {
  transform: translateX(32px);
}
#sec04 .inner-base .howto-02 .ttl-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
#sec04 .inner-base .howto-02 .ttl-area span {
  display: inline-block;
  background-color: #fff;
  padding: 5px 8px 2px;
  border-radius: 2px;
}
#sec04 .inner-base .howto-02 p {
  text-indent: -1em;
  margin-left: 1.2em;
  font-size: 22px;
  letter-spacing: -1px;
}
#sec04 .inner-base .howto-02 p span {
  letter-spacing: -2px;
  font-size: 18px;
}
#sec04 .inner-base .howto-02 .underpara {
  font-size: 14px;
  margin-top: 20px;
}

@media screen and (max-width: 896px) {
  #sec04 {
    margin-bottom: 30px;
  }
  #sec04 .ttl {
    margin-bottom: 34px;
  }
  #sec04 .inner-base {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 40px;
    padding: 48px 20px 30px;
  }
  #sec04 .inner-base .howto-base {
    display: block;
  }
  #sec04 .inner-base .howto-base > div {
    width: 100%;
    font-size: 22px;
    font-weight: 600;
  }
  #sec04 .inner-base .howto-base h3 {
    font-size: 22px;
    font-weight: 600;
    background-color: #fff;
    width: fit-content;
    padding: 3px 5px;
    margin-bottom: 16px;
  }
  #sec04 .inner-base .howto-base .box-area {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 4px 2px;
    margin-bottom: 24px;
    margin-top: 6px;
  }
  #sec04 .inner-base .howto-base .box-area .box-inner {
    display: flex;
    align-items: center;
    gap: 18px;
  }
  #sec04 .inner-base .howto-base .box-area .box-inner .redtextbox {
    color: red;
  }
  #sec04 .inner-base .howto-base .box-area .indent {
    text-indent: -1em;
    margin-left: 1.5em;
  }
  #sec04 .inner-base .howto-01 .para {
    display: flex;
    align-items: center;
    text-indent: -1em;
    margin-left: 1.2em;
  }
  #sec04 .inner-base .howto-01 .para span {
    flex-shrink: 0;
    width: fit-content;
  }
  #sec04 .inner-base .howto-01 .para span img {
    transform: translateX(32px);
  }
  #sec04 .inner-base .howto-02 p {
    text-indent: -1em;
    margin-left: 1.2em;
  }
  #sec04 .inner-base .howto-02 p span {
    font-size: 18px;
  }
  #sec04 .inner-base .howto-02 .underpara {
    margin-top: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  #sec04 .ttl {
    margin-bottom: 30px;
  }
  #sec04 .inner-base {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 20px 20px 10px;
  }
  #sec04 .inner-base .howto-base {
    display: block;
  }
  #sec04 .inner-base .howto-base > div {
    width: 100%;
    font-size: clamp(16px, 10.75px + 0.586vw, 22px);
    font-weight: 600;
  }
  #sec04 .inner-base .howto-base h3 {
    font-size: 20px;
    font-weight: 600;
    background-color: #fff;
    width: fit-content;
    padding: 3px 5px;
    margin-bottom: 16px;
  }
  #sec04 .inner-base .howto-base .box-area {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 4px 2px;
    margin-bottom: 24px;
    margin-top: 6px;
  }
  #sec04 .inner-base .howto-base .box-area .box-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  #sec04 .inner-base .howto-base .box-area .box-inner .redtextbox {
    color: red;
    text-align: left;
  }
  #sec04 .inner-base .howto-base .box-area .indent {
    text-indent: -1em;
    margin-left: 1.5em;
  }
  #sec04 .inner-base .howto-01 .para {
    display: flex;
    align-items: center;
    text-indent: -1em;
    margin-left: 1.2em;
  }
  #sec04 .inner-base .howto-01 .para span {
    flex-shrink: 0;
    width: fit-content;
  }
  #sec04 .inner-base .howto-01 .para span img {
    transform: translateX(32px);
  }
  #sec04 .inner-base .howto-02 .ttl-area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  #sec04 .inner-base .howto-02 .ttl-area span {
    width: 35%;
    display: inline-block;
    background-color: #fff;
    padding: 5px 4px 2px;
    border-radius: 2px;
  }
  #sec04 .inner-base .howto-02 p {
    text-indent: -1em;
    margin-left: 1.2em;
    font-size: 16px;
  }
  #sec04 .inner-base .howto-02 p span {
    font-size: clamp(14px, 11.121px + 0.768vw, 18px);
  }
  #sec04 .inner-base .howto-02 .underpara {
    margin-top: 20px;
    font-size: clamp(14px, 11.121px + 0.768vw, 18px);
  }
}
#recommend {
  margin-top: 60px;
  font-size: clamp(18px, 14.5px + 0.391vw, 22px);
  font-weight: 600;
}

.recipe-base {
  margin-bottom: 20px;
}

@media screen and (max-width: 896px) {
  .recipe-base {
    margin-bottom: 20px;
  }
}
.recipe-list {
  margin-top: 60px;
  padding: 0 0px;
}
.recipe-list li {
  margin-bottom: 60px;
  position: relative;
}
.recipe-list li .recipe-box {
  color: #231815;
  background: url("../img/common/bkg_recipe.jpg");
}
.recipe-list .recipe-box {
  border-radius: 30px;
  position: relative;
}
.recipe-list .recipe-box .recipe-box-wrap {
  width: 100%;
  display: flex;
  gap: 30px;
}
.recipe-list .recipe-box .recipe-box-wrap .recipe-img-area {
  width: 345px;
  aspect-ratio: 345/309;
  flex-shrink: 0;
}
.recipe-list .recipe-box .recipe-box-wrap .recipe-img-area img {
  object-fit: cover;
  border-radius: 30px 0 0 30px;
  width: 100%;
}
.recipe-list .recipe-box .recipe-box-wrap .recipe-text-area {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.recipe-list .recipe-box .recipe-box-wrap .recipe-text-area h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 1.4;
}
.recipe-list .recipe-box .recipe-box-wrap .recipe-text-area p {
  font-size: 16px;
  font-size: clamp(16px, 17.333px - 0.174vw, 14px);
  line-height: 1.5;
  font-weight: 600;
}
.recipe-list .recipe-box .recipe-box-wrap .recipe-text-area p.btn-recipe-zone {
  margin-top: auto;
  margin-top: auto;
}
.recipe-list .recipe-box .recipe-box-wrap .recipe-text-area .btn-recipe {
  border-radius: 40px;
  display: inline-block;
  padding: 8px 22px;
  text-align: center;
  transition: 0.4s;
  opacity: 1;
  background-color: #fff;
  font-weight: bold;
  font-size: clamp(14px, 12.25px + 0.195vw, 16px);
  color: #231815;
}
.recipe-list .recipe-box .recipe-box-wrap .recipe-text-area .btn-recipe:hover {
  opacity: 0.8;
}

@media screen and (max-width: 896px) {
  .recipe-list {
    margin-top: 30px;
    padding: 0 0px;
  }
  .recipe-list li {
    margin-bottom: 30px;
    position: relative;
  }
  .recipe-list li .recipe-box {
    color: #231815;
    background: url("../img/common/bkg_recipe.jpg");
  }
  .recipe-list .recipe-box {
    border-radius: 20px;
    position: relative;
  }
  .recipe-list .recipe-box .recipe-box-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .recipe-list .recipe-box .recipe-box-wrap .recipe-img-area {
    width: 100%;
    aspect-ratio: 551/329;
    flex-shrink: 0;
  }
  .recipe-list .recipe-box .recipe-box-wrap .recipe-img-area img {
    object-fit: cover;
    border-radius: 20px 20px 0 0;
    width: 100%;
  }
  .recipe-list .recipe-box .recipe-box-wrap .recipe-text-area {
    padding-top: 16px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .recipe-list .recipe-box .recipe-box-wrap .recipe-text-area h3 {
    font-size: clamp(22px, 20.889px + 0.347vw, 24px);
    font-weight: bold;
    letter-spacing: -0.04em;
    line-height: 1.4;
  }
  .recipe-list .recipe-box .recipe-box-wrap .recipe-text-area p {
    font-size: 16px;
    font-size: clamp(16px, 17.333px - 0.174vw, 14px);
    line-height: 1.5;
    font-weight: 600;
  }
  .recipe-list .recipe-box .recipe-box-wrap .recipe-text-area p.btn-recipe-zone {
    margin-top: auto;
    text-align: center;
  }
  .recipe-list .recipe-box .recipe-box-wrap .recipe-text-area .btn-recipe {
    border-radius: 40px;
    display: inline-block;
    padding: 8px 22px;
    text-align: center;
    transition: 0.4s;
    opacity: 1;
    background-color: #fff;
    font-weight: bold;
    font-size: clamp(14px, 12.25px + 0.195vw, 16px);
    color: #231815;
  }
  .recipe-list .recipe-box .recipe-box-wrap .recipe-text-area .btn-recipe:hover {
    opacity: 0.8;
  }
}
.bnr-recipe-base {
  text-align: center;
}
.bnr-recipe-base .bnr-recipe {
  text-align: center;
}
.bnr-recipe-base .bnr-recipe h2 {
  font-size: clamp(24px, 22.375px + 0.574vw, 30px);
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.bnr-recipe-base .bnr-recipe a {
  display: inline-block;
}
.bnr-recipe-base .bnr-recipe a img {
  width: 100%;
  height: auto;
}

.sec05 {
  margin-bottom: 70px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 40px;
  padding: 60px 100px 10px;
}
.sec05 .faq-01 {
  margin-bottom: 60px;
}
.sec05 .faq-base h2 {
  margin-bottom: 40px;
}
.sec05 .faq-base h3 {
  margin-bottom: 60px;
}
.sec05 .faqArea dl {
  width: 100%;
  margin-bottom: 3.645vw;
}
.sec05 .faqArea dl.is-hidden {
  display: none;
}
.sec05 .faqArea dl dt {
  width: 100%;
  padding-bottom: 1.04vw;
  border-bottom: 2px solid #5e2200;
  display: flex;
  gap: 20px;
  align-items: center;
}
.sec05 .faqArea dl dt span {
  width: clamp(100px, 88.424px + 1.332vw, 114px);
  display: inline-block;
  padding: 0 38px;
}
.sec05 .faqArea dl dt p {
  line-height: 1.5;
  font-weight: bold;
  font-size: clamp(20px, 16.693px + 0.381vw, 24px);
  width: calc(100% - 7.8125vw);
  word-break: break-all;
}
.sec05 .faqArea dl dd {
  width: 100%;
  padding-top: 1.04vw;
  display: flex;
  gap: 20px;
}
.sec05 .faqArea dl dd span {
  width: clamp(100px, 88.424px + 1.332vw, 114px);
  display: inline-block;
  padding: 0 38px;
}
.sec05 .faqArea dl dd p {
  padding-top: 0.729vw;
  line-height: 1.5;
  font-size: clamp(20px, 16.693px + 0.381vw, 24px);
  width: calc(100% - 7.8125vw);
  font-weight: 600;
  word-break: break-all;
}
.sec05 .faqArea dl dd p a {
  margin-top: 20px;
  display: inline-block;
  color: #231815;
  transition: 0.4s;
}
.sec05 .faqArea dl dd p a:hover {
  border: none;
  opacity: 0.8;
}
.sec05 .btn_more {
  width: 10.9vw;
  margin-inline: auto;
  margin-bottom: 4.16vw;
  cursor: pointer;
  transition: 0.4s;
}
.sec05 .btn_more:hover {
  opacity: 0.8;
}

@media screen and (max-width: 896px) {
  #faq {
    padding: 0;
  }
  .sec05 {
    margin-bottom: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 40px;
    padding: 32px 40px 20px;
  }
  .sec05 .faq-01 {
    margin-bottom: 30px;
  }
  .sec05 .faq-base h2 {
    margin-bottom: 40px;
  }
  .sec05 .faq-base h3 {
    margin-bottom: 30px;
  }
  .sec05 .faqArea dl {
    width: 100%;
    margin-bottom: 3.645vw;
  }
  .sec05 .faqArea dl dt {
    width: 100%;
    padding-bottom: 1.04vw;
    border-bottom: 2px solid #5e2200;
    display: flex;
    align-items: center;
  }
  .sec05 .faqArea dl dt span {
    display: inline-block;
    width: 12.7vw;
    padding-left: 4.595vw;
    padding-right: 4.595vw;
  }
  .sec05 .faqArea dl dt p {
    line-height: 1.5;
    font-weight: bold;
    font-size: 3.24vw;
    width: calc(100% - 12.7vw);
  }
  .sec05 .faqArea dl dd {
    width: 100%;
    padding-top: 1.04vw;
    display: flex;
  }
  .sec05 .faqArea dl dd span {
    display: inline-block;
    width: 12.7vw;
    padding-left: 4.595vw;
    padding-right: 4.595vw;
  }
  .sec05 .faqArea dl dd p {
    padding-top: 0.729vw;
    line-height: 1.5;
    font-size: 3.24vw;
    width: calc(100% - 12.7vw);
  }
  .sec05 .btn_more {
    width: 28.378vw;
    margin-inline: auto;
    margin-bottom: 6.16vw;
  }
}
@media screen and (max-width: 480px) {
  #faq {
    padding: 0;
  }
  .sec05 {
    margin-bottom: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 20px 10px 20px;
  }
  .sec05 .faq-01 {
    margin-bottom: 30px;
  }
  .sec05 .faq-base h2 {
    margin-bottom: 40px;
  }
  .sec05 .faq-base h3 {
    margin-bottom: 30px;
  }
  .sec05 .faqArea dl {
    width: 100%;
    margin-bottom: 3.645vw;
  }
  .sec05 .faqArea dl dt {
    width: 100%;
    padding-bottom: 1.04vw;
    border-bottom: 2px solid #5e2200;
    display: flex;
    align-items: center;
  }
  .sec05 .faqArea dl dt span {
    display: inline-block;
    width: 12.7vw;
    padding-left: 4.595vw;
    padding-right: 4.595vw;
  }
  .sec05 .faqArea dl dt p {
    line-height: 1.5;
    font-weight: bold;
    font-size: 4.24vw;
    width: calc(100% - 12.7vw);
  }
  .sec05 .faqArea dl dd {
    width: 100%;
    padding-top: 1.04vw;
    display: flex;
  }
  .sec05 .faqArea dl dd span {
    display: inline-block;
    width: 12.7vw;
    padding-left: 4.595vw;
    padding-right: 4.595vw;
  }
  .sec05 .faqArea dl dd p {
    padding-top: 0.729vw;
    line-height: 1.5;
    font-size: 4.24vw;
    width: calc(100% - 12.7vw);
  }
  .sec05 .btn_more {
    width: 28.378vw;
    margin-inline: auto;
    margin-bottom: 6.16vw;
  }
}
#fixedBtn {
  position: fixed;
  top: 400px;
  right: 80px;
  width: 144px;
  z-index: 10000;
}

@media screen and (max-width: 896px) {
  #fixedBtn {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */