@charset "UTF-8";
/*ユーティリティ*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&&family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&family=Noto+Sans+JP:wght@100;300&family=Noto+Sans:wght@500;600&display=swap");
/*リセット*/
/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

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

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
     ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
     ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: none;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

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

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

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

/* Misc
     ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

button:link,
button:visited,
button:hover,
button:active {
  color: #000 !important;
}

/*メインカラム*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-scroll-behavior: smooth;
  scroll-behavior: smooth;
  font-size: 100%;
  font-size: 10px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

body {
  width: 100%;
  height: 100%;
}

img {
  width: 100%;
  vertical-align: middle;
}
@media (min-width: 768px) {
  img {
    width: 100%;
  }
}

a {
  color: #000;
  text-decoration: none;
}

.pc-none {
  display: block;
}
@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

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

.wrapper {
  background-color: #fffbe9;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .wrapper {
    padding-bottom: 150px;
  }
}
.wrapper.top {
  padding: 0;
}

header {
  position: relative;
  height: 8.7239583333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  header {
    position: absolute;
    top: 13px;
    left: 18px;
  }
}
header img {
  display: block;
  width: 34.2447916667vw;
  margin: 0 0 0 2.34375vw;
}
@media (min-width: 768px) {
  header img {
    width: 263px;
    margin: 0;
  }
}

.intro_text {
  padding: 6.5104166667vw 5.859375vw;
  font-size: 3.3854166667vw;
  line-height: 1.76;
  text-align: justify;
}
@media (min-width: 768px) {
  .intro_text {
    padding: 50px 45px;
    font-size: 19px;
    text-align: center;
  }
}
.intro_select-text {
  background-color: #ffe55f;
  font-size: 3.2552083333vw;
  text-align: center;
  width: 87.2395833333vw;
  height: 8.203125vw;
  line-height: 8.203125vw;
  margin: 0 auto 6.5104166667vw;
  border-radius: 3.3203125vw;
  font-weight: 600;
}
@media (min-width: 768px) {
  .intro_select-text {
    width: 670px;
    height: 63px;
    line-height: 63px;
    font-size: 25px;
    border-radius: 25.5px;
    margin: 0 auto 50px;
  }
}

.okurimono {
  padding-bottom: 23.4375vw;
  margin-bottom: 13.0208333333vw;
  background: url(./images/okurimono-bg_sp.png) no-repeat;
  background-size: 130.9895833333vw 297.5260416667vw;
  background-position-y: 13.0208333333vw;
  background-position-x: center;
}
@media (min-width: 768px) {
  .okurimono {
    background: url(./images/okurimono-bg_pc.png) no-repeat;
    background-size: 1340px 1357px;
    background-position-y: 100px;
    padding-bottom: 1px;
    margin-bottom: 0;
    background-position-x: center;
  }
}
.okurimono h2 {
  width: 92.4479166667vw;
  display: block;
  margin: 0 auto 4.5572916667vw;
}
@media (min-width: 768px) {
  .okurimono h2 {
    width: 734px;
    margin-bottom: 55px;
  }
}
.okurimono_intro {
  font-size: 3.2552083333vw;
  text-align: center;
  margin-bottom: 4.5572916667vw;
  line-height: 1.41;
}
@media (min-width: 768px) {
  .okurimono_intro {
    font-size: 25px;
    margin-bottom: 30px;
    line-height: 1.36;
  }
}
.okurimono_btn {
  display: block;
  width: 82.03125vw;
  margin: 2.6041666667vw auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media (min-width: 768px) {
  .okurimono_btn {
    width: 630px;
    margin: 20px auto 0;
  }
}
.okurimono_btn:hover {
  opacity: 0.5;
}
.okurimono_yorizo01 {
  width: 36.9791666667vw;
  margin: 1.3020833333vw auto;
  display: block;
}
@media (min-width: 768px) {
  .okurimono_yorizo01 {
    display: none;
  }
}
.okurimono .oubo {
  margin: 0 7.8125vw;
}
@media (min-width: 768px) {
  .okurimono .oubo {
    margin: 65px auto 145px;
    width: 915px;
    max-width: 100%;
  }
}
.okurimono .oubo_title {
  font-size: 3.6458333333vw;
  color: #00a75b;
  border-bottom: 1px solid #00a75b;
  margin-bottom: 1.3020833333vw;
}
@media (min-width: 768px) {
  .okurimono .oubo_title {
    font-size: 28px;
    margin: 25px auto;
  }
}
.okurimono .oubo_text {
  font-size: 3.2552083333vw;
  line-height: 1.36;
  text-align: justify;
  margin-bottom: 3.90625vw;
}
@media (min-width: 768px) {
  .okurimono .oubo_text {
    font-size: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .okurimono .oubo .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.okurimono .oubo .box1 {
  display: block;
}
@media (min-width: 768px) {
  .okurimono .oubo .box1 {
    width: 345px;
  }
}
.okurimono .oubo .box2 {
  display: block;
  margin-top: 3.2552083333vw;
}
@media (min-width: 768px) {
  .okurimono .oubo .box2 {
    margin-top: 0;
    width: 560px;
  }
}
.okurimono .tokuten_box {
  margin: 6.5104166667vw auto 5.859375vw;
  border: 2px solid #000;
  border-radius: 1.3020833333vw;
  padding: 2.6041666667vw;
}
@media (min-width: 768px) {
  .okurimono .tokuten_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    border-radius: 10px;
    margin: 20px auto;
  }
}
.okurimono .tokuten_title {
  background-color: #ffe55f;
  font-size: 3.2552083333vw;
  text-align: center;
  width: 76.8229166667vw;
  height: 5.859375vw;
  line-height: 5.859375vw;
  margin: 0 auto 1.953125vw;
  border-radius: 1.3020833333vw;
  font-weight: 600;
}
@media (min-width: 768px) {
  .okurimono .tokuten_title {
    width: 66px;
    height: 112px;
    font-size: 18px;
    line-height: 1.32;
    padding: 35px 0;
    margin: 0 15px 0 0;
    border-radius: 10px;
  }
}
.okurimono .tokuten_text {
  font-size: 3.2552083333vw;
  line-height: 1.36;
  text-align: center;
}
@media (min-width: 768px) {
  .okurimono .tokuten_text {
    font-size: 20px;
    text-align: left;
  }
}
.okurimono .tokuten_text span {
  display: block;
  margin-top: 1.953125vw;
}
@media (min-width: 768px) {
  .okurimono .tokuten_text span {
    font-size: 17px;
    margin-top: 5px;
  }
}

.housing {
  position: relative;
  padding-bottom: 26.0416666667vw;
  margin-bottom: 10.4166666667vw;
  background: url(./images/housing-bg_sp.png) no-repeat;
  background-size: 130.2083333333vw 169.2708333333vw;
  background-position-y: 11.71875vw;
  background-position-x: center;
}
@media (min-width: 768px) {
  .housing {
    background: url(./images/housing-bg_pc.png) no-repeat;
    background-size: 1340px 960px;
    background-position-y: 100px;
    padding-bottom: 150px;
    margin-bottom: 70px;
    background-position-x: center;
  }
}
.housing h2 {
  width: 92.4479166667vw;
  display: block;
  margin: 0 auto 4.5572916667vw;
}
@media (min-width: 768px) {
  .housing h2 {
    width: 754px;
    margin-bottom: 40px;
  }
}
.housing_text {
  font-size: 3.2552083333vw;
  line-height: 1.36;
  text-align: center;
}
@media (min-width: 768px) {
  .housing_text {
    font-size: 23px;
    text-align: center;
    margin-bottom: 40px;
  }
}
.housing_btn {
  display: block;
  width: 82.03125vw;
  margin: 2.6041666667vw auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media (min-width: 768px) {
  .housing_btn {
    width: 630px;
    margin: 20px auto 0;
  }
}
.housing_btn:hover {
  opacity: 0.5;
}
.housing_yorizo01 {
  width: 39.9739583333vw;
  margin: 2.6041666667vw auto;
  display: block;
}
@media (min-width: 768px) {
  .housing_yorizo01 {
    display: none;
  }
}
.housing_oubo-title {
  margin: 0 7.8125vw;
  font-size: 3.6458333333vw;
  color: #e63462;
  border-bottom: 1px solid #e63462;
  margin-top: 2.6041666667vw;
  margin-bottom: 1.3020833333vw;
}
@media (min-width: 768px) {
  .housing_oubo-title {
    font-size: 28px;
    margin: 20px auto 25px;
    width: 640px;
  }
}
.housing_oubo-text {
  font-size: 3.2552083333vw;
  line-height: 1.36;
  margin: 0 7.8125vw;
  text-align: justify;
}
@media (min-width: 768px) {
  .housing_oubo-text {
    width: 640px;
    font-size: 21px;
    margin: 0 auto;
  }
}

.note {
  margin: 0 5.2083333333vw;
  background-color: #FFF;
  padding: 9.1145833333vw 3.90625vw;
  border-radius: 3.90625vw;
}
@media (min-width: 768px) {
  .note {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
    padding: 70px 30px 20px;
    border-radius: 30px;
  }
}
.note h2 {
  color: #00a75b;
  text-align: center;
  font-size: 4.6875vw;
  line-height: 1;
  margin-bottom: 2.6041666667vw;
}
@media (min-width: 768px) {
  .note h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
.note .caption {
  background-color: #00a75b;
  color: #FFF;
  width: 79.9479166667vw;
  height: 20.8333333333vw;
  border-radius: 10.4166666667vw;
  font-size: 3.6458333333vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
  padding: 3.90625vw 0;
}
@media (min-width: 768px) {
  .note .caption {
    width: 960px;
    max-width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0;
    font-size: 20px;
    margin: 0 auto;
  }
}
.note_section {
  margin-top: 9.1145833333vw;
}
@media (min-width: 768px) {
  .note_section {
    margin: 30px auto;
    max-width: 960px;
  }
}
.note_section h3 {
  font-size: 3.6458333333vw;
  margin-bottom: 1.3020833333vw;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .note_section h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.note ol {
  list-style-type: none;
  font-size: 3.125vw;
}
@media (min-width: 768px) {
  .note ol {
    font-size: 14px;
  }
}
.note ol li {
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: -0.03em;
  line-height: 1.375;
}
@media (min-width: 768px) {
  .note ol li {
    line-height: 1.57;
  }
}

.privacypolicy {
  margin: 5.2083333333vw 5.2083333333vw 11.0677083333vw;
  background-color: #fff5d7;
  padding: 5.2083333333vw;
  border-radius: 3.90625vw;
}
@media (min-width: 768px) {
  .privacypolicy {
    width: 1080px;
    max-width: 100%;
    margin: 25px auto 50px;
    padding: 35px 65px;
    border-radius: 30px;
  }
}
.privacypolicy h2 {
  font-size: 3.6458333333vw;
  margin-bottom: 1.3020833333vw;
  font-weight: 500;
}
@media (min-width: 768px) {
  .privacypolicy h2 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1;
  }
}
.privacypolicy p {
  font-size: 3.2552083333vw;
  line-height: 1.32;
}
@media (min-width: 768px) {
  .privacypolicy p {
    font-size: 14px;
  }
}

.contact {
  margin-bottom: 5.2083333333vw;
}
@media (min-width: 768px) {
  .contact {
    margin-bottom: 55px;
  }
}
.contact h2 {
  color: #00a75b;
  text-align: center;
  font-size: 4.6875vw;
  margin-bottom: 2.6041666667vw;
}
@media (min-width: 768px) {
  .contact h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
.contact_text {
  font-size: 3.2552083333vw;
  text-align: center;
  line-height: 1.32;
}
@media (min-width: 768px) {
  .contact_text {
    font-size: 14px;
  }
}
.contact_text-catch {
  font-size: 3.2552083333vw;
  text-align: center;
  line-height: 1.32;
  font-weight: 600;
  margin-bottom: 3.2552083333vw;
}
@media (min-width: 768px) {
  .contact_text-catch {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.contact_mail {
  font-size: 4.4270833333vw;
  text-align: center;
  line-height: 1.32;
  font-weight: 600;
  margin-bottom: 3.2552083333vw;
}
@media (min-width: 768px) {
  .contact_mail {
    font-size: 43px;
    margin-bottom: 15px;
  }
}
.contact_mail span {
  display: block;
  font-weight: normal;
  font-size: 2.9947916667vw;
}
@media (min-width: 768px) {
  .contact_mail span {
    font-size: 20px;
  }
}

.modaal-container {
  max-width: 1500px !important;
}

.modaal-content-container {
  padding: 5.2083333333vw;
  background-image: url(images/modal-bg.jpg);
  background-repeat: repeat;
  background-size: 6.1197916667vw;
}
@media (min-width: 768px) {
  .modaal-content-container {
    padding: 127px 100px;
    background-size: 47px;
  }
}
.modaal-content-container .modal-contents._A .modal-name {
  color: #ded46e;
}
.modaal-content-container .modal-contents._A .modal-catch {
  color: #ded46e;
}
.modaal-content-container .modal-contents._A .modal-number {
  background-color: #ded46e;
}
.modaal-content-container .modal-contents._A .preservation-method {
  background-color: #ded46e;
}
.modaal-content-container .modal-contents._A .modal-external-link {
  background-color: #ded46e;
}
.modaal-content-container .modal-contents._A .active {
  background-color: #ded46e !important;
}
.modaal-content-container .modal-contents._B .modal-name {
  color: #f0907a;
}
.modaal-content-container .modal-contents._B .modal-catch {
  color: #f0907a;
}
.modaal-content-container .modal-contents._B .modal-number {
  background-color: #f0907a;
}
.modaal-content-container .modal-contents._B .preservation-method {
  background-color: #f0907a;
}
.modaal-content-container .modal-contents._B .modal-external-link {
  background-color: #f0907a;
}
.modaal-content-container .modal-contents._B .active {
  background-color: #f0907a !important;
}
.modaal-content-container .modal-contents._C .modal-name {
  color: #70ac7c;
}
.modaal-content-container .modal-contents._C .modal-catch {
  color: #70ac7c;
}
.modaal-content-container .modal-contents._C .modal-number {
  background-color: #70ac7c;
}
.modaal-content-container .modal-contents._C .preservation-method {
  background-color: #70ac7c;
}
.modaal-content-container .modal-contents._C .modal-external-link {
  background-color: #70ac7c;
}
.modaal-content-container .modal-contents._C .active {
  background-color: #70ac7c !important;
}
.modaal-content-container .modal-contents._D .modal-name {
  color: #f3a9c9;
}
.modaal-content-container .modal-contents._D .modal-catch {
  color: #f3a9c9;
}
.modaal-content-container .modal-contents._D .modal-number {
  background-color: #f3a9c9;
}
.modaal-content-container .modal-contents._D .preservation-method {
  background-color: #f3a9c9;
}
.modaal-content-container .modal-contents._D .modal-external-link {
  background-color: #f3a9c9;
}
.modaal-content-container .modal-contents._D .active {
  background-color: #f3a9c9 !important;
}
.modaal-content-container .modal-contents._E .modal-name {
  color: #6dc8eb;
}
.modaal-content-container .modal-contents._E .modal-catch {
  color: #6dc8eb;
}
.modaal-content-container .modal-contents._E .modal-number {
  background-color: #6dc8eb;
}
.modaal-content-container .modal-contents._E .preservation-method {
  background-color: #6dc8eb;
}
.modaal-content-container .modal-contents._E .modal-external-link {
  background-color: #6dc8eb;
}
.modaal-content-container .modal-contents._E .active {
  background-color: #6dc8eb !important;
}
.modaal-content-container .modal-contents._F .modal-name {
  color: #9e948f;
}
.modaal-content-container .modal-contents._F .modal-catch {
  color: #9e948f;
}
.modaal-content-container .modal-contents._F .modal-number {
  background-color: #9e948f;
}
.modaal-content-container .modal-contents._F .preservation-method {
  background-color: #9e948f;
}
.modaal-content-container .modal-contents._F .modal-external-link {
  background-color: #9e948f;
}
.modaal-content-container .modal-contents._F .active {
  background-color: #9e948f !important;
}
.modaal-content-container .modal-contents._G .modal-name {
  color: #bbaad2;
}
.modaal-content-container .modal-contents._G .modal-catch {
  color: #bbaad2;
}
.modaal-content-container .modal-contents._G .modal-number {
  background-color: #bbaad2;
}
.modaal-content-container .modal-contents._G .preservation-method {
  background-color: #bbaad2;
}
.modaal-content-container .modal-contents._G .modal-external-link {
  background-color: #bbaad2;
}
.modaal-content-container .modal-contents._G .active {
  background-color: #bbaad2 !important;
}
.modaal-content-container .modal-contents._H .modal-name {
  color: #f6d60f;
}
.modaal-content-container .modal-contents._H .modal-catch {
  color: #f6d60f;
}
.modaal-content-container .modal-contents._H .modal-number {
  background-color: #f6d60f;
}
.modaal-content-container .modal-contents._H .preservation-method {
  background-color: #f6d60f;
}
.modaal-content-container .modal-contents._H .modal-external-link {
  background-color: #f6d60f;
}
.modaal-content-container .modal-contents._H .active {
  background-color: #f6d60f !important;
}
.modaal-content-container .modal-contents._I .modal-name {
  color: #d9340a;
}
.modaal-content-container .modal-contents._I .modal-catch {
  color: #d9340a;
}
.modaal-content-container .modal-contents._I .modal-number {
  background-color: #d9340a;
  font-family: "Noto Sans", sans-serif;
}
.modaal-content-container .modal-contents._I .preservation-method {
  background-color: #d9340a;
}
.modaal-content-container .modal-contents._I .modal-external-link {
  background-color: #d9340a;
}
.modaal-content-container .modal-contents._I .active {
  background-color: #d9340a !important;
}
.modaal-content-container .modal-contents._J .modal-name {
  color: #217124;
}
.modaal-content-container .modal-contents._J .modal-catch {
  color: #217124;
}
.modaal-content-container .modal-contents._J .modal-number {
  background-color: #217124;
}
.modaal-content-container .modal-contents._J .preservation-method {
  background-color: #217124;
}
.modaal-content-container .modal-contents._J .modal-external-link {
  background-color: #217124;
}
.modaal-content-container .modal-contents._J .active {
  background-color: #217124 !important;
}
.modaal-content-container .modal-contents._K .modal-name {
  color: #df7ea4;
}
.modaal-content-container .modal-contents._K .modal-catch {
  color: #df7ea4;
}
.modaal-content-container .modal-contents._K .modal-number {
  background-color: #df7ea4;
}
.modaal-content-container .modal-contents._K .preservation-method {
  background-color: #df7ea4;
}
.modaal-content-container .modal-contents._K .modal-external-link {
  background-color: #df7ea4;
}
.modaal-content-container .modal-contents._K .active {
  background-color: #df7ea4 !important;
}
.modaal-content-container .modal-contents._L .modal-name {
  color: #6dc8eb;
}
.modaal-content-container .modal-contents._L .modal-catch {
  color: #6dc8eb;
}
.modaal-content-container .modal-contents._L .modal-number {
  background-color: #6dc8eb;
}
.modaal-content-container .modal-contents._L .preservation-method {
  background-color: #6dc8eb;
}
.modaal-content-container .modal-contents._L .modal-external-link {
  background-color: #6dc8eb;
}
.modaal-content-container .modal-contents._L .active {
  background-color: #6dc8eb !important;
}
.modaal-content-container .modal-contents._M .modal-name {
  color: #595452;
}
.modaal-content-container .modal-contents._M .modal-catch {
  color: #595452;
}
.modaal-content-container .modal-contents._M .modal-number {
  background-color: #595452;
}
.modaal-content-container .modal-contents._M .preservation-method {
  background-color: #595452;
}
.modaal-content-container .modal-contents._M .modal-external-link {
  background-color: #595452;
}
.modaal-content-container .modal-contents._M .active {
  background-color: #595452 !important;
}
.modaal-content-container .modal-contents._N .modal-name {
  color: #933385;
}
.modaal-content-container .modal-contents._N .modal-catch {
  color: #933385;
}
.modaal-content-container .modal-contents._N .modal-number {
  background-color: #933385;
}
.modaal-content-container .modal-contents._N .preservation-method {
  background-color: #933385;
}
.modaal-content-container .modal-contents._N .modal-external-link {
  background-color: #933385;
}
.modaal-content-container .modal-contents._N .active {
  background-color: #933385 !important;
}

.modaal-close:hover:before {
  background-color: #000 !important;
}

.modaal-close:hover:after {
  background-color: #000 !important;
}

.modaal-wrapper .modaal-close {
  position: absolute;
  right: 2.6041666667vw;
  top: 2.6041666667vw;
  width: 9.375vw;
  height: 9.375vw;
  border: 1.3020833333vw solid #000 !important;
  background: #FFF !important;
}
@media (min-width: 980px) {
  .modaal-wrapper .modaal-close {
    right: 100px;
    top: 60px;
    width: 72px;
    height: 72px;
    border: 10px solid #000 !important;
  }
}

.modaal-close:after,
.modaal-close:before {
  background: #000 !important;
  border-radius: 0 !important;
  top: 0.9114583333vw !important;
  left: 2.7994791667vw !important;
  width: 1.3020833333vw !important;
  height: 4.9479166667vw !important;
}
@media (min-width: 768px) {
  .modaal-close:after,
  .modaal-close:before {
    top: 10px !important;
    left: 23px !important;
    width: 7px !important;
    height: 32px !important;
  }
}

.popup-feature_contents {
  padding: 80px 12px;
}
@media (min-width: 768px) {
  .popup-feature_contents {
    padding: 80px 54px;
  }
}
@media (min-width: 980px) {
  .popup-feature_contents {
    padding: 80px 88px;
  }
}

.modaal-inner-wrapper {
  padding: 20px !important;
}
@media (min-width: 768px) {
  .modaal-inner-wrapper {
    padding: 30px !important;
  }
}
@media (min-width: 980px) {
  .modaal-inner-wrapper {
    padding: 0px !important;
  }
}

.modal-contents .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.90625vw;
}
@media (min-width: 768px) {
  .modal-contents .flex {
    margin-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.modal-contents .flex div {
  width: 75%;
}
@media (min-width: 768px) {
  .modal-contents .flex div {
    width: auto;
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .modal-image {
    width: 608px;
    margin: auto;
  }
}
.modal-area {
  font-size: 3.90625vw;
  font-weight: 600;
}
@media (min-width: 768px) {
  .modal-area {
    font-size: 30px;
  }
}
.modal-name {
  font-size: 5.2083333333vw;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px) {
  .modal-name {
    font-size: 40px;
  }
}
.modal-catch {
  margin-top: 5.2083333333vw;
  font-size: 3.90625vw;
  font-weight: 500;
}
@media (min-width: 768px) {
  .modal-catch {
    margin-top: 25px;
    font-size: 22px;
  }
}
.modal-number {
  width: 18.6197916667vw;
  height: 18.6197916667vw;
  border-radius: 18.6197916667vw;
  color: #FFF;
  text-align: center;
  line-height: 1.4;
  font-size: 5.46875vw;
  font-weight: 600;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .modal-number {
    width: 143px;
    height: 143px;
    border-radius: 143px;
    font-size: 42px;
  }
}
.modal-number span {
  display: block;
  font-size: 2.34375vw;
  letter-spacing: 0.2em;
  line-height: 1;
  padding-top: 5.2083333333vw;
}
@media (min-width: 768px) {
  .modal-number span {
    font-size: 18px;
    padding-top: 40px;
  }
}
.modal-desc {
  font-size: 3.2552083333vw;
}
@media (min-width: 768px) {
  .modal-desc {
    font-size: 14px;
    margin-left: 163px;
  }
}
.modal-detail {
  margin-top: 5.2083333333vw;
}
.modal-detail div {
  font-size: 3.2552083333vw;
  border-bottom: 1px solid #000;
  padding: 0 0 1.953125vw 0;
  margin: 0 0 1.953125vw 0;
}
@media (min-width: 768px) {
  .modal-detail div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    padding: 0 0 10px 0;
    margin: 0 0 10px;
  }
}
.modal-detail div:last-child {
  border-bottom: none;
  margin-bottom: 7.8125vw;
}
@media (min-width: 768px) {
  .modal-detail div:last-child {
    margin-bottom: 10px;
  }
}
.modal-detail div dt {
  letter-spacing: 0.25em;
}
@media (min-width: 768px) {
  .modal-detail div dt {
    width: 120px;
  }
}
@media (min-width: 768px) {
  .modal-detail div dd {
    width: 90%;
  }
}
.modal-close-btn {
  position: relative;
  display: block;
  margin: 3.2552083333vw auto;
  width: 78.125vw;
  height: 7.6822916667vw;
  line-height: 7.2916666667vw;
  text-align: center;
  border: 1px solid #000;
  border-radius: 3.90625vw;
  font-size: 3.7760416667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: #000;
}
@media (min-width: 768px) {
  .modal-close-btn {
    width: 474px;
    height: 47px;
    line-height: 47px;
    font-size: 23px;
    border-radius: 23px;
    margin: 10px;
  }
}
.modal-close-btn::after {
  content: "";
  width: 3.125vw;
  height: 3.125vw;
  background: url(./images/modal-close-btn-icon.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 3.3854166667vw;
  top: 2.0833333333vw;
}
@media (min-width: 768px) {
  .modal-close-btn::after {
    width: 18px;
    height: 18px;
    right: 22px;
    top: 14px;
  }
}
.modal-close-btn:hover {
  opacity: 0.5;
}
.modal-close-btn:visited {
  color: #000;
}

.modal-external-link {
  position: relative;
  display: block;
  margin: 3.2552083333vw auto;
  width: 78.125vw;
  height: 7.6822916667vw;
  line-height: 7.2916666667vw;
  text-align: center;
  border-radius: 3.90625vw;
  font-size: 3.7760416667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #FFF;
}
@media (min-width: 768px) {
  .modal-external-link {
    width: 474px;
    height: 47px;
    line-height: 47px;
    font-size: 23px;
    border-radius: 23px;
    margin: 10px;
  }
}
.modal-external-link::after {
  content: "";
  width: 3.125vw;
  height: 3.125vw;
  background: url(./images/link-arrow-icon.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 3.3854166667vw;
  top: 2.0833333333vw;
}
@media (min-width: 768px) {
  .modal-external-link::after {
    width: 18px;
    height: 18px;
    right: 22px;
    top: 14px;
  }
}
.modal-external-link:hover {
  opacity: 0.5;
}

.allergy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2.6041666667vw auto 1.3020833333vw;
}
@media (min-width: 768px) {
  .allergy {
    width: 409px;
    margin: 0;
  }
}
.allergy li {
  color: #000;
  width: 9.765625vw;
  height: 9.765625vw;
  border-radius: 9.765625vw;
  line-height: 9.765625vw;
  font-size: 2.6041666667vw;
  text-align: center;
  background: #c9caca;
}
@media (min-width: 768px) {
  .allergy li {
    width: 46px;
    height: 46px;
    border-radius: 46px;
    line-height: 46px;
    font-size: 12px;
  }
}
.allergy li.active {
  color: #FFF;
}

.allergy-caption {
  margin-top: 0.6510416667vw;
  font-size: 2.6041666667vw;
}
@media (min-width: 768px) {
  .allergy-caption {
    margin-top: 10px;
    font-size: 12px;
    text-align: right;
  }
}

.preservation-method {
  width: 18.359375vw;
  height: 8.7239583333vw;
  line-height: 8.7239583333vw;
  font-size: 4.4270833333vw;
  text-align: center;
  letter-spacing: 0.14em;
  color: #FFF;
}
@media (min-width: 768px) {
  .preservation-method {
    width: 96px;
    height: 46px;
    font-size: 23px;
    line-height: 46px;
  }
}
.preservation-method_caption {
  margin-top: 0.6510416667vw;
  font-size: 2.6041666667vw;
}
@media (min-width: 768px) {
  .preservation-method_caption {
    margin-top: 10px;
    font-size: 12px;
  }
}

.footer {
  position: relative;
  height: 61.328125vw;
  background: url(./images/footer-bg_sp.png) no-repeat;
  background-size: 100% 100%;
  background-color: #fffbe9;
  margin-bottom: 30.46875vw;
}
@media (min-width: 768px) {
  .footer {
    background: url(./images/footer-bg_pc.png) no-repeat;
    background-position: bottom center;
    background-color: #fffbe9;
    height: 346px;
    margin-bottom: 0;
  }
}
.footer.top {
  margin-bottom: 0;
}
.footer_logo {
  width: 63.0208333333vw;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 13.0208333333vw;
}
@media (min-width: 768px) {
  .footer_logo {
    width: 326px;
    bottom: 86px;
  }
}
@media (min-width: 768px) {
  .footer_bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 2000px;
    margin: auto;
    display: block;
  }
}
.footer .page-top_btn {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 56px;
  height: 56px;
  z-index: 3;
}
@media (min-width: 768px) {
  .footer .page-top_btn {
    right: 30px;
    bottom: 35px;
  }
}
.footer .page-top_btn._catalog {
  bottom: 36.4583333333vw;
}
@media (min-width: 768px) {
  .footer .page-top_btn._catalog {
    bottom: 35px;
  }
}
.footer .copyright {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4.5572916667vw;
  margin: auto;
  font-size: 2.6041666667vw;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .copyright {
    font-size: 10px;
    bottom: 40px;
  }
}

.c-main header {
  width: 100%;
  height: 67px;
  background: #FFF;
}
@media (min-width: 768px) {
  .c-main header {
    top: 0;
    left: 0;
  }
}
@media (min-width: 768px) {
  .c-main header img {
    margin: 0 0 0 18px;
  }
}
.c-main .w35 {
  background-image: url(../images/3500/standard-bg_sp.png);
  background-repeat: repeat-y;
  background-size: 126.171875vw auto;
  background-position-y: 91.1458333333vw;
  background-position-x: center;
}
@media (min-width: 768px) {
  .c-main .w35 {
    background-image: url(../images/3500/standard-bg_pc.png);
    background-repeat: repeat-y;
    background-size: 1586px auto;
    background-position-y: 477px;
    background-position-x: center;
  }
}
.c-main .w50 {
  background-image: url(../images/5000/premium-bg_sp.png);
  background-repeat: repeat-y;
  background-size: 126.171875vw auto;
  background-position-y: 91.1458333333vw;
  background-position-x: center;
}
@media (min-width: 768px) {
  .c-main .w50 {
    background-image: url(../images/5000/premium-bg_pc.png);
    background-repeat: repeat-y;
    background-size: 1586px auto;
    background-position-y: 477px;
    background-position-x: center;
  }
}
@media (min-width: 768px) {
  .c-main .head {
    margin-top: 67px;
  }
}
.c-main .intro .container {
  margin: 2.6041666667vw 5.2083333333vw;
}
@media (min-width: 768px) {
  .c-main .intro .container {
    max-width: 978px;
    margin: 85px auto;
  }
}
.c-main .intro_text {
  font-size: 3.3854166667vw;
  line-height: 1.76;
  padding: 0;
}
@media (min-width: 768px) {
  .c-main .intro_text {
    font-size: 19px;
    text-align: left;
  }
}
.c-main .intro_text span {
  margin-top: 4.5572916667vw;
  font-size: 3.125vw;
  display: block;
  text-align: left;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .c-main .intro_text span {
    font-size: 17px;
    margin-top: 5px;
  }
}
.c-main .intro_text .green {
  display: inline;
  color: #00a75b;
  font-size: 3.3854166667vw;
  line-height: 1.76;
  padding: 0;
}
@media (min-width: 768px) {
  .c-main .intro_text .green {
    font-size: 19px;
    text-align: left;
  }
}
.c-main .catalog {
  margin-top: 11.0677083333vw;
  padding: 0 5.859375vw;
}
.c-main .catalog h3 {
  display: inline;
}
@media (min-width: 768px) {
  .c-main .catalog {
    padding: 0;
    margin: 100px auto 0;
    max-width: 996px;
  }
}
.c-main .catalog._A .card-number {
  background: #ded46e;
}
.c-main .catalog._A .card-catch {
  color: #ded46e;
}
@media (min-width: 768px) {
  .c-main .catalog._A .section-title {
    width: 689px !important;
    max-width: 100%;
  }
}
.c-main .catalog._B .card-number {
  background: #f0907a;
}
.c-main .catalog._B .card-catch {
  color: #f0907a;
}
@media (min-width: 768px) {
  .c-main .catalog._B .section-title {
    width: 817px !important;
    max-width: 100%;
  }
}
.c-main .catalog._C .card-number {
  background: #70ac7c;
}
.c-main .catalog._C .card-catch {
  color: #70ac7c;
}
@media (min-width: 768px) {
  .c-main .catalog._C .section-title {
    width: 964px !important;
    max-width: 100%;
  }
}
.c-main .catalog._D .card-number {
  background: #f3a9c9;
}
.c-main .catalog._D .card-catch {
  color: #f3a9c9;
}
@media (min-width: 768px) {
  .c-main .catalog._D .section-title {
    width: 696px !important;
    max-width: 100%;
  }
}
.c-main .catalog._E .card-number {
  background: #6dc8eb;
}
.c-main .catalog._E .card-catch {
  color: #6dc8eb;
}
@media (min-width: 768px) {
  .c-main .catalog._E .section-title {
    width: 775px !important;
    max-width: 100%;
  }
}
.c-main .catalog._F .card-number {
  background: #9e948f;
}
.c-main .catalog._F .card-catch {
  color: #9e948f;
}
@media (min-width: 768px) {
  .c-main .catalog._F .section-title {
    width: 855px;
    max-width: 100%;
  }
}
.c-main .catalog._G .card-number {
  background: #bbaad2;
}
.c-main .catalog._G .card-catch {
  color: #bbaad2;
}
.c-main .catalog._G .card-name._nowrap {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .c-main .catalog._G .section-title {
    width: 733px !important;
    max-width: 100%;
  }
}
.c-main .catalog._H .card-number {
  background: #f6d60f;
}
.c-main .catalog._H .card-catch {
  color: #f6d60f;
}
@media (min-width: 768px) {
  .c-main .catalog._H .section-title {
    width: 681px !important;
    max-width: 100%;
  }
}
.c-main .catalog._I .card-number {
  background: #d9340a;
  font-family: "Noto Sans", sans-serif;
}
.c-main .catalog._I .card-catch {
  color: #d9340a;
}
@media (min-width: 768px) {
  .c-main .catalog._I .section-title {
    width: 814px !important;
    max-width: 100%;
  }
}
.c-main .catalog._J .card-number {
  background: #217124;
}
.c-main .catalog._J .card-catch {
  color: #217124;
}
@media (min-width: 768px) {
  .c-main .catalog._J .section-title {
    width: 408px !important;
    max-width: 100%;
  }
}
.c-main .catalog._K .card-number {
  background: #df7ea4;
}
.c-main .catalog._K .card-catch {
  color: #df7ea4;
}
@media (min-width: 768px) {
  .c-main .catalog._K .section-title {
    width: 693px !important;
    max-width: 100%;
  }
}
.c-main .catalog._L .card-number {
  background: #6dc8eb;
}
.c-main .catalog._L .card-catch {
  color: #6dc8eb;
}
@media (min-width: 768px) {
  .c-main .catalog._L .section-title {
    width: 849px !important;
    max-width: 100%;
  }
}
.c-main .catalog._M .card-number {
  background: #595452;
}
.c-main .catalog._M .card-catch {
  color: #595452;
}
@media (min-width: 768px) {
  .c-main .catalog._M .section-title {
    width: 849px !important;
    max-width: 100%;
  }
}
.c-main .catalog._N .card-number {
  background: #933385;
}
.c-main .catalog._N .card-catch {
  color: #933385;
}
@media (min-width: 768px) {
  .c-main .catalog._N .section-title {
    width: 731px !important;
    max-width: 100%;
  }
}
.c-main .catalog .section-title {
  display: block;
  width: 70.3125vw;
  margin: 0 auto 1.3020833333vw;
}
@media (min-width: 768px) {
  .c-main .catalog .section-title {
    width: auto;
    margin: 0;
  }
}
.c-main .catalog .card {
  width: 87.7604166667vw;
  max-width: 100%;
  background-color: #FFF;
  position: relative;
  margin-bottom: 4.5572916667vw;
}
@media (min-width: 768px) {
  .c-main .catalog .card {
    width: 316px;
    margin: 0 8px 16px 8px;
  }
}
.c-main .catalog .card-head {
  position: relative;
}
.c-main .catalog .card-flex {
  display: block;
}
@media (min-width: 768px) {
  .c-main .catalog .card-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -28px;
  }
}
@media (min-width: 768px) and (min-width: 980px) {
  .c-main .catalog .card-flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-main .catalog .card-areabox {
  width: 100%;
  height: 12.7604166667vw;
  background: -webkit-gradient(linear, left top, right top, from(rgb(114, 113, 113)), to(rgba(114, 113, 113, 0)));
  background: linear-gradient(90deg, rgb(114, 113, 113) 0%, rgba(114, 113, 113, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .c-main .catalog .card-areabox {
    height: 46px;
  }
}
.c-main .catalog .card-number {
  position: absolute;
  left: 0;
  top: 0;
  width: 12.7604166667vw;
  height: 12.7604166667vw;
  line-height: 12.7604166667vw;
  font-weight: bold;
  text-align: center;
  font-size: 6.640625vw;
  color: #FFF;
}
@media (min-width: 768px) {
  .c-main .catalog .card-number {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 21px;
  }
}
.c-main .catalog .card-area {
  color: #FFF;
  font-size: 4.6875vw;
  line-height: 12.7604166667vw;
  padding-left: 15.625vw;
}
@media (min-width: 768px) {
  .c-main .catalog .card-area {
    font-size: 17px;
    line-height: 46px;
    padding-left: 55px;
  }
}
.c-main .catalog .card-desc {
  padding: 4.5572916667vw 5.859375vw;
  min-height: 57.9427083333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .c-main .catalog .card-desc {
    padding: 20px;
    min-height: 241px;
  }
}
.c-main .catalog .card-catch {
  font-size: 4.6875vw;
  line-height: 1.27;
  margin-bottom: 4.5572916667vw;
}
@media (min-width: 768px) {
  .c-main .catalog .card-catch {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
.c-main .catalog .card-name {
  font-size: 6.1197916667vw;
  font-weight: 500;
  line-height: 1.09;
}
@media (min-width: 768px) {
  .c-main .catalog .card-name {
    font-size: 22px;
  }
}
.c-main .catalog .card .detail-btn {
  display: block;
  width: 100%;
  height: 12.7604166667vw;
  line-height: 12.7604166667vw;
  background: #efefef;
  text-align: center;
  font-size: 4.6875vw;
  margin-top: auto;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .c-main .catalog .card .detail-btn {
    height: 47px;
    line-height: 47px;
    font-size: 17px;
  }
}
.c-main .catalog .card .detail-btn_s50 {
  background: url(../images/5000/detail-bg_5000.jpg) no-repeat;
  background-size: contain;
  display: block;
  width: 87.7604166667vw;
  height: 12.7604166667vw;
  line-height: 12.7604166667vw;
  text-align: center;
  font-size: 4.6875vw;
  margin-top: auto;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 100%;
}
@media (min-width: 768px) {
  .c-main .catalog .card .detail-btn_s50 {
    height: 47px;
    line-height: 47px;
    font-size: 17px;
  }
}
.c-main .catalog .card .detail-btn_s50:hover {
  opacity: 0.5;
}
.c-main .catalog .card .detail-btn_s50::after {
  content: "";
  width: 4.8177083333vw;
  height: 4.8177083333vw;
  background: url(./images/detail-icon.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 5.5989583333vw;
  top: 3.90625vw;
}
@media (min-width: 768px) {
  .c-main .catalog .card .detail-btn_s50::after {
    width: 18px;
    height: 18px;
    top: 14px;
    right: 20px;
  }
}
.c-main .catalog .card .detail-btn::after {
  content: "";
  width: 4.8177083333vw;
  height: 4.8177083333vw;
  background: url(./images/detail-icon.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 5.5989583333vw;
  top: 3.90625vw;
}
@media (min-width: 768px) {
  .c-main .catalog .card .detail-btn::after {
    width: 18px;
    height: 18px;
    top: 14px;
    right: 20px;
  }
}
.c-main .catalog .card .detail-btn:hover {
  opacity: 0.5;
}

.allergy + .modal-close-btn {
  margin-top: 7.8125vw;
}
@media (min-width: 768px) {
  .allergy + .modal-close-btn {
    margin-top: 18px;
  }
}

.allergy + .modal-external-link {
  margin-top: 7.8125vw;
}
@media (min-width: 768px) {
  .allergy + .modal-external-link {
    margin-top: 18px;
  }
}

@media (min-width: 768px) {
  .remarks-flex + .link-flex {
    margin-top: 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 768px) {
  .remarks-flex + .link-flex_one {
    margin-top: 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 768px) {
  .allergy-caption + .link-flex_one {
    margin-top: 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.back-btn {
  display: block;
  margin: 60px auto 0;
  background: #ffe55f;
  width: 85%;
  max-width: 670px;
  height: 10.4166666667vw;
  line-height: 10.15625vw;
  font-size: 3.90625vw;
  text-align: center;
  border-radius: 4.5572916667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .back-btn {
    height: 63px;
    line-height: 63px;
    font-size: 25px;
    margin: 117px auto 0;
  }
}
.back-btn:hover {
  opacity: 0.5;
}

.link-flex {
  display: block;
}
@media (min-width: 768px) {
  .link-flex {
    max-width: 988px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.link-flex::after {
  content: "";
  display: block;
  width: 50%;
}
.link-flex_one {
  max-width: 988px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .modal-head-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .modal-head-flex .remarks-flex {
    max-width: 624px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.modal-head-flex_r {
  display: none;
}
@media (min-width: 768px) {
  .modal-head-flex_r {
    display: block;
    width: 608px;
    margin: 30px auto 0;
  }
}
.modal-head-flex .modal-detail {
  margin-top: 0;
}

.sidebar-link.s-50 {
  position: fixed;
  display: block;
  background: url(../images/5000/category-bg_sp.png) no-repeat;
  width: 100vw;
  height: 34.375vw;
  background-size: contain;
  background-position: top center;
  bottom: 0;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 3;
}
@media (min-width: 768px) {
  .sidebar-link.s-50 {
    display: block;
    background: url(../images/5000/category-bg_pc.png) no-repeat;
    width: 200px;
    height: 445px;
    background-size: contain;
    background-position: top center;
    top: 22%;
    padding: 15px;
    right: 0;
    left: auto;
  }
}
.sidebar-link.s-35 {
  position: fixed;
  display: block;
  background: url(../images/3500/category-bg_sp.png) no-repeat;
  width: 100vw;
  height: 34.375vw;
  background-size: contain;
  background-position: top center;
  bottom: 0;
  position: fixed;
  z-index: 3;
}
@media (min-width: 768px) {
  .sidebar-link.s-35 {
    display: block;
    background: url(../images/3500/category-bg_pc.png) no-repeat;
    width: 200px;
    height: 437px;
    background-size: contain;
    background-position: top center;
    top: 22%;
    padding: 15px;
    position: fixed;
    right: 0;
    z-index: 3;
  }
}
.sidebar-link.s-35 ol::after {
  content: "";
  display: block;
  width: 25%;
}
.sidebar-link.s-35 ol li {
  width: 21.484375vw;
  height: 8.4635416667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto 2.6041666667vw;
}
@media (min-width: 768px) {
  .sidebar-link.s-35 ol li {
    width: 160px;
    height: 50px;
    border-top: 1px solid #c9caca;
    border-bottom: 1px solid #c9caca;
    margin: 0;
  }
}
.sidebar-link.s-35 ol li:first-child {
  border-top: 0;
}
.sidebar-link.s-35 ol li:last-child {
  border-bottom: 0;
}
.sidebar-link.s-35 ol li:hover {
  opacity: 0.5;
}
.sidebar-link ol {
  padding: 11.71875vw 2.34375vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: none;
}
.sidebar-link ol::after {
  content: "";
  display: block;
  width: 25%;
}
@media (min-width: 768px) {
  .sidebar-link ol {
    padding: 20px 0 0 0;
  }
}
.sidebar-link ol li {
  width: 21.484375vw;
  height: 8.4635416667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto 2.6041666667vw;
}
@media (min-width: 768px) {
  .sidebar-link ol li {
    width: 160px;
    height: 50px;
    border-top: 1px solid #c9caca;
    border-bottom: 1px solid #c9caca;
    margin: 0;
  }
}
.sidebar-link ol li:first-child {
  border-top: 0;
}
.sidebar-link ol li:last-child {
  border-bottom: 0;
}
.sidebar-link ol li:hover {
  opacity: 0.5;
}
.sidebar-link .text {
  display: none;
}
@media (min-width: 768px) {
  .sidebar-link .text {
    display: block;
  }
}

.ft14 {
  font-size: 14px;
  margin-bottom: 10px;
}

.notice {
  background: #FFF;
  margin: auto;
  max-width: 1080px;
  padding: 8.4635416667vw 3.90625vw;
  margin: 13.0208333333vw 0;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .notice {
    margin: 110px auto;
    padding: 65px 60px;
  }
}
.notice__title {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 6.5104166667vw;
}
@media (min-width: 768px) {
  .notice__title {
    margin-bottom: 50px;
  }
}
.notice__list {
  margin-bottom: 30px;
}
.notice__list-title {
  display: block !important;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px !important;
}
.notice__list-item {
  font-size: 14px;
  list-style: none;
  margin-left: 1.3rem;
  text-indent: -1.3rem;
  line-height: 1.57;
}
.notice__list-item::before {
  content: "・";
}