@charset "UTF-8";
/*------------------------------
RESET
--------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&family=Roboto:wght@400;500;700;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, 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:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*------------------------------
common
--------------------------------*/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

:root {
  --vw: 1vw;
}

@media screen and (min-width: 769px) {
  html {
    font-size: min(0.715vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.334vw;
  }
}

body {
  margin: 0;
}

svg {
  max-width: 100%;
  max-height: 100%;
}

a {
  transition: opacity 0.5s;
}
a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

@keyframes animeFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animeFadeUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.content_fadeIn {
  opacity: 0;
}
.content_fadeIn.is-animated {
  animation: animeFadeIn 1s 0s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.content_fadeUp {
  opacity: 0;
}
.content_fadeUp.is-animated {
  animation: animeFadeUp 1s 0s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

#s-office {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  color: #000;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  #s-office {
    padding-bottom: 9.5rem;
  }
}
@media screen and (max-width: 768px) {
  #s-office {
    padding-bottom: 12rem;
  }
}

.header_inr {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .header_inr {
    width: 100%;
    margin: 0 auto;
    padding: 3rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .header_inr {
    padding: 3rem 0;
    background-color: #fff;
  }
}

.header_logo {
  display: block;
}
@media screen and (min-width: 769px) {
  .header_logo {
    width: 32.8rem;
  }
}
@media screen and (max-width: 768px) {
  .header_logo {
    width: 43.2rem;
    height: 4rem;
    margin: 0 auto;
  }
}

.hero {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .hero {
    height: 85rem;
    background-image: url(/html/user_data/biz/s-office/img/hero_bg_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .hero {
    height: 118rem;
    background-image: url(/html/user_data/biz/s-office/img/hero_bg_sp.jpg);
  }
}

@media screen and (min-width: 769px) {
  .hero_head {
    width: 63.6rem;
    margin: 1.5rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .hero_head {
    width: 43.2rem;
    margin: 14rem auto 0;
  }
}

.hero_txt {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .hero_txt {
    margin-top: 1.8rem;
    line-height: 1.613em;
    font-size: 1.55rem;
    letter-spacing: 0.2em;
  }
  .hero_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .hero_txt > p:first-of-type {
    margin-top: -0.306em;
  }
  .hero_txt > p:last-of-type {
    margin-bottom: -0.306em;
  }
}
@media screen and (max-width: 768px) {
  .hero_txt {
    margin-top: 4.8rem;
    text-align: center;
    line-height: 1.847em;
    font-size: 2.6rem;
    letter-spacing: 0.2em;
  }
  .hero_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .hero_txt > p:first-of-type {
    margin-top: -0.423em;
  }
  .hero_txt > p:last-of-type {
    margin-bottom: -0.423em;
  }
}

.contents_inr {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .contents_inr {
    width: 112rem;
  }
}
@media screen and (max-width: 768px) {
  .contents_inr {
    width: 63rem;
  }
}

@media screen and (min-width: 769px) {
  .kaiteki {
    padding-top: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .kaiteki {
    padding-top: 12.5rem;
  }
}

.kaiteki_contents {
  display: grid;
}
@media screen and (min-width: 769px) {
  .kaiteki_contents {
    align-items: end;
    grid-template-columns: max-content 65rem;
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .kaiteki_contents .btn_arrow {
    width: 51rem;
    margin: 10rem auto 0;
  }
}

@media screen and (min-width: 769px) {
  .kaiteki_head {
    width: 41.6rem;
  }
}
@media screen and (max-width: 768px) {
  .kaiteki_head {
    width: 49.8rem;
    margin: 0 auto;
  }
}

.kaiteki_txt {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .kaiteki_txt {
    margin-top: 6rem;
    margin-bottom: 6rem;
    line-height: 1.875em;
    font-size: 1.6rem;
  }
  .kaiteki_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .kaiteki_txt > p:first-of-type {
    margin-top: -0.437em;
  }
  .kaiteki_txt > p:last-of-type {
    margin-bottom: -0.437em;
  }
}
@media screen and (max-width: 768px) {
  .kaiteki_txt {
    margin-top: 9.5rem;
    margin-bottom: 10rem;
    line-height: 1.858em;
    font-size: 2.8rem;
    text-align: center;
  }
  .kaiteki_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .kaiteki_txt > p:first-of-type {
    margin-top: -0.428em;
  }
  .kaiteki_txt > p:last-of-type {
    margin-bottom: -0.428em;
  }
}

.kaiteki_img {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .kaiteki_img {
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .kaiteki_img {
    border-radius: 2rem;
  }
}

.portions {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .portions {
    padding: 6rem 0 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .portions {
    padding: 10rem 0 6.5rem;
  }
}

@media screen and (min-width: 769px) {
  .happy_things {
    padding: 7rem 0 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .happy_things {
    padding: 0 0 5rem;
  }
}

.happy_things_head {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .happy_things_head {
    width: 58.8rem;
  }
}
@media screen and (max-width: 768px) {
  .happy_things_head {
    width: 58.8rem;
  }
}

.happy_things_cont {
  display: grid;
}
@media screen and (min-width: 769px) {
  .happy_things_cont {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 3.2rem;
    width: 112rem;
    margin: 8rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .happy_things_cont {
    gap: 4rem;
    width: 63rem;
    margin: 8.7rem auto 0;
  }
}

@media screen and (min-width: 769px) {
  .happy_things_item {
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .happy_things_item {
    border-radius: 3.4rem;
  }
}

.happy_things_img {
  position: relative;
}
@media screen and (min-width: 769px) {
  .happy_things_img img {
    border-top-right-radius: 2rem;
    border-top-left-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .happy_things_img img {
    border-top-right-radius: 3.4rem;
    border-top-left-radius: 3.4rem;
  }
}

@media screen and (min-width: 769px) {
  .happy_things_img02_elem {
    position: absolute;
    top: -9.2rem;
    right: -4.4rem;
    width: 18.5rem;
  }
}
@media screen and (max-width: 768px) {
  .happy_things_img02_elem {
    width: 51rem;
    margin: 4.5rem auto 0;
  }
}

.happy_things_txt {
  display: grid;
  place-content: center;
  background-color: #f1f0ec;
}
@media screen and (min-width: 769px) {
  .happy_things_txt {
    height: 17rem;
    border-top: solid 0.4rem #fff;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .happy_things_txt {
    padding: 5.5rem 0 6rem;
    border-top: solid 0.4rem #fff;
    border-bottom-left-radius: 3.4rem;
    border-bottom-right-radius: 3.4rem;
  }
}

@media screen and (min-width: 769px) {
  .happy_things_txt01 {
    width: 35.2rem;
  }
}
@media screen and (max-width: 768px) {
  .happy_things_txt01 {
    width: 50.2rem;
  }
}

@media screen and (min-width: 769px) {
  .happy_things_txt02 {
    width: 46rem;
  }
}
@media screen and (max-width: 768px) {
  .happy_things_txt02 {
    width: 51.7rem;
  }
}

@media screen and (min-width: 769px) {
  .happy_things_txt03 {
    width: 39.8rem;
  }
}
@media screen and (max-width: 768px) {
  .happy_things_txt03 {
    width: 32.4rem;
  }
}

@media screen and (min-width: 769px) {
  .happy_things_txt04 {
    width: 41.3rem;
  }
}
@media screen and (max-width: 768px) {
  .happy_things_txt04 {
    width: 43.5rem;
  }
}

@media screen and (min-width: 769px) {
  .tokuten {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .tokuten {
    padding-top: 12rem;
  }
}

.tokuten_head {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .tokuten_head {
    width: 20.4rem;
  }
}
@media screen and (max-width: 768px) {
  .tokuten_head {
    width: 28.4rem;
  }
}

.tokuten_cont {
  display: grid;
}
@media screen and (min-width: 769px) {
  .tokuten_cont {
    grid-template-columns: 30.3rem 35.3rem;
    gap: 1.6rem;
    align-items: end;
    width: 67rem;
    margin: 3rem auto 0;
  }
}

@media screen and (max-width: 768px) {
  .tokuten_cont01 {
    width: 42.4rem;
    margin: 7.5rem auto 0;
  }
}

@media screen and (max-width: 768px) {
  .tokuten_cont02 {
    width: 49.5rem;
    margin: 5.8rem 0 0 3.2rem;
  }
}

@media screen and (min-width: 769px) {
  .tokuten_cont_more {
    width: 63.2rem;
    margin: 1rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .tokuten_cont_more {
    width: 64rem;
    margin: 5.5rem 0 0 -1rem;
  }
}

@media screen and (min-width: 769px) {
  .plan {
    width: 112rem;
    margin: 0 auto;
    padding-top: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .plan {
    width: 63rem;
    margin: 0 auto;
    padding-top: 5.5rem;
  }
}

.plan_head {
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .plan_head {
    padding: 4rem 0 2.5rem;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .plan_head {
    padding: 5rem 0;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
}

.plan_head_img {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .plan_head_img {
    width: 76.6rem;
  }
}
@media screen and (max-width: 768px) {
  .plan_head_img {
    width: 50.6rem;
  }
}

.plan_inr {
  background-color: #f0efeb;
}
@media screen and (min-width: 769px) {
  .plan_inr {
    padding: 1.8rem 0 8rem 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .plan_inr {
    padding: 8rem 6rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }
}

.plan_cont {
  display: grid;
  position: relative;
}
@media screen and (min-width: 769px) {
  .plan_cont {
    grid-template-columns: 52.6rem 46.4rem;
    -moz-column-gap: 5.2rem;
         column-gap: 5.2rem;
  }
}
@media screen and (max-width: 768px) {
  .plan_cont {
    gap: 21.8rem;
  }
}
.plan_cont::before {
  content: "";
  position: absolute;
  background: url(../img/icon_plus.png) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .plan_cont::before {
    top: 13.2rem;
    left: 50%;
    translate: -50% 0;
    width: 6.2rem;
    height: 6.2rem;
  }
}
@media screen and (max-width: 768px) {
  .plan_cont::before {
    top: 63.9rem;
    left: 50%;
    translate: -50% 0;
    width: 15rem;
    height: 8rem;
    background-color: #f0efeb;
    background-size: 8rem auto;
    background-position: 50% 50%;
    z-index: 2;
  }
}
.plan_cont::after {
  content: "";
  position: absolute;
  background-color: #000;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .plan_cont::after {
    top: 67.8rem;
    left: 50%;
    translate: -50% 0;
    width: 51rem;
  }
}

@media screen and (min-width: 769px) {
  .plan_cont_item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
}

@media screen and (min-width: 769px) {
  .plan_img01 {
    display: grid;
    align-items: end;
    width: 52.6rem;
    margin-bottom: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .plan_img01 {
    width: 52.6rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .plan_img02 {
    width: 40rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .plan_img02 {
    width: 40rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .plan_cap01 {
    width: 21.2rem;
    margin: 0.8rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .plan_cap01 {
    width: 29.6rem;
    margin: 2.8rem auto 0;
  }
}

@media screen and (min-width: 769px) {
  .plan_cap02 {
    width: 27rem;
    margin: 0.8rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .plan_cap02 {
    width: 37.8rem;
    margin: 3rem auto 0;
  }
}

@media screen and (min-width: 769px) {
  .plan_btn .btn_arrow {
    width: 32rem;
    margin: 3.5rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .plan_btn .btn_arrow {
    width: 51rem;
    margin: 6rem auto 0;
  }
}

.plan_txt {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .plan_txt {
    margin-top: 3.5rem;
    line-height: 1.875em;
    font-size: 1.6rem;
  }
  .plan_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .plan_txt > p:first-of-type {
    margin-top: -0.437em;
  }
  .plan_txt > p:last-of-type {
    margin-bottom: -0.437em;
  }
}
@media screen and (max-width: 768px) {
  .plan_txt {
    margin-top: 6rem;
    line-height: 1.667em;
    font-size: 2.4rem;
  }
  .plan_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .plan_txt > p:first-of-type {
    margin-top: -0.333em;
  }
  .plan_txt > p:last-of-type {
    margin-bottom: -0.333em;
  }
}
.plan_txt a {
  display: inline-block;
  color: #b28c46;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .plan_txt a {
    margin-top: 6rem;
  }
}
.plan_txt a::before {
  content: "";
  position: relative;
  display: inline-block;
  background: url(../img/icon_circle_gold.png) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .plan_txt a::before {
    top: 0.3rem;
    right: 0.6rem;
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .plan_txt a::before {
    top: 0.5rem;
    right: 0.6rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}

@media screen and (min-width: 769px) {
  .plan_price {
    width: 64.8rem;
    margin: 5.8rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .plan_price {
    width: 49.2rem;
    margin: 7.5rem auto 0;
  }
}

.plan_notice {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .plan_notice {
    width: 80rem;
    margin: 8rem auto 0;
    padding: 4rem 0 6rem;
    border-radius: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .plan_notice {
    width: 51rem;
    margin: 6.8rem auto 0;
    padding: 6rem 5rem 8rem;
    border-radius: 2rem;
  }
}

.plan_notice_head {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .plan_notice_head {
    line-height: 1;
    font-size: 2.4rem;
  }
  .plan_notice_head > h3 {
    line-height: inherit;
    font: inherit;
  }
  .plan_notice_head > h3:first-of-type {
    margin-top: 0em;
  }
  .plan_notice_head > h3:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .plan_notice_head {
    line-height: 1;
    font-size: 3rem;
  }
  .plan_notice_head > h3 {
    line-height: inherit;
    font: inherit;
  }
  .plan_notice_head > h3:first-of-type {
    margin-top: 0em;
  }
  .plan_notice_head > h3:last-of-type {
    margin-bottom: 0em;
  }
}

@media screen and (min-width: 769px) {
  .plan_notice_txt {
    margin-top: 2.5rem;
    line-height: 2em;
    font-size: 1.6rem;
    text-align: center;
  }
  .plan_notice_txt > li {
    line-height: inherit;
    font: inherit;
  }
  .plan_notice_txt > li:first-of-type {
    margin-top: -0.5em;
  }
  .plan_notice_txt > li:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media screen and (max-width: 768px) {
  .plan_notice_txt {
    margin-top: 6rem;
    line-height: 1.667em;
    font-size: 2.4rem;
    padding-left: 1em;
    text-indent: -1em;
    text-align: justify;
  }
  .plan_notice_txt > li {
    line-height: inherit;
    font: inherit;
  }
  .plan_notice_txt > li:first-of-type {
    margin-top: -0.333em;
  }
  .plan_notice_txt > li:last-of-type {
    margin-bottom: -0.333em;
  }
}

@media screen and (min-width: 769px) {
  .scene {
    padding-top: 12rem;
    padding-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .scene {
    padding-top: 10rem;
    padding-bottom: 12rem;
  }
}
@media screen and (min-width: 769px) {
  .scene .buy {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .scene .buy {
    margin-top: 12rem;
  }
}

.scene_mv {
  display: grid;
  place-content: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .scene_mv {
    height: 47rem;
    background-image: url(/html/user_data/biz/s-office/img/scene_mv_pc.jpg);
    background-position: center center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .scene_mv {
    padding: 8rem 0 38rem;
    background-color: #f0efeb;
    background-image: url(/html/user_data/biz/s-office/img/scene_mv_sp.jpg);
    background-position: 50% 100%;
    background-size: contain;
  }
}

.scene_box {
  display: grid;
  place-content: center;
}
@media screen and (min-width: 769px) {
  .scene_box {
    width: 44rem;
    height: 37rem;
    background-color: #fff;
  }
}

.scene_lead {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .scene_lead {
    line-height: 1;
    font-size: 1.8rem;
  }
  .scene_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .scene_lead > p:first-of-type {
    margin-top: 0em;
  }
  .scene_lead > p:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .scene_lead {
    line-height: 1.154em;
    font-size: 2.6rem;
  }
  .scene_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .scene_lead > p:first-of-type {
    margin-top: -0.076em;
  }
  .scene_lead > p:last-of-type {
    margin-bottom: -0.076em;
  }
}
.scene_lead .u_line {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .scene_lead .u_line {
    line-height: 1;
  }
}
.scene_lead .u_line::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .scene_lead .u_line::before {
    bottom: -1rem;
  }
}
@media screen and (max-width: 768px) {
  .scene_lead .u_line::before {
    bottom: -1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .scene_lead .u_line:nth-child(1) {
    margin-bottom: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .scene_lead .u_line:nth-child(1) {
    margin-bottom: 2rem;
  }
}

.scene_head {
  color: #ab2138;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .scene_head {
    margin-top: 3rem;
    line-height: 1.587em;
    font-size: 2.9rem;
  }
  .scene_head > h2 {
    line-height: inherit;
    font: inherit;
  }
  .scene_head > h2:first-of-type {
    margin-top: -0.293em;
  }
  .scene_head > h2:last-of-type {
    margin-bottom: -0.293em;
  }
}
@media screen and (max-width: 768px) {
  .scene_head {
    margin-top: 6.5rem;
    line-height: 1.75em;
    font-size: 3.2rem;
  }
  .scene_head > h2 {
    line-height: inherit;
    font: inherit;
  }
  .scene_head > h2:first-of-type {
    margin-top: -0.375em;
  }
  .scene_head > h2:last-of-type {
    margin-bottom: -0.375em;
  }
}

.scene_txt {
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .scene_txt {
    margin-top: 4rem;
    line-height: 2em;
    font-size: 1.6rem;
  }
  .scene_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .scene_txt > p:first-of-type {
    margin-top: -0.5em;
  }
  .scene_txt > p:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media screen and (max-width: 768px) {
  .scene_txt {
    margin-top: 5rem;
    line-height: 1.834em;
    font-size: 2.4rem;
  }
  .scene_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .scene_txt > p:first-of-type {
    margin-top: -0.416em;
  }
  .scene_txt > p:last-of-type {
    margin-bottom: -0.416em;
  }
}

.bg_color {
  background-color: #f0efeb;
}

.reason_head {
  position: relative;
}
@media screen and (min-width: 769px) {
  .reason_head {
    top: -8rem;
    width: 60.5rem;
    margin: 0 auto -8rem;
  }
}
@media screen and (max-width: 768px) {
  .reason_head {
    top: -7rem;
    width: 33.5rem;
    margin: 0 auto -7rem;
  }
}

.reason_head_elem {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .reason_head_elem {
    width: 21.6rem;
  }
}
@media screen and (max-width: 768px) {
  .reason_head_elem {
    width: 21.6rem;
  }
}

@media screen and (min-width: 769px) {
  .reason_fun {
    padding-top: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .reason_fun {
    padding-top: 9.5rem;
  }
}

.reason_lead01 {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .reason_lead01 {
    width: 54rem;
  }
}
@media screen and (max-width: 768px) {
  .reason_lead01 {
    width: 44rem;
  }
}

.reason_fun_carousel {
  width: 100vw;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .reason_fun_carousel {
    margin-top: 5.8rem;
  }
}
@media screen and (max-width: 768px) {
  .reason_fun_carousel {
    margin-top: 7.5rem;
  }
}

.reason_fun01 {
  display: flex;
  width: 472rem;
  animation: voice_carousel 45s linear 0s infinite;
}
@media screen and (min-width: 769px) {
  .reason_fun01 {
    margin-left: -54rem;
  }
}
@media screen and (max-width: 768px) {
  .reason_fun01 {
    margin-left: -91.5rem;
  }
}

@keyframes voice_carousel {
  0% {
    translate: 0 0;
  }
  100% {
    translate: -50% 0;
  }
}
.reason_fun02 {
  display: flex;
  width: 524rem;
  animation: voice_carousel2 48s linear 0s infinite;
}
@media screen and (min-width: 769px) {
  .reason_fun02 {
    margin-top: 2.2rem;
    margin-left: -49rem;
  }
}
@media screen and (max-width: 768px) {
  .reason_fun02 {
    margin-top: 2.2rem;
    margin-left: -104.4rem;
  }
}

@keyframes voice_carousel2 {
  0% {
    translate: -50% 0;
  }
  100% {
    translate: 0 0;
  }
}
@media screen and (min-width: 769px) {
  .reason_variations {
    padding-top: 11.5rem;
  }
}
@media screen and (max-width: 768px) {
  .reason_variations {
    padding-top: 11.8rem;
  }
}

.reason_lead02 {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .reason_lead02 {
    width: 38rem;
  }
}
@media screen and (max-width: 768px) {
  .reason_lead02 {
    width: 41rem;
  }
}

.reason_variation_drink {
  display: grid;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .reason_variation_drink {
    grid-template-columns: repeat(7, 1fr);
    width: 112rem;
    margin: 5.8rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .reason_variation_drink {
    grid-template-columns: repeat(6, 1fr);
    width: 63rem;
    margin: 7.6rem auto 0;
  }
  .reason_variation_drink > div:nth-child(1), .reason_variation_drink > div:nth-child(2), .reason_variation_drink > div:nth-child(6), .reason_variation_drink > div:nth-child(7) {
    display: grid;
    grid-column: span 3;
  }
  .reason_variation_drink > div:nth-child(3), .reason_variation_drink > div:nth-child(4), .reason_variation_drink > div:nth-child(5) {
    grid-column: span 2;
    margin-top: 4rem;
    margin-bottom: 7.4rem;
  }
  .reason_variation_drink > div:nth-child(1), .reason_variation_drink > div:nth-child(6) {
    justify-content: end;
    padding-right: 1.5rem;
  }
  .reason_variation_drink > div:nth-child(2), .reason_variation_drink > div:nth-child(7) {
    justify-content: start;
    padding-left: 1.5rem;
  }
}

.reason_variation_drink_img {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .reason_variation_drink_img {
    width: 14.2rem;
  }
}
@media screen and (max-width: 768px) {
  .reason_variation_drink_img {
    width: 19rem;
  }
}

.reason_variation_drink_txt {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .reason_variation_drink_txt {
    width: 110%;
    margin: 2rem auto 0;
    line-height: 1;
    font-size: 1.6rem;
    translate: -5% 0;
  }
  .reason_variation_drink_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .reason_variation_drink_txt > p:first-of-type {
    margin-top: 0em;
  }
  .reason_variation_drink_txt > p:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .reason_variation_drink_txt {
    width: 110%;
    margin: 2rem auto 0;
    line-height: 1.385em;
    font-size: 2.6rem;
    translate: -5% 0;
  }
  .reason_variation_drink_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .reason_variation_drink_txt > p:first-of-type {
    margin-top: -0.192em;
  }
  .reason_variation_drink_txt > p:last-of-type {
    margin-bottom: -0.192em;
  }
}
@media screen and (min-width: 769px) {
  .reason_variation_drink_txt.l_s {
    letter-spacing: -0.001em;
  }
}

@media screen and (min-width: 769px) {
  .mitsukaru {
    padding-top: 11rem;
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .mitsukaru {
    padding-top: 12.5rem;
    padding-bottom: 15rem;
  }
}
@media screen and (min-width: 769px) {
  .mitsukaru .buy {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .mitsukaru .buy {
    margin-top: 12.5rem;
  }
}

.mitsukaru_lead {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .mitsukaru_lead {
    line-height: 2em;
    font-size: 2rem;
  }
  .mitsukaru_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .mitsukaru_lead > p:first-of-type {
    margin-top: -0.5em;
  }
  .mitsukaru_lead > p:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media screen and (max-width: 768px) {
  .mitsukaru_lead {
    line-height: 1.786em;
    font-size: 2.8rem;
  }
  .mitsukaru_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .mitsukaru_lead > p:first-of-type {
    margin-top: -0.392em;
  }
  .mitsukaru_lead > p:last-of-type {
    margin-bottom: -0.392em;
  }
}

.mitsukaru_head {
  position: relative;
}
@media screen and (min-width: 769px) {
  .mitsukaru_head {
    width: 59rem;
    margin: 5rem auto 0;
    padding-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .mitsukaru_head {
    width: 49.7rem;
    margin: 8rem auto 0;
    padding-top: 13.3rem;
  }
}
.mitsukaru_head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: -50% 0;
  width: 1px;
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .mitsukaru_head::before {
    height: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .mitsukaru_head::before {
    height: 5.2rem;
  }
}

@media screen and (min-width: 769px) {
  .mitsukaru_btn {
    width: 32rem;
    margin: 6rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .mitsukaru_btn {
    width: 51rem;
    margin: 12rem auto 0;
  }
}
.mitsukaru_btn .btn_arrow {
  width: 100%;
}

.mitsukaru_cont {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
@media screen and (min-width: 769px) {
  .mitsukaru_cont {
    width: 112rem;
    margin: 12rem auto 0;
    background-image: url(../img/minimal_img05_pc.png);
    background-size: 112rem auto;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .mitsukaru_cont {
    width: 63rem;
    margin: 15rem auto 0;
    background-image: url(../img/minimal_img05_sp.png);
    background-size: 63rem auto;
    border-radius: 2rem;
  }
}

.kodawari_head {
  position: relative;
}
@media screen and (min-width: 769px) {
  .kodawari_head {
    top: -8rem;
    width: 47.4rem;
    margin: 0 auto -8rem;
  }
}
@media screen and (max-width: 768px) {
  .kodawari_head {
    top: -4.7rem;
    width: 47rem;
    margin: 0 auto -4.7rem;
  }
}

@media screen and (min-width: 769px) {
  .kodawari_head_elem {
    width: 25rem;
    margin: 0 auto 1rem;
  }
}
@media screen and (max-width: 768px) {
  .kodawari_head_elem {
    width: 25rem;
    margin: 0 auto 2.5rem;
  }
}

.kodawari_cont_flex {
  display: flex;
}
@media screen and (min-width: 769px) {
  .kodawari_cont_flex {
    align-items: center;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    width: 96rem;
    margin: 8rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .kodawari_cont_flex {
    flex-direction: column;
    row-gap: 5rem;
    width: 51rem;
    margin: 6.2rem auto 0;
  }
}
@media screen and (min-width: 769px) {
  .kodawari_cont_flex + .kodawari_cont_flex {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .kodawari_cont_flex + .kodawari_cont_flex {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 769px) {
  .kodawari_cont_flex.-rev {
    flex-direction: row-reverse;
  }
}

.kodawari_cont_img {
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .kodawari_cont_img {
    width: 48rem;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .kodawari_cont_img {
    border-radius: 2rem;
  }
}

.kodawari_cont_ttl {
  color: #b28c46;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .kodawari_cont_ttl {
    line-height: 1.286em;
    font-size: 2.8rem;
  }
  .kodawari_cont_ttl > h4 {
    line-height: inherit;
    font: inherit;
  }
  .kodawari_cont_ttl > h4:first-of-type {
    margin-top: -0.142em;
  }
  .kodawari_cont_ttl > h4:last-of-type {
    margin-bottom: -0.142em;
  }
}
@media screen and (max-width: 768px) {
  .kodawari_cont_ttl {
    line-height: 1.53em;
    font-size: 3.4rem;
    text-align: center;
  }
  .kodawari_cont_ttl > h4 {
    line-height: inherit;
    font: inherit;
  }
  .kodawari_cont_ttl > h4:first-of-type {
    margin-top: -0.264em;
  }
  .kodawari_cont_ttl > h4:last-of-type {
    margin-bottom: -0.264em;
  }
}
@media screen and (min-width: 769px) {
  .kodawari_cont_ttl + .kodawari_cont_txt {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .kodawari_cont_ttl + .kodawari_cont_txt {
    margin-top: 4rem;
  }
}

.kodawari_cont_txt {
  letter-spacing: 0.018em;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .kodawari_cont_txt {
    line-height: 1.858em;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .kodawari_cont_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .kodawari_cont_txt > p:first-of-type {
    margin-top: -0.428em;
  }
  .kodawari_cont_txt > p:last-of-type {
    margin-bottom: -0.428em;
  }
}
@media screen and (max-width: 768px) {
  .kodawari_cont_txt {
    line-height: 1.847em;
    font-size: 2.6rem;
  }
  .kodawari_cont_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .kodawari_cont_txt > p:first-of-type {
    margin-top: -0.423em;
  }
  .kodawari_cont_txt > p:last-of-type {
    margin-bottom: -0.423em;
  }
}
.kodawari_cont_txt span {
  text-decoration: underline;
  font-weight: 900;
}

.kodawari_cont_list {
  counter-reset: my-counter;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .kodawari_cont_list {
    margin-top: 2rem;
    line-height: 1.858em;
    font-size: 1.4rem;
  }
  .kodawari_cont_list > li {
    line-height: inherit;
    font: inherit;
  }
  .kodawari_cont_list > li:first-of-type {
    margin-top: -0.428em;
  }
  .kodawari_cont_list > li:last-of-type {
    margin-bottom: -0.428em;
  }
}
@media screen and (max-width: 768px) {
  .kodawari_cont_list {
    margin-top: 4rem;
    line-height: 1.847em;
    font-size: 2.6rem;
  }
  .kodawari_cont_list > li {
    line-height: inherit;
    font: inherit;
  }
  .kodawari_cont_list > li:first-of-type {
    margin-top: -0.423em;
  }
  .kodawari_cont_list > li:last-of-type {
    margin-bottom: -0.423em;
  }
}
@media screen and (min-width: 769px) {
  .kodawari_cont_list + .kodawari_cont_txt {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .kodawari_cont_list + .kodawari_cont_txt {
    margin-top: 4rem;
  }
}
.kodawari_cont_list > li {
  position: relative;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .kodawari_cont_list > li {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .kodawari_cont_list > li {
    padding-left: 4rem;
  }
}
.kodawari_cont_list > li .num {
  position: absolute;
  top: 0.05em;
  left: 0;
}

@media screen and (min-width: 769px) {
  .minimal {
    padding-top: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .minimal {
    padding-top: 13rem;
  }
}

.minimal_head {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .minimal_head {
    width: 58rem;
  }
}
@media screen and (max-width: 768px) {
  .minimal_head {
    width: 39.3rem;
  }
}

@media screen and (min-width: 769px) {
  .minimal_lead {
    width: 28rem;
    margin: 7.8rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .minimal_lead {
    width: 39.1rem;
    margin: 10.2rem auto 0;
  }
}

@media screen and (min-width: 769px) {
  .minimal_step {
    width: 98rem;
    margin: 5rem auto 0;
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  .minimal_step {
    position: relative;
    width: 100%;
    margin: 3.8rem auto 0;
  }
}

@media screen and (min-width: 769px) {
  .minimal_step_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 4.9rem;
         column-gap: 4.9rem;
  }
}
@media screen and (max-width: 768px) {
  .minimal_step_list {
    padding-top: 5.4rem;
  }
}

.minimal_step_item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .minimal_step_item {
    width: 45rem;
  }
}
.minimal_step_item .num {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .minimal_step_item .num {
    top: -0.9rem;
    left: -1rem;
    width: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .minimal_step_item .num {
    top: -5rem;
    left: -2rem;
    width: 10rem;
  }
}
.minimal_step_item .img {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .minimal_step_item .img {
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .minimal_step_item .img {
    border-radius: 3rem;
  }
}
.minimal_step_item:not(:first-child) {
  position: relative;
}
.minimal_step_item:not(:first-child)::before {
  content: "";
  position: absolute;
  background-color: #b28c46;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (min-width: 769px) {
  .minimal_step_item:not(:first-child)::before {
    top: 8.7rem;
    left: -3.4rem;
    width: 1.9rem;
    height: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .minimal_step_item:not(.swiper-slide-active) .minimal_step_txt {
    display: none;
  }
}
.minimal_step_txt {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .minimal_step_txt {
    margin-top: 2rem;
    line-height: 1.858em;
    font-size: 1.4rem;
  }
  .minimal_step_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .minimal_step_txt > p:first-of-type {
    margin-top: -0.428em;
  }
  .minimal_step_txt > p:last-of-type {
    margin-bottom: -0.428em;
  }
}
@media screen and (max-width: 768px) {
  .minimal_step_txt {
    margin-top: 2rem;
    line-height: 1.924em;
    font-size: 2.6rem;
  }
  .minimal_step_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .minimal_step_txt > p:first-of-type {
    margin-top: -0.461em;
  }
  .minimal_step_txt > p:last-of-type {
    margin-bottom: -0.461em;
  }
}

.minimal_oteire {
  display: grid;
}
@media screen and (min-width: 769px) {
  .minimal_oteire {
    grid-template-columns: 57.6rem auto;
    gap: 5rem;
    width: 98rem;
    margin: 8rem auto 0;
    padding-bottom: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .minimal_oteire {
    gap: 4rem;
    width: 51rem;
    margin: 10rem auto 0;
    padding-bottom: 35.5rem;
  }
}

.minimal_oteire_img {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .minimal_oteire_img {
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .minimal_oteire_img {
    border-radius: 1.8rem;
  }
}

@media screen and (min-width: 769px) {
  .minimal_oteire_cont {
    padding-top: 3.5rem;
  }
}

.minimal_oteire_head {
  font-weight: 900;
  color: #b28c46;
}
@media screen and (min-width: 769px) {
  .minimal_oteire_head {
    line-height: 1;
    font-size: 2.8rem;
  }
  .minimal_oteire_head > h3 {
    line-height: inherit;
    font: inherit;
  }
  .minimal_oteire_head > h3:first-of-type {
    margin-top: 0em;
  }
  .minimal_oteire_head > h3:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .minimal_oteire_head {
    line-height: 1.471em;
    font-size: 3.4rem;
    text-align: center;
  }
  .minimal_oteire_head > h3 {
    line-height: inherit;
    font: inherit;
  }
  .minimal_oteire_head > h3:first-of-type {
    margin-top: -0.235em;
  }
  .minimal_oteire_head > h3:last-of-type {
    margin-bottom: -0.235em;
  }
}

.minimal_oteire_txt {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .minimal_oteire_txt {
    margin-top: 3rem;
    line-height: 2em;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .minimal_oteire_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .minimal_oteire_txt > p:first-of-type {
    margin-top: -0.5em;
  }
  .minimal_oteire_txt > p:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media screen and (max-width: 768px) {
  .minimal_oteire_txt {
    margin-top: 3rem;
    line-height: 1.539em;
    font-size: 2.6rem;
  }
  .minimal_oteire_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .minimal_oteire_txt > p:first-of-type {
    margin-top: -0.269em;
  }
  .minimal_oteire_txt > p:last-of-type {
    margin-bottom: -0.269em;
  }
}

@media screen and (max-width: 768px) {
  .minimal_step_button_wrap {
    position: absolute;
    top: 17.1rem;
    left: 50%;
    translate: -50% 0;
    display: flex;
    justify-content: space-between;
    width: 55rem;
    z-index: 1;
  }
  .minimal_step_button {
    position: absolute;
    width: 7rem;
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.4);
    border-radius: 100vmax;
    overflow: hidden;
  }
  .minimal_step_button-prev {
    top: 0;
    left: 0;
    scale: -1 1;
  }
  .minimal_step_button-next {
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  .example {
    padding: 12rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .example {
    padding: 12rem 0 0;
  }
}

.example_head {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .example_head {
    line-height: 1;
    font-size: 3.8rem;
  }
  .example_head > h2 {
    line-height: inherit;
    font: inherit;
  }
  .example_head > h2:first-of-type {
    margin-top: 0em;
  }
  .example_head > h2:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .example_head {
    line-height: 1;
    font-size: 4.6rem;
  }
  .example_head > h2 {
    line-height: inherit;
    font: inherit;
  }
  .example_head > h2:first-of-type {
    margin-top: 0em;
  }
  .example_head > h2:last-of-type {
    margin-bottom: 0em;
  }
}

.example_cont_wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .example_cont_wrap {
    padding: 0 0 5rem;
  }
}
@media screen and (max-width: 768px) {
  .example_cont_wrap {
    padding-bottom: 8rem;
  }
}

.example_cont {
  position: relative;
}
@media screen and (min-width: 769px) {
  .example_cont {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .example_cont {
    width: 63rem;
    margin: 6rem auto 0;
  }
}

.example_item {
  display: grid;
  background-color: #f1f0ec;
}
@media screen and (min-width: 769px) {
  .example_item {
    grid-template-columns: 29rem auto;
    gap: 4rem;
    width: 84rem;
    margin: 0 3rem;
    padding: 8rem;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .example_item {
    gap: 6rem;
    padding: 6rem;
    border-radius: 2rem;
  }
}
.example_item > figure {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .example_item > figure {
    border-radius: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .example_item > figure {
    width: 29rem;
    margin: 0 auto;
    border-radius: 2rem;
  }
}
.example_item .name {
  font-weight: 700;
  color: #b28c46;
  border-bottom: solid #000;
}
@media screen and (min-width: 769px) {
  .example_item .name {
    padding-bottom: 1rem;
    line-height: 2em;
    font-size: 2rem;
    border-bottom-width: 0.4rem;
  }
  .example_item .name > h3 {
    line-height: inherit;
    font: inherit;
  }
  .example_item .name > h3:first-of-type {
    margin-top: -0.5em;
  }
  .example_item .name > h3:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media screen and (max-width: 768px) {
  .example_item .name {
    padding-bottom: 2.5rem;
    line-height: 1.471em;
    font-size: 3.4rem;
    border-bottom-width: 0.4rem;
  }
  .example_item .name > h3 {
    line-height: inherit;
    font: inherit;
  }
  .example_item .name > h3:first-of-type {
    margin-top: -0.235em;
  }
  .example_item .name > h3:last-of-type {
    margin-bottom: -0.235em;
  }
}
@media screen and (min-width: 769px) {
  .example_item .cont {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .example_item .cont {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 769px) {
  .example_item .cont + .cont {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .example_item .cont + .cont {
    margin-top: 6.2rem;
  }
}
.example_item .cont_head {
  color: #b28c46;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .example_item .cont_head {
    line-height: 2.5em;
    font-size: 1.6rem;
  }
  .example_item .cont_head > p {
    line-height: inherit;
    font: inherit;
  }
  .example_item .cont_head > p:first-of-type {
    margin-top: -0.75em;
  }
  .example_item .cont_head > p:last-of-type {
    margin-bottom: -0.75em;
  }
}
@media screen and (max-width: 768px) {
  .example_item .cont_head {
    line-height: 1.667em;
    font-size: 3rem;
  }
  .example_item .cont_head > p {
    line-height: inherit;
    font: inherit;
  }
  .example_item .cont_head > p:first-of-type {
    margin-top: -0.333em;
  }
  .example_item .cont_head > p:last-of-type {
    margin-bottom: -0.333em;
  }
}
.example_item .cont_txt {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .example_item .cont_txt {
    margin-top: 2rem;
    line-height: 1.715em;
    font-size: 1.4rem;
  }
  .example_item .cont_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .example_item .cont_txt > p:first-of-type {
    margin-top: -0.357em;
  }
  .example_item .cont_txt > p:last-of-type {
    margin-bottom: -0.357em;
  }
}
@media screen and (max-width: 768px) {
  .example_item .cont_txt {
    margin-top: 4rem;
    line-height: 1.667em;
    font-size: 2.4rem;
  }
  .example_item .cont_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .example_item .cont_txt > p:first-of-type {
    margin-top: -0.333em;
  }
  .example_item .cont_txt > p:last-of-type {
    margin-bottom: -0.333em;
  }
}

.example_cont_button_wrap {
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .example_cont_button_wrap {
    top: calc(50% - 2.5rem);
    width: 94rem;
  }
}
@media screen and (max-width: 768px) {
  .example_cont_button_wrap {
    top: calc(50% - 4rem);
    width: 70rem;
  }
}

@media screen and (min-width: 769px) {
  .example_cont_button {
    width: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .example_cont_button {
    width: 7rem;
  }
}

.example_cont_button-prev {
  scale: -1 1;
}

.custom_pagination {
  position: absolute;
  left: 50% !important;
  bottom: 0 !important;
  translate: -50% 0;
  display: flex;
  justify-content: center;
}

.dot {
  border: solid 1px #000;
  background-color: #fff;
  border-radius: 100vmax;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .dot {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 1rem;
  }
}
@media screen and (max-width: 768px) {
  .dot {
    width: 2rem;
    height: 2rem;
    margin: 0 1.4rem;
  }
}
.dot.active {
  background-color: #000;
}

.swiper-pagination-bullet-active {
  background-color: #000;
}

@media screen and (min-width: 769px) {
  .faq {
    padding-top: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .faq {
    padding-top: 12rem;
  }
}

.faq_cont {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .faq_cont {
    width: 96rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_cont {
    width: 62.2rem;
  }
}
@media screen and (min-width: 769px) {
  .faq_cont + .faq_cont {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_cont + .faq_cont {
    margin-top: 12rem;
  }
}

.faq_cont_head {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 769px) {
  .faq_cont_head {
    margin-bottom: 6rem;
    line-height: 1.685em;
    font-size: 3.8rem;
  }
  .faq_cont_head > h2 {
    line-height: inherit;
    font: inherit;
  }
  .faq_cont_head > h2:first-of-type {
    margin-top: -0.342em;
  }
  .faq_cont_head > h2:last-of-type {
    margin-bottom: -0.342em;
  }
}
@media screen and (max-width: 768px) {
  .faq_cont_head {
    margin-bottom: 6rem;
    line-height: 1.696em;
    font-size: 4.6rem;
  }
  .faq_cont_head > h2 {
    line-height: inherit;
    font: inherit;
  }
  .faq_cont_head > h2:first-of-type {
    margin-top: -0.347em;
  }
  .faq_cont_head > h2:last-of-type {
    margin-bottom: -0.347em;
  }
}

.faq_cont_head_sub {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 769px) {
  .faq_cont_head_sub {
    margin-bottom: 4rem;
    line-height: 1.734em;
    font-size: 3rem;
  }
  .faq_cont_head_sub > h2 {
    line-height: inherit;
    font: inherit;
  }
  .faq_cont_head_sub > h2:first-of-type {
    margin-top: -0.366em;
  }
  .faq_cont_head_sub > h2:last-of-type {
    margin-bottom: -0.366em;
  }
}
@media screen and (max-width: 768px) {
  .faq_cont_head_sub {
    margin-bottom: 6rem;
    line-height: 1.723em;
    font-size: 3.6rem;
  }
  .faq_cont_head_sub > h2 {
    line-height: inherit;
    font: inherit;
  }
  .faq_cont_head_sub > h2:first-of-type {
    margin-top: -0.361em;
  }
  .faq_cont_head_sub > h2:last-of-type {
    margin-bottom: -0.361em;
  }
}

.faq_item {
  background-color: #f0efeb;
}
@media screen and (min-width: 769px) {
  .faq_item {
    border-radius: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_item {
    border-radius: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .faq_item + .faq_item {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_item + .faq_item {
    margin-top: 2rem;
  }
}

.faq_item_cont {
  display: flex;
}
@media screen and (min-width: 769px) {
  .faq_item_cont {
    -moz-column-gap: 2.4rem;
         column-gap: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_item_cont {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
.faq_item_cont i {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .faq_item_cont i {
    width: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_item_cont i {
    width: 6rem;
  }
}

.faq_item_q {
  position: relative;
  align-items: center;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .faq_item_q {
    padding: 2rem 9.5rem 2rem 2.8rem;
    line-height: 1.334em;
    font-size: 1.8rem;
  }
  .faq_item_q > p {
    line-height: inherit;
    font: inherit;
  }
  .faq_item_q > p:first-of-type {
    margin-top: -0.166em;
  }
  .faq_item_q > p:last-of-type {
    margin-bottom: -0.166em;
  }
}
@media screen and (max-width: 768px) {
  .faq_item_q {
    min-height: 14.4rem;
    padding: 2rem 10rem 2rem 3.5rem;
    line-height: 1.667em;
    font-size: 2.4rem;
  }
  .faq_item_q > p {
    line-height: inherit;
    font: inherit;
  }
  .faq_item_q > p:first-of-type {
    margin-top: -0.333em;
  }
  .faq_item_q > p:last-of-type {
    margin-bottom: -0.333em;
  }
}
.faq_item_q::before, .faq_item_q::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .faq_item_q::before, .faq_item_q::after {
    right: 4rem;
    width: 2rem;
    height: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_item_q::before, .faq_item_q::after {
    right: 3.5rem;
    width: 3rem;
    height: 0.4rem;
  }
}
.faq_item_q::after {
  transform-origin: 50% 50%;
  transition: rotate 0.5s;
  rotate: 90deg;
}
.faq_item_q.active::after {
  rotate: 0deg;
}
.faq_item_q.active .faq_item_a {
  transition: max-height 0.6s ease-out;
}
.faq_item_q p {
  pointer-events: none;
}

.faq_item_a {
  max-height: 0;
  overflow: hidden;
  display: flex;
  font-weight: 500;
  transition: all 0.5s;
  transition: max-height 0.4s ease-out;
}

.faq_item_a_inr {
  width: 100%;
  border-top: solid #fff;
}
@media screen and (min-width: 769px) {
  .faq_item_a_inr {
    padding-top: 3.2rem;
    padding-right: 4rem;
    padding-left: 2.8rem;
    padding-bottom: 5rem;
    line-height: 1.715em;
    font-size: 1.4rem;
    border-top-width: 0.2rem;
  }
  .faq_item_a_inr > p {
    line-height: inherit;
    font: inherit;
  }
  .faq_item_a_inr > p:first-of-type {
    margin-top: -0.357em;
  }
  .faq_item_a_inr > p:last-of-type {
    margin-bottom: -0.357em;
  }
}
@media screen and (max-width: 768px) {
  .faq_item_a_inr {
    padding-top: 6rem;
    padding-right: 7rem;
    padding-left: 3.5rem;
    padding-bottom: 6rem;
    line-height: 1.667em;
    font-size: 2.4rem;
    border-top-width: 0.2rem;
  }
  .faq_item_a_inr > p {
    line-height: inherit;
    font: inherit;
  }
  .faq_item_a_inr > p:first-of-type {
    margin-top: -0.333em;
  }
  .faq_item_a_inr > p:last-of-type {
    margin-bottom: -0.333em;
  }
}
.faq_item_a_inr p {
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .faq_item_a_inr p {
    padding-top: 0.6rem;
  }
}
.faq_item_a_inr p + p {
  margin-top: 1em;
}
@media screen and (min-width: 769px) {
  .faq_item_a_inr p + dl {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_item_a_inr p + dl {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .faq_item_a_inr p + ul {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_item_a_inr p + ul {
    margin-top: 4rem;
  }
}
.faq_item_a_inr dl dt {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .faq_item_a_inr dl dt {
    line-height: 1.715em;
    font-size: 1.4rem;
  }
  .faq_item_a_inr dl dt > p {
    line-height: inherit;
    font: inherit;
  }
  .faq_item_a_inr dl dt > p:first-of-type {
    margin-top: -0.357em;
  }
  .faq_item_a_inr dl dt > p:last-of-type {
    margin-bottom: -0.357em;
  }
}
@media screen and (max-width: 768px) {
  .faq_item_a_inr dl dt {
    line-height: 1.667em;
    font-size: 2.4rem;
  }
  .faq_item_a_inr dl dt > p {
    line-height: inherit;
    font: inherit;
  }
  .faq_item_a_inr dl dt > p:first-of-type {
    margin-top: -0.333em;
  }
  .faq_item_a_inr dl dt > p:last-of-type {
    margin-bottom: -0.333em;
  }
}
@media screen and (min-width: 769px) {
  .faq_item_a_inr dl dd {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_item_a_inr dl dd {
    padding-top: 4rem;
  }
}
.faq_item_a_inr ol {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .faq_item_a_inr ol {
    line-height: 1.715em;
    font-size: 1.4rem;
  }
  .faq_item_a_inr ol > li {
    line-height: inherit;
    font: inherit;
  }
  .faq_item_a_inr ol > li:first-of-type {
    margin-top: -0.357em;
  }
  .faq_item_a_inr ol > li:last-of-type {
    margin-bottom: -0.357em;
  }
}
@media screen and (max-width: 768px) {
  .faq_item_a_inr ol {
    line-height: 1.667em;
    font-size: 2.4rem;
  }
  .faq_item_a_inr ol > li {
    line-height: inherit;
    font: inherit;
  }
  .faq_item_a_inr ol > li:first-of-type {
    margin-top: -0.333em;
  }
  .faq_item_a_inr ol > li:last-of-type {
    margin-bottom: -0.333em;
  }
}
@media screen and (min-width: 769px) {
  .faq_item_a_inr ol + ol {
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  .faq_item_a_inr ol + ol {
    margin-top: 5.5rem;
  }
}
.faq_item_a_inr ol li {
  padding-left: 1em;
  text-indent: -1em;
}
.faq_item_a_inr ul {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .faq_item_a_inr ul {
    line-height: 1.715em;
    font-size: 1.4rem;
  }
  .faq_item_a_inr ul > li {
    line-height: inherit;
    font: inherit;
  }
  .faq_item_a_inr ul > li:first-of-type {
    margin-top: -0.357em;
  }
  .faq_item_a_inr ul > li:last-of-type {
    margin-bottom: -0.357em;
  }
}
@media screen and (max-width: 768px) {
  .faq_item_a_inr ul {
    line-height: 1.667em;
    font-size: 2.4rem;
  }
  .faq_item_a_inr ul > li {
    line-height: inherit;
    font: inherit;
  }
  .faq_item_a_inr ul > li:first-of-type {
    margin-top: -0.333em;
  }
  .faq_item_a_inr ul > li:last-of-type {
    margin-bottom: -0.333em;
  }
}
.faq_item_a_inr ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 769px) {
  .faq_item_a_inr ul + p {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .faq_item_a_inr ul + p {
    margin-top: 5rem;
  }
}
.faq_item_a_inr ul.yakuhan > li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.faq_item_a_inr a {
  color: #0096be;
  text-decoration: underline;
}

dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100dvh;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition: opacity 0.1s ease-out, transform 0.1s ease-out;
  transform: scale(1);
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
dialog.is-open {
  opacity: 1;
  transform: scale(1);
}
dialog:not([open]) {
  display: none;
  background-color: none;
}

.modal_cont {
  position: relative;
  max-height: 80svh;
}
@media screen and (min-width: 769px) {
  .modal_cont {
    padding-top: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_cont {
    padding-top: 9rem;
  }
}

.modal_close_btn {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .modal_close_btn {
    width: 9.8rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_close_btn {
    width: 18.6rem;
  }
}
.modal_close_btn img {
  pointer-events: none;
}

.modal_cont_inr {
  max-height: 70svh;
  background-color: #fff;
  overflow-y: auto;
}
@media screen and (min-width: 769px) {
  .modal_cont_inr {
    padding: 7.5rem 8rem 8rem;
    border-radius: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_cont_inr {
    padding: 10rem 6rem;
    border-radius: 2rem;
  }
}
@media screen and (min-width: 769px) {
  #bs300 .modal_cont_inr {
    padding: 6rem 11rem;
  }
}
@media screen and (max-width: 768px) {
  #bs300 .modal_cont_inr {
    padding: 6rem 5.4rem;
  }
}
@media screen and (min-width: 769px) {
  #capsule_modal .modal_cont_inr {
    padding: 3.4rem 3.2rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  #capsule_modal .modal_cont_inr {
    padding: 6rem 5.4rem;
  }
}

.kaiteki_modal_head {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .kaiteki_modal_head {
    width: 68.6rem;
  }
}
@media screen and (max-width: 768px) {
  .kaiteki_modal_head {
    width: 43.5rem;
  }
}

.kaiteki_modal_lead {
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .kaiteki_modal_lead {
    margin-top: 2.8rem;
    line-height: 1.667em;
    font-size: 1.2rem;
  }
  .kaiteki_modal_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .kaiteki_modal_lead > p:first-of-type {
    margin-top: -0.333em;
  }
  .kaiteki_modal_lead > p:last-of-type {
    margin-bottom: -0.333em;
  }
}
@media screen and (max-width: 768px) {
  .kaiteki_modal_lead {
    margin-top: 4rem;
    line-height: 0.91em;
    font-size: 2.2rem;
  }
  .kaiteki_modal_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .kaiteki_modal_lead > p:first-of-type {
    margin-top: 0.046em;
  }
  .kaiteki_modal_lead > p:last-of-type {
    margin-bottom: 0.046em;
  }
}

.kaiteki_modal_content {
  display: grid;
}
@media screen and (min-width: 769px) {
  .kaiteki_modal_content {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    width: 96rem;
    margin: 4rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .kaiteki_modal_content {
    gap: 7.5rem;
    width: 51rem;
    margin: 6rem auto 0;
  }
}

.kaiteki_modal_img {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .kaiteki_modal_img {
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .kaiteki_modal_img {
    border-radius: 3.4rem;
  }
}

.kaiteki_modal_txt {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .kaiteki_modal_txt {
    margin-top: 3rem;
    line-height: 1.858em;
    font-size: 1.4rem;
  }
  .kaiteki_modal_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .kaiteki_modal_txt > p:first-of-type {
    margin-top: -0.428em;
  }
  .kaiteki_modal_txt > p:last-of-type {
    margin-bottom: -0.428em;
  }
}
@media screen and (max-width: 768px) {
  .kaiteki_modal_txt {
    margin-top: 5rem;
    line-height: 1.847em;
    font-size: 2.6rem;
  }
  .kaiteki_modal_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .kaiteki_modal_txt > p:first-of-type {
    margin-top: -0.423em;
  }
  .kaiteki_modal_txt > p:last-of-type {
    margin-bottom: -0.423em;
  }
}
.kaiteki_modal_txt .annotaion {
  display: block;
}
@media screen and (min-width: 769px) {
  .kaiteki_modal_txt .annotaion {
    margin-top: 2rem;
    line-height: 1.667em;
    font-size: 1.2rem;
  }
  .kaiteki_modal_txt .annotaion > p {
    line-height: inherit;
    font: inherit;
  }
  .kaiteki_modal_txt .annotaion > p:first-of-type {
    margin-top: -0.333em;
  }
  .kaiteki_modal_txt .annotaion > p:last-of-type {
    margin-bottom: -0.333em;
  }
}
@media screen and (max-width: 768px) {
  .kaiteki_modal_txt .annotaion {
    margin-top: 4rem;
    line-height: 1.637em;
    font-size: 2.2rem;
    text-align: center;
  }
  .kaiteki_modal_txt .annotaion > p {
    line-height: inherit;
    font: inherit;
  }
  .kaiteki_modal_txt .annotaion > p:first-of-type {
    margin-top: -0.318em;
  }
  .kaiteki_modal_txt .annotaion > p:last-of-type {
    margin-bottom: -0.318em;
  }
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 80%;
}

@media screen and (min-width: 769px) {
  .onayami_cont03_prod {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 1.4rem;
         column-gap: 1.4rem;
    margin-top: 4rem;
  }
  .onayami_cont03_prod:has(.-l) .onayami_cont03_prod_item {
    margin: 0 -1rem;
  }
}
@media screen and (max-width: 768px) {
  .onayami_cont03_prod {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 48.2rem;
    margin: 6.5rem auto 0;
  }
  .onayami_cont03_prod:has(.-l) {
    row-gap: 2rem;
  }
}

.onayami_cont03_prod_item {
  display: flex;
}
@media screen and (min-width: 769px) {
  .onayami_cont03_prod_item {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .onayami_cont03_prod_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .onayami_cont03_prod_item > div {
    margin-top: auto;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .onayami_cont03_prod_item > div .buy {
    margin-top: auto;
  }
}

@media screen and (min-width: 769px) {
  .onayami_cont03_prod_img {
    margin: 0 auto;
    width: 12.2rem;
  }
}
@media screen and (max-width: 768px) {
  .onayami_cont03_prod_img {
    width: 18.6rem;
  }
}
@media screen and (min-width: 769px) {
  .onayami_cont03_prod_img.-l {
    width: 14.8rem;
  }
}
@media screen and (max-width: 768px) {
  .onayami_cont03_prod_img.-l {
    width: 22.4rem;
    margin-left: -1.4rem;
  }
}

.onayami_cont03_prod_color {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .onayami_cont03_prod_color {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.8rem;
    margin-top: 1.2rem;
    line-height: 1.375em;
    font-size: 1.6rem;
  }
  .onayami_cont03_prod_color > p {
    line-height: inherit;
    font: inherit;
  }
  .onayami_cont03_prod_color > p:first-of-type {
    margin-top: -0.187em;
  }
  .onayami_cont03_prod_color > p:last-of-type {
    margin-bottom: -0.187em;
  }
}
@media screen and (max-width: 768px) {
  .onayami_cont03_prod_color {
    line-height: 1.177em;
    font-size: 3.4rem;
  }
  .onayami_cont03_prod_color > p {
    line-height: inherit;
    font: inherit;
  }
  .onayami_cont03_prod_color > p:first-of-type {
    margin-top: -0.088em;
  }
  .onayami_cont03_prod_color > p:last-of-type {
    margin-bottom: -0.088em;
  }
}

@media screen and (min-width: 769px) {
  .modal_machine .onayami_cont03_prod {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    width: 48rem;
    margin: 0 -1rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_machine .onayami_cont03_prod {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 3.6rem;
         column-gap: 3.6rem;
    width: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_machine .onayami_cont03_prod_item {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  #bs300 .modal_machine .onayami_cont03_prod {
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #bs300 .modal_machine .onayami_cont03_prod {
    -moz-column-gap: 0.7rem;
         column-gap: 0.7rem;
    width: 53rem;
  }
}
@media screen and (max-width: 768px) {
  #bs300 .modal_machine .onayami_cont03_prod {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
    width: 53rem;
  }
}
@media screen and (min-width: 769px) {
  .modal_machine .onayami_cont03_prod_img {
    width: 14.2rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_machine .onayami_cont03_prod_img {
    width: 14.2rem;
  }
}
@media screen and (min-width: 769px) {
  #bs300 .modal_machine .onayami_cont03_prod_img {
    width: 17.2rem;
  }
}
@media screen and (max-width: 768px) {
  #bs300 .modal_machine .onayami_cont03_prod_img {
    width: 17rem;
    margin-bottom: -1.2rem;
  }
}
.modal_machine .onayami_cont03_prod_color {
  height: auto;
}
@media screen and (max-width: 768px) {
  .modal_machine .onayami_cont03_prod_color {
    margin-top: 2.2rem;
    line-height: 1.5em;
    font-size: 2.4rem;
  }
  .modal_machine .onayami_cont03_prod_color > p {
    line-height: inherit;
    font: inherit;
  }
  .modal_machine .onayami_cont03_prod_color > p:first-of-type {
    margin-top: -0.25em;
  }
  .modal_machine .onayami_cont03_prod_color > p:last-of-type {
    margin-bottom: -0.25em;
  }
}

.modal_spec {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .modal_spec {
    gap: 0.6rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_spec {
    flex-direction: column;
    gap: 1rem;
    margin-top: 5rem;
  }
}
@media screen and (min-width: 769px) {
  #kb01 .modal_spec {
    width: 46rem;
  }
}
@media screen and (min-width: 769px) {
  #bs300 .modal_spec {
    width: 54.6rem;
  }
}

.modal_spec_item {
  flex: 1;
  display: flex;
}
.modal_spec_item.long {
  flex: auto;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .modal_spec_item.mid {
    flex: auto;
    flex-shrink: 0;
    width: 18.4rem;
  }
}

.modal_spec_ttl {
  background-color: #b28c46;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .modal_spec_ttl {
    width: 11.4rem;
    padding: 1.3rem;
    line-height: 1.572em;
    font-size: 1.4rem;
  }
  .modal_spec_ttl > p {
    line-height: inherit;
    font: inherit;
  }
  .modal_spec_ttl > p:first-of-type {
    margin-top: -0.285em;
  }
  .modal_spec_ttl > p:last-of-type {
    margin-bottom: -0.285em;
  }
}
@media screen and (max-width: 768px) {
  .modal_spec_ttl {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26.1rem;
    padding: 2.5rem;
    line-height: 1.5em;
    font-size: 2.4rem;
  }
  .modal_spec_ttl > p {
    line-height: inherit;
    font: inherit;
  }
  .modal_spec_ttl > p:first-of-type {
    margin-top: -0.25em;
  }
  .modal_spec_ttl > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media screen and (min-width: 769px) {
  #bs300 .modal_spec_ttl {
    width: 9.8rem;
  }
}

.modal_spec_txt {
  background-color: #f0efeb;
  font-weight: 500;
  flex-grow: 1;
}
@media screen and (min-width: 769px) {
  .modal_spec_txt {
    padding: 1.3rem;
    line-height: 1.572em;
    font-size: 1.4rem;
  }
  .modal_spec_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .modal_spec_txt > p:first-of-type {
    margin-top: -0.285em;
  }
  .modal_spec_txt > p:last-of-type {
    margin-bottom: -0.285em;
  }
}
@media screen and (max-width: 768px) {
  .modal_spec_txt {
    padding: 2.5rem;
    line-height: 1.5em;
    font-size: 2.4rem;
  }
  .modal_spec_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .modal_spec_txt > p:first-of-type {
    margin-top: -0.25em;
  }
  .modal_spec_txt > p:last-of-type {
    margin-bottom: -0.25em;
  }
}

@media screen and (min-width: 769px) {
  .modal_bs300_head {
    width: 42.2rem;
    margin: 0 auto 3rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_bs300_head {
    width: 46.6rem;
    margin: 0 auto 4.7rem;
  }
}

.capsule_modal_head {
  display: grid;
  justify-content: center;
  align-items: center;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .capsule_modal_head {
    grid-template-columns: 7rem auto;
    gap: 1.8rem;
    line-height: 1;
    font-size: 3rem;
  }
  .capsule_modal_head > h3 {
    line-height: inherit;
    font: inherit;
  }
  .capsule_modal_head > h3:first-of-type {
    margin-top: 0em;
  }
  .capsule_modal_head > h3:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .capsule_modal_head {
    grid-template-columns: 11rem auto;
    gap: 2.7rem;
    line-height: 1.286em;
    font-size: 4.2rem;
  }
  .capsule_modal_head > h3 {
    line-height: inherit;
    font: inherit;
  }
  .capsule_modal_head > h3:first-of-type {
    margin-top: -0.142em;
  }
  .capsule_modal_head > h3:last-of-type {
    margin-bottom: -0.142em;
  }
}

@media screen and (min-width: 769px) {
  .capsule_modal_img {
    width: 91.2rem;
    padding: 1.4rem 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .capsule_modal_img {
    width: 52.2rem;
    height: calc(100svh - 65rem);
    margin-top: 3rem;
    overflow-x: auto;
  }
}
@media screen and (max-width: 768px) {
  .capsule_modal_img figure {
    width: 100%;
    height: 100%;
  }
  .capsule_modal_img figure > img {
    width: auto;
    max-width: initial;
    height: 100%;
    vertical-align: top;
  }
}

.btn_arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 300/70;
  border-radius: 100vmax;
  font-weight: 700;
  transition: opacity 0.5s;
  background-color: #b28746;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .btn_arrow {
    width: 30rem;
    height: 7rem;
    line-height: 2.188em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .btn_arrow {
    width: 52.2rem;
    height: 10rem;
    line-height: 1;
    font-size: 2.6rem;
  }
}
.btn_arrow p {
  translate: 0 -0.18rem;
  pointer-events: none;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .btn_arrow p {
    translate: 0 -0.3rem;
  }
}
.btn_arrow i {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 769px) {
  .btn_arrow i {
    right: 1.8rem;
    width: 0.8rem;
    height: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .btn_arrow i {
    right: 2.9rem;
    width: 1.4rem;
    height: 2.2rem;
  }
}
.btn_arrow i img {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
}
.btn_arrow i svg {
  position: absolute;
  width: 100%;
  height: 100%;
  stroke: #fff;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.btn_arrow:hover {
  opacity: 0.8;
}
.btn_arrow.official {
  background-color: #fff;
  border: solid 1px #000;
}
@media screen and (min-width: 769px) {
  .btn_arrow.official {
    width: 28rem;
    height: 6rem;
    margin: 8rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .btn_arrow.official {
    width: 52.2rem;
    height: 11rem;
    margin: 12rem auto 0;
  }
}
.btn_arrow.official > p {
  color: #000;
}

.btn_buy {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vmax;
  font-weight: 700;
  transition: opacity 0.5s;
  background-color: #ab2138;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .btn_buy {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    width: 54rem;
    height: 11rem;
    padding-left: 3.9rem;
    padding-right: 2rem;
    line-height: 2.084em;
    font-size: 2.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .btn_buy {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    width: 63rem;
    height: 12rem;
    margin-top: 4rem;
    padding-left: 6rem;
    padding-right: 3rem;
    line-height: 1.063em;
    font-size: 3.2rem;
  }
}
.btn_buy p {
  translate: 0 -0.2rem;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .btn_buy p {
    translate: 0 -0.3rem;
  }
}
.btn_buy i {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .btn_buy i {
    right: 4rem;
    width: 3.4rem;
    height: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .btn_buy i {
    right: 5rem;
    width: 3.6rem;
    height: 3.6rem;
  }
}
.btn_buy i svg {
  position: absolute;
  width: 100%;
  height: 100%;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.btn_buy:hover {
  opacity: 0.8;
}

.float_ban {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  background-color: #ab2138;
  transition: opacity 0.5s ease-out, visibility 0.5s step-end;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .float_ban {
    right: 3rem;
    bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14rem;
    height: 14rem;
    border-radius: 100vmax;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .float_ban {
    bottom: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.5s ease-out, visibility 0.5s step-start;
  }
}
@media screen and (min-width: 769px) {
  .float_ban.is-visible {
    animation-duration: 0.5s;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease-out, visibility 0.5s step-start;
  }
}
@media screen and (max-width: 768px) {
  .float_ban.is-visible {
    animation-duration: 0.5s;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease-in-out, visibility 0.5s step-start, background 0.5s;
  }
}
.float_ban a {
  display: flex;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.float_ban a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  .float_ban a {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .float_ban a {
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    padding: 4rem;
  }
}
.float_ban .icon {
  display: block;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .float_ban .icon {
    width: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .float_ban .icon {
    width: 3.4rem;
  }
}
.float_ban .txt {
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .float_ban .txt {
    line-height: 1.429em;
    font-size: 1.4rem;
    text-align: center;
  }
  .float_ban .txt > p {
    line-height: inherit;
    font: inherit;
  }
  .float_ban .txt > p:first-of-type {
    margin-top: -0.214em;
  }
  .float_ban .txt > p:last-of-type {
    margin-bottom: -0.214em;
  }
}
@media screen and (max-width: 768px) {
  .float_ban .txt {
    line-height: 1;
    font-size: 3.6rem;
  }
  .float_ban .txt > p {
    line-height: inherit;
    font: inherit;
  }
  .float_ban .txt > p:first-of-type {
    margin-top: 0em;
  }
  .float_ban .txt > p:last-of-type {
    margin-bottom: 0em;
  }
}
.float_ban img {
  pointer-events: none;
}

.modal_outer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9500;
}
.modal_outer:not(.is-active) {
  display: none;
}
.modal_bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.modal_inner {
  display: flex;
  flex-direction: column;
  position: relative;
  aspect-ratio: 338/500;
}
@media screen and (min-width: 769px) {
  .modal_inner {
    width: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_inner {
    width: 57rem;
  }
}
@media screen and (orientation: landscape) and (max-height: 840px) {
  .modal_inner {
    width: auto;
    max-height: 80%;
  }
}
.modal_close {
  display: block;
  position: relative;
  cursor: pointer;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .modal_close {
    width: 10rem;
    height: 2.5rem;
    margin: 0 0 1.8rem auto;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_close {
    width: 16rem;
    height: 4rem;
    margin: 0 0 4rem auto;
    font-size: 3.4rem;
  }
}
.modal_close::before, .modal_close::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #fff;
  height: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .modal_close::before, .modal_close::after {
    width: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_close::before, .modal_close::after {
    width: 6rem;
  }
}
.modal_close::before {
  transform: rotateZ(45deg);
}
.modal_close::after {
  transform: rotateZ(-45deg);
}
.modal_close:hover {
  opacity: 0.5;
}

#ModalVideo {
  width: 100%;
  height: 100%;
}

footer#footer {
  position: relative;
  z-index: 2;
  background: #E7CEB5;
  font-weight: 600;
  border-radius: calc(var(--vw) * 8.064516129) calc(var(--vw) * 8.064516129) calc(var(--vw) * 0) calc(var(--vw) * 0);
  font-family: "Roboto", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

@media screen and (min-width: 1240px) {
  footer#footer {
    border-radius: 100px 100px 0px 0px;
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer {
    border-radius: calc(var(--vw) * 26.6666666667) calc(var(--vw) * 26.6666666667) calc(var(--vw) * 0) calc(var(--vw) * 0);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer {
    border-radius: calc(var(--vw) * 8) calc(var(--vw) * 8) calc(var(--vw) * 0) calc(var(--vw) * 0);
  }
}
footer#footer .inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

footer#footer .footer_logo_wrap {
  padding-top: calc(var(--vw) * 3.2258064516);
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 1240px) {
  footer#footer .footer_logo_wrap {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .footer_logo_wrap {
    padding-top: calc(var(--vw) * 10.6666666667);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .footer_logo_wrap {
    padding-top: calc(var(--vw) * 5.3333333333);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .footer_logo_wrap {
    flex-direction: column;
  }
}
footer#footer .footer_logo {
  width: calc(var(--vw) * 19.3548387097);
  max-width: 240px;
}

@media screen and (max-width: 767.98px) {
  footer#footer .footer_logo {
    width: calc(var(--vw) * 64);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .footer_logo {
    width: calc(var(--vw) * 44.8);
    max-width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .footer_logo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  footer#footer .footer_logo {
    margin-bottom: calc(var(--vw) * 10.6666666667);
  }
}
footer#footer .wrap {
  padding: calc(var(--vw) * 5.6451612903) calc(var(--vw) * 3.2258064516) calc(var(--vw) * 7.2580645161) calc(var(--vw) * 3.2258064516);
}

@media screen and (min-width: 1240px) {
  footer#footer .wrap {
    padding: 70px 40px 90px 40px;
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .wrap {
    padding: calc(var(--vw) * 18.6666666667) calc(var(--vw) * 10.6666666667) calc(var(--vw) * 24) calc(var(--vw) * 10.6666666667);
  }
}
@media screen and (min-width: 1240px) {
  footer#footer .wrap {
    padding: 70px 10px 90px 10px;
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .wrap {
    padding: calc(var(--vw) * 8) calc(var(--vw) * 5.3333333333) calc(var(--vw) * 13.3333333333) calc(var(--vw) * 5.3333333333);
  }
}
footer#footer .list01 {
  display: -ms-flex;
  display: flex;
}

@media screen and (max-width: 767.98px) {
  footer#footer .list01 {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  footer#footer .list01 {
    gap: calc(var(--vw) * 3.7333333333) calc(var(--vw) * 0);
  }
}
footer#footer .list01 li {
  color: #fff;
  font-size: calc(var(--vw) * 1.2903225806);
  margin-left: calc(var(--vw) * 4.0322580645);
}

@media screen and (min-width: 1240px) {
  footer#footer .list01 li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list01 li {
    font-size: calc(var(--vw) * 4.2666666667);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list01 li {
    font-size: calc(var(--vw) * 3.7333333333);
  }
}
@media screen and (min-width: 1240px) {
  footer#footer .list01 li {
    margin-left: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list01 li {
    margin-left: calc(var(--vw) * 13.3333333333);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list01 li {
    margin-left: calc(var(--vw) * 0);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list01 li {
    width: 50%;
  }
}
footer#footer .list01 li:first-child {
  margin-left: 0;
}

footer#footer .list01 li a {
  color: #3B2B2F;
  padding-bottom: 0.25em;
  background: linear-gradient(#785A5A, #785A5A) 0 100%/0 1px no-repeat;
  transition: background 0.4s;
  text-decoration: none;
}

footer#footer .list01 li a:hover {
  background-size: 100% 1px;
}

footer#footer .list02_wrap {
  margin-top: calc(var(--vw) * 3.2258064516);
}

@media screen and (min-width: 1240px) {
  footer#footer .list02_wrap {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list02_wrap {
    margin-top: calc(var(--vw) * 10.6666666667);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list02_wrap {
    margin-top: calc(var(--vw) * 8);
  }
}
footer#footer .list02_wrap .txt {
  color: rgba(59, 43, 47, 0.58);
  font-size: calc(var(--vw) * 1.2903225806);
}

@media screen and (min-width: 1240px) {
  footer#footer .list02_wrap .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list02_wrap .txt {
    font-size: calc(var(--vw) * 4.2666666667);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list02_wrap .txt {
    font-size: calc(var(--vw) * 3.7333333333);
  }
}
footer#footer .list02_wrap .list02 {
  margin-top: calc(var(--vw) * 1.6129032258);
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--vw) * 0.7258064516) calc(var(--vw) * 0.7258064516);
}

@media screen and (min-width: 1240px) {
  footer#footer .list02_wrap .list02 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list02_wrap .list02 {
    margin-top: calc(var(--vw) * 5.3333333333);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list02_wrap .list02 {
    margin-top: calc(var(--vw) * 2.6666666667);
  }
}
@media screen and (min-width: 1240px) {
  footer#footer .list02_wrap .list02 {
    gap: 9px 9px;
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list02_wrap .list02 {
    gap: calc(var(--vw) * 2.4) calc(var(--vw) * 2.4);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list02_wrap .list02 {
    gap: calc(var(--vw) * 1.3333333333) calc(var(--vw) * 1.3333333333);
  }
}
footer#footer .list02_wrap .list02 li {
  width: 13.6%;
  line-height: 1;
}

@media screen and (min-width: 1240px) {
  footer#footer .list02_wrap .list02 li {
    width: 11.8548387097%;
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list02_wrap .list02 li {
    width: 23.8805970149%;
  }
}
footer#footer .list02_wrap .list02 li a {
  transition: opacity 0.4s;
  opacity: 1;
}

footer#footer .list02_wrap .list02 li a:hover {
  transition: opacity 0.4s;
  opacity: 0.7;
}

footer#footer .list03_wrap {
  font-size: calc(var(--vw) * 0.9677419355);
  margin-top: calc(var(--vw) * 4.0322580645);
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (min-width: 1240px) {
  footer#footer .list03_wrap {
    font-size: 12px;
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap {
    font-size: calc(var(--vw) * 3.2);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap {
    font-size: calc(var(--vw) * 3.2);
  }
}
@media screen and (min-width: 1240px) {
  footer#footer .list03_wrap {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap {
    margin-top: calc(var(--vw) * 13.3333333333);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap {
    margin-top: calc(var(--vw) * 8);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap {
    flex-direction: column;
  }
}
footer#footer .list03_wrap .list03_01 {
  display: -ms-flex;
  display: flex;
  flex-shrink: 0;
  gap: calc(var(--vw) * 0.7258064516) calc(var(--vw) * 0.7258064516);
}

@media screen and (min-width: 1240px) {
  footer#footer .list03_wrap .list03_01 {
    gap: 9px 9px;
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap .list03_01 {
    gap: calc(var(--vw) * 2.4) calc(var(--vw) * 2.4);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap .list03_01 {
    gap: calc(var(--vw) * 3.4666666667) calc(var(--vw) * 3.4666666667);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap .list03_01 {
    width: 100%;
  }
}
footer#footer .list03_wrap .list03_01 li {
  color: #5B3427;
  text-align: center;
  font-size: calc(var(--vw) * 1.2903225806);
  width: calc(var(--vw) * 11.7741935484);
  max-width: 146px;
  line-height: 1;
  background: #AA8066;
  border-radius: calc(var(--vw) * 0.4838709677) calc(var(--vw) * 0.4838709677) calc(var(--vw) * 0.4838709677) calc(var(--vw) * 0.4838709677);
}

@media screen and (min-width: 1240px) {
  footer#footer .list03_wrap .list03_01 li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap .list03_01 li {
    font-size: calc(var(--vw) * 4.2666666667);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap .list03_01 li {
    font-size: calc(var(--vw) * 3.2);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap .list03_01 li {
    width: calc(var(--vw) * 38.9333333333);
  }
}
@media screen and (min-width: 1240px) {
  footer#footer .list03_wrap .list03_01 li {
    border-radius: 6px 6px 6px 6px;
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap .list03_01 li {
    border-radius: calc(var(--vw) * 1.6) calc(var(--vw) * 1.6) calc(var(--vw) * 1.6) calc(var(--vw) * 1.6);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap .list03_01 li {
    width: 22.0895522388%;
  }
}
footer#footer .list03_wrap .list03_01 li a {
  color: #fff;
  display: block;
  padding: calc(var(--vw) * 1.3709677419) calc(var(--vw) * 0) calc(var(--vw) * 1.3709677419) calc(var(--vw) * 0);
  transition: opacity 0.4s;
  opacity: 1;
}

@media screen and (min-width: 1240px) {
  footer#footer .list03_wrap .list03_01 li a {
    padding: 17px 0px 17px 0px;
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap .list03_01 li a {
    padding: calc(var(--vw) * 4.5333333333) calc(var(--vw) * 0) calc(var(--vw) * 4.5333333333) calc(var(--vw) * 0);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap .list03_01 li a {
    padding: calc(var(--vw) * 3.2) calc(var(--vw) * 0) calc(var(--vw) * 3.2) calc(var(--vw) * 0);
  }
}
footer#footer .list03_wrap .list03_01 li a:hover {
  transition: opacity 0.4s;
  opacity: 0.7;
}

footer#footer .list03_wrap .list03_01 li span {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(var(--vw) * 2.1774193548);
  max-height: 27px;
  margin-bottom: calc(var(--vw) * 0.8064516129);
}

@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap .list03_01 li span {
    height: calc(var(--vw) * 7.2);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap .list03_01 li span {
    height: calc(var(--vw) * 7.2);
    max-height: 100%;
  }
}
@media screen and (min-width: 1240px) {
  footer#footer .list03_wrap .list03_01 li span {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap .list03_01 li span {
    margin-bottom: calc(var(--vw) * 2.6666666667);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap .list03_01 li span {
    margin-bottom: calc(var(--vw) * 3.2);
  }
}
footer#footer .list03_wrap .list03_01 li img {
  margin: 0 auto;
}

footer#footer .list03_wrap .list03_01 li img.icon_guide {
  width: calc(var(--vw) * 1.435483871);
  max-width: 17.8px;
}

@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap .list03_01 li img.icon_guide {
    width: calc(var(--vw) * 4.7466666667);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap .list03_01 li img.icon_guide {
    width: calc(var(--vw) * 4.7466666667);
    max-width: 100%;
  }
}
footer#footer .list03_wrap .list03_01 li img.icon_faq {
  width: calc(var(--vw) * 1.8790322581);
  max-width: 23.3px;
}

@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap .list03_01 li img.icon_faq {
    width: calc(var(--vw) * 6.2133333333);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap .list03_01 li img.icon_faq {
    width: calc(var(--vw) * 6.48);
    max-width: 100%;
  }
}
footer#footer .list03_wrap .list03_01 li img.icon_form {
  width: calc(var(--vw) * 1.8790322581);
  max-width: 23.3px;
}

@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap .list03_01 li img.icon_form {
    width: calc(var(--vw) * 6.2133333333);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap .list03_01 li img.icon_form {
    width: calc(var(--vw) * 6.2133333333);
    max-width: 100%;
  }
}
footer#footer .list03_wrap .list03_01 li img.icon_corp {
  width: calc(var(--vw) * 1.5483870968);
  max-width: 19.2px;
}

@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap .list03_01 li img.icon_corp {
    width: calc(var(--vw) * 5.12);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap .list03_01 li img.icon_corp {
    width: calc(var(--vw) * 5.12);
    max-width: 100%;
  }
}
footer#footer .list03_wrap .list03_02_wrap {
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap .list03_02_wrap {
    margin-top: calc(var(--vw) * 8);
  }
}
footer#footer .list03_wrap .list03_02 {
  line-height: 1;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
  gap: calc(var(--vw) * 0) calc(var(--vw) * 2.4193548387);
}

@media screen and (min-width: 1240px) {
  footer#footer .list03_wrap .list03_02 {
    gap: 0px 30px;
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap .list03_02 {
    gap: calc(var(--vw) * 0) calc(var(--vw) * 8);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap .list03_02 {
    width: 100%;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap .list03_02 li {
    margin-top: calc(var(--vw) * 4.2666666667);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .list03_wrap .list03_02 li:first-child {
    margin-top: calc(var(--vw) * 0);
  }
}
footer#footer .list03_wrap .list03_02 li a {
  color: #3B2B2F;
  padding-bottom: 0.25em;
  background: linear-gradient(#785A5A, #785A5A) 0 100%/0 1px no-repeat;
  transition: background 0.4s;
  text-decoration: none;
}

footer#footer .list03_wrap .list03_02 li a:hover {
  background-size: 100% 1px;
}

footer#footer .copyright {
  color: #3B2B2F;
  margin-top: calc(var(--vw) * 2.0967741935);
  text-align: right;
  font-size: calc(var(--vw) * 0.9677419355);
}

@media screen and (min-width: 1240px) {
  footer#footer .copyright {
    margin-top: 26px;
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .copyright {
    margin-top: calc(var(--vw) * 6.9333333333);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .copyright {
    margin-top: calc(var(--vw) * 8);
  }
}
@media screen and (min-width: 1240px) {
  footer#footer .copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .copyright {
    font-size: calc(var(--vw) * 3.2);
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer .copyright {
    text-align: center;
  }
}
.scroll-hint-icon {
  opacity: 1;
}
.scroll-hint-icon:after {
  opacity: 1;
}
.is-scrollable .scroll-hint-icon {
  opacity: 0;
}
.is-scrollable .scroll-hint-icon:after {
  opacity: 0;
}