@charset "UTF-8";
/*
* base
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..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: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-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: #6b151a;
  height: 100%;
  min-height: 100dvh;
  font-size: 1.6rem;
  background-color: #fbf9e6;
}
@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: 2;
}

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: 40px 20px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 1000;
  background: #fbf9e6;
}

.logo {
  width: 35vw;
}

@media screen and (max-width: 480px) {
  #header {
    padding: 20px 10px 0;
  }
  .logo {
    width: 50vw;
  }
}
.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 {
  background: url("../img/common/bkg_main.png") no-repeat center 300px;
  background-size: contain;
  padding-top: 14.58vw;
}

@media screen and (max-width: 896px) {
  main {
    padding-top: 18.58vw;
    background: none;
  }
}
@media screen and (max-width: 480px) {
  main {
    padding-top: 22.58vw;
  }
}
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 9.4vw;
  }
}
#glovalNav {
  width: clamp(565px, 293.116px + 30.344vw, 1100px);
}

.global-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 40px;
  padding: 20px 0.5vw;
  width: 100%;
}
.global-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.global-nav ul li {
  font-size: max(1.04vw, 15px);
  font-weight: bold;
}
.global-nav ul li a {
  display: block;
  color: #6b151a;
  padding: 10px 0.8vw;
  line-height: 1.4;
  transition: opacity 0.4s;
}
@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: 2.2vw;
  padding: 0;
}
.global-nav__sns li a.global-nav__sns-link img {
  width: 100%;
}

@media screen and (max-width: 896px) {
  #glovalNav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ebab32;
    border-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 100px;
    padding-bottom: 24px;
    transform: translateX(100%);
    transition: 0.4s;
    overflow-y: scroll;
  }
  #glovalNav .global-nav {
    display: block;
  }
  #glovalNav ul {
    justify-content: center;
    padding-top: 5vw;
  }
  #glovalNav ul li {
    font-size: 20px;
    width: 100%;
  }
  #glovalNav ul li a {
    display: block;
    color: #6b151a;
    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%;
  }
}
/*
* module
*/
/*
* pages
*/
.slider-section {
  width: 100%;
  padding-top: 0;
  margin-bottom: 100px;
}
.slider-section .item {
  width: 63.5vw !important;
}
.slider-section .item img {
  width: 100%;
}

@media screen and (max-width: 896px) {
  .slider-section {
    width: 92%;
    margin-inline: auto;
    margin-bottom: 40px;
  }
  .slider-section .item {
    width: 100% !important;
  }
  .slider-section .item img {
    width: 100%;
  }
}
.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;
}

#sec01 .logo-parts {
  text-align: center;
}
#sec01 .logo-parts img {
  width: 20vw;
}
#sec01 .read-text {
  text-align: center;
  font-size: clamp(24px, 11.014px + 1.449vw, 40px);
  font-weight: 900;
  margin-bottom: 60px;
}
#sec01 .read-text2 {
  text-align: center;
  font-size: clamp(20px, 5.391px + 1.63vw, 38px);
  font-weight: 500;
  margin-bottom: 60px;
}
#sec01 .read-base {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: clamp(10px, -16.783px + 2.989vw, 43px);
  grid-row-gap: 0px;
  align-items: end;
  justify-items: center;
  margin-bottom: 100px;
}
#sec01 .read-base div {
  width: clamp(280px, 215.072px + 7.246vw, 360px);
}

@media screen and (max-width: 896px) {
  #sec01 .logo-parts {
    text-align: center;
  }
  #sec01 .logo-parts img {
    width: 80vw;
  }
  #sec01 .read-text {
    font-size: clamp(14px, 11.778px + 0.694vw, 18px);
    margin-bottom: 30px;
  }
  #sec01 .read-text2 {
    font-size: clamp(14px, 11.778px + 0.694vw, 18px);
    margin-bottom: 30px;
  }
  #sec01 .read-base {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  #sec01 .read-base div {
    width: clamp(180px, 50.441px + 34.549vw, 360px);
    margin-bottom: 60px;
    margin-inline: auto;
  }
}
#sec02 {
  margin-bottom: 100px;
}

