@charset "UTF-8";
* {
  outline: unset;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
  border: none;
  outline: none;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

table, tbody, thead {
  width: 100%;
}

button {
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

* {
  color: #000000;
}

* {
  font-family: "Shippori Mincho", serif;
}

.l_container_lg {
  width: calc(100% - 80px);
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 560px) {
  .l_container_lg {
    width: calc(100% - 56px);
  }
}

@media (max-width: 768px) {
  .l_footer {
    padding-bottom: 90px;
  }
}
.l_footer_main {
  background: url(../img/footer_bg.jpg) center/cover;
  padding: 70px 0 64px;
}
.l_footer_logo {
  display: block;
  width: 627px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .l_footer_logo {
    width: 500px;
  }
}
@media (max-width: 960px) {
  .l_footer_logo {
    width: 400px;
  }
}
@media (max-width: 768px) {
  .l_footer_logo {
    width: 300px;
  }
}
@media (max-width: 560px) {
  .l_footer_logo {
    width: 250px;
  }
}
.l_footer_text-lg {
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 45px;
  letter-spacing: 0.05em;
}
@media (max-width: 1200px) {
  .l_footer_text-lg {
    font-size: 38px;
  }
}
@media (max-width: 960px) {
  .l_footer_text-lg {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .l_footer_text-lg {
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  .l_footer_text-lg {
    font-size: 24px;
  }
}
.l_footer_text-md {
  text-align: center;
  font-size: 32px;
  color: #fff;
  margin-top: 16px;
  letter-spacing: -0.1em;
}
@media (max-width: 1200px) {
  .l_footer_text-md {
    font-size: 28px;
  }
}
@media (max-width: 960px) {
  .l_footer_text-md {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .l_footer_text-md {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .l_footer_text-md {
    font-size: 16px;
  }
}
.l_footer_btn {
  margin: 60px auto 0 !important;
}
.l_footer_copyright {
  text-align: center;
  font-size: 12px;
  padding: 10px 0;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
.l_footer_fixed-btns {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  max-width: 480px;
}
@media (max-width: 768px) {
  .l_footer_fixed-btns {
    display: flex;
  }
}
.l_footer_fixed-btn {
  display: block;
  width: 50%;
}

.m_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b73a30;
  border-radius: 4px;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  gap: 10px;
  height: 100px;
  width: 100%;
  max-width: 320px;
  margin-top: 20px;
  animation: pulse 1.5s ease-in-out infinite;
}
@media (max-width: 1200px) {
  .m_btn {
    font-size: 20px;
    height: 80px;
  }
}
@media (max-width: 960px) {
  .m_btn {
    max-width: 280px;
    font-size: 18px;
    height: 65px;
  }
}
.m_btn .__cart {
  display: flex;
  align-items: center;
  width: 45px;
}
@media (max-width: 1200px) {
  .m_btn .__cart {
    width: 40px;
  }
}
@media (max-width: 960px) {
  .m_btn .__cart {
    width: 35px;
  }
}
.m_btn .__arrow {
  display: flex;
  align-items: center;
  width: 10px;
}
@media (max-width: 1200px) {
  .m_btn .__arrow {
    width: 8px;
  }
}
@media (max-width: 960px) {
  .m_btn .__arrow {
    width: 6px;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.m_coupon-btn {
  display: flex;
  padding: 12px;
  text-align: center;
  background-color: #b73a30;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.m_coupon-btn_inner {
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .m_coupon-btn_inner {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .m_coupon-btn_inner {
    font-size: 16px;
  }
}
.m_coupon-btn .__icon {
  display: flex;
  align-items: center;
  width: 40px;
}
@media (max-width: 768px) {
  .m_coupon-btn .__icon {
    width: 35px;
  }
}
@media (max-width: 560px) {
  .m_coupon-btn .__icon {
    width: 30px;
  }
}

@keyframes bururun {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-2px, 0) rotate(-2deg);
  }
  20% {
    transform: translate(2px, 0) rotate(2deg);
  }
  30% {
    transform: translate(-2px, 0) rotate(-2deg);
  }
  40% {
    transform: translate(2px, 0) rotate(2deg);
  }
  50% {
    transform: translate(-1px, 0) rotate(-1deg);
  }
  60% {
    transform: translate(1px, 0) rotate(1deg);
  }
  70% {
    transform: translate(-1px, 0) rotate(-1deg);
  }
  80% {
    transform: translate(1px, 0) rotate(1deg);
  }
  90% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.shake {
  display: inline-flex;
  animation: bururun 0.5s linear;
}

.l_main {
  overflow: hidden;
}

.mv {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  z-index: 10;
}
.mv_inner {
  min-width: 1480px;
  position: relative;
}
@media (max-width: 960px) {
  .mv_inner {
    min-width: 1080px;
  }
}
@media (max-width: 768px) {
  .mv_inner {
    min-width: unset;
  }
}
.mv_btn {
  width: 100%;
  aspect-ratio: 100/5.65;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .mv_btn {
    aspect-ratio: 100/18.65;
  }
}
.mv_buy-btn {
  display: block;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100px;
  border-radius: 10px 0 0 10px;
  box-shadow: -10px 10px 7px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1200px) {
  .mv_buy-btn {
    display: none;
  }
}
.mv_buy-btn img {
  border-radius: 10px 0 0 10px;
}

.section01 {
  padding: 110px 0 90px;
  background: url(../img/section01_bg.jpg) center top/1980px;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .section01 {
    padding: 60px 0 640px;
    background: url(../img/section01_bg-sp.jpg) center bottom/cover;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .section01 {
    padding: 40px 0 420px;
  }
}
@media (max-width: 560px) {
  .section01 {
    padding: 32px 0 260px;
  }
}
.section01_deco01 {
  display: none;
}
@media (max-width: 960px) {
  .section01_deco01 {
    display: block;
    width: 600px;
    position: absolute;
    top: -64px;
    left: 260px;
  }
}
@media (max-width: 768px) {
  .section01_deco01 {
    width: 450px;
    top: -64px;
    left: 190px;
  }
}
@media (max-width: 560px) {
  .section01_deco01 {
    width: 305px;
    top: -39px;
    left: 123px;
  }
}
@media (max-width: 960px) {
  .section01_inner {
    width: 100%;
  }
}
.section01_top-title {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 960px) {
  .section01_top-title {
    justify-content: flex-start;
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .section01_top-title {
    padding-left: 32px;
  }
}
@media (max-width: 560px) {
  .section01_top-title {
    padding-left: 24px;
  }
}
.section01_top-title .__inner {
  font-size: 72px;
  color: #b73a30;
  font-weight: 700;
}
@media (max-width: 960px) {
  .section01_top-title .__inner {
    writing-mode: vertical-rl;
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .section01_top-title .__inner {
    font-size: 40px;
  }
}
@media (max-width: 560px) {
  .section01_top-title .__inner {
    font-size: 28px;
  }
}
.section01_list {
  margin-top: 100px;
}
@media (max-width: 960px) {
  .section01_list {
    margin-top: 0;
  }
}
.section01_list-item {
  width: 60%;
  background: url(../img/section01_list-bg.jpg) center/cover;
  padding: 80px 40px;
  position: relative;
}
@media (max-width: 1200px) {
  .section01_list-item {
    width: 65%;
  }
}
@media (max-width: 960px) {
  .section01_list-item {
    width: calc(100% - 60px);
    max-width: 600px;
    padding: 60px 32px;
  }
}
@media (max-width: 768px) {
  .section01_list-item {
    padding: 40px 0 32px;
  }
}
@media (max-width: 560px) {
  .section01_list-item {
    padding: 32px 24px 24px;
  }
}
.section01_list-item:nth-child(1) {
  margin-left: auto;
}
.section01_list-item:nth-child(2) {
  margin-left: auto;
  margin-right: auto;
}
.section01_list-item:nth-child(2)::before {
  content: "";
  width: 368px;
  aspect-ratio: 1/1;
  background: url(../img/section01_list-img01.png) center/cover;
  position: absolute;
  bottom: -240px;
  right: -200px;
  z-index: 1;
}
@media (max-width: 960px) {
  .section01_list-item:nth-child(2)::before {
    width: 250px;
    bottom: -190px;
    right: -40px;
  }
}
@media (max-width: 768px) {
  .section01_list-item:nth-child(2)::before {
    width: 160px;
    bottom: -110px;
    right: -40px;
  }
}
@media (max-width: 560px) {
  .section01_list-item:nth-child(2)::before {
    width: 112px;
    bottom: -80px;
    right: -30px;
  }
}
.section01_list-item:nth-child(n+2) {
  margin-top: 74px;
}
@media (max-width: 768px) {
  .section01_list-item:nth-child(n+2) {
    margin-top: 24px;
  }
}
.section01_list-item-inner {
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section01_list-item-inner {
    max-width: 380px;
  }
}
.section01_list-title {
  color: #b73a30;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.75;
}
@media (max-width: 960px) {
  .section01_list-title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .section01_list-title {
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  .section01_list-title {
    font-size: 20px;
  }
}
.section01_list-text {
  font-size: 24px;
  font-weight: 500;
  margin-top: 28px;
  text-align: justify;
}
@media (max-width: 960px) {
  .section01_list-text {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .section01_list-text {
    font-size: 14px;
    margin-top: 16px;
  }
}
.section01_deco {
  width: 1148px;
  position: absolute;
  bottom: -114px;
  left: -360px;
  z-index: -1;
}
@media (max-width: 1200px) {
  .section01_deco {
    width: 800px;
    bottom: -150px;
    left: -300px;
  }
}
@media (max-width: 960px) {
  .section01_deco {
    width: 700px;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .section01_deco {
    width: 450px;
    bottom: -60px;
  }
}
@media (max-width: 560px) {
  .section01_deco {
    width: 300px;
  }
}

.section02 {
  padding-top: 114px;
  background-color: #b73a30;
  position: relative;
  background-image: url(../img/section02_bg.jpg);
  background-position: center bottom;
  background-size: 1920px;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .section02 {
    padding-top: 450px;
  }
}
@media (max-width: 768px) {
  .section02 {
    padding-top: 300px;
  }
}
@media (max-width: 560px) {
  .section02 {
    padding-top: 180px;
    background-size: 1400px;
  }
}
.section02_inner {
  position: relative;
  padding-bottom: 140px;
}
@media (max-width: 960px) {
  .section02_inner {
    padding-bottom: 100px;
  }
}
@media (max-width: 560px) {
  .section02_inner {
    padding-bottom: 60px;
  }
}
.section02_img01 {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 114px;
  left: 0;
}
@media (max-width: 960px) {
  .section02_img01 {
    top: 60px;
  }
}
@media (max-width: 768px) {
  .section02_img01 {
    top: 40px;
  }
}
@media (max-width: 560px) {
  .section02_img01 {
    justify-content: flex-start;
  }
}
.section02_img01-inner {
  min-width: 1920px;
}
@media (max-width: 1200px) {
  .section02_img01-inner {
    min-width: 1200px;
  }
}
@media (max-width: 960px) {
  .section02_img01-inner {
    min-width: 960px;
  }
}
@media (max-width: 768px) {
  .section02_img01-inner {
    min-width: 770px;
  }
}
@media (max-width: 560px) {
  .section02_img01-inner {
    min-width: unset;
  }
}
.section02_img01-inner img {
  width: 1113px;
}
@media (max-width: 1200px) {
  .section02_img01-inner img {
    width: 780px;
  }
}
@media (max-width: 960px) {
  .section02_img01-inner img {
    width: 750px;
  }
}
@media (max-width: 768px) {
  .section02_img01-inner img {
    width: 570px;
  }
}
@media (max-width: 560px) {
  .section02_img01-inner img {
    width: 310px;
  }
}
.section02_top-title-wrap {
  display: flex;
  justify-content: flex-end;
  padding-right: 68px;
  line-height: 2;
}
@media (max-width: 1200px) {
  .section02_top-title-wrap {
    padding-right: 0;
  }
}
@media (max-width: 560px) {
  .section02_top-title-wrap {
    transform: translateX(10px);
    max-width: 410px;
  }
}
.section02_top-title {
  font-size: 55px;
  color: #e7b459;
  writing-mode: vertical-rl;
  font-weight: 700;
}
@media (max-width: 960px) {
  .section02_top-title {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .section02_top-title {
    font-size: 40px;
    line-height: 1.5;
  }
}
@media (max-width: 560px) {
  .section02_top-title {
    font-size: 28px;
  }
}
.section02_list {
  margin-top: 310px;
}
@media (max-width: 1200px) {
  .section02_list {
    margin-top: 180px;
  }
}
@media (max-width: 960px) {
  .section02_list {
    margin-top: 140px;
  }
}
@media (max-width: 768px) {
  .section02_list {
    margin-top: 100px;
  }
}
@media (max-width: 560px) {
  .section02_list {
    margin-top: 70px;
  }
}
.section02_list-item {
  display: flex;
}
@media (max-width: 960px) {
  .section02_list-item {
    flex-direction: column-reverse;
  }
}
.section02_list-item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 960px) {
  .section02_list-item:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
.section02_list-item:nth-child(n+2) {
  margin-top: 140px;
}
@media (max-width: 960px) {
  .section02_list-item:nth-child(n+2) {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .section02_list-item:nth-child(n+2) {
    margin-top: 32px;
  }
}
.section02_list-text-box {
  width: 50%;
}
@media (max-width: 960px) {
  .section02_list-text-box {
    width: 100%;
    flex-shrink: 0;
  }
}
.section02_list-title {
  font-size: 36px;
  font-weight: 700;
  color: #e7b459;
}
@media (max-width: 960px) {
  .section02_list-title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .section02_list-title {
    font-size: 26px;
  }
}
@media (max-width: 560px) {
  .section02_list-title {
    font-size: 20px;
  }
}
.section02_list-text {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-top: 45px;
  text-align: justify;
  line-height: 1.75;
}
@media (max-width: 960px) {
  .section02_list-text {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .section02_list-text {
    font-size: 16px;
    margin-top: 16px;
  }
}
@media (max-width: 560px) {
  .section02_list-text {
    font-size: 13px;
    margin-top: 12px;
  }
}
.section02_list-img-box {
  width: 50%;
  position: relative;
}
@media (max-width: 960px) {
  .section02_list-img-box {
    width: 100%;
  }
}
.section02_list-img {
  position: absolute;
}
.section02_list-img.__01 {
  width: 1070px;
  top: -280px;
  left: -93px;
}
@media (max-width: 1200px) {
  .section02_list-img.__01 {
    width: 850px;
    top: -160px;
  }
}
@media (max-width: 960px) {
  .section02_list-img.__01 {
    width: 640px;
    top: -420px;
  }
}
@media (max-width: 768px) {
  .section02_list-img.__01 {
    width: 480px;
    top: -320px;
    left: -70px;
  }
}
@media (max-width: 560px) {
  .section02_list-img.__01 {
    width: 330px;
    top: -220px;
    left: -55px;
  }
}
.section02_list-img.__02 {
  width: 510px;
  top: -76px;
  right: 98px;
}
@media (max-width: 960px) {
  .section02_list-img.__02 {
    position: static;
    width: 400px;
    margin: 0 auto 32px;
  }
}
@media (max-width: 768px) {
  .section02_list-img.__02 {
    width: 300px;
  }
}
@media (max-width: 560px) {
  .section02_list-img.__02 {
    width: 220px;
  }
}
.section02_list-caution {
  font-size: 14px;
  color: #fff;
  margin-top: 40px;
}
@media (max-width: 960px) {
  .section02_list-caution {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .section02_list-caution {
    font-size: 12px;
    margin-top: 16px;
  }
}
@media (max-width: 560px) {
  .section02_list-caution {
    font-size: 10px;
    margin-top: 11px;
  }
}
.section02_point {
  margin-top: 146px;
}
@media (max-width: 960px) {
  .section02_point {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .section02_point {
    margin-top: 40px;
  }
}
.section02_point-title {
  background: linear-gradient(90deg, rgb(224, 192, 94) 0%, rgb(244, 222, 132) 100%);
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  padding: 24px 0;
}
@media (max-width: 960px) {
  .section02_point-title {
    font-size: 32px;
    padding: 12px 0;
  }
}
@media (max-width: 768px) {
  .section02_point-title {
    font-size: 24px;
    padding: 10px 0;
  }
}
@media (max-width: 560px) {
  .section02_point-title {
    font-size: 16px;
  }
}
.section02_point-list {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media (max-width: 960px) {
  .section02_point-list {
    flex-direction: column;
    margin-top: 20px;
  }
}
@media (max-width: 560px) {
  .section02_point-list {
    margin-top: 16px;
  }
}
.section02_point-list-item {
  width: calc(33.33% - 40px);
  max-width: 290px;
  padding: 20px 0;
}
@media (max-width: 960px) {
  .section02_point-list-item {
    width: 100%;
    max-width: unset;
    padding: 32px 0;
  }
}
@media (max-width: 768px) {
  .section02_point-list-item {
    padding: 20px 0;
  }
}
.section02_point-list-line {
  width: 1px;
  background-color: #fff;
}
@media (max-width: 960px) {
  .section02_point-list-line {
    width: 100%;
    height: 1px;
  }
}
.section02_point-list-title {
  text-align: center;
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 1200px) {
  .section02_point-list-title {
    font-size: 24px;
  }
}
@media (max-width: 960px) {
  .section02_point-list-title {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .section02_point-list-title {
    font-size: 22px;
  }
}
@media (max-width: 560px) {
  .section02_point-list-title {
    font-size: 18px;
  }
}
.section02_point-list-text {
  color: #fff;
  font-size: 22px;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 45px;
  text-align: justify;
}
@media (max-width: 1200px) {
  .section02_point-list-text {
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .section02_point-list-text {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .section02_point-list-text {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 16px;
  }
}
@media (max-width: 560px) {
  .section02_point-list-text {
    font-size: 13px;
  }
}
.section02_end-text {
  font-size: 40px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #e7b459;
  margin-top: 100px;
  line-height: 2;
}
@media (max-width: 1200px) {
  .section02_end-text {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .section02_end-text {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .section02_end-text {
    font-size: 28px;
    margin-top: 24px;
  }
}
@media (max-width: 560px) {
  .section02_end-text {
    font-size: 20px;
  }
}
.section02_bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
.section02_bg img {
  min-width: 1920px;
}

.section03 {
  background-color: #efe1c8;
  position: relative;
  z-index: 1;
}
.section03_human {
  width: 390px;
  position: absolute;
  top: 0;
  right: 24px;
  transform: translateY(-100%);
}
@media (max-width: 1200px) {
  .section03_human {
    width: 350px;
  }
}
@media (max-width: 960px) {
  .section03_human {
    width: 320px;
  }
}
@media (max-width: 768px) {
  .section03_human {
    width: 270px;
    right: -56px;
  }
}
@media (max-width: 560px) {
  .section03_human {
    width: 200px;
    right: unset;
    left: 190px;
  }
}
.section03_inner {
  position: relative;
  padding: 88px 0 316px;
}
@media (max-width: 1200px) {
  .section03_inner {
    padding-bottom: 220px;
  }
}
@media (max-width: 960px) {
  .section03_inner {
    padding: 40px 0 100px;
  }
}
@media (max-width: 560px) {
  .section03_inner {
    padding: 40px 0 40px;
  }
}
.section03_circle {
  width: 1428px;
  position: absolute;
  top: -270px;
  right: -525px;
  z-index: -1;
}
@media (max-width: 1200px) {
  .section03_circle {
    width: 950px;
  }
}
@media (max-width: 960px) {
  .section03_circle {
    width: 600px;
    top: -180px;
    right: -95px;
  }
}
@media (max-width: 768px) {
  .section03_circle {
    width: 410px;
    top: -160px;
    right: -75px;
  }
}
@media (max-width: 560px) {
  .section03_circle {
    width: 280px;
    top: -100px;
  }
}
.section03_main {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 960px) {
  .section03_main {
    flex-direction: column;
  }
}
.section03_main-img {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  margin-top: 48px;
}
@media (max-width: 960px) {
  .section03_main-img {
    width: 100%;
    margin-top: 0px;
  }
}
@media (max-width: 560px) {
  .section03_main-img {
    padding-right: 36px;
  }
}
.section03_main-img img {
  width: 1427px;
}
@media (max-width: 960px) {
  .section03_main-img img {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .section03_main-img img {
    width: 780px;
  }
}
@media (max-width: 560px) {
  .section03_main-img img {
    width: 500px;
  }
}
.section03_main-text-block {
  width: 50%;
  max-width: 454px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1200px) {
  .section03_main-text-block {
    padding-left: 40px;
  }
}
@media (max-width: 960px) {
  .section03_main-text-block {
    padding: 0;
    width: 100%;
    margin: 60px auto 0;
  }
}
.section03_main-time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 560px) {
  .section03_main-time {
    gap: 24px;
  }
}
.section03_main-icon {
  display: flex;
  align-items: center;
  width: 128px;
}
@media (max-width: 1200px) {
  .section03_main-icon {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .section03_main-icon {
    width: 80px;
  }
}
@media (max-width: 560px) {
  .section03_main-icon {
    width: 60px;
  }
}
.section03_main-time-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .section03_main-time-text-wrap {
    gap: 14px;
  }
}
.section03_main-time-text-sm {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1200px) {
  .section03_main-time-text-sm {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .section03_main-time-text-sm {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .section03_main-time-text-sm {
    font-size: 16px;
  }
}
.section03_main-time-text-line {
  display: block;
  width: 70px;
  height: 1px;
  background-color: #000;
}
@media (max-width: 1200px) {
  .section03_main-time-text-line {
    width: 50px;
  }
}
@media (max-width: 768px) {
  .section03_main-time-text-line {
    width: 40px;
  }
}
@media (max-width: 560px) {
  .section03_main-time-text-line {
    font-size: 32px;
  }
}
.section03_main-time-text-lg {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1200px) {
  .section03_main-time-text-lg {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .section03_main-time-text-lg {
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  .section03_main-time-text-lg {
    font-size: 22px;
  }
}
.section03_main-time-text-lg .__time {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1200px) {
  .section03_main-time-text-lg .__time {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .section03_main-time-text-lg .__time {
    font-size: 40px;
  }
}
.section03_main-title {
  font-size: 55px;
  font-weight: 700;
  writing-mode: vertical-rl;
  margin-top: 68px;
}
@media (max-width: 1200px) {
  .section03_main-title {
    font-size: 45px;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .section03_main-title {
    font-size: 40px;
    margin-top: 36px;
    line-height: 2;
  }
}
@media (max-width: 560px) {
  .section03_main-title {
    font-size: 32px;
  }
}
.section03_main-text {
  font-size: 24px;
  font-weight: 500;
  text-align: justify;
  line-height: 1.75;
  margin-top: 76px;
}
@media (max-width: 1200px) {
  .section03_main-text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .section03_main-text {
    font-size: 16px;
    margin-top: 50px;
  }
}
@media (max-width: 560px) {
  .section03_main-text {
    font-size: 14px;
  }
}
.section03_recom-top-title {
  font-size: 55px;
  color: #b73a30;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 100px;
}
@media (max-width: 960px) {
  .section03_recom-top-title {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .section03_recom-top-title {
    margin-top: 60px;
    font-size: 40px;
  }
}
@media (max-width: 560px) {
  .section03_recom-top-title {
    font-size: 28px;
  }
}
.section03_recom-list {
  margin-top: 120px;
  position: relative;
  height: 660px;
}
@media (max-width: 960px) {
  .section03_recom-list {
    height: auto;
    max-width: 600px;
    margin: 80px auto 0;
  }
}
@media (max-width: 560px) {
  .section03_recom-list {
    margin-top: 56px;
  }
}
.section03_recom-list-item {
  max-width: 380px;
  position: absolute;
}
@media (max-width: 960px) {
  .section03_recom-list-item {
    position: relative;
    max-width: 450px;
  }
}
@media (max-width: 768px) {
  .section03_recom-list-item {
    max-width: 300px;
  }
}
.section03_recom-list-item:nth-child(1) {
  top: 0;
  left: 524px;
}
@media (max-width: 1200px) {
  .section03_recom-list-item:nth-child(1) {
    left: 484px;
  }
}
@media (max-width: 960px) {
  .section03_recom-list-item:nth-child(1) {
    top: unset;
    left: unset;
    margin-left: 40px;
  }
}
@media (max-width: 768px) {
  .section03_recom-list-item:nth-child(1) {
    max-width: unset;
  }
}
@media (max-width: 560px) {
  .section03_recom-list-item:nth-child(1) {
    margin-left: 24px;
  }
}
.section03_recom-list-item:nth-child(1)::before {
  content: "";
  width: 556.4px;
  height: 545.6px;
  background: url(../img/circle01.png) center/cover;
  position: absolute;
  left: -88px;
  top: -190px;
  z-index: -1;
}
@media (max-width: 960px) {
  .section03_recom-list-item:nth-child(1)::before {
    width: 466.4px;
    height: 457.6px;
    left: 42px;
    top: -220px;
  }
}
@media (max-width: 768px) {
  .section03_recom-list-item:nth-child(1)::before {
    width: 395.4px;
    height: 387.6px;
    left: 42px;
    top: -240px;
  }
}
@media (max-width: 560px) {
  .section03_recom-list-item:nth-child(1)::before {
    width: 300px;
    height: 296.6px;
    top: -168px;
  }
}
.section03_recom-list-item:nth-child(1)::after {
  content: "";
  width: 300px;
  height: 300px;
  background: url(../img/recom_img01.png) center/cover;
  position: absolute;
  left: 36px;
  top: -326px;
  z-index: -1;
}
@media (max-width: 960px) {
  .section03_recom-list-item:nth-child(1)::after {
    width: 250px;
    height: 250px;
    left: 326px;
    top: -186px;
  }
}
@media (max-width: 768px) {
  .section03_recom-list-item:nth-child(1)::after {
    width: 200px;
    height: 200px;
    left: 236px;
    top: -146px;
  }
}
@media (max-width: 560px) {
  .section03_recom-list-item:nth-child(1)::after {
    width: 150px;
    height: 150px;
    left: 160px;
    top: -120px;
  }
}
.section03_recom-list-item:nth-child(2) {
  top: 0;
  left: 40px;
}
@media (max-width: 1200px) {
  .section03_recom-list-item:nth-child(2) {
    left: 0;
  }
}
@media (max-width: 960px) {
  .section03_recom-list-item:nth-child(2) {
    top: unset;
    left: unset;
    margin-left: auto;
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .section03_recom-list-item:nth-child(2) {
    margin-top: 70px;
  }
}
@media (max-width: 560px) {
  .section03_recom-list-item:nth-child(2) {
    width: 50%;
    margin-top: 50px;
  }
}
.section03_recom-list-item:nth-child(2)::before {
  content: "";
  width: 458px;
  height: 454px;
  background: url(../img/circle02.png) center/cover;
  position: absolute;
  left: -40px;
  top: -60px;
  z-index: -1;
}
@media (max-width: 960px) {
  .section03_recom-list-item:nth-child(2)::before {
    width: 388px;
    height: 386px;
    left: -170px;
    top: -40px;
  }
}
@media (max-width: 768px) {
  .section03_recom-list-item:nth-child(2)::before {
    width: 326px;
    height: 326px;
    top: -50px;
  }
}
@media (max-width: 560px) {
  .section03_recom-list-item:nth-child(2)::before {
    width: 250px;
    height: 250px;
    top: -40px;
    left: -110px;
  }
}
.section03_recom-list-item:nth-child(2)::after {
  content: "";
  width: 300px;
  height: 300px;
  background: url(../img/recom_img02.png) center/cover;
  position: absolute;
  left: -40px;
  bottom: -354px;
  z-index: -1;
}
@media (max-width: 960px) {
  .section03_recom-list-item:nth-child(2)::after {
    width: 250px;
    height: 250px;
    left: -280px;
    bottom: unset;
    top: 20px;
  }
}
@media (max-width: 768px) {
  .section03_recom-list-item:nth-child(2)::after {
    width: 200px;
    height: 200px;
    left: -220px;
  }
}
@media (max-width: 560px) {
  .section03_recom-list-item:nth-child(2)::after {
    width: 150px;
    height: 150px;
    left: -165px;
  }
}
.section03_recom-list-item:nth-child(3) {
  top: 350px;
  left: 388px;
}
@media (max-width: 1200px) {
  .section03_recom-list-item:nth-child(3) {
    left: 348px;
  }
}
@media (max-width: 960px) {
  .section03_recom-list-item:nth-child(3) {
    top: unset;
    left: unset;
    margin-top: 160px;
  }
}
@media (max-width: 768px) {
  .section03_recom-list-item:nth-child(3) {
    max-width: unset;
    margin-top: 140px;
  }
}
@media (max-width: 560px) {
  .section03_recom-list-item:nth-child(3) {
    margin-top: 70px;
  }
}
.section03_recom-list-item:nth-child(3)::before {
  content: "";
  width: 542px;
  height: 540.5px;
  background: url(../img/circle02.png) center/cover;
  position: absolute;
  left: -80px;
  top: -90px;
  z-index: -1;
}
@media (max-width: 960px) {
  .section03_recom-list-item:nth-child(3)::before {
    width: 352px;
    height: 351.5px;
    left: 40px;
    top: -40px;
  }
}
@media (max-width: 768px) {
  .section03_recom-list-item:nth-child(3)::before {
    width: 282px;
    height: 281.5px;
    left: 30px;
  }
}
@media (max-width: 560px) {
  .section03_recom-list-item:nth-child(3)::before {
    width: 240px;
    height: 240px;
    left: 20px;
  }
}
.section03_recom-list-item:nth-child(3)::after {
  content: "";
  width: 300px;
  height: 300px;
  background: url(../img/recom_img03.png) center/cover;
  position: absolute;
  right: -254px;
  top: -84px;
  z-index: -1;
}
@media (max-width: 960px) {
  .section03_recom-list-item:nth-child(3)::after {
    width: 250px;
    height: 250px;
    right: -64px;
    top: -84px;
  }
}
@media (max-width: 768px) {
  .section03_recom-list-item:nth-child(3)::after {
    width: 200px;
    height: 200px;
    right: unset;
    top: -64px;
    left: 200px;
  }
}
@media (max-width: 560px) {
  .section03_recom-list-item:nth-child(3)::after {
    width: 150px;
    height: 150px;
    right: unset;
    left: 170px;
    top: -40px;
  }
}
.section03_recom-list-title {
  font-size: 32px;
  font-weight: 500;
  color: #b73a30;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .section03_recom-list-title {
    font-size: 24px;
  }
}
@media (max-width: 560px) {
  .section03_recom-list-title {
    font-size: 20px;
  }
}
.section03_recom-list-text {
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 24px;
  text-align: justify;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .section03_recom-list-text {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .section03_recom-list-text {
    font-size: 14px;
    margin-top: 16px;
  }
}
.section03_flow {
  max-width: 800px;
  margin: 64px auto 0;
}
@media (max-width: 768px) {
  .section03_flow {
    margin-top: 24px;
  }
}
.section03_flow-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  height: 50px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 25px;
  position: relative;
  z-index: 10;
}
@media (max-width: 560px) {
  .section03_flow-title {
    height: 40px;
    border-radius: 20px;
  }
}
.section03_flow-title .__arrow {
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg) translateY(-2px);
}
.section03_flow-title.is-active .__arrow {
  transform: rotate(-135deg) translate(-2px, -2px);
}
.section03_flow-img {
  padding: 25px 24px 24px;
  background-color: #fff;
  display: none;
  position: relative;
  z-index: 1;
  border-radius: 0 0 25px 25px;
  transform: translateY(-25px);
}
@media (max-width: 560px) {
  .section03_flow-img {
    border-radius: 0 0 20px 20px;
  }
}

.section04 {
  background-color: #000;
  background-image: url(../img/section04_bg.png);
  background-position: top center;
  background-size: 1920px;
  background-repeat: no-repeat;
  padding-top: 110px;
}
@media (max-width: 1200px) {
  .section04 {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .section04 {
    padding-top: 320px;
    background-size: 780px;
  }
}
@media (max-width: 560px) {
  .section04 {
    background-size: 560px;
    padding-top: 220px;
  }
}
.section04_inner {
  padding-bottom: 186px;
}
@media (max-width: 1200px) {
  .section04_inner {
    padding-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .section04_inner {
    padding-bottom: 100px;
  }
}
@media (max-width: 560px) {
  .section04_inner {
    padding-bottom: 64px;
  }
}
.section04_top-title {
  text-align: center;
  color: #fff;
  font-size: 55px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
}
@media (max-width: 960px) {
  .section04_top-title {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .section04_top-title {
    font-size: 40px;
  }
}
@media (max-width: 560px) {
  .section04_top-title {
    font-size: 32px;
  }
}
.section04_list {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .section04_list {
    max-width: 360px;
    margin: 40px auto 0;
  }
}
@media (max-width: 560px) {
  .section04_list {
    max-width: 280px;
  }
}
.section04_list-item {
  display: flex;
}
@media (max-width: 768px) {
  .section04_list-item {
    flex-direction: column;
  }
}
.section04_list-item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .section04_list-item:nth-child(2n) {
    flex-direction: column;
  }
}
.section04_list-item:nth-child(2n) .section04_list-tag {
  right: unset;
  left: -150px;
}
@media (max-width: 960px) {
  .section04_list-item:nth-child(2n) .section04_list-tag {
    left: -100px;
  }
}
@media (max-width: 768px) {
  .section04_list-item:nth-child(2n) .section04_list-tag {
    left: -25px;
  }
}
@media (max-width: 560px) {
  .section04_list-item:nth-child(2n) .section04_list-tag {
    left: -32px;
  }
}
.section04_list-item:nth-child(n+2) {
  margin-top: 120px;
}
@media (max-width: 560px) {
  .section04_list-item:nth-child(n+2) {
    margin-top: 80px;
  }
}
.section04_list-img {
  width: 50%;
  position: relative;
}
@media (max-width: 768px) {
  .section04_list-img {
    width: 100%;
  }
}
.section04_list-tag {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgb(224, 192, 94) 0%, rgb(244, 222, 132) 100%);
  position: absolute;
  top: -80px;
  right: -150px;
}
@media (max-width: 1200px) {
  .section04_list-tag {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 960px) {
  .section04_list-tag {
    width: 140px;
    height: 140px;
    top: -75px;
    right: -100px;
  }
}
@media (max-width: 768px) {
  .section04_list-tag {
    width: 100px;
    height: 100px;
    left: -25px;
    right: unset;
    top: -25px;
  }
}
@media (max-width: 560px) {
  .section04_list-tag {
    width: 94px;
    height: 94px;
    top: -32px;
    left: -32px;
  }
}
.section04_list-tag .__lg {
  font-size: 60px;
  line-height: 1;
}
@media (max-width: 1200px) {
  .section04_list-tag .__lg {
    font-size: 50px;
  }
}
@media (max-width: 960px) {
  .section04_list-tag .__lg {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .section04_list-tag .__lg {
    font-size: 32px;
  }
}
@media (max-width: 560px) {
  .section04_list-tag .__lg {
    font-size: 28px;
  }
}
.section04_list-tag .__sm {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.2em;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .section04_list-tag .__sm {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .section04_list-tag .__sm {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .section04_list-tag .__sm {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .section04_list-tag .__sm {
    font-size: 17px;
  }
}
.section04_list-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
@media (max-width: 960px) {
  .section04_list-content {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .section04_list-content {
    width: 100%;
    margin-top: 10px;
  }
}
.section04_list-meta {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section04_list-name {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 960px) {
  .section04_list-name {
    font-size: 28px;
  }
}
.section04_list-price {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-right: 80px;
}
@media (max-width: 768px) {
  .section04_list-price {
    padding-right: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.section04_list-price .__before {
  font-size: 36px;
  color: #fff;
  position: relative;
  line-height: 1;
  padding-bottom: 40px;
}
@media (max-width: 960px) {
  .section04_list-price .__before {
    font-size: 24px;
    padding-bottom: 30px;
  }
}
.section04_list-price .__before::before {
  content: "";
  width: calc(100% + 10px);
  height: 1.5px;
  background-color: #fff;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 960px) {
  .section04_list-price .__before::before {
    top: 14px;
  }
}
.section04_list-price .__before::after {
  content: "⬇︎";
  font-size: 36px;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media (max-width: 960px) {
  .section04_list-price .__before::after {
    font-size: 20px;
  }
}
.section04_list-price .__inner {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  position: relative;
}
@media (max-width: 1200px) {
  .section04_list-price .__inner {
    font-size: 50px;
  }
}
@media (max-width: 960px) {
  .section04_list-price .__inner {
    font-size: 40px;
  }
}
.section04_list-price .__inner::before {
  content: "（税込）";
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  bottom: 20px;
  right: 0;
  transform: translateX(100%);
  color: inherit;
}
@media (max-width: 1200px) {
  .section04_list-price .__inner::before {
    font-size: 20px;
    bottom: 16px;
  }
}
@media (max-width: 960px) {
  .section04_list-price .__inner::before {
    font-size: 16px;
    bottom: 12px;
  }
}
@media (max-width: 768px) {
  .section04_list-btn {
    margin: 24px auto 0;
  }
}
@media (max-width: 560px) {
  .section04_list-btn {
    margin-top: 12px;
  }
}

.section05 {
  padding: 120px 0 140px;
}
@media (max-width: 1200px) {
  .section05 {
    padding: 80px 0 100px;
  }
}
@media (max-width: 960px) {
  .section05 {
    padding: 64px 0 80px;
  }
}
@media (max-width: 560px) {
  .section05 {
    padding: 48px 0 60px;
  }
}
.section05_top-title {
  text-align: center;
  font-size: 55px;
  color: #b73a30;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media (max-width: 960px) {
  .section05_top-title {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .section05_top-title {
    font-size: 40px;
  }
}
@media (max-width: 560px) {
  .section05_top-title {
    font-size: 32px;
  }
}
.section05_list {
  margin-top: 90px;
}
@media (max-width: 1200px) {
  .section05_list {
    margin-top: 60px;
  }
}
@media (max-width: 960px) {
  .section05_list {
    margin-top: 40px;
  }
}
@media (max-width: 560px) {
  .section05_list {
    margin-top: 24px;
  }
}
.section05_list-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 960px) {
  .section05_list-item {
    gap: 12;
  }
}
.section05_list-item:nth-child(n+2) {
  margin-top: 48px;
}
.section05_list-question, .section05_list-answer {
  display: flex;
  align-items: flex-start;
  gap: 34px;
}
@media (max-width: 960px) {
  .section05_list-question, .section05_list-answer {
    gap: 20px;
  }
}
@media (max-width: 560px) {
  .section05_list-question, .section05_list-answer {
    gap: 12px;
  }
}
.section05_list-icon {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .section05_list-icon {
    width: 45px;
    height: 45px;
    font-size: 25px;
  }
}
@media (max-width: 960px) {
  .section05_list-icon {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
}
@media (max-width: 560px) {
  .section05_list-icon {
    width: 32px;
    height: 32px;
    font-size: 20px;
    border-radius: 4px;
  }
}
.section05_list-icon.__question {
  background-color: #b73a30;
  color: #fff;
  padding-bottom: 5px;
}
.section05_list-icon.__answer {
  background-color: #efe1c8;
  padding-bottom: 4px;
}
.section05_list-question-text {
  font-size: 36px;
  font-weight: 500;
  transform: translateY(-3px);
}
@media (max-width: 1200px) {
  .section05_list-question-text {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .section05_list-question-text {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .section05_list-question-text {
    font-size: 24px;
    transform: translateY(0);
  }
}
@media (max-width: 560px) {
  .section05_list-question-text {
    font-size: 18px;
  }
}
.section05_list-answer-text {
  font-size: 24px;
  font-weight: 500;
  padding-top: 6px;
}
@media (max-width: 1200px) {
  .section05_list-answer-text {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .section05_list-answer-text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .section05_list-answer-text {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .section05_list-answer-text {
    font-size: 14px;
  }
}

.section06 {
  background-color: #fff;
  padding: 80px 0 60px;
}
.section06_top-title {
  font-size: 45px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #b73a30;
  color: #fff;
  line-height: 1;
  padding: 16px 0;
  max-width: 560px;
  border-radius: 1000px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .section06_top-title {
    font-size: 40px;
  }
}
@media (max-width: 560px) {
  .section06_top-title {
    font-size: 28px;
    padding: 12px 0 18px;
  }
}
.section06_top-title .__strong {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px 6px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  border-radius: 3px;
}
@media (max-width: 560px) {
  .section06_top-title .__strong {
    font-size: 18px;
  }
}
.section06_catchcopy {
  text-align: center;
  color: #b73a30;
  font-size: 18px;
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .section06_catchcopy {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .section06_catchcopy {
    font-size: 14px;
  }
}
.section06_coupon-container {
  border-radius: 10px;
  max-width: 500px;
  margin: 24px auto 0;
}
.section06_coupon-title {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 560px) {
  .section06_coupon-title {
    font-size: 14px;
  }
}
.section06_coupon-box {
  border: 1px solid #888;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  margin-top: 4px;
  min-height: 60px;
}
.section06_coupon-code {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
@media (max-width: 560px) {
  .section06_coupon-code {
    font-size: 20px;
  }
}
.section06_coupon-btn {
  flex-shrink: 0;
  background-color: #efefef;
  font-family: "Noto Sans JP", sans-serif;
  width: 180px;
  cursor: pointer;
}
@media (max-width: 560px) {
  .section06_coupon-btn {
    width: 120px;
  }
}
.section06_coupon-caution {
  font-size: 12px;
  text-align: center;
  margin-top: 4px;
}
@media (max-width: 560px) {
  .section06_coupon-caution {
    font-size: 10px;
  }
}
.section06_step {
  max-width: 600px;
}
.section06_step-title {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 8px;
  cursor: pointer;
  background-color: #efefef;
  padding: 24px 0;
  cursor: pointer;
}
@media (max-width: 560px) {
  .section06_step-title {
    margin-top: 28px;
    padding: 16px 0;
  }
}
.section06_step-title .__arrow {
  width: 12px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg) translateY(-2px);
}
.section06_step-title.is-active .__arrow {
  transform: rotate(-135deg) translate(-2px, -2px);
}
.section06_step-list {
  margin-top: 32px;
  display: none;
}
.section06_step-list-item {
  border-radius: 4px;
}
.section06_step-list-item:nth-child(n+2) {
  margin-top: 36px;
}
.section06_step-list-title {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  gap: 8px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .section06_step-list-title {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .section06_step-list-title {
    font-size: 16px;
  }
}
.section06_step-list-title .__num {
  background-color: #e7b459;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  line-height: 1;
  padding-bottom: 2px;
  font-family: "Noto Sans JP", sans-serif;
  flex-shrink: 0;
  font-size: 16px;
}
@media (max-width: 560px) {
  .section06_step-list-title .__num {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
}
.section06_step-list-img {
  margin-top: 8px;
  border: 1px solid #000;
}
.section06_coupon-buy-btn {
  margin: 40px auto 0;
}

.u_dblock_pc {
  display: block;
}
.u_dblock_tb {
  display: none;
}
@media (max-width: 960px) {
  .u_dblock_tb {
    display: block;
  }
}
.u_dblock_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_dblock_sp {
    display: block;
  }
}

.u_dnone_pc {
  display: none;
}
@media (max-width: 960px) {
  .u_dnone_tb {
    display: none;
  }
}
@media (max-width: 768px) {
  .u_dnone_sp {
    display: none;
  }
}

.u_break_tb {
  display: none;
}
@media (max-width: 960px) {
  .u_break_tb {
    display: block;
  }
}
.u_break_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_break_sp {
    display: block;
  }
}

.u_break_tb {
  display: none;
}
@media (max-width: 960px) {
  .u_break_tb {
    display: block;
  }
}
.u_break_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_break_sp {
    display: block;
  }
}
.u_break_ssp {
  display: none;
}
@media (max-width: 560px) {
  .u_break_ssp {
    display: block;
  }
}

@media (max-width: 960px) {
  .u_break-none_tb {
    display: none;
  }
}
@media (max-width: 768px) {
  .u_break-none_sp {
    display: none;
  }
}
@media (max-width: 560px) {
  .u_break-none_ssp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */