/*------------------------------
RESET
--------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&family=Roboto:wght@100..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;
}

#lp01-otoku {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  color: #323232;
  letter-spacing: 0.1em;
}
.header_inr {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .header_inr {
    padding: 3rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  .header_inr {
    padding: 3rem 0;
  }
}

.header_logo {
  display: block;
}
@media screen and (min-width: 769px) {
  .header_logo {
    width: 20.6rem;
    height: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .header_logo {
    width: 20.6rem;
    height: 3.5rem;
    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: 70rem;
    background-image: url(/html/user_data/lp/lp01-otoku/img/hero_img_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .hero {
    height: 100rem;
    background-image: url(/html/user_data/lp/lp01-otoku/img/hero_img_sp.jpg);
  }
}

.hero_txt {
  position: absolute;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .hero_txt {
    top: 14.6rem;
    left: 11.2rem;
    line-height: 1.556em;
    font-size: 3.6rem;
  }
  .hero_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .hero_txt > p:first-of-type {
    margin-top: -0.277em;
  }
  .hero_txt > p:last-of-type {
    margin-bottom: -0.277em;
  }
}
@media screen and (max-width: 768px) {
  .hero_txt {
    top: 8.8rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 1.53em;
    font-size: 3.4rem;
  }
  .hero_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .hero_txt > p:first-of-type {
    margin-top: -0.264em;
  }
  .hero_txt > p:last-of-type {
    margin-bottom: -0.264em;
  }
}

.hero_head {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .hero_head {
    top: 29.5rem;
    left: 11.2rem;
    width: 31.5rem;
  }
}
@media screen and (max-width: 768px) {
  .hero_head {
    bottom: 7rem;
    left: 0;
    right: 0;
    width: 35.8rem;
    margin: auto;
  }
}

.sec01 {
  background-color: #E3DBC2;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
@media screen and (min-width: 769px) {
  .sec01 {
    padding-top: 11.3rem;
    padding-bottom: 12rem;
    background-image: url(/html/user_data/lp/lp01-otoku/img/sec01_bg_pc.png);
    background-size: 250rem auto;
  }
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding-top: 13rem;
    padding-bottom: 11.8rem;
    background-image: url(/html/user_data/lp/lp01-otoku/img/sec01_bg_sp.png);
    background-size: 75rem auto;
  }
}

.about_keurig_head {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .about_keurig_head {
    width: 68.2rem;
  }
}
@media screen and (max-width: 768px) {
  .about_keurig_head {
    width: 60rem;
  }
}

.about_keurig {
  position: relative;
  display: block;
}

@media screen and (min-width: 769px) {
  .about_keurig_img {
    position: absolute;
    top: 9.2rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 92rem;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .about_keurig_img {
    width: 58.6rem;
    margin: 4rem auto 0;
  }
}

.about_keurig_lead {
  text-align: center;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 769px) {
  .about_keurig_lead {
    margin-top: 21rem;
    line-height: 2em;
    font-size: 1.6rem;
  }
  .about_keurig_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .about_keurig_lead > p:first-of-type {
    margin-top: -0.5em;
  }
  .about_keurig_lead > p:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media screen and (max-width: 768px) {
  .about_keurig_lead {
    margin-top: 2.5rem;
    line-height: 2em;
    font-size: 2.6rem;
  }
  .about_keurig_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .about_keurig_lead > p:first-of-type {
    margin-top: -0.5em;
  }
  .about_keurig_lead > p:last-of-type {
    margin-bottom: -0.5em;
  }
}
.about_keurig_lead span {
  color: #ab2138;
  font-weight: 900;
}
.about_keurig_lead sup {
  font-size: 60%;
}

.about_keurig_caption {
  text-align: center;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 769px) {
  .about_keurig_caption {
    margin-top: 2.5rem;
    line-height: 1.667em;
    font-size: 1.2rem;
  }
  .about_keurig_caption > p {
    line-height: inherit;
    font: inherit;
  }
  .about_keurig_caption > p:first-of-type {
    margin-top: -0.333em;
  }
  .about_keurig_caption > p:last-of-type {
    margin-bottom: -0.333em;
  }
}
@media screen and (max-width: 768px) {
  .about_keurig_caption {
    margin-top: 3rem;
    line-height: 1.637em;
    font-size: 2.2rem;
  }
  .about_keurig_caption > p {
    line-height: inherit;
    font: inherit;
  }
  .about_keurig_caption > p:first-of-type {
    margin-top: -0.318em;
  }
  .about_keurig_caption > p:last-of-type {
    margin-bottom: -0.318em;
  }
}

@media screen and (min-width: 769px) {
  .yoridori {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .yoridori {
    padding-top: 7rem;
  }
}

@media screen and (min-width: 769px) {
  .yoridori_inr {
    background: url(/html/user_data/lp/lp01-otoku/img/yoridori_inr_bg_pc.png) no-repeat 50% 5rem;
    background-size: 111rem auto;
  }
}
@media screen and (max-width: 768px) {
  .yoridori_inr {
    padding-top: 18.4rem;
    padding-bottom: 24.8rem;
    background: url(/html/user_data/lp/lp01-otoku/img/yoridori_inr_bg_sp.png) no-repeat 50% 0;
    background-size: 57.2rem auto;
  }
}

.yoridori_head {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .yoridori_head {
    width: 46.1rem;
  }
}
@media screen and (max-width: 768px) {
  .yoridori_head {
    width: 50.4rem;
  }
}

@media screen and (min-width: 769px) {
  .yoridori_balloon {
    width: 46rem;
    margin: 2.8rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .yoridori_balloon {
    width: 50rem;
    margin: 5.8rem auto 0;
  }
}

@media screen and (min-width: 769px) {
  .yoridori_img {
    width: 59rem;
    margin: 0.8rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .yoridori_img {
    width: 66.4rem;
    margin: -1rem auto 0;
  }
}

.yoridori_txt_l {
  font-weight: 900;
  text-align: center;
  color: #ab2138;
}
@media screen and (min-width: 769px) {
  .yoridori_txt_l {
    margin-top: 5.4rem;
    line-height: 2.25em;
    font-size: 2.4rem;
  }
  .yoridori_txt_l > p {
    line-height: inherit;
    font: inherit;
  }
  .yoridori_txt_l > p:first-of-type {
    margin-top: -0.625em;
  }
  .yoridori_txt_l > p:last-of-type {
    margin-bottom: -0.625em;
  }
}
@media screen and (max-width: 768px) {
  .yoridori_txt_l {
    margin-top: 8rem;
    line-height: 1.667em;
    font-size: 3rem;
  }
  .yoridori_txt_l > p {
    line-height: inherit;
    font: inherit;
  }
  .yoridori_txt_l > p:first-of-type {
    margin-top: -0.333em;
  }
  .yoridori_txt_l > p:last-of-type {
    margin-bottom: -0.333em;
  }
}

.yoridori_txt {
  font-weight: 700;
  text-align: center;
  color: #000;
}
@media screen and (min-width: 769px) {
  .yoridori_txt {
    margin-top: 2.6rem;
    line-height: 1.889em;
    font-size: 1.8rem;
  }
  .yoridori_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .yoridori_txt > p:first-of-type {
    margin-top: -0.444em;
  }
  .yoridori_txt > p:last-of-type {
    margin-bottom: -0.444em;
  }
}
@media screen and (max-width: 768px) {
  .yoridori_txt {
    margin-top: 4rem;
    line-height: 1.847em;
    font-size: 2.6rem;
  }
  .yoridori_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .yoridori_txt > p:first-of-type {
    margin-top: -0.423em;
  }
  .yoridori_txt > p:last-of-type {
    margin-bottom: -0.423em;
  }
}

@media screen and (min-width: 769px) {
  .otoku_reason {
    padding-top: 12.2rem;
  }
}
@media screen and (max-width: 768px) {
  .otoku_reason {
    padding-top: 10rem;
  }
}

.otoku_reason_head {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .otoku_reason_head {
    width: 49.4rem;
  }
}
@media screen and (max-width: 768px) {
  .otoku_reason_head {
    width: 49.2rem;
  }
}

@media screen and (min-width: 769px) {
  .otoku_reason_cont {
    width: 112rem;
    height: 75rem;
    margin: 5rem auto 0;
    padding: 8rem 0;
    background: url(/html/user_data/lp/lp01-otoku/img/otoku_reason_cont_bg_pc.png) no-repeat 0 0;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .otoku_reason_cont {
    width: 62.2rem;
    margin: 6.2rem auto 0;
  }
}

.otoku_reason_list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .otoku_reason_list {
    flex-direction: column;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    row-gap: 4rem;
  }
}
.otoku_reason_list > li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .otoku_reason_list > li:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 60rem;
    background: url(/html/user_data/lp/lp01-otoku/img/otoku_reason_list_border.png) no-repeat 0 0;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .otoku_reason_list > li {
    padding: 7rem 0 8rem;
    background: no-repeat 0 0;
    background-size: 100% 100%;
  }
  .otoku_reason_list > li:nth-child(1) {
    background-image: url(/html/user_data/lp/lp01-otoku/img/otoku_reason_cont01_bg_sp.png);
  }
  .otoku_reason_list > li:nth-child(2) {
    padding-bottom: 5rem;
    background-image: url(/html/user_data/lp/lp01-otoku/img/otoku_reason_cont02_bg_sp.png);
  }
  .otoku_reason_list > li:nth-child(3) {
    background-image: url(/html/user_data/lp/lp01-otoku/img/otoku_reason_cont03_bg_sp.png);
  }
}

@media screen and (min-width: 769px) {
  .otoku_reason_list_item01 {
    padding-top: 1rem;
    padding-left: 6.2rem;
    padding-right: 3.8rem;
  }
}
@media screen and (min-width: 769px) {
  .otoku_reason_list_item01 .btn_arrow {
    margin: 3rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .otoku_reason_list_item01 .btn_arrow {
    margin: 6rem auto 0;
  }
}

@media screen and (min-width: 769px) {
  .otoku_reason_list_item02 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .otoku_reason_list_item03 {
    padding-left: 4rem;
    padding-right: 6rem;
  }
}

.otoku_reason_list_head {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-weight: 700;
  background-color: #ab2138;
  border-radius: 100vmax;
}
@media screen and (min-width: 769px) {
  .otoku_reason_list_head {
    width: 28rem;
    padding: 1.8rem 0;
    line-height: 1.5em;
    font-size: 2rem;
  }
  .otoku_reason_list_head > p {
    line-height: inherit;
    font: inherit;
  }
  .otoku_reason_list_head > p:first-of-type {
    margin-top: -0.25em;
  }
  .otoku_reason_list_head > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media screen and (max-width: 768px) {
  .otoku_reason_list_head {
    width: 36.8rem;
    padding: 2rem 0;
    line-height: 1.539em;
    font-size: 2.6rem;
  }
  .otoku_reason_list_head > p {
    line-height: inherit;
    font: inherit;
  }
  .otoku_reason_list_head > p:first-of-type {
    margin-top: -0.269em;
  }
  .otoku_reason_list_head > p:last-of-type {
    margin-bottom: -0.269em;
  }
}
@media screen and (min-width: 769px) {
  .otoku_reason_list_item01 .otoku_reason_list_head {
    padding: 1.7rem 0;
    line-height: 1.5em;
    font-size: 2.4rem;
  }
  .otoku_reason_list_item01 .otoku_reason_list_head > p {
    line-height: inherit;
    font: inherit;
  }
  .otoku_reason_list_item01 .otoku_reason_list_head > p:first-of-type {
    margin-top: -0.25em;
  }
  .otoku_reason_list_item01 .otoku_reason_list_head > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media screen and (max-width: 768px) {
  .otoku_reason_list_item01 .otoku_reason_list_head {
    line-height: 1.484em;
    font-size: 3.1rem;
  }
  .otoku_reason_list_item01 .otoku_reason_list_head > p {
    line-height: inherit;
    font: inherit;
  }
  .otoku_reason_list_item01 .otoku_reason_list_head > p:first-of-type {
    margin-top: -0.241em;
  }
  .otoku_reason_list_item01 .otoku_reason_list_head > p:last-of-type {
    margin-bottom: -0.241em;
  }
}
.otoku_reason_list_head p {
  translate: 0 -0.2rem;
}
.otoku_reason_list_head::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 90%;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #ab2138;
  aspect-ratio: 2/1;
}
@media screen and (min-width: 769px) {
  .otoku_reason_list_head::before {
    width: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .otoku_reason_list_head::before {
    width: 2.6rem;
  }
}

@media screen and (min-width: 769px) {
  .otoku_reason_list_item01_img {
    margin-top: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .otoku_reason_list_item01_img {
    width: 39.4rem;
    margin: 4.5rem auto 0;
  }
}

.otoku_reason_list_item02_img {
  display: block;
}
@media screen and (min-width: 769px) {
  .otoku_reason_list_item02_img {
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .otoku_reason_list_item02_img {
    width: 52.2rem;
    margin: 4rem auto 0;
  }
}

.otoku_reason_list_item03_img {
  display: block;
}
@media screen and (min-width: 769px) {
  .otoku_reason_list_item03_img {
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .otoku_reason_list_item03_img {
    width: 44.2rem;
    margin: 4rem auto 0;
  }
}

.point_head {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .point_head {
    width: 55rem;
  }
}
@media screen and (max-width: 768px) {
  .point_head {
    width: 35rem;
  }
}

@media screen and (min-width: 769px) {
  .point {
    padding-top: 9.2rem;
  }
}
@media screen and (max-width: 768px) {
  .point {
    padding-top: 11.8rem;
  }
}

.point_cont {
  display: grid;
}
@media screen and (min-width: 769px) {
  .point_cont {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    row-gap: 3rem;
    width: 112rem;
    margin: 6.5rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .point_cont {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2.5rem;
    row-gap: 3rem;
    width: 62.2rem;
    margin: 6rem auto 0;
  }
}

.point_cont_item {
  position: relative;
}

.point_num {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .point_num {
    top: -1rem;
    left: -1rem;
    width: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .point_num {
    top: -1rem;
    left: -1rem;
    width: 6rem;
  }
}

.point_cont_item_inr {
  display: flex;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .point_cont_item_inr {
    border-radius: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .point_cont_item_inr {
    border-radius: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .point_img {
    width: 27.2rem;
  }
}
@media screen and (max-width: 768px) {
  .point_img {
    width: 27.2rem;
  }
}

.point_txt {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .point_txt01 {
    width: 17.7rem;
  }
}
@media screen and (max-width: 768px) {
  .point_txt01 {
    width: 28.8rem;
  }
}

@media screen and (min-width: 769px) {
  .point_txt02 {
    width: 17.9rem;
  }
}
@media screen and (max-width: 768px) {
  .point_txt02 {
    width: 21.5rem;
  }
}

@media screen and (min-width: 769px) {
  .point_txt03 {
    width: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .point_txt03 {
    width: 21.4rem;
  }
}

@media screen and (min-width: 769px) {
  .point_txt04 {
    width: 19.4rem;
  }
}
@media screen and (max-width: 768px) {
  .point_txt04 {
    width: 23.3rem;
  }
}

.chose_reason {
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .chose_reason {
    width: 112rem;
    margin: 7.8rem auto 0;
    border-radius: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .chose_reason {
    width: 62.2rem;
    margin: 8rem auto 0;
    border-radius: 4rem;
  }
}

.chose_reason_head {
  background-color: #4d0600;
  font-weight: 900;
  text-align: center;
  color: #fff;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 769px) {
  .chose_reason_head {
    padding: 2.5rem 0;
    line-height: 1.934em;
    font-size: 3rem;
  }
  .chose_reason_head > h2 {
    line-height: inherit;
    font: inherit;
  }
  .chose_reason_head > h2:first-of-type {
    margin-top: -0.466em;
  }
  .chose_reason_head > h2:last-of-type {
    margin-bottom: -0.466em;
  }
}
@media screen and (max-width: 768px) {
  .chose_reason_head {
    padding: 4rem 0;
    line-height: 1.934em;
    font-size: 3rem;
  }
  .chose_reason_head > h2 {
    line-height: inherit;
    font: inherit;
  }
  .chose_reason_head > h2:first-of-type {
    margin-top: -0.466em;
  }
  .chose_reason_head > h2:last-of-type {
    margin-bottom: -0.466em;
  }
}

.chose_reason_list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .chose_reason_list {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
    padding: 6rem 6rem 8rem;
  }
}
@media screen and (max-width: 768px) {
  .chose_reason_list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 8rem;
    padding: 6rem 7rem 10rem;
  }
}

.chose_reason_list_img {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .chose_reason_list_img {
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .chose_reason_list_img {
    border-radius: 3.2rem;
  }
}

.chose_reason_list_head {
  font-weight: 700;
  text-align: center;
  color: #ab2138;
}
@media screen and (min-width: 769px) {
  .chose_reason_list_head {
    margin-top: 2.7rem;
    line-height: 1.637em;
    font-size: 2.2rem;
  }
  .chose_reason_list_head > h3 {
    line-height: inherit;
    font: inherit;
  }
  .chose_reason_list_head > h3:first-of-type {
    margin-top: -0.318em;
  }
  .chose_reason_list_head > h3:last-of-type {
    margin-bottom: -0.318em;
  }
}
@media screen and (max-width: 768px) {
  .chose_reason_list_head {
    margin-top: 5rem;
    line-height: 1.53em;
    font-size: 3.4rem;
  }
  .chose_reason_list_head > h3 {
    line-height: inherit;
    font: inherit;
  }
  .chose_reason_list_head > h3:first-of-type {
    margin-top: -0.264em;
  }
  .chose_reason_list_head > h3:last-of-type {
    margin-bottom: -0.264em;
  }
}

.chose_reason_list_txt {
  text-align: justify;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .chose_reason_list_txt {
    margin-top: 2.7rem;
    line-height: 1.75em;
    font-size: 1.6rem;
  }
  .chose_reason_list_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .chose_reason_list_txt > p:first-of-type {
    margin-top: -0.375em;
  }
  .chose_reason_list_txt > p:last-of-type {
    margin-bottom: -0.375em;
  }
}
@media screen and (max-width: 768px) {
  .chose_reason_list_txt {
    margin-top: 5rem;
    line-height: 1.847em;
    font-size: 2.6rem;
  }
  .chose_reason_list_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .chose_reason_list_txt > p:first-of-type {
    margin-top: -0.423em;
  }
  .chose_reason_list_txt > p:last-of-type {
    margin-bottom: -0.423em;
  }
}

@media screen and (min-width: 769px) {
  .enjoy {
    padding-top: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .enjoy {
    padding-top: 16rem;
  }
}

.enjoy_head {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .enjoy_head {
    width: 34.2rem;
  }
}
@media screen and (max-width: 768px) {
  .enjoy_head {
    width: 41.2rem;
  }
}

.enjoy_lead {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #4D0600;
}
@media screen and (min-width: 769px) {
  .enjoy_lead {
    margin-top: 3rem;
    line-height: 2.231em;
    font-size: 2.6rem;
  }
  .enjoy_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .enjoy_lead > p:first-of-type {
    margin-top: -0.615em;
  }
  .enjoy_lead > p:last-of-type {
    margin-bottom: -0.615em;
  }
}
@media screen and (max-width: 768px) {
  .enjoy_lead {
    margin-top: 4rem;
    line-height: 1.667em;
    font-size: 3rem;
  }
  .enjoy_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .enjoy_lead > p:first-of-type {
    margin-top: -0.333em;
  }
  .enjoy_lead > p:last-of-type {
    margin-bottom: -0.333em;
  }
}

.enjoy_img {
  background-repeat: no-repeat;
  background-position: 50% 0;
}
@media screen and (min-width: 769px) {
  .enjoy_img {
    width: 100%;
    height: 72.5rem;
    margin-top: 3.5rem;
    background-image: url(/html/user_data/lp/lp01-otoku/img/enjoy_img_pc.png);
    background-size: 157.6rem auto;
  }
}
@media screen and (max-width: 768px) {
  .enjoy_img {
    width: 100%;
    height: 137.4rem;
    margin-top: 2.8rem;
    background-image: url(/html/user_data/lp/lp01-otoku/img/enjoy_img_sp.png);
    background-size: contain;
  }
}

@media screen and (min-width: 769px) {
  .step {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .step {
    padding-top: 12.4rem;
  }
}

.step_head {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .step_head {
    width: 64rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .step_head {
    width: 36rem;
    margin-bottom: 6rem;
  }
}

.step_cont {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .step_cont {
    width: 112rem;
  }
}
@media screen and (max-width: 768px) {
  .step_cont {
    position: relative;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .step_cont_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 2.4rem;
         column-gap: 2.4rem;
  }
}

.step_cont_item {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .step_cont_item {
    padding: 3.3rem 0 4rem;
    border-radius: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .step_cont_item {
    height: 76.6rem;
    padding: 5.3rem 0 0;
    border-radius: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .step_cont_item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    translate: 96% -50%;
    aspect-ratio: 18/30;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
            clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background-color: #fff;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .step_cont_item:not(:last-child)::before {
    width: 1.8rem;
  }
}

.step_img {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .step_img {
    width: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .step_img {
    width: 21rem;
  }
}

.step_lead {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #AB2138;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .step_lead {
    height: 4.6rem;
    margin-top: 1.4rem;
    line-height: 1.556em;
    font-size: 1.8rem;
  }
  .step_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .step_lead > p:first-of-type {
    margin-top: -0.277em;
  }
  .step_lead > p:last-of-type {
    margin-bottom: -0.277em;
  }
}
@media screen and (max-width: 768px) {
  .step_lead {
    height: 7.6rem;
    margin-top: 3.5rem;
    line-height: 1.534em;
    font-size: 3rem;
  }
  .step_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .step_lead > p:first-of-type {
    margin-top: -0.266em;
  }
  .step_lead > p:last-of-type {
    margin-bottom: -0.266em;
  }
}

.step_txt {
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .step_txt {
    margin-top: 2rem;
    line-height: 1.715em;
    font-size: 1.4rem;
  }
  .step_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .step_txt > p:first-of-type {
    margin-top: -0.357em;
  }
  .step_txt > p:last-of-type {
    margin-bottom: -0.357em;
  }
}
@media screen and (max-width: 768px) {
  .step_txt {
    margin-top: 4rem;
    line-height: 1.75em;
    font-size: 2.4rem;
  }
  .step_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .step_txt > p:first-of-type {
    margin-top: -0.375em;
  }
  .step_txt > p:last-of-type {
    margin-bottom: -0.375em;
  }
}

.step_caution {
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .step_caution {
    margin-top: 2rem;
    line-height: 1.667em;
    font-size: 1.2rem;
  }
  .step_caution > p {
    line-height: inherit;
    font: inherit;
  }
  .step_caution > p:first-of-type {
    margin-top: -0.333em;
  }
  .step_caution > p:last-of-type {
    margin-bottom: -0.333em;
  }
}
@media screen and (max-width: 768px) {
  .step_caution {
    margin-top: 4rem;
    line-height: 1.637em;
    font-size: 2.2rem;
  }
  .step_caution > p {
    line-height: inherit;
    font: inherit;
  }
  .step_caution > p:first-of-type {
    margin-top: -0.318em;
  }
  .step_caution > p:last-of-type {
    margin-bottom: -0.318em;
  }
}

.step_cont_button_wrap {
  position: absolute;
  top: 34.8rem;
  left: 50%;
  translate: -50% 0;
  display: flex;
  justify-content: space-between;
  width: 59.2rem;
  z-index: 1;
}

.step_cont_button {
  width: 8rem;
}

.step_cont_button-next {
  scale: -1 1;
}

.step_cont_slide_dot {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 7rem;
}
.step_cont_slide_dot .swiper-pagination-bullet {
  width: 2rem;
  height: 2rem;
  margin: 0 !important;
  background-color: #fff;
  opacity: 1;
}
.step_cont_slide_dot .swiper-pagination-bullet-active {
  background-color: #ab2138;
}

.sec_course {
  background-color: #AB2138;
}
@media screen and (min-width: 769px) {
  .sec_course {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_course {
    padding-top: 11.2rem;
    padding-bottom: 8rem;
  }
}

.course_cont {
  margin: 0 auto;
  display: grid;
}
@media screen and (min-width: 769px) {
  .course_cont {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 4rem;
    width: 112rem;
  }
}
@media screen and (max-width: 768px) {
  .course_cont {
    width: 62.2rem;
  }
}

@media screen and (min-width: 769px) {
  .course_head {
    grid-area: 1/1/2/2;
    width: 47.2rem;
    padding-top: 9.5rem;
  }
}
@media screen and (max-width: 768px) {
  .course_head {
    width: 60.9rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .course_img {
    grid-area: 1/2/2/3;
    width: 48.8rem;
    margin-top: -10.4rem;
    margin-left: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .course_img {
    width: 54.2rem;
    margin: 3.4rem auto 0;
  }
}

.course_btn {
  display: flex;
}
@media screen and (min-width: 769px) {
  .course_btn {
    grid-area: 2/2/3/3;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .course_btn {
    flex-direction: column;
    row-gap: 4rem;
    margin-top: 5.5rem;
  }
}
.course_btn .btn_arrow {
  background-color: #B47C5E;
  color: #fff;
  text-align: center;
  border: none;
}
@media screen and (min-width: 769px) {
  .course_btn .btn_arrow {
    height: 7.4rem;
    line-height: 1.5em;
    font-size: 1.6rem;
  }
  .course_btn .btn_arrow > p {
    line-height: inherit;
    font: inherit;
  }
  .course_btn .btn_arrow > p:first-of-type {
    margin-top: -0.25em;
  }
  .course_btn .btn_arrow > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media screen and (max-width: 768px) {
  .course_btn .btn_arrow {
    width: 62.2rem;
    line-height: 1;
    font-size: 2.8rem;
  }
  .course_btn .btn_arrow > p {
    line-height: inherit;
    font: inherit;
  }
  .course_btn .btn_arrow > p:first-of-type {
    margin-top: 0em;
  }
  .course_btn .btn_arrow > p:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (min-width: 769px) {
  .course_btn .btn_arrow i {
    width: 0.9rem;
    height: 1.2rem;
    right: 2.9rem;
  }
}
@media screen and (max-width: 768px) {
  .course_btn .btn_arrow i {
    right: 3.9rem;
  }
}

.course_caution {
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .course_caution {
    grid-area: 2/1/3/2;
    padding-top: 1.5rem;
    line-height: 1.858em;
    font-size: 1.4rem;
  }
  .course_caution > li {
    line-height: inherit;
    font: inherit;
  }
  .course_caution > li:first-of-type {
    margin-top: -0.428em;
  }
  .course_caution > li:last-of-type {
    margin-bottom: -0.428em;
  }
}
@media screen and (max-width: 768px) {
  .course_caution {
    margin-top: 8rem;
    line-height: 1.637em;
    font-size: 2.2rem;
  }
  .course_caution > li {
    line-height: inherit;
    font: inherit;
  }
  .course_caution > li:first-of-type {
    margin-top: -0.318em;
  }
  .course_caution > li:last-of-type {
    margin-bottom: -0.318em;
  }
}
.course_caution > li {
  padding-left: 1em;
  text-indent: -1em;
}

.course_choice_head {
  position: relative;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 769px) {
  .course_choice_head {
    width: 112rem;
    margin: 7.8rem auto 0;
    line-height: 1.75em;
    font-size: 3.2rem;
  }
  .course_choice_head > h2 {
    line-height: inherit;
    font: inherit;
  }
  .course_choice_head > h2:first-of-type {
    margin-top: -0.375em;
  }
  .course_choice_head > h2:last-of-type {
    margin-bottom: -0.375em;
  }
}
@media screen and (max-width: 768px) {
  .course_choice_head {
    width: 62.2rem;
    margin: 10rem auto 0;
    line-height: 1;
    font-size: 4.2rem;
  }
  .course_choice_head > h2 {
    line-height: inherit;
    font: inherit;
  }
  .course_choice_head > h2:first-of-type {
    margin-top: 0em;
  }
  .course_choice_head > h2:last-of-type {
    margin-bottom: 0em;
  }
}
.course_choice_head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  translate: 0 -50%;
  height: 1px;
  background-color: #fff;
}
.course_choice_head h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #AB2138;
  color: #FBCB4F;
}
@media screen and (min-width: 769px) {
  .course_choice_head h2 {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 768px) {
  .course_choice_head h2 {
    padding: 0 2rem;
  }
}

.course_choice_cont {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .course_choice_cont {
    display: flex;
    -moz-column-gap: 10.5rem;
         column-gap: 10.5rem;
    width: 112rem;
    margin: 5rem auto 0;
    padding-bottom: 4.4rem;
    border-radius: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .course_choice_cont {
    width: 62.2rem;
    margin: 5rem auto 0;
    padding-top: 9rem;
    padding-bottom: 5.5rem;
    border-radius: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .course_choice_lead {
    flex-shrink: 0;
    width: 25.3rem;
    margin-top: 11.2rem;
    margin-left: 11.5rem;
  }
}
@media screen and (max-width: 768px) {
  .course_choice_lead {
    width: 29.5rem;
    margin: 0 auto;
  }
}

.course_choice_product {
  display: flex;
}
@media screen and (min-width: 769px) {
  .course_choice_product {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    margin-top: -2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .course_choice_product {
    flex-direction: column;
    row-gap: 0rem;
    width: 48rem;
    margin: 4.5rem auto 0;
  }
}

@media screen and (max-width: 768px) {
  .course_choice_product_item {
    display: flex;
    align-items: center;
    gap: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .course_choice_product_img01 {
    width: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .course_choice_product_img01 {
    flex-shrink: 0;
    width: 18.6rem;
  }
}

@media screen and (min-width: 769px) {
  .course_choice_product_img02 {
    width: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .course_choice_product_img02 {
    flex-shrink: 0;
    width: 18.6rem;
  }
}

@media screen and (min-width: 769px) {
  .course_choice_product_img03 {
    width: 17.3rem;
  }
}
@media screen and (max-width: 768px) {
  .course_choice_product_img03 {
    flex-shrink: 0;
    width: 18.6rem;
  }
}

.course_choice_product_color {
  color: #4D0600;
  text-align: center;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .course_choice_product_color {
    margin-top: 1.3rem;
    line-height: 1.273em;
    font-size: 2.2rem;
  }
  .course_choice_product_color > p {
    line-height: inherit;
    font: inherit;
  }
  .course_choice_product_color > p:first-of-type {
    margin-top: -0.136em;
  }
  .course_choice_product_color > p:last-of-type {
    margin-bottom: -0.136em;
  }
}
@media screen and (max-width: 768px) {
  .course_choice_product_color {
    line-height: 1;
    font-size: 3.4rem;
    text-align: center;
  }
  .course_choice_product_color > p {
    line-height: inherit;
    font: inherit;
  }
  .course_choice_product_color > p:first-of-type {
    margin-top: 0em;
  }
  .course_choice_product_color > p:last-of-type {
    margin-bottom: 0em;
  }
}

.course_choice_product_btn {
  display: block;
}
@media screen and (min-width: 769px) {
  .course_choice_product_btn {
    width: 16rem;
    margin: 2rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .course_choice_product_btn {
    width: 26rem;
    margin: 4rem auto 0;
  }
}

.glass_bg {
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .glass_bg {
    height: 29rem;
    background-image: url(/html/user_data/lp/lp01-otoku/img/glass_bg_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .glass_bg {
    height: 25rem;
    background-image: url(/html/user_data/lp/lp01-otoku/img/glass_bg_sp.jpg);
  }
}

.sec03 {
  background-color: #f5f1e6;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
@media screen and (min-width: 769px) {
  .sec03 {
    padding-top: 12rem;
    padding-bottom: 12rem;
    background-size: auto 50rem;
    background-image: url(/html/user_data/lp/lp01-otoku/img/sec03_bg_pc.png);
  }
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding-top: 10rem;
    padding-bottom: 12rem;
    background-size: 75rem auto;
    background-image: url(/html/user_data/lp/lp01-otoku/img/sec03_bg_sp.png);
  }
}

.onayami_head {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .onayami_head {
    width: 59.7rem;
  }
}
@media screen and (max-width: 768px) {
  .onayami_head {
    width: 57.2rem;
  }
}

@media screen and (min-width: 769px) {
  .onayami_img {
    width: 91.5rem;
    margin: 1.5rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .onayami_img {
    width: 67rem;
    margin: 6rem auto 0;
  }
}

@media screen and (min-width: 769px) {
  .onayami_lead {
    width: 72rem;
    margin: 6rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .onayami_lead {
    width: 57.8rem;
    margin: 8rem auto 0;
  }
}

.onayami_about {
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .onayami_about {
    width: 112rem;
    margin-top: 4rem;
    padding-bottom: 8rem;
    border-radius: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .onayami_about {
    width: 62.2rem;
    margin-top: 4rem;
    padding-bottom: 7.8rem;
    border-radius: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .onayami_cont01 {
    margin-top: -1.7rem;
  }
}

@media screen and (min-width: 769px) {
  .onayami_cont01_head {
    margin: 0 auto 4rem;
  }
}
@media screen and (max-width: 768px) {
  .onayami_cont01_head {
    width: 48rem;
    margin: 3.2rem auto 8rem;
  }
}

.onayami_cont01_cont {
  position: relative;
}

@media screen and (min-width: 769px) {
  .onayami_cont01_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    width: 96rem;
    margin: 0 auto;
  }
}

.onayami_cont01_img {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .onayami_cont01_img {
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .onayami_cont01_img {
    border-radius: 3rem;
  }
}

.onayami_cont01_txt {
  font-weight: 500;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .onayami_cont01_txt {
    margin-top: 3rem;
    line-height: 1.75em;
    font-size: 1.6rem;
  }
  .onayami_cont01_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .onayami_cont01_txt > p:first-of-type {
    margin-top: -0.375em;
  }
  .onayami_cont01_txt > p:last-of-type {
    margin-bottom: -0.375em;
  }
}
@media screen and (max-width: 768px) {
  .onayami_cont01_txt {
    margin-top: 5rem;
    line-height: 1.847em;
    font-size: 2.6rem;
  }
  .onayami_cont01_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .onayami_cont01_txt > p:first-of-type {
    margin-top: -0.423em;
  }
  .onayami_cont01_txt > p:last-of-type {
    margin-bottom: -0.423em;
  }
}
.onayami_cont01_txt span {
  text-decoration: underline;
  font-weight: 900;
}
.onayami_cont01_txt sup {
  font-size: 60%;
}

@media screen and (max-width: 768px) {
  .onayami_cont01_list li:not(.swiper-slide-active) .onayami_cont01_txt {
    visibility: hidden;
  }
}

.onayami_cont01_caption {
  font-weight: 500;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 769px) {
  .onayami_cont01_caption {
    margin-top: 2rem;
    line-height: 2em;
    font-size: 1.2rem;
  }
  .onayami_cont01_caption > p {
    line-height: inherit;
    font: inherit;
  }
  .onayami_cont01_caption > p:first-of-type {
    margin-top: -0.5em;
  }
  .onayami_cont01_caption > p:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media screen and (max-width: 768px) {
  .onayami_cont01_caption {
    width: 28rem;
    margin: 4rem auto 0;
    line-height: 1.637em;
    font-size: 2.2rem;
  }
  .onayami_cont01_caption > p {
    line-height: inherit;
    font: inherit;
  }
  .onayami_cont01_caption > p:first-of-type {
    margin-top: -0.318em;
  }
  .onayami_cont01_caption > p:last-of-type {
    margin-bottom: -0.318em;
  }
}

.onayami_cont01_button_wrap {
  position: absolute;
  top: 10.5rem;
  left: 50%;
  translate: -50% 0;
  display: flex;
  justify-content: space-between;
  width: 56rem;
  z-index: 1;
}

.onayami_cont01_button {
  width: 9rem;
  border: solid 0.5rem #fff;
  border-radius: 100vh;
}

.onayami_cont01_button-next {
  scale: -1 1;
}

@media screen and (min-width: 769px) {
  .onayami_cont02 {
    width: 96rem;
    margin: 0 auto;
    padding-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .onayami_cont02 {
    width: 48.2rem;
    margin: 0 auto;
    padding-top: 8rem;
  }
}

.onayami_cont02_head {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .onayami_cont02_head {
    width: 38.8rem;
  }
}
@media screen and (max-width: 768px) {
  .onayami_cont02_head {
    width: 46.4rem;
  }
}

.onayami_cont02_flex {
  display: flex;
}
@media screen and (min-width: 769px) {
  .onayami_cont02_flex {
    align-items: center;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    margin-top: 5.8rem;
  }
}
@media screen and (max-width: 768px) {
  .onayami_cont02_flex {
    flex-direction: column;
    row-gap: 5rem;
    margin-top: 6.2rem;
  }
}
@media screen and (min-width: 769px) {
  .onayami_cont02_flex + .onayami_cont02_flex {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .onayami_cont02_flex + .onayami_cont02_flex {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 769px) {
  .onayami_cont02_flex.-rev {
    flex-direction: row-reverse;
  }
}

.onayami_cont02_img {
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .onayami_cont02_img {
    width: 48rem;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .onayami_cont02_img {
    border-radius: 2rem;
  }
}

.onayami_cont02_ttl {
  color: #ab2138;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .onayami_cont02_ttl {
    line-height: 1.286em;
    font-size: 2.8rem;
  }
  .onayami_cont02_ttl > h4 {
    line-height: inherit;
    font: inherit;
  }
  .onayami_cont02_ttl > h4:first-of-type {
    margin-top: -0.142em;
  }
  .onayami_cont02_ttl > h4:last-of-type {
    margin-bottom: -0.142em;
  }
}
@media screen and (max-width: 768px) {
  .onayami_cont02_ttl {
    line-height: 1.53em;
    font-size: 3.4rem;
    text-align: center;
  }
  .onayami_cont02_ttl > h4 {
    line-height: inherit;
    font: inherit;
  }
  .onayami_cont02_ttl > h4:first-of-type {
    margin-top: -0.264em;
  }
  .onayami_cont02_ttl > h4:last-of-type {
    margin-bottom: -0.264em;
  }
}
@media screen and (min-width: 769px) {
  .onayami_cont02_ttl + .onayami_cont02_txt {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .onayami_cont02_ttl + .onayami_cont02_txt {
    margin-top: 4rem;
  }
}

.onayami_cont02_txt {
  letter-spacing: 0.018em;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .onayami_cont02_txt {
    line-height: 1.858em;
    font-size: 1.4rem;
  }
  .onayami_cont02_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .onayami_cont02_txt > p:first-of-type {
    margin-top: -0.428em;
  }
  .onayami_cont02_txt > p:last-of-type {
    margin-bottom: -0.428em;
  }
}
@media screen and (max-width: 768px) {
  .onayami_cont02_txt {
    line-height: 1.847em;
    font-size: 2.6rem;
  }
  .onayami_cont02_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .onayami_cont02_txt > p:first-of-type {
    margin-top: -0.423em;
  }
  .onayami_cont02_txt > p:last-of-type {
    margin-bottom: -0.423em;
  }
}
.onayami_cont02_txt span {
  text-decoration: underline;
  font-weight: 900;
}

.onayami_cont02_list {
  counter-reset: my-counter;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .onayami_cont02_list {
    margin-top: 2rem;
    line-height: 1.858em;
    font-size: 1.4rem;
  }
  .onayami_cont02_list > li {
    line-height: inherit;
    font: inherit;
  }
  .onayami_cont02_list > li:first-of-type {
    margin-top: -0.428em;
  }
  .onayami_cont02_list > li:last-of-type {
    margin-bottom: -0.428em;
  }
}
@media screen and (max-width: 768px) {
  .onayami_cont02_list {
    margin-top: 4rem;
    line-height: 1.847em;
    font-size: 2.6rem;
  }
  .onayami_cont02_list > li {
    line-height: inherit;
    font: inherit;
  }
  .onayami_cont02_list > li:first-of-type {
    margin-top: -0.423em;
  }
  .onayami_cont02_list > li:last-of-type {
    margin-bottom: -0.423em;
  }
}
@media screen and (min-width: 769px) {
  .onayami_cont02_list + .onayami_cont02_txt {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .onayami_cont02_list + .onayami_cont02_txt {
    margin-top: 4rem;
  }
}
.onayami_cont02_list > li {
  position: relative;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .onayami_cont02_list > li {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .onayami_cont02_list > li {
    padding-left: 4rem;
  }
}
.onayami_cont02_list > li .num {
  position: absolute;
  top: 0.05em;
  left: 0;
}

.onayami_cont03 {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .onayami_cont03 {
    width: 96rem;
    padding-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .onayami_cont03 {
    width: 48.2rem;
    padding-top: 13rem;
  }
}
.onayami_cont03 .detail .btn_arrow {
  color: #fff;
  background-color: #645045;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .onayami_cont03 .detail .btn_arrow {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .onayami_cont03 .detail .btn_arrow {
    width: 48.2rem;
    margin-top: 6.8rem;
  }
}
.onayami_cont03 .detail .btn_arrow i {
  stroke: #fff;
}
.onayami_cont03 .buy .btn_arrow {
  color: #fff;
  background-color: #ab2138;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .onayami_cont03 .buy .btn_arrow {
    width: 13rem;
    height: 5rem;
    margin: 2rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .onayami_cont03 .buy .btn_arrow {
    width: 26rem;
    height: 11rem;
    margin: 4rem auto 0;
  }
}
@media screen and (min-width: 769px) {
  .onayami_cont03 .buy .btn_arrow i {
    right: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .onayami_cont03 .buy .btn_arrow i {
    right: 4rem;
  }
}

.onayami_cont03_head {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .onayami_cont03_head {
    width: 50.5rem;
  }
}
@media screen and (max-width: 768px) {
  .onayami_cont03_head {
    width: 41rem;
  }
}

.onayami_cont03_nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 8rem;
  padding-bottom: 2.2rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  overflow: hidden;
}

.onayami_cont03_nav_btn {
  position: relative;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  cursor: pointer;
  background-color: #645045;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .onayami_cont03_nav_btn {
    padding: 4rem;
    line-height: 1.706em;
    font-size: 3.4rem;
  }
  .onayami_cont03_nav_btn > p {
    line-height: inherit;
    font: inherit;
  }
  .onayami_cont03_nav_btn > p:first-of-type {
    margin-top: -0.352em;
  }
  .onayami_cont03_nav_btn > p:last-of-type {
    margin-bottom: -0.352em;
  }
  .onayami_cont03_nav_btn p {
    position: relative;
    pointer-events: none;
  }
}
.onayami_cont03_nav_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background-color: #503c31;
}
@media screen and (max-width: 768px) {
  .onayami_cont03_nav_btn::before {
    width: 10.2rem;
  }
}
.onayami_cont03_nav_btn.active {
  background-color: #F5F1E6;
  color: #000;
}
.onayami_cont03_nav_btn.active::before {
  content: none;
}
.onayami_cont03_nav_btn.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #F5F1E6;
  width: 4.4rem;
  height: 2.2rem;
}

@media screen and (min-width: 769px) {
  .onayami_cont03_cont {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 12rem;
         column-gap: 12rem;
    margin-top: 6rem;
  }
  .onayami_cont03_cont::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: url(/html/user_data/lp/lp01-otoku/img/onayami_cont03_cont_border.png) no-repeat 0 0;
    background-size: contain;
  }
}

@media screen and (max-width: 768px) {
  .onayami_cont03_item {
    display: none;
    padding-top: 6rem;
  }
  .onayami_cont03_item.active {
    display: block;
  }
}

.onayami_cont03_model01 {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .onayami_cont03_model01 {
    width: 20.1rem;
  }
}
@media screen and (max-width: 768px) {
  .onayami_cont03_model01 {
    width: 28.2rem;
  }
}

.onayami_cont03_model02 {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .onayami_cont03_model02 {
    width: 27.6rem;
  }
}
@media screen and (max-width: 768px) {
  .onayami_cont03_model02 {
    width: 38.6rem;
  }
}

.onayami_cont03_price01 {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .onayami_cont03_price01 {
    width: 11.8rem;
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .onayami_cont03_price01 {
    width: 23.1rem;
    margin-top: 3.8rem;
  }
}

.onayami_cont03_price02 {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .onayami_cont03_price02 {
    width: 11.8rem;
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .onayami_cont03_price02 {
    width: 23.1rem;
    margin-top: 3.8rem;
  }
}

.onayami_cont03_img {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .onayami_cont03_img {
    width: 42rem;
    margin: 3rem auto 0;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .onayami_cont03_img {
    width: 48.2rem;
    margin: 5rem auto 0;
    border-radius: 2.2rem;
  }
}

@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;
  }
}

.sec_pattern {
  background-repeat: repeat-y;
  background-position: 50% 0;
  background-size: 100% auto;
}
@media screen and (min-width: 769px) {
  .sec_pattern {
    padding: 10rem 0 12rem;
    background-image: url(/html/user_data/lp/lp01-otoku/img/sec_pattern_bg_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .sec_pattern {
    padding: 12rem 0 6rem;
    background-image: url(/html/user_data/lp/lp01-otoku/img/sec_pattern_bg_sp.jpg);
  }
}

.sec_pattern_inr {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .sec_pattern_inr {
    width: 112rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_pattern_inr {
    width: 62.2rem;
  }
}

.pattern_head {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .pattern_head {
    width: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .pattern_head {
    width: 34.2rem;
  }
}

.pattern_anc {
  display: grid;
}
@media screen and (min-width: 769px) {
  .pattern_anc {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    width: 112rem;
    margin: 4rem auto 8rem;
  }
}
@media screen and (max-width: 768px) {
  .pattern_anc {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 3rem;
    width: 62.2rem;
    margin: 8rem auto 10rem;
  }
}
.pattern_anc img {
  pointer-events: none;
}

.pattern_box {
  position: relative;
  background-color: #fff;
  border: solid #645045;
}
@media screen and (min-width: 769px) {
  .pattern_box {
    padding: 0 8rem 8rem;
    border-width: 1rem;
    box-shadow: 0 1rem 1.5rem -1rem rgba(0, 0, 0, 0.6);
  }
}
@media screen and (max-width: 768px) {
  .pattern_box {
    padding: 0 6rem 7.6rem;
    border-width: 1rem;
    box-shadow: 0 1rem 1.5rem -1rem rgba(0, 0, 0, 0.6);
  }
}
@media screen and (min-width: 769px) {
  .pattern_box + .pattern_box {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .pattern_box + .pattern_box {
    margin-top: 4rem;
  }
}

.pattern_box_sholder {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .pattern_box_sholder {
    width: 34rem;
    margin-top: -1rem;
  }
}
@media screen and (max-width: 768px) {
  .pattern_box_sholder {
    width: 46.8rem;
    margin-top: -1rem;
  }
}

.pattern_box_head {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .pattern_box_head {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .pattern_box_head {
    margin-top: 6rem;
  }
}

@media screen and (min-width: 769px) {
  .pattern01_head {
    width: 34.8rem;
  }
}
@media screen and (max-width: 768px) {
  .pattern01_head {
    width: 41.2rem;
  }
}

@media screen and (min-width: 769px) {
  .pattern02_head {
    width: 38.5rem;
  }
}
@media screen and (max-width: 768px) {
  .pattern02_head {
    width: 44.7rem;
  }
}

.pattern_box_lead {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .pattern_box_lead {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .pattern_box_lead {
    margin-top: 6.3rem;
  }
}

@media screen and (min-width: 769px) {
  .pattern01_lead {
    width: 64.3rem;
  }
}
@media screen and (max-width: 768px) {
  .pattern01_lead {
    width: 43.3rem;
  }
}

@media screen and (min-width: 769px) {
  .pattern02_lead {
    width: 52rem;
  }
}
@media screen and (max-width: 768px) {
  .pattern02_lead {
    width: 39.8rem;
  }
}

.pattern_bg {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .pattern_bg {
    background-color: #f1f1e5;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .pattern_bg {
    border-radius: 2rem;
  }
}

.pattern_starter {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pattern_starter {
    margin-top: 6rem;
    padding: 4rem 0 5rem;
  }
}
@media screen and (max-width: 768px) {
  .pattern_starter {
    margin-top: 5.4rem;
    padding: 5rem 0 8rem;
    background-color: #f1f1e5;
  }
}
@media screen and (min-width: 769px) {
  .pattern_starter .btn_arrow {
    position: absolute;
    top: 47rem;
    right: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .pattern_starter .btn_arrow {
    width: 38.2rem;
    height: 12rem;
    margin: 6rem auto 0;
    border-radius: 5rem;
    text-align: center;
    line-height: 1.5384615385em;
  }
}

.pattern_starter_cholder {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  background-color: #fff;
  border-radius: 100vmax;
}
@media screen and (min-width: 769px) {
  .pattern_starter_cholder {
    padding: 1.2rem 2.8rem;
    line-height: 1;
    font-size: 2.2rem;
  }
  .pattern_starter_cholder > p {
    line-height: inherit;
    font: inherit;
  }
  .pattern_starter_cholder > p:first-of-type {
    margin-top: 0em;
  }
  .pattern_starter_cholder > p:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .pattern_starter_cholder {
    padding: 1.4rem 3.5rem;
    line-height: 1;
    font-size: 2.6rem;
  }
  .pattern_starter_cholder > p {
    line-height: inherit;
    font: inherit;
  }
  .pattern_starter_cholder > p:first-of-type {
    margin-top: 0em;
  }
  .pattern_starter_cholder > p:last-of-type {
    margin-bottom: 0em;
  }
}

@media screen and (min-width: 769px) {
  .starter_set {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .starter_set {
    width: 36.5rem;
    margin: 4.5rem auto 0;
  }
}

.pattern_choice_head {
  position: relative;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .pattern_choice_head {
    margin: 4rem auto;
    line-height: 1.715em;
    font-size: 2.8rem;
  }
  .pattern_choice_head > p {
    line-height: inherit;
    font: inherit;
  }
  .pattern_choice_head > p:first-of-type {
    margin-top: -0.357em;
  }
  .pattern_choice_head > p:last-of-type {
    margin-bottom: -0.357em;
  }
}
@media screen and (max-width: 768px) {
  .pattern_choice_head {
    margin: 10rem auto;
    line-height: 1.429em;
    font-size: 4.2rem;
  }
  .pattern_choice_head > p {
    line-height: inherit;
    font: inherit;
  }
  .pattern_choice_head > p:first-of-type {
    margin-top: -0.214em;
  }
  .pattern_choice_head > p:last-of-type {
    margin-bottom: -0.214em;
  }
}
.pattern_choice_head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #323232;
}
.pattern_choice_head > p {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .pattern_choice_head > p {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  .pattern_choice_head > p {
    padding: 0 2rem;
  }
}

.pattern_choice_nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .pattern_choice_nav {
    background-color: #f1f1e5;
  }
}

.pattern_choice_nav_btn {
  position: relative;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  cursor: pointer;
  background-color: #645045;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .pattern_choice_nav_btn {
    padding: 1.8rem;
    line-height: 1.706em;
    font-size: 3.4rem;
  }
  .pattern_choice_nav_btn > p {
    line-height: inherit;
    font: inherit;
  }
  .pattern_choice_nav_btn > p:first-of-type {
    margin-top: -0.352em;
  }
  .pattern_choice_nav_btn > p:last-of-type {
    margin-bottom: -0.352em;
  }
  .pattern_choice_nav_btn p {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .pattern_choice_nav_btn {
    padding: 4.3rem;
    line-height: 1.706em;
    font-size: 3.4rem;
  }
  .pattern_choice_nav_btn > p {
    line-height: inherit;
    font: inherit;
  }
  .pattern_choice_nav_btn > p:first-of-type {
    margin-top: -0.352em;
  }
  .pattern_choice_nav_btn > p:last-of-type {
    margin-bottom: -0.352em;
  }
  .pattern_choice_nav_btn p {
    pointer-events: none;
  }
  .pattern_choice_nav_btn::after {
    content: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #F5F1E6;
    width: 4.4rem;
    height: 2.2rem;
  }
}
.pattern_choice_nav_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background-color: #503c31;
}
@media screen and (min-width: 769px) {
  .pattern_choice_nav_btn::before {
    width: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .pattern_choice_nav_btn::before {
    width: 10.2rem;
  }
}
.pattern_choice_nav_btn.active {
  background-color: transparent;
  color: #000;
}
.pattern_choice_nav_btn.active::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .pattern_choice_nav_btn.active::after {
    content: "";
  }
}

.pattern_choice_cont {
  display: none;
}
@media screen and (min-width: 769px) {
  .pattern_choice_cont {
    padding: 5rem 0 6rem;
  }
}
@media screen and (max-width: 768px) {
  .pattern_choice_cont {
    padding: 8.2rem 0 7.6rem;
  }
}
.pattern_choice_cont.active {
  display: block;
}

.pattern_choice_cont_inr {
  display: flex;
}
@media screen and (min-width: 769px) {
  .pattern_choice_cont_inr {
    align-items: center;
    padding-left: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .pattern_choice_cont_inr {
    flex-direction: column;
    row-gap: 6.6rem;
  }
}

@media screen and (min-width: 769px) {
  .choice_kb01 {
    flex-shrink: 0;
    width: 20rem;
    margin-right: 6.2rem;
  }
}
@media screen and (max-width: 768px) {
  .choice_kb01 {
    flex-shrink: 0;
    width: 29.5rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .choice_bs300 {
    flex-shrink: 0;
    width: 23rem;
    margin-right: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .choice_bs300 {
    flex-shrink: 0;
    width: 35.6rem;
    margin: 0 auto;
  }
}

.choice_products {
  display: flex;
}
@media screen and (min-width: 769px) {
  .choice_products {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .choice_products {
    flex-direction: column;
    row-gap: 0rem;
  }
}
@media screen and (min-width: 769px) {
  .choice_products:has(.choice_products_img) {
    -moz-column-gap: 0rem;
         column-gap: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .choice_products:has(.choice_products_img) {
    row-gap: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .choice_products:has(.choice_products_img) .choice_products_item {
    margin: 0 -0.2rem;
  }
}
@media screen and (min-width: 769px) {
  .choice_products:has(.choice_products_img) .choice_products_color {
    line-height: 1.556em;
    font-size: 1.8rem;
  }
  .choice_products:has(.choice_products_img) .choice_products_color > p {
    line-height: inherit;
    font: inherit;
  }
  .choice_products:has(.choice_products_img) .choice_products_color > p:first-of-type {
    margin-top: -0.277em;
  }
  .choice_products:has(.choice_products_img) .choice_products_color > p:last-of-type {
    margin-bottom: -0.277em;
  }
}

@media screen and (max-width: 768px) {
  .choice_products_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .choice_products_img {
    width: 20.2rem;
  }
}
@media screen and (max-width: 768px) {
  .choice_products_img {
    width: 22.4rem;
    margin-left: -1.4rem;
  }
}

@media screen and (min-width: 769px) {
  .choice_products_img01 {
    width: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .choice_products_img01 {
    width: 18.6rem;
  }
}

@media screen and (min-width: 769px) {
  .choice_products_img02 {
    width: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .choice_products_img02 {
    width: 18.6rem;
  }
}

@media screen and (min-width: 769px) {
  .choice_products_img03 {
    width: 17.3rem;
  }
}
@media screen and (max-width: 768px) {
  .choice_products_img03 {
    width: 18.6rem;
  }
}

.choice_products_color {
  color: #4D0600;
  text-align: center;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .choice_products_color {
    margin-top: 1.4rem;
    line-height: 1.273em;
    font-size: 2.2rem;
  }
  .choice_products_color > p {
    line-height: inherit;
    font: inherit;
  }
  .choice_products_color > p:first-of-type {
    margin-top: -0.136em;
  }
  .choice_products_color > p:last-of-type {
    margin-bottom: -0.136em;
  }
}
@media screen and (max-width: 768px) {
  .choice_products_color {
    line-height: 1;
    font-size: 3.4rem;
  }
  .choice_products_color > p {
    line-height: inherit;
    font: inherit;
  }
  .choice_products_color > p:first-of-type {
    margin-top: 0em;
  }
  .choice_products_color > p:last-of-type {
    margin-bottom: 0em;
  }
}

.choice_products_btn {
  display: block;
}
@media screen and (min-width: 769px) {
  .choice_products_btn {
    width: 16rem;
    margin: 2rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .choice_products_btn {
    width: 26rem;
    margin: 4rem auto 0;
  }
}

.pattern02_cont {
  display: flex;
}
@media screen and (min-width: 769px) {
  .pattern02_cont {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .pattern02_cont {
    flex-direction: column;
    row-gap: 6rem;
    margin-top: 6rem;
  }
}
.pattern02_cont .btn_buy {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 769px) {
  .pattern02_cont .btn_buy {
    width: 33rem;
    height: 8rem;
    margin-top: 4rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .pattern02_cont .btn_buy {
    width: 48.2rem;
    height: 11rem;
    margin-top: 8rem;
    font-size: 2.8rem;
  }
}
.pattern02_cont .btn_buy i {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (min-width: 769px) {
  .pattern02_cont .btn_buy i {
    right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .pattern02_cont .btn_buy i {
    right: 3rem;
  }
}
.pattern02_cont .btn_buy i svg {
  position: absolute;
}

@media screen and (min-width: 769px) {
  .pattern02_img {
    flex-shrink: 0;
    width: 59rem;
  }
}
@media screen and (max-width: 768px) {
  .pattern02_img {
    width: 48.2rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .pattern02_txt {
    width: 26.6rem;
    margin-top: -0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .pattern02_txt {
    width: 37.2rem;
    margin: 0 auto;
  }
}

.pattern02_list {
  font-weight: 500;
  letter-spacing: 0.01em;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 769px) {
  .pattern02_list {
    margin-top: 2.2rem;
    line-height: 1.667em;
    font-size: 1.2rem;
  }
  .pattern02_list > li {
    line-height: inherit;
    font: inherit;
  }
  .pattern02_list > li:first-of-type {
    margin-top: -0.333em;
  }
  .pattern02_list > li:last-of-type {
    margin-bottom: -0.333em;
  }
}
@media screen and (max-width: 768px) {
  .pattern02_list {
    margin-top: 4.5rem;
    line-height: 1.637em;
    font-size: 2.2rem;
  }
  .pattern02_list > li {
    line-height: inherit;
    font: inherit;
  }
  .pattern02_list > li:first-of-type {
    margin-top: -0.318em;
  }
  .pattern02_list > li:last-of-type {
    margin-bottom: -0.318em;
  }
}

@media screen and (min-width: 769px) {
  .pattern03_head {
    width: 39.8rem;
  }
}
@media screen and (max-width: 768px) {
  .pattern03_head {
    width: 47.4rem;
    margin: 6rem auto 0;
  }
}

.pattern03_cont {
  display: flex;
}
@media screen and (min-width: 769px) {
  .pattern03_cont {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .pattern03_cont {
    flex-direction: column;
    row-gap: 6rem;
    margin-top: 6rem;
  }
}
.pattern03_cont .btn_buy {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 769px) {
  .pattern03_cont .btn_buy {
    width: 40rem;
    height: 8rem;
    margin-top: 4rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .pattern03_cont .btn_buy {
    width: 48.2rem;
    height: 12rem;
    margin-top: 8rem;
    font-size: 2.8rem;
    line-height: 1.4285714286em;
    text-align: center;
  }
}
.pattern03_cont .btn_buy i {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (min-width: 769px) {
  .pattern03_cont .btn_buy i {
    right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .pattern03_cont .btn_buy i {
    right: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .pattern03_img {
    flex-shrink: 0;
    width: 46rem;
  }
}
@media screen and (max-width: 768px) {
  .pattern03_img {
    width: 48.2rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .pattern03_txt {
    width: 37.8rem;
  }
}
@media screen and (max-width: 768px) {
  .pattern03_txt {
    width: 45rem;
    margin: 6rem auto 0;
  }
}

.pattern03_list {
  font-weight: 500;
  letter-spacing: -0.03em;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 769px) {
  .pattern03_list {
    margin-top: 2.2rem;
    line-height: 1.667em;
    font-size: 1.2rem;
  }
  .pattern03_list > li {
    line-height: inherit;
    font: inherit;
  }
  .pattern03_list > li:first-of-type {
    margin-top: -0.333em;
  }
  .pattern03_list > li:last-of-type {
    margin-bottom: -0.333em;
  }
}
@media screen and (max-width: 768px) {
  .pattern03_list {
    margin-top: 4.2rem;
    line-height: 1.637em;
    font-size: 2.2rem;
  }
  .pattern03_list > li {
    line-height: inherit;
    font: inherit;
  }
  .pattern03_list > li:first-of-type {
    margin-top: -0.318em;
  }
  .pattern03_list > li:last-of-type {
    margin-bottom: -0.318em;
  }
}

@media screen and (min-width: 769px) {
  .sec_faq {
    padding: 12rem 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_faq {
    padding: 12rem 0 11.5rem;
  }
}
.sec_faq .btn_buy {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 769px) {
  .sec_faq .btn_buy {
    width: 43rem;
    height: 8rem;
    margin-top: 10rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_faq .btn_buy {
    width: 62.2rem;
    height: 12rem;
    margin-top: 12rem;
    font-size: 3.2rem;
  }
}
.sec_faq .btn_buy i {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  rotate: -90deg;
}
@media screen and (min-width: 769px) {
  .sec_faq .btn_buy i {
    right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_faq .btn_buy i {
    right: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .sec_faq .btn_arrow {
    margin: 4rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .sec_faq .btn_arrow {
    margin: 3rem auto 0;
  }
}
@media screen and (min-width: 769px) {
  .sec_faq .btn_arrow i {
    right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_faq .btn_arrow i {
    right: 4rem;
  }
}

.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: 8rem;
  }
}

.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: #f5f1e6;
}
@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: #645045;
}
@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;
  }
}
@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: 3rem;
  }
}
@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;
  }
}

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: 6rem 11rem;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_cont_inr {
    padding: 6rem 5rem;
    border-radius: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .modal_cont_inr.assort_box {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_cont_inr.assort_box {
    padding: 4rem 8.8rem 8rem;
  }
}

.assort_box_cont {
  display: grid;
}
@media screen and (min-width: 769px) {
  .assort_box_cont {
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
    row-gap: 0rem;
  }
  .assort_box_cont::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    border-right: dashed 1px #646464;
  }
}
@media screen and (max-width: 768px) {
  .assort_box_cont {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 5rem;
  }
}

@media screen and (min-width: 769px) {
  .assort_box_item {
    width: 36.2rem;
    padding: 3rem 2.2rem;
  }
}
@media screen and (min-width: 769px) {
  .assort_box_item:nth-child(odd) {
    padding-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .assort_box_item:nth-child(even) {
    padding-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .assort_box_item:nth-child(n+3) {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .assort_box_item:not(:nth-child(n+3)) {
    padding-top: 0;
    border-bottom: dashed 1px #645045;
  }
}

.assort_box_icon {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .assort_box_icon {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .assort_box_icon {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .assort_box_icon_item {
    width: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .assort_box_icon_item {
    width: 6rem;
  }
}

.assort_box_head {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .assort_box_head {
    margin-top: 1rem;
    line-height: 1;
    font-size: 1.8rem;
  }
  .assort_box_head > p {
    line-height: inherit;
    font: inherit;
  }
  .assort_box_head > p:first-of-type {
    margin-top: 0em;
  }
  .assort_box_head > p:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .assort_box_head {
    margin-top: 2rem;
    line-height: 1;
    font-size: 2.5rem;
  }
  .assort_box_head > p {
    line-height: inherit;
    font: inherit;
  }
  .assort_box_head > p:first-of-type {
    margin-top: 0em;
  }
  .assort_box_head > p:last-of-type {
    margin-bottom: 0em;
  }
}
.assort_box_head span {
  color: #ab2138;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 769px) {
  .assort_box_head span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .assort_box_head span {
    font-size: 3.4rem;
  }
}

.assort_box_img {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .assort_box_img {
    width: 34rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .assort_box_img {
    width: 40rem;
    margin-top: 2rem;
  }
}

.modal_kb01_head {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .modal_kb01_head {
    width: 37rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .modal_kb01_head {
    width: 46.4rem;
    margin-bottom: 4rem;
  }
}

@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%;
}

.modal_spec_ttl {
  background-color: #645045;
  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: #f5f1e6;
  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;
  }
}

.btn_arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 280/60;
  border: solid 1px;
  border-radius: 100vmax;
  font-weight: 700;
  transition: opacity 0.5s;
}
@media screen and (min-width: 769px) {
  .btn_arrow {
    width: 28rem;
    height: 6rem;
    line-height: 2.429em;
    font-size: 1.4rem;
  }
}
@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;
}
@media screen and (max-width: 768px) {
  .btn_arrow p {
    translate: 0 -0.3rem;
  }
}
.btn_arrow i {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  stroke: #000;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media screen and (min-width: 769px) {
  .btn_arrow i {
    right: 1.8rem;
    width: 0.6rem;
    height: 1rem;
  }
}
@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: #000;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.btn_arrow:hover {
  opacity: 0.8;
}

.btn_buy {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  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: 16rem;
    height: 6rem;
    margin-top: 2rem;
    padding-left: 3.9rem;
    padding-right: 2rem;
    line-height: 2.125em;
    font-size: 1.6rem;
    box-shadow: 0px 0.6rem 0px 0px rgba(81, 32, 32, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .btn_buy {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    width: 26rem;
    height: 11rem;
    margin-top: 4rem;
    padding-left: 6rem;
    padding-right: 3rem;
    line-height: 1.215em;
    font-size: 2.8rem;
    box-shadow: 0px 1rem 0px 0px rgba(81, 32, 32, 0.2);
  }
}
.btn_buy p {
  translate: 0 -0.2rem;
  pointer-events: none;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .btn_buy p {
    translate: 0 -0.3rem;
  }
}
.btn_buy i {
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .btn_buy i {
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .btn_buy i {
    width: 3rem;
    height: 3rem;
  }
}
.btn_buy:hover {
  opacity: 0.8;
}

.float_ban {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0.5s step-end;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .float_ban {
    top: 50%;
    right: 0;
    translate: 0 -50%;
    width: 12rem;
  }
}
@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: block;
  transition: 0.5s;
}
.float_ban a:hover {
  opacity: 0.8;
}
.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/600;
}
@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);
}

@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;
  }
}