.point-area {
  background-color: #fff;
  border-radius: 40px;
  padding: 60px 40px;
}
.point-area ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.point-area ul li .text-area dl {
  display: flex;
  gap: 24px;
}
.point-area ul li .text-area dl dt {
  width: clamp(110px, 95.391px + 1.63vw, 128px);
}
.point-area ul li .text-area dl dd {
  width: clamp(520px, 471.304px + 5.435vw, 580px);
}
.point-area ul li .text-area dl dd h2 {
  font-size: clamp(26px, 22.754px + 0.362vw, 30px);
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.5;
}
.point-area ul li .text-area dl dd p {
  font-size: clamp(16px, 11.13px + 0.543vw, 22px);
}
.point-area ul li .img-area img {
  width: clamp(300px, 256.174px + 4.891vw, 354px);
}
.point-area ul li .img-area.imgY img {
  transform: translateY(-20px);
}
.point-area ul li:nth-child(2n) {
  margin-bottom: 30px;
}

@media screen and (max-width: 896px) {
  #sec02 {
    margin-bottom: 0px;
  }
  .point-area {
    background-color: #fff;
    border-radius: 30px;
    padding: 60px 40px;
  }
  .point-area ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .point-area ul li .text-area dl {
    display: flex;
    gap: 24px;
  }
  .point-area ul li .text-area dl dt {
    width: 20%;
  }
  .point-area ul li .text-area dl dd {
    width: 80%;
    margin-bottom: 30px;
  }
  .point-area ul li .text-area dl p {
    font-size: clamp(16px, 11.13px + 0.543vw, 22px);
  }
  .point-area .img-area img {
    width: 25%;
  }
  .point-area .img-area.imgY img {
    transform: translateY(-20px);
  }
  .point-area:nth-child(2n) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  #sec02 {
    margin-bottom: 50px;
  }
  .point-area {
    padding: 30px 20px;
  }
  .point-area ul li {
    margin-bottom: 30px;
    display: block;
  }
  .point-area ul li .text-area dl {
    gap: 16px;
  }
  .point-area ul li .text-area dl dd {
    margin-bottom: 0;
  }
  .point-area ul li .text-area dl dd h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .point-area ul li .text-area dl dd p {
    font-size: 14px;
  }
  .point-area ul li .img-area {
    text-align: center;
  }
}
.product-swiper {
  width: 100%;
  margin: 0 auto 100px;
  position: relative;
  height: auto;
}
.product-swiper .swiper-slide img {
  width: 100%;
  height: auto;
}

.swiper2 .swiper-wrapper {
  padding-bottom: 40px;
}
.swiper2 .swiper-wrapper .swiper-slide .lineup-item img {
  width: 100%;
}

@media (min-width: 2000px) {
  .swiper2 .swiper-wrapper {
    padding-bottom: 40px;
  }
  .swiper2 .swiper-wrapper .swiper-slide .lineup-item {
    max-width: 1200px !important;
  }
  .swiper2 .swiper-wrapper .swiper-slide .lineup-item img {
    width: 100%;
  }
}
@media screen and (max-width: 896px) {
  .product-swiper {
    margin-bottom: 0px;
  }
}
.swiper-item-area {
  border-radius: 40px;
  background-color: #421b77;
  color: #fff;
  padding: 32px 50px;
}
.swiper-item-area h2 {
  font-size: clamp(20px, 1.333px + 2.083vw, 43px);
  font-weight: 500;
}
.swiper-item-area h2 span {
  width: clamp(40px, -24.928px + 7.246vw, 120px);
  display: inline-block;
}
.swiper-item-area h2 span img {
  width: 100%;
  height: auto;
}

.recipe-base {
  border-radius: 40px;
  padding: 32px 50px 120px 50px;
  background: #fff;
  margin-bottom: 100px;
}
.recipe-base h2 {
  font-size: clamp(32px, 22.375px + 1.074vw, 43px);
  font-weight: 500;
  margin-bottom: 40px;
}
.recipe-base h2 span {
  width: clamp(40px, -24.928px + 7.246vw, 120px);
  display: inline-block;
}
.recipe-base h2 span img {
  width: 100%;
  height: auto;
}
.recipe-base .text-area {
  max-width: 1000px;
  margin-inline: auto;
}
.recipe-base .read-text {
  font-size: clamp(32px, 22.375px + 1.074vw, 43px);
  font-weight: bold;
}
.recipe-base .read-text2 {
  font-size: clamp(16px, 9px + 0.781vw, 24px);
}

@media screen and (max-width: 896px) {
  .recipe-base {
    border-radius: 30px;
    padding: 16px 20px 40px;
    background: #fff;
    margin-bottom: 0px;
  }
  .recipe-base h2 {
    font-size: clamp(22px, 26.319px - 1.152vw, 16px);
    font-weight: 500;
    margin-bottom: 20px;
  }
  .recipe-base h2 span {
    width: clamp(70px, 19.616px + 13.436vw, 140px);
    display: inline-block;
  }
  .recipe-base h2 span img {
    width: 100%;
    height: auto;
  }
  .recipe-base .text-area {
    max-width: 100%;
    margin-inline: auto;
  }
  .recipe-base .read-text {
    font-size: clamp(20px, 22.879px - 0.768vw, 16px);
  }
  .recipe-base .read-text2 {
    font-size: clamp(14px, 12.56px + 0.384vw, 16px);
  }
}
.pc-i .recipe-list {
  margin-top: 60px;
  padding: 0 50px;
}
.pc-i .recipe-list li {
  margin-bottom: 60px;
  position: relative;
}
.pc-i .recipe-list li .icon-ve {
  position: absolute;
  z-index: 1;
  left: -10px;
  bottom: -10px;
}
.pc-i .recipe-list li:first-child .recipe-box {
  color: #fbf9e6;
  background-color: #3c2578;
}
.pc-i .recipe-list li:first-child .recipe-box .btn-recipe {
  background-color: #fbf9e6;
  color: #3c2578;
  font-weight: bold;
}
.pc-i .recipe-list li:nth-child(2) .recipe-box {
  background-color: #fff000;
  color: #6b151a;
}
.pc-i .recipe-list li:nth-child(2) .recipe-box .btn-recipe {
  background-color: #6b151a;
  color: #fff000;
  font-weight: bold;
}
.pc-i .recipe-list li:nth-child(3) .recipe-box {
  background-color: #fde6bc;
  color: #960000;
}
.pc-i .recipe-list li:nth-child(3) .recipe-box .btn-recipe {
  background-color: #960000;
  color: #fde6bc;
  font-weight: bold;
}
.pc-i .recipe-list li:nth-child(4) .recipe-box {
  background-color: #aacc03;
  color: #fbf9e6;
}
.pc-i .recipe-list li:nth-child(4) .recipe-box .btn-recipe {
  background-color: #ec6c00;
  color: #fbf9e6;
  font-weight: bold;
}
.pc-i .recipe-list .btn-recipe {
  margin-top: 20px;
  font-size: 22px;
  border-radius: 40px;
  display: inline-block;
  padding: 2px 12px;
  text-align: center;
  transition: 0.4s;
  opacity: 1;
}
.pc-i .recipe-list .btn-recipe:hover {
  opacity: 0.8;
}
.pc-i .recipe-list .recipe-box {
  border-radius: 30px;
  position: relative;
}
.pc-i .recipe-list .recipe-box .recipe-box-wrap {
  width: 100%;
  display: flex;
  gap: 30px;
}
.pc-i .recipe-list .recipe-box .recipe-box-wrap .recipe-img-area {
  width: 340px;
  aspect-ratio: 342/282;
  flex-shrink: 0;
}
.pc-i .recipe-list .recipe-box .recipe-box-wrap .recipe-img-area img {
  object-fit: cover;
  border-radius: 30px 0 0 30px;
  width: 100%;
}
.pc-i .recipe-list .recipe-box .recipe-box-wrap .recipe-cont-wrap .recipe-text-area {
  padding-top: 40px;
}
.pc-i .recipe-list .recipe-box .recipe-box-wrap .recipe-cont-wrap .recipe-text-area h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.04em;
}
.pc-i .recipe-list .recipe-box .recipe-box-wrap .recipe-cont-wrap .recipe-text-area .recipe-text-btm-wrap {
  width: 100%;
  display: flex;
  gap: 30px;
  padding-top: 20px;
}
.pc-i .recipe-list .recipe-box .recipe-box-wrap .recipe-cont-wrap .recipe-text-area .recipe-text-btm-wrap .recipe-text-btm {
  width: 67.43%;
}
.pc-i .recipe-list .recipe-box .recipe-box-wrap .recipe-cont-wrap .recipe-text-area .recipe-text-btm-wrap .recipe-text-btm p {
  font-size: 16px;
  font-size: clamp(16px, 17.333px - 0.174vw, 14px);
  line-height: 1.5;
}
.pc-i .recipe-list .recipe-box .recipe-box-wrap .recipe-cont-wrap .recipe-text-area .recipe-text-btm-wrap .recipe-item-ph {
  width: 18.05%;
  text-align: center;
}
.pc-i .recipe-list .recipe-box .recipe-box-wrap .recipe-cont-wrap .recipe-text-area .recipe-text-btm-wrap .recipe-item-ph img {
  width: 100%;
  box-shadow: 2px 3px 10px 3px rgba(0, 0, 0, 0.45);
}

