@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  color: #fff;
  background-color: #79a682;
}

::selection {
  color: #fff;
  background-color: #79a682;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.54545455;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-size: 1px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
  color: var(--color-active);
  overflow-x: hidden;
}

.register-link, .lg-link {
    font-size: clamp(12px, 2vw, 16px);
}


@media screen and (min-width: 769px) {
    main {
        padding: 0 !important;
        margin-top: 82px;
    }
}
    .ec-layoutRole .ec-layoutRole__contents {
        margin: -82px 0 0;
        width: 100vw;
        max-width: 100%;
		padding:0!important;
    }
	.fixedbtn__list {
    top: 200px!important;
	}
@media screen and (min-width: 769px) {
	.commonContents-title {
        font-size: 40px;
    }
	.commonContents-main .is-inner {
		font-size:24px;
	}
	.shopInfo-main-title {
		font-size: 24px;
}
	.shopInfo-main-text {
    font-size: 24px;
}
	.s-btn {
    background: #e96b2e;
    transition: 0.5s;
    color: white;
    font-size: clamp(10px, 1.0416666667vw, 15px);
    text-align: center;
    padding: 20px 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
    border-radius: 5px 0 0 5px;
    border: 2px solid white;
    border-right: none;
}
	.s-btn img {
    width: 29px;
    margin: 0 auto;
    display: block;
}
}
@media screen and (max-width: 768px) {
	.commonContents-title {
        font-size: 24px;
    }
	.commonContents-main .is-inner {
		font-size:16px;
	}
	.shopInfo-main-title {
		font-size: 16px;
}
	.shopInfo-main-text {
    font-size: 16px;
}
	.fixedbtn__list {
    position: fixed;
    bottom: 0px;
    z-index: 9;
}.ec-footerRole a {
    font-size: 16px!important;
}.fixedbtn__list {
    top: auto!important;
}
	.top_mv {
		margin-top: 80px;
	}
	.s-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        height: 44px;
        width: 50%;
        border: none;
        flex-grow: 1;
        border-left: none;
        font-size: clamp(15px, 2.0833333333vw, 30px);
    }
	.fixedbtn__item--buy {
    padding: 0 15px 0 40px!important;
}
}

main {
  overflow-x: clip;
}

main.disable {
  position: relative !important;
  transform: unset !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin: unset;
}

p {
  margin: unset;
}

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1px;
  font-style: normal;
  line-height: inherit;
}

ol, ul, dl {
  margin: unset;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5px;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1px;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1px;
  overflow: auto;
}

figure {
  margin: 0 0 1px;
}

img {
  vertical-align: middle;
  border-style: none;
  width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

svg {
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75px;
  padding-bottom: 0.75px;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5px;
}

button {
  border-radius: 0;
}

button:focus {
  outline: none;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
  border: none;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio], input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5px;
  font-size: 1.5px;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: none;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}

i, em {
  font-style: normal;
  display: block;
}

span {
  display: inline-block;
}

html {
  font-size: 1px;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 0.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.16vw;
  }
}
@media (max-width: 768px) {
  [hide-sp] {
    display: none;
  }
}
@media (max-width: 768px) {
  br[hide] {
    display: none;
  }
}
br[sp] {
  display: none;
}

@media (max-width: 768px) {
  br[sp] {
    display: block;
  }
}
br[pc] {
  display: block;
}

@media (max-width: 768px) {
  br[pc] {
    display: none;
  }
}
.smooth-scroll {
  height: 100vh;
  width: 100%;
}

.scrollbar-track {
  display: none !important;
}

.is-sp-flex {
  display: none;
}