@media screen and (max-width: 896px) {
  .recipe-list {
    margin-top: 20px;
    padding: 0 10px;
  }
  .recipe-list li {
    margin-bottom: 30px;
    position: relative;
  }
  .recipe-list li .icon-ve {
    width: clamp(60px, 16.814px + 11.516vw, 120px);
    position: absolute;
    z-index: 1;
    left: -10px;
    bottom: auto;
    top: clamp(90px, -38.119px + 34.165vw, 268px);
  }
  .recipe-list li:first-child .recipe-box {
    color: #fbf9e6;
    background-color: #3c2578;
  }
  .recipe-list li:first-child .recipe-box .btn-recipe {
    background-color: #fbf9e6;
    color: #3c2578;
    font-weight: bold;
  }
  .recipe-list li:nth-child(2) .recipe-box {
    background-color: #fff000;
    color: #6b151a;
  }
  .recipe-list li:nth-child(2) .recipe-box .btn-recipe {
    background-color: #6b151a;
    color: #fff000;
    font-weight: bold;
  }
  .recipe-list li:nth-child(3) .recipe-box {
    background-color: #fde6bc;
    color: #960000;
  }
  .recipe-list li:nth-child(3) .recipe-box .btn-recipe {
    background-color: #960000;
    color: #fde6bc;
    font-weight: bold;
  }
  .recipe-list li:nth-child(4) .recipe-box {
    background-color: #aacc03;
    color: #fbf9e6;
  }
  .recipe-list li:nth-child(4) .recipe-box .btn-recipe {
    background-color: #ec6c00;
    color: #fbf9e6;
    font-weight: bold;
  }
  .recipe-list .btn-recipe {
    margin-top: 20px;
    font-size: 12px;
    font-size: clamp(8px, 3.681px + 1.152vw, 14px);
    border-radius: 40px;
    display: inline-block;
    padding: 2px 12px;
    text-align: center;
    transition: 0.4s;
    opacity: 1;
  }
  .recipe-list .btn-recipe:hover {
    opacity: 0.8;
  }
  .recipe-list .recipe-box {
    border-radius: 20px;
    position: relative;
  }
  .recipe-list .recipe-box .recipe-box-wrap {
    width: 100%;
    display: block;
    gap: 20px;
  }
  .recipe-list .recipe-box .recipe-box-wrap .recipe-img-area {
    width: 100%;
    aspect-ratio: 590/258;
    flex-shrink: 0;
  }
  .recipe-list .recipe-box .recipe-box-wrap .recipe-img-area img {
    object-fit: cover;
    border-radius: 10px 20px 0 0px;
    width: 100%;
  }
  .recipe-list .recipe-box .recipe-box-wrap .recipe-cont-wrap {
    padding: 10px;
  }
  .recipe-list .recipe-box .recipe-box-wrap .recipe-cont-wrap .recipe-text-area {
    padding-top: 20px;
  }
  .recipe-list .recipe-box .recipe-box-wrap .recipe-cont-wrap .recipe-text-area h3 {
    font-size: clamp(14px, 7.522px + 1.727vw, 23px);
    font-weight: bold;
    letter-spacing: -0.04em;
  }
  .recipe-list .recipe-box .recipe-box-wrap .recipe-cont-wrap .recipe-text-area .recipe-text-btm-wrap {
    width: 100%;
    display: flex;
    gap: 20px;
    padding-top: 20px;
    justify-content: space-between;
  }
  .recipe-list .recipe-box .recipe-box-wrap .recipe-cont-wrap .recipe-text-area .recipe-text-btm-wrap .recipe-text-btm {
    width: 70%;
  }
  .recipe-list .recipe-box .recipe-box-wrap .recipe-cont-wrap .recipe-text-area .recipe-text-btm-wrap .recipe-text-btm p {
    font-size: 16px;
    font-size: clamp(8px, 3.681px + 1.152vw, 14px);
    line-height: 1.5;
  }
  .recipe-list .recipe-box .recipe-box-wrap .recipe-cont-wrap .recipe-text-area .recipe-text-btm-wrap .recipe-item-ph {
    width: 28.05%;
    text-align: center;
  }
  .recipe-list .recipe-box .recipe-box-wrap .recipe-cont-wrap .recipe-text-area .recipe-text-btm-wrap .recipe-item-ph img {
    width: 100%;
    box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.35);
  }
}
.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: 100px;
}
.sec05 .faq-base {
  border-radius: 40px;
  background-color: #fff;
  padding: 32px 50px 120px 50px;
}
.sec05 .faq-base h2 {
  font-size: clamp(32px, 22.375px + 1.074vw, 43px);
  font-weight: 500;
  margin-bottom: 40px;
}
.sec05 .faq-base h2 span {
  width: clamp(40px, -24.928px + 7.246vw, 120px);
  display: inline-block;
}
.sec05 .faq-base h2 span img {
  width: 100%;
  height: auto;
}
.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);
}
.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);
}
.sec05 .faqArea dl dd p a {
  color: #6b151a;
  border-bottom: 2px solid #5e2200;
}
.sec05 .faqArea dl dd p a:hover {
  border: none;
}
.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) {
  .sec05 {
    margin-bottom: 40px;
  }
  .sec05 .faq-base {
    border-radius: 30px;
    background-color: #fff;
    padding: 16px 20px 20px;
  }
  .sec05 .faq-base h2 {
    font-size: clamp(22px, 26.319px - 1.152vw, 16px);
    font-weight: 500;
    margin-bottom: 20px;
  }
  .sec05 .faq-base h2 span {
    width: clamp(40px, -24.928px + 7.246vw, 120px);
    display: inline-block;
  }
  .sec05 .faq-base h2 span img {
    width: 100%;
    height: auto;
  }
  .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;
  }
}
.hr-space {
  width: 100%;
  padding: 30px 9.4vw 0;
  text-align: center;
}

.hr-space2 {
  width: 100%;
  padding: 0px 9.4vw 40px;
  text-align: center;
}

.hr-space3 {
  width: 100%;
  padding: 30px 9.4vw 30px;
  text-align: center;
}

#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 */