@media (max-width: 768px) {
  .is-sp-flex {
    display: flex;
  }
}
/*! locomotive-scroll v3.5.4 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[data-scroll-container] {
  overflow: hidden !important;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11rem;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  opacity: 0.5;
  width: 7rem;
  border-radius: 10rem;
  margin: 2rem;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}

.cover-footer {
  z-index: 1;
}

.js-io._fadeIn {
  opacity: 0;
  transition: opacity 1s;
}

.js-io._fadeIn._show {
  opacity: 1;
}

.js-io._fadeInUp {
  opacity: 0;
  transform: translateY(80px);
  transition: all 1s;
}

.js-io._fadeInUp._show {
  opacity: 1;
  transform: translateY(0);
}

.js-io._delay {
  opacity: 0;
  transform: translateY(80px);
  transition: all 1s;
}

.js-io._delay._show {
  opacity: 1;
  transform: translateY(0);
}

.js-io._delay._show:nth-of-type(1) {
  transition-delay: 0s;
}

.js-io._delay._show:nth-of-type(2) {
  transition-delay: 0.0333333333s;
}

.js-io._delay._show:nth-of-type(3) {
  transition-delay: 0.0666666667s;
}

.js-io._delay._show:nth-of-type(4) {
  transition-delay: 0.1s;
}

.js-io._delay._show:nth-of-type(5) {
  transition-delay: 0.1333333333s;
}

.js-io._delay._show:nth-of-type(6) {
  transition-delay: 0.1666666667s;
}

.js-io._delay._show:nth-of-type(7) {
  transition-delay: 0.2s;
}

.js-io._delay._show:nth-of-type(8) {
  transition-delay: 0.2333333333s;
}

.js-io._delay._show:nth-of-type(9) {
  transition-delay: 0.2666666667s;
}

.js-io._delay._show:nth-of-type(10) {
  transition-delay: 0.3s;
}

.js-io._delay._show:nth-of-type(11) {
  transition-delay: 0.3333333333s;
}

.js-io._delay._show:nth-of-type(12) {
  transition-delay: 0.3666666667s;
}

.js-io._delay._show:nth-of-type(13) {
  transition-delay: 0.4s;
}

.js-io._delay._show:nth-of-type(14) {
  transition-delay: 0.4333333333s;
}

.js-io._delay._show:nth-of-type(15) {
  transition-delay: 0.4666666667s;
}

.js-io._delay._show:nth-of-type(16) {
  transition-delay: 0.5s;
}

.js-io._delay._show:nth-of-type(17) {
  transition-delay: 0.5333333333s;
}

.js-io._delay._show:nth-of-type(18) {
  transition-delay: 0.5666666667s;
}

.js-io._delay._show:nth-of-type(19) {
  transition-delay: 0.6s;
}

.js-io._delay._show:nth-of-type(20) {
  transition-delay: 0.6333333333s;
}

.js-io._clip {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.8s;
  transition: clip-path 0.8s;
  transition: clip-path 0.8s, -webkit-clip-path 0.8s;
}

.js-io._clip._show {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.js-io._clipCenter {
  -webkit-clip-path: inset(0 50% 0 50%);
  clip-path: inset(0 50% 0 50%);
  transition: -webkit-clip-path 0.8s;
  transition: clip-path 0.8s;
  transition: clip-path 0.8s, -webkit-clip-path 0.8s;
}

.js-io._clipCenter._show {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.js-io._blur {
  filter: blur(20px);
  transition: filter 0.4s;
}

.js-io._blur._show {
  filter: blur(0);
}
@keyframes sparkle-anime {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(0.6);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.c-section {
  position: relative;
}

.f_common {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", sans-serif;
}

.f_noto-gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.f_mincho {
  font-family: "Noto Serif JP", serif;
}

.f_marugo {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.page-wrap a {
  transition: 0.5s;
}
.page-wrap a img {
  transition: 0.5s;
}
.page-wrap a:hover {
  filter: brightness(1.1);
}
.page-wrap a:hover img {
  filter: brightness(1.1);
}

.l-outer-width {
  max-width: 1300px;
  margin: 0 auto;
  width: 94.2832764505vw;
}
@media screen and (max-width: 768px) {
  .l-outer-width {
    width: 89.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .l-outer-width--sp {
    width: 89.3333333333vw !important;
    margin: 0 auto;
  }
}

.l-content-width {
  max-width: 1200px;
  width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .l-content-width {
    width: 79.1666666667vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .l-content-width {
    width: 89.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .l-content-width--sp {
    width: 82.6666666667vw !important;
    margin: 0 auto;
  }
}

.l-inner-width {
  max-width: 1024px;
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: calc(1160px + 10vw)) {
  .l-inner-width {
    width: 74.2662116041vw;
  }
}
@media screen and (max-width: calc(1160px + 10vw)) and (max-width: 768px) {
  .l-inner-width {
    width: 81.3333333333vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .l-inner-width--sp {
    width: 81.3333333333vw !important;
    margin: 0 auto;
  }
}

.l-full-width {
  max-width: 1440px;
  margin: 0 auto;
  width: calc(100vw - (100vw - 100%));
}
@media screen and (max-width: 768px) {
  .l-full-width--sp {
    width: 100vw;
  }
}

.fixedbtn__list {
  position: fixed;
  right: 0;
  top: 150px;
  width: 120px;
  z-index: 9;
}
@media screen and (max-width: 1200px) {
  .fixedbtn__list {
    top: 10.4166666667vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .fixedbtn__list {
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    top: initial;
  }
}
.fixedbtn__item {
  color: white;
  font-size: clamp(10px, 1.0416666667vw, 15px);
  text-align: center;
  padding: 20px 0;
  width: 100%;
  display: block;
  box-sizing: border-box;
  border-radius: 5px 0 0 5px;
  border: 2px solid white;
  border-right: none;
}
@media screen and (max-width: 1200px) {
  .fixedbtn__item {
    padding: 1.3888888889vw 0;
    border-radius: 0.3472222222vw 0 0 0.3472222222vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .fixedbtn__item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 44px;
    width: 50%;
    border: none;
    flex-grow: 1;
    border-left: none;
    font-size: clamp(15px, 2.0833333333vw, 30px);
  }
}
.fixedbtn__item--catalog {
  background: #72b054;
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .fixedbtn__item--catalog {
    margin-bottom: 0.3472222222vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .fixedbtn__item--catalog {
    margin-bottom: 0;
  }
}
.fixedbtn__item--buy {
  background: #e96b2e;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .fixedbtn__item--buy .btn-cart {
    display: flex;
    justify-content: center;
  }
}
.fixedbtn__item--buy:hover {
  filter: brightness(1.1);
}
.fixedbtn__item--buy img {
  width: 29px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1200px) {
  .fixedbtn__item--buy img {
    width: 2.0138888889vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .fixedbtn__item--buy img {
    width: 3.8666666667vw;
  }
}
.fixedbtn__item--buy span {
  color: white;
}
.fixedbtn__item--buy .btn-cart {
  background: transparent;
}

@media screen and (max-width: 1200px) {
  .c-mv__item {
	  width: 100%;
	  text-align: center;
	  margin: 5.3472222222vw auto 0 auto;
  }
}
@media screen and (min-width: 1201px) {
  .c-mv__item {
	  width: 100%;
	  text-align: center;
	  margin: 2.6666666667vw auto 0 auto;
  }
}


/*  section2  */
.section2 {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 1201px) {
	.section2__inner {
		width: 100%;
		margin: -3px auto 50px auto;
	}
	.btn01 {
		text-align: center;
	}
	.btn01_img {
		width: 30%;
		margin: 20px auto 0 auto;
		background: #FFFFFF;
	}
	.present_mes {
		width: 30%;
		margin: 30px auto 50px auto;
	}
	.setimg_pc {
		width: 70%;
		margin: 20px auto;
	}
	.setimg_sp {
		display:none;
	}
}



@media screen and (max-width: 1200px) {
  .section2__inner {
	  width: 100%;
	  margin: -3px auto 0 auto;
  }
	.btn01 {
		text-align: center;
	}
	.btn01_img {
		width: 80%;
		margin: 20px auto 0 auto;
		background-color: none!important;
	}
	.present_mes {
		width: 80%;
		margin: 10px auto 50px auto;
	}
	.setimg_pc {
		display:none;
	}
	.setimg_sp {
		width: 80%;
		margin: 10px auto;
	}
}



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

@media screen and (min-width: 1201px) {
  .section3__inner {
	  width: 100%;
	  margin: 0 auto;
	  padding:50px 0;
  }
}


@media screen and (max-width: 1200px) {
  .section4__inner {
	  width: 100%;
	  margin: 0 auto;
	  padding:15px 10px;
	  background: #FFE7D2;
  }
	.manzoku {
		width: 100%;
		margin: 10px auto;
	}
}

@media screen and (min-width: 1201px) {
  .section4__inner {
	  width: 100%;
	  margin: 0 auto;
	  padding:25px;
	  background: #FFE7D2;
  }
	.manzoku {
		width: 70%;
		margin: 10px auto;
	}
}



@media screen and (max-width: 1200px) {
  .section5__inner {
	  width: 100%;
	  margin: 0 auto;
	  padding:25px 10px;
	  background: #F1ECEC;
	  text-align: center;
  }
	.m_kakaku {
		width: 100%;
		margin: 10px auto;
	}
	.section5__inner .btn01_img {
		background: #F1ECEC;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1201px) {
  .section5__inner {
	  width: 100%;
	  margin: 0 auto;
	  padding:35px 25px;
	  background: #F1ECEC;
	  text-align: center;
  }
	.m_kakaku {
		width: 70%;
		margin: 10px auto;
	}
	.section5__inner .btn01_img {
		margin: 30px auto 40px auto;
		background: none;
	}
}



@media screen and (max-width: 1200px) {
  .section6__inner {
	  width: 100%;
	  margin: 0 auto;
	  padding:25px 10px;
  }
	.scheduel_bottom {
		width: 100%;
		margin: 30px auto;
	}
}

@media screen and (min-width: 1201px) {
  .section6__inner {
	  width: 100%;
	  margin: 0 auto;
	  padding:50px 25px;
  }
	.scheduel_tit {
		width: 70%;
		margin: 10px auto;
	}
	.scheduel_pc {
		margin: 30px auto 40px auto;
		width: 70%;
	}
	.scheduel_bottom {
		width: 50%;
		margin: 30px auto;
	}
}



@media screen and (max-width: 1200px) {
.section7__inner {
    width: 100%;
    height: auto; /* 画面の高さに合わせる */
    margin: 0 auto;
    padding: 30px 5px;
    background: url("../img/voice_back.png") no-repeat top center;
    background-size: cover; /* 高さ100vhに合わせ、横幅は自動調整 */
}

	.voice_tit {
		width: 90%;
		margin: 50px auto -20px auto;
	}
	.voice01 {
		width: 100%;
		margin: 0 auto 20px auto;
	}
	.voice02,
	.voice03{
		width: 100%;
		margin: 20px auto 20px auto;
	}
}

@media screen and (min-width: 1201px) {
.section7__inner {
    width: 100%;
    height: auto; /* 画面の高さに合わせる */
    margin: 0 auto;
    padding: 50px 10px;
    background: url("../img/voice_back.png") no-repeat top center;
    background-size: cover; /* 高さ100vhに合わせ、横幅は自動調整 */
}

	.voice_tit {
		width: 40%;
		margin: 50px auto 0 auto;
	}
	.voice01,
	.voice02,
	.voice03{
		width: 60%;
		margin: 20px auto 20px auto;
	}
}



@media screen and (max-width: 1200px) {
	.section8__inner {
		width: 90%;
		margin: 25px 5%;
	}
	.section8__inner .otoku_ran_sp {
		width: 60%;
	}
}

@media screen and (min-width: 1201px) {
	.section8__inner {
		width: 1100px;
		height: 651px;
		margin: 50px auto;
		padding: 50px 10px;
		background: url("../img/otoku_ran.png") no-repeat top center;
		background-size: cover; /* 高さ100vhに合わせ、横幅は自動調整 */
	}
	.section8__inner .btn01 {
		width: 60%;
		margin: 420px auto 0 auto;
	}
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.section3__brown-box-wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  border: solid #EAD389 5px;
  border-radius: 10px;
  background: #EAD389;
}
@media screen and (max-width: 1200px) {
  .section3__brown-box-wrap {
    width: 69.4444444444vw;
    border-width: 0.3472222222vw;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .section3__brown-box-wrap {
    width: 89.3333333333vw;
  }
}
.section3__brown-box {
  width: 100%;
  box-sizing: border-box;
  border-radius: 6px;
  margin: 0 auto;
  padding: 28px 0px 30px;
  background: white;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .section3__brown-box {
    border-radius: 0.4166666667vw;
    padding: 1.9444444444vw 0vw 2.0833333333vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .section3__brown-box {
    padding: 4vw 4vw 2.6666666667vw;
  }
}
.section3__brown-ttl {
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  font-size: clamp(24px, 3.3333333333vw, 48px);
  color: #482727;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
	text-align: center;
}
@media screen and (max-width: 1200px) {
  .section3__brown-ttl {
    margin-bottom: 1.8055555556vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .section3__brown-ttl {
    font-size: clamp(23px, 6vw, 45px);
    margin-bottom: 3.3333333333vw;
  }
}
.section3__brown-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .section3__brown-list {
    flex-direction: column;
  }
}
.section3__brown-item {
  width: 50%;
  padding: 0 40px;
}
@media screen and (max-width: 1200px) {
  .section3__brown-item {
    padding: 0 2.7777777778vw;
	text-align: center;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .section3__brown-item {
    width: 100%;
	text-align: center;
  }
}
.section3__brown-item:first-child {
  border-right: 1px solid rgba(77, 39, 38, 0.2);
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .section3__brown-item:first-child {
    margin: 0;
    margin-bottom: 2.6666666667vw;
    border-right: transparent;
  }
}
.section3__brown-item:first-child .section3__brown-subttl {
  background: #BC994C;
}
.section3__brown-item:nth-child(2) .section3__brown-subttl {
  margin-bottom: 45px;
  background: #4D2726;
}
@media screen and (max-width: 1200px) {
  .section3__brown-item:nth-child(2) .section3__brown-subttl {
    margin-bottom: 3.125vw;
	text-align: center;
  }
}
.section3__brown-subttl {
  color: white;
  text-align: center;
  font-size: clamp(15px, 2.0833333333vw, 30px);
  padding: 2px 0;
  margin: 0 auto 40px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .section3__brown-subttl {
    padding: 0.1388888889vw 0;
    margin: 0 auto 2.7777777778vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .section3__brown-subttl {
    font-size: clamp(15px, 4vw, 30px);
    margin-bottom: 2vw;
  }
}
.section3__date {
  color: #FF365D;
  font-size: clamp(18px, 2.7777777778vw, 20px);
  margin-bottom: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.section3__date small {
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .section3__date {
    margin-bottom: 0.8333333333vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .section3__date {
    margin-bottom: 1.3333333333vw;
    font-size: clamp(20px, 5.3333333333vw, 20px);
  }
}
.section3__brown-txt {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .section3__brown-txt {
    font-size: 11px;
  }
}
.section3__white-box {
  margin-top: 30px;
  background: white;
  padding: 0 34px;
  text-align: left;
  line-height: 1.5;
  border-radius: 19px;
  font-feature-settings: "palt";
  font-size: clamp(10px, 1.1111111111vw, 16px);
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .section3__white-box {
    margin-top: 2.0833333333vw;
    padding: 0 2.3611111111vw;
    border-radius: 1.3194444444vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .section3__white-box {
    margin-top: 4.8vw;
    padding: 2vw 2.6666666667vw;
    border-radius: 2.5333333333vw;
    font-size: 12px;
  }
}
.section3__link {
  color: #0071ae;
  text-decoration: underline;
}




/*    */
.section9 {
  padding-top: 100px;
  padding-bottom: 141px;
}
@media screen and (max-width: 1200px) {
  .section9 {
    padding-bottom: 9.7916666667vw;
    padding-top: 6.9444444444vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .section9 {
    padding-top: 20vw;
    padding-bottom: 19.6vw;
  }
}
.section9__inner {
  width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .section9__inner {
    width: 79.1666666667vw;
  }
}
.section9__flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .section9__flex {
    flex-direction: column;
  }
}
.section9__img {
  width: 325px;
  height: -moz-max-content;
  height: max-content;
  margin-right: 25px;
  margin-left: 10px;
  display: block;
}
@media screen and (max-width: 1200px) {
  .section9__img {
    width: 22.5694444444vw;
    margin-right: 1.7361111111vw;
    margin-left: 0.6944444444vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .section9__img {
    margin: 0 auto 5.3333333333vw;
    width: 66.6666666667vw;
  }
}
.section9__ttl {
  font-size: clamp(23px, 2.5vw, 36px);
  font-weight: bold;
  color: #f47402;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .section9__ttl {
    margin-top: 2.0833333333vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .section9__ttl {
    text-align: center;
    font-size: clamp(20px, 5.3333333333vw, 40px);
  }
}
.section9__detail p {
  font-size: clamp(12px, 1.3888888889vw, 20px);
  margin-bottom: 40px;
  line-height: 2.125;
}
@media screen and (max-width: 1200px) {
  .section9__detail p {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .section9__detail p {
    font-size: clamp(13px, 3.4666666667vw, 26px);
  }
}
.section9__inner {
  position: relative;
}
.section9__deco {
  position: absolute;
  width: 250px;
  right: 3px;
  top: -88px;
}
@media screen and (max-width: 1200px) {
  .section9__deco {
    width: 17.3611111111vw;
    right: 0.2083333333vw;
    top: -6.1111111111vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .section9__deco {
    width: 33.3333333333vw;
    top: -16vw;
    right: 2.6666666667vw;
  }
}
.section9__bottom {
  position: absolute;
  bottom: 50px;
  width: 1605px;
  left: 83px;
}
@media screen and (max-width: 1200px) {
  .section9__bottom {
    bottom: 3.4722222222vw;
    width: 90.9722222222vw;
    left: 3.4722222222vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .section9__bottom {
    width: 100%;
    left: 0vw;
    bottom: -0.5333333333vw;
  }
}
.section9__btn {
  margin-left: 5px;
  color: white;
  border-radius: 50px;
  padding: 17px 0;
  width: 400px;
  font-size: clamp(15px, 1.8055555556vw, 26px);
  font-weight: bold;
  text-align: center;
  background: #e69cab;
  display: block;
}
@media screen and (max-width: 1200px) {
  .section9__btn {
    margin-left: 0.3472222222vw;
    padding: 1.1805555556vw 0;
    width: 27.7777777778vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .section9__btn {
    width: 66.6666666667vw;
    margin: 0 auto;
    padding: 2.1333333333vw 0;
    font-size: clamp(13px, 3.4666666667vw, 26px);
  }
}

.c-footer {
  background: #a96c68;
  color: white;
  text-align: center;
  padding: 165px 0 104px;
}
@media screen and (max-width: 1200px) {
  .c-footer {
    padding: 11.4583333333vw 0 7.2222222222vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .c-footer {
    padding: 10.6666666667vw 0 10.6666666667vw;
  }
}
.c-footer__logo {
  margin: 0 auto;
  width: 329px;
  margin-bottom: 43px;
}
@media screen and (max-width: 1200px) {
  .c-footer__logo {
    width: 22.8472222222vw;
    margin-bottom: 2.9861111111vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .c-footer__logo {
    width: 52.5333333333vw;
    margin-bottom: 5.7333333333vw;
  }
}
.c-footer__copyright {
  font-size: clamp(9px, 1.25vw, 18px);
}
@media screen and (max-width: 768px) {
  .c-footer__copyright {
    font-size: clamp(12px, 3.2vw, 24px);
  }
}

.c-btn {
  margin: 0 auto;
  display: block;
  position: relative;
  padding: 0;
  background: transparent;
  z-index: 1;
}
.c-btn:hover img {
  filter: brightness(1.1);
}
.c-btn:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ffadc6;
  border-radius: 8px;
  top: 10px;
  left: 10px;
  z-index: -1;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .c-btn:before {
    top: 0.6944444444vw;
    left: 0.6944444444vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .c-btn:before {
    top: 1.3333333333vw;
    left: 1.3333333333vw;
  }
}
.c-btn img {
  width: 600px;
  margin-right: 4px;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  .c-btn img {
    width: 41.6666666667vw;
    margin-right: 0.2777777778vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .c-btn img {
    width: 85.3333333333vw;
    margin-right: 0.5333333333vw;
  }
}

.c-bg {
  background: #FCF8F0;
}

.pink {
  color: #FF365D;
  display: inline;
}/*# sourceMappingURL=style.css.map */


/* 2025.02.11add  */





























