@charset "UTF-8";
.in_460px {
  display: none;
}
@media screen and (max-width: 375px) {
  .in_460px {
    display: block;
  }
}

.in_640px {
  display: none;
}
@media screen and (max-width: 768px) {
  .in_640px {
    display: block;
  }
}

.in_1023 {
  display: none;
}
@media screen and (max-width: 1023px) {
  .in_1023 {
    display: block;
  }
}

.out_460px {
  display: block;
}
@media screen and (max-width: 375px) {
  .out_460px {
    display: none;
  }
}

.out_640px {
  display: block;
}
@media screen and (max-width: 768px) {
  .out_640px {
    display: none;
  }
}

.out_1023 {
  display: block;
}
@media screen and (max-width: 1023px) {
  .out_1023 {
    display: none;
  }
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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.5;
}

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;
}

html {
  font-size: 16px;
}

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

.wordpress_header {
  height: 32px;
  width: 100%;
}
@media screen and (max-width: 782px) {
  .wordpress_header {
    height: 46px;
  }
}

.mg0 {
  padding-top: 128px;
}
@media screen and (max-width: 1023px) {
  .mg0 {
    padding-top: 78px;
  }
}
@media screen and (max-width: 768px) {
  .mg0 {
    padding-top: 64px;
  }
}

.burgundy-link-box {
  display: flex;
  justify-content: center;
  gap: 32px;
  max-width: 592px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .burgundy-link-box {
    flex-direction: column;
    max-width: 640px;
  }
}

.burgundy-link-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  opacity: 1;
  margin: 0 auto;
  color: #ffffff;
  padding: 16px 0px;
  width: 280px;
  background: #493938;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  line-height: 1;
  font-weight: 700;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2));
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .burgundy-link-button {
    font-size: 28px;
    padding: 32px 0;
    gap: 32px;
    width: 640px;
    border-radius: 16px;
  }
}
.burgundy-link-button img {
  width: 16px;
}
@media screen and (max-width: 768px) {
  .burgundy-link-button img {
    width: 28px;
  }
}
.burgundy-link-button:hover {
  background: #876B6A;
  color: white;
}
.burgundy-link-button.filter {
  background: #fff;
  color: #493938;
}
.burgundy-link-button.filter:hover {
  background: #876B6A;
  color: white;
}
.burgundy-link-button.filter:hover svg path {
  transition: all ease 0.4s;
  fill: white;
}
.burgundy-link-button.filter svg {
  width: 16px;
}
@media screen and (max-width: 768px) {
  .burgundy-link-button.filter svg {
    width: 22px;
    height: 22px;
  }
}

header {
  z-index: 100;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 84px;
}
@media screen and (max-width: 768px) {
  header {
    height: 104px;
  }
}
header .is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  header .is-pc {
    display: none;
  }
}
header .is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  header .is-sp {
    display: block;
  }
}
header.nav-open .overlay {
  display: block;
}
header.nav-open .menu-item__submenu img {
  transition: all 0.6s;
  transform: rotate(180deg) !important;
}
header .overlay {
  display: none;
  cursor: pointer;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 50;
}
header .header-logo {
  text-decoration: none;
  width: 130px;
}
@media screen and (max-width: 768px) {
  header .header-logo {
    width: auto;
    display: flex;
    gap: 25px;
  }
}
header .header-logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  header .header-logo img {
    width: 220px;
  }
}
header .header-logo img.not-scroll_logo {
  display: block;
}
header .header-logo img.not-scroll_logo.visible {
  display: block;
}
@media screen and (max-width: 768px) {
  header .header-logo img.not-scroll_logo.visible {
    display: inline-block;
  }
}
header .header-logo img.not-scroll_logo.hidden {
  display: none;
}
header .header-logo img.scroll-logo {
  display: none;
}
header .header-logo img.scroll-logo.visible {
  display: block;
}
@media screen and (max-width: 768px) {
  header .header-logo img.scroll-logo.visible {
    display: inline-block;
  }
}
header .header-logo img.scroll-logo.hidden {
  display: none;
}
header .header-logo__texts {
  display: block;
  color: #fff;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
header .header-logo__texts.pc {
  display: block;
  padding-top: 5px;
  letter-spacing: 0.031em;
}
@media screen and (max-width: 768px) {
  header .header-logo__texts.pc {
    display: none;
  }
}
header .header-logo__texts.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  header .header-logo__texts.sp {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  header .header-satisfaction {
    display: none;
  }
}
header .header-satisfaction ul li img.not-scroll_satisfaction.visible {
  display: block;
}
header .header-satisfaction ul li img.not-scroll_satisfaction.hidden {
  display: none;
}
header .header-satisfaction ul li img.scroll-satisfaction {
  display: none;
}
header .header-satisfaction ul li img.scroll-satisfaction.visible {
  display: block;
}
header .header-satisfaction ul li img.scroll-satisfaction.hidden {
  display: none;
}
header .header-top {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
header .header-top.scroll {
  background-color: #f5f5f5;
}
header .header-top.scroll .btn-nav_menu span {
  background-color: #493938;
}
header .header-top.scroll .btn-nav p {
  color: #493938;
}
header .header-top.scroll .header-logo__texts.sp {
  display: none;
  opacity: 0;
  visibility: hidden;
}
header .header-top.scroll .menu-item__submenu__flex svg path {
  fill: #493938;
}
header .header-top.scroll .header-bottom-list .menu-item:hover {
  background: #fff;
}
header .header-top.scroll .header-bottom-list .menu-item__submenu:hover {
  background: #fff;
}
header .header-top.scroll .header-bottom-list .menu-item__submenu .submenu-items-list {
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
header .header-top.scroll .header-bottom-list .menu-item__submenu .submenu-items-list a {
  color: #493938;
}
header .header-top-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 0;
  height: 100%;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .header-top-inner {
    padding: 20px 32px;
  }
}
header .header-top__left {
  display: flex;
  align-items: center;
  gap: 40px;
}
header .header-top-sp-nav {
  position: fixed;
  top: 0px;
  right: -100%;
  z-index: 100;
  width: 100%;
  background: linear-gradient(90deg, #d54d3c 0%, #5e0a00 100%);
  font-size: 18px;
}
header .header-top-sp-nav .nav__top {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 24px 44px;
}
header .header-top-sp-nav .nav__top a {
  cursor: pointer;
}
header .header-top-sp-nav .nav__top .close_img {
  display: flex;
  align-items: center;
  gap: 23px;
  height: 30px;
}
header .header-top-sp-nav .nav__top .close_img img {
  width: 25px;
  height: 25px;
}
header .header-top-sp-nav .nav__top .close_img span {
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}
header .header-top-sp-nav .nav__menu {
  display: inline-block;
  width: 100%;
  overflow-y: scroll;
  overscroll-behavior: none;
  height: 100vh;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  padding-bottom: 118px;
}
@supports (-webkit-touch-callout: none) {
  header .header-top-sp-nav .nav__menu {
    height: -webkit-fill-available;
  }
}
header .header-top-sp-nav .nav__menu .line-assessment-content {
  margin: 64px auto 48px;
}
@media screen and (max-width: 768px) {
  header .header-top-sp-nav .nav__menu-title {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    padding: 40px 32px 24px;
    color: #fff;
  }
}
header .header-top-sp-nav .nav__menu-list {
  padding: 0px 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media screen and (max-width: 768px) {
  header .header-top-sp-nav .nav__menu-list {
    padding: 0px 32px;
  }
}
header .header-top-sp-nav .nav__menu-list .menu-list,
header .header-top-sp-nav .nav__menu-list .menu-list-childs {
  background: #F7EEEE;
  border-radius: 8px;
  text-decoration: none;
}
header .header-top-sp-nav .nav__menu-list .menu-list a,
header .header-top-sp-nav .nav__menu-list .menu-list-childs a {
  padding: 26px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  color: #493938;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 28px;
  text-decoration: none;
}
header .header-top-sp-nav .nav__menu-list .menu-list-childs {
  position: relative;
}
header .header-top-sp-nav .nav__menu-list .menu-list-childs .child-content {
  background-color: #efe6db;
}
header .header-top-sp-nav .nav__menu-list .menu-list-childs .child-content-list {
  border-bottom: 1px solid #d9d0c7;
}
header .header-top-sp-nav .nav__menu-list .menu-list-childs .child-content-list a {
  padding: 16px 0px 16px 40px;
}
header .header-top-sp-nav .nav__menu-list .menu-list-childs .child-content-list:last-child {
  border: none;
}
header .header-top-sp-nav .nav__menu-list .open::before {
  transform: rotate(180deg);
}
header .header-top__right {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-top__right .tell {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .header-top__right .tell {
    display: none;
  }
}
header .header-top__right .tell-image {
  margin-right: 13px;
}
header .header-top__right .tell-content {
  margin-right: 32px;
}
header .header-top__right .tell-content-num {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 24px;
  color: #5e0a00;
  line-height: 1;
}
header .header-top__right .tell-content-time {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  color: #5e0a00;
  text-align: center;
}
header .header-top__right .line-link {
  padding: 18px 21px 18px 64px;
  background-color: #00b900;
  border-radius: 4px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: relative;
  line-height: 1;
  filter: brightness(1) drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px) {
  header .header-top__right .line-link {
    font-size: 14px;
    padding: 13px 12px 13px 33px;
  }
}
@media screen and (max-width: 1023px) {
  header .header-top__right .line-link {
    margin-right: 24px;
  }
}
header .header-top__right .btn-nav {
  gap: 16px;
  width: 135px;
  height: 28px;
  color: #fff;
  position: relative;
  cursor: pointer;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  header .header-top__right .btn-nav {
    display: flex;
    align-items: center;
  }
}
header .header-top__right .btn-nav_menu {
  min-width: 32px;
  height: 28px;
}
header .header-top__right .btn-nav span {
  display: block;
  width: 100%;
  background-color: #fff;
  width: 32px;
  height: 4px;
  position: absolute;
  left: 0px;
}
header .header-top__right .btn-nav span:first-child {
  top: 0px;
}
header .header-top__right .btn-nav span:nth-child(2) {
  top: 12px;
}
header .header-top__right .btn-nav span:nth-child(3) {
  bottom: 0px;
}
header .header-top__right .btn-nav p {
  font-size: 28px;
}
header .header-bottom {
  width: 100%;
}
header .header-bottom-list {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
header .header-bottom-list .menu-item {
  display: inline-block;
  transition: all ease 0.4s;
}
header .header-bottom-list .menu-item:hover {
  background: #B56257;
  border-radius: 8px;
}
header .header-bottom-list .menu-item a {
  color: #ffe9e9;
  font-weight: 700;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 12px 16px;
  display: block;
  cursor: pointer;
}
header .header-bottom-list .menu-item:last-child {
  margin-right: 0px;
}
header .header-bottom-list .menu-item__submenu {
  display: inline-block;
  transition: all ease 0.4s;
  position: relative;
}
header .header-bottom-list .menu-item__submenu:hover {
  background: #B56257;
  border-radius: 8px;
}
header .header-bottom-list .menu-item__submenu .submenu {
  cursor: pointer;
}
header .header-bottom-list .menu-item__submenu .submenu-link {
  color: #ffe9e9;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  height: 100%;
  padding: 12px 16px;
  display: block;
  cursor: pointer;
}
header .header-bottom-list .menu-item__submenu .submenu-items {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 180px;
  left: 0px;
  bottom: -180px;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 7px;
  padding: 7px 0 0;
  pointer-events: none;
  text-decoration: none;
  max-width: 168px;
  transition: all ease 0.4s;
}
header .header-bottom-list .menu-item__submenu .submenu-items .submenu-link {
  display: none;
}
header .header-bottom-list .menu-item__submenu .submenu-items-list {
  overflow: hidden;
  opacity: 0;
  text-decoration: none;
  display: block;
  background: #B56257;
  border-radius: 8px;
  max-width: 168px;
  width: 100%;
  box-shadow: 0px 4px 16px rgba(131, 35, 35, 0.15);
}
header .header-bottom-list .menu-item__submenu .submenu-items-list-link {
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 16px 12px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
header .header-bottom-list .menu-item__submenu .submenu-items-list-link span {
  margin-right: 8px;
  display: inline-flex;
}
header .header-bottom-list .menu-item__submenu .submenu-items-list:last-child {
  margin-right: 0px;
}
header .header-bottom-list .menu-item__submenu__flex {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 14px 23px 15px 22px;
  cursor: pointer;
}
header .header-bottom-list .menu-item__submenu__flex .submenu-link {
  padding: 0;
}
header .header-bottom-list .menu-item__submenu:hover > .submenu-items {
  opacity: 1;
  pointer-events: visible;
}
header .header-bottom-list .menu-item__submenu:hover > .submenu-items > .submenu-items-list {
  overflow: visible;
  opacity: 1;
}
header .header-bottom.is-sp {
  transform: all;
  background-color: #f5f5f5;
  opacity: 0;
  visibility: hidden;
  display: none;
}
@media screen and (max-width: 768px) {
  header .header-bottom.is-sp.scroll {
    opacity: 1;
    visibility: visible;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  header .header-bottom.is-sp.scroll .header-bottom-sp-list {
    display: flex;
  }
}
header .header-bottom.is-sp .header-bottom-sp-list {
  display: none;
  gap: 4px;
}
header .header-bottom.is-sp .header-bottom-sp-list .menu-item {
  width: 100%;
  background-color: #493938;
  text-align: center;
}
header .header-bottom.is-sp .header-bottom-sp-list .menu-item a, header .header-bottom.is-sp .header-bottom-sp-list .menu-item span {
  color: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 26px;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  display: inline-block;
}
header .header-bottom.is-sp .header-bottom-sp-list .menu-item:last-child {
  margin-right: 0px;
  cursor: pointer;
}
header .header-bottom.is-sp .header-bottom-sp-list .menu-item__submenu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
header .header-bottom.is-sp .header-bottom-sp-list .menu-item__submenu .submenu {
  display: flex;
  align-items: center;
}
header .header-bottom.is-sp .header-bottom-sp-list .menu-item__submenu .submenu-link {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  height: 100%;
  width: auto;
}
header .header-bottom.is-sp .header-bottom-sp-list .menu-item__submenu img {
  transition: all 0.1s;
  transform: rotate(0deg);
}
header .header-lower {
  background: rgba(245, 245, 245, 0.95);
  backdrop-filter: blur(8px);
}
header .header-lower .scroll-logo {
  display: block !important;
}
header .header-lower .header-logo__texts.pc {
  color: #493938;
}
header .header-lower .header-logo__texts.sp {
  display: none;
}
header .header-lower .header-satisfaction ul li .scroll-satisfaction {
  display: block !important;
}
header .header-lower .btn-nav {
  color: #493938;
}
header .header-lower .btn-nav span {
  background-color: #493938;
}
@media screen and (max-width: 768px) {
  header .header-lower-bottom.is-sp {
    visibility: visible;
    opacity: 1;
    display: block;
    z-index: 60;
  }
}
@media screen and (max-width: 768px) {
  header .header-lower-bottom.is-sp .header-bottom-sp-list {
    visibility: visible;
    opacity: 1;
    display: flex;
  }
}
header .header-lower .header-bottom-list .submenu-link,
header .header-lower .header-bottom-list .menu-item a {
  color: #493938;
}
header .header-lower .header-bottom-list .menu-item:hover {
  background: #fff;
}
header .header-lower .header-bottom-list .menu-item__submenu:hover {
  background: #fff;
}
header .header-lower .header-bottom-list .menu-item__submenu .submenu-items-list {
  background: #fff;
}
header .header-lower .header-bottom-list .menu-item__submenu .submenu-items-list a {
  color: #493938;
}
header > .line-assessment-content {
  position: relative;
  top: -800%;
  z-index: 51;
}
footer {
  width: 100%;
  background-color: #493938;
  padding-top: 40px;
  padding-bottom: 33px;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 64px;
    padding-bottom: 40px;
  }
}
footer .search-input-content {
  width: 354px;
  height: 36px;
  margin-top: 8px;
  margin: 0;
  border: 1px solid #d9d0c7;
}
@media screen and (max-width: 768px) {
  footer .search-input-content {
    max-width: 100%;
    width: 100%;
    height: 48px;
  }
}
footer .search-input-content .search-input {
  height: 100%;
  border: 0px;
  padding: 0px 0px 0px 14px;
  border-radius: 0px;
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
footer .search-input-content .search-input::placeholder {
  font-size: 12px;
}
footer .search-input-content .search-button {
  background-color: #d9d0c7;
  color: #202020;
  font-weight: 400;
  height: 100%;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  footer .search-input-content .search-button {
    margin: 0;
    border-radius: 0px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-satisfaction ul li:first-of-type img {
    width: 185px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-satisfaction ul li:nth-of-type(2) img {
    width: 156px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-satisfaction ul li img {
    height: 57px;
  }
}
footer .footer-content {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  footer .footer-content {
    padding: 0px 32px;
  }
}
footer .footer-content-top {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px) {
  footer .footer-content-top {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
footer .footer-content-top-search {
  color: #ffffff;
  font-size: 24px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  display: block;
  margin-bottom: 12px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  footer .footer-content-top-search {
    width: 100%;
  }
}
footer .footer-content-top-search p {
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  footer .footer-content-top-search p {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 300;
  }
}
footer .footer-content-menu {
  margin-top: 16px;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: left;
  align-items: top;
}
@media screen and (max-width: 1023px) {
  footer .footer-content-menu {
    display: block;
    margin-top: 62px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-content-menu .pc {
    display: none;
  }
}
footer .footer-content-menu .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .footer-content-menu .sp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid: 8px;
  }
}
footer .footer-content-menu-flex-sp {
  display: flex;
}
@media screen and (max-width: 768px) {
  footer .footer-content-menu-flex-sp {
    margin-bottom: 44px;
    display: initial;
  }
}
footer .footer-content-menu-title {
  color: #ffffff;
  padding-bottom: 6px;
  display: block;
  border-bottom: 1px solid #ffffff;
  font-size: 14px;
  font-weight: bold;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-bottom: 24px;
  min-width: 120px;
}
@media screen and (max-width: 768px) {
  footer .footer-content-menu-title {
    padding-bottom: 0;
    font-size: 32px;
    border-bottom: none;
    min-width: initial;
  }
}
footer .footer-content-menu .flex-box {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: flex-start;
  align-items: top;
}
@media screen and (max-width: 768px) {
  footer .footer-content-menu .flex-box {
    display: -webkit-box; /* old Android */
    display: -moz-box; /* Firefox */
    display: -webkit-flex; /* Safari etc. */
    display: -ms-flexbox; /* IE10        */
    display: flex;
    justify-content: initial;
    align-items: initial;
  }
}
footer .footer-content-menu ul {
  text-decoration: none;
  list-style: none;
}
@media screen and (max-width: 768px) {
  footer .footer-content-menu ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
footer .footer-content-menu ul li:not(:last-of-type) {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  footer .footer-content-menu ul li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-content-menu ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #5b4c4c;
    border-radius: 8px;
  }
}
footer .footer-content-menu ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  footer .footer-content-menu ul li a {
    font-size: 28px;
    padding: 26px 30px;
    gap: 24px;
  }
}
footer .footer-content-menu ul li a:hover {
  text-decoration: underline;
}
footer .footer-content-menu ul li .menu-item_arrow {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .footer-content-menu ul li .menu-item_arrow {
    display: inline-block;
    min-width: 10px;
  }
}
footer .footer-content-menu ul li:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  footer .footer-content-menu-left {
    margin-bottom: 64px;
  }
}
footer .footer-content-menu-center {
  margin-left: 84px;
  margin-right: 64px;
}
@media screen and (max-width: 768px) {
  footer .footer-content-menu-center {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 64px;
  }
}
footer .footer-content .add-right {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  footer .footer-content .add-right {
    margin-left: 0;
  }
}
footer .footer-content .no-top {
  margin-top: 0px;
}
footer .footer-content-bottom {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  footer .footer-content-bottom {
    display: block;
    text-align: center;
    margin-top: 40px;
  }
}
footer .footer-content-bottom-link, footer .footer-content-bottom-text {
  color: #ffffff;
  font-weight: 500;
}
footer .footer-content-bottom-link {
  text-decoration: none;
  font-size: 14px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
footer .footer-content-bottom-link:hover {
  text-decoration: underline;
}
footer .footer-content-bottom-link:first-child {
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  footer .footer-content-bottom-link {
    text-align: center;
    display: block;
    margin-top: 54px;
    margin-right: 0px;
    font-size: 28px;
    margin-bottom: 54px;
  }
  footer .footer-content-bottom-link:first-child {
    margin-right: 0px;
  }
}
footer .footer-content-bottom-link:hover {
  text-decoration: underline;
}
footer .footer-content-bottom-text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 12px;
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  footer .footer-content-bottom-text {
    font-size: 24px;
    margin-left: 0px;
    margin-top: 10px;
  }
}
footer .result__category li {
  color: white;
}
@media screen and (max-width: 768px) {
  footer .footer-content-top-icon {
    width: 218px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-content-top-icon img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer .result__category {
    margin-left: 0px;
  }
}

.header-satisfaction ul,
.footer-satisfaction ul {
  display: flex;
  gap: 16px;
  list-style: none;
}
.lp_footer {
  width: 100%;
  background-color: #202020;
  padding-top: 40px;
  padding-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .lp_footer {
    padding-top: 32px;
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 375px) {
  .lp_footer {
    padding-top: 24px;
    padding-bottom: 27px;
  }
}

.line-assessment-content {
  z-index: 70;
  margin: 80px auto;
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .line-assessment-content {
    display: block;
    max-width: 100%;
    border-radius: 0;
  }
}
.line-assessment-content > h2 {
  font-size: 36px;
  font-weight: bold;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.2;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .line-assessment-content > h2 {
    font-size: 56px;
    padding-bottom: 62px;
  }
}
.line-assessment-content-inner .cv-container {
  position: relative;
}
.line-assessment-content-inner.pc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding: 55px 65px 55px 0;
}
@media screen and (max-width: 768px) {
  .line-assessment-content-inner.pc {
    display: none;
  }
}
.line-assessment-content-inner.pc .cv-container {
  position: relative;
}
.line-assessment-content-inner.pc .cv-container-mail {
  grid-column: 1/3;
  min-width: 480px;
}
.line-assessment-content-inner.pc .cv-container .mail::after, .line-assessment-content-inner.pc .cv-container .tell a::after, .line-assessment-content-inner.pc .cv-container .line-assessment-content-line::after {
  content: "";
  position: absolute;
  background: url(../../../images/cv-bottom-shadow.svg) no-repeat center;
  background-size: contain;
  left: 0;
  width: 100%;
  height: 22px;
}
.line-assessment-content-inner.pc .cv-container .mail::after {
  bottom: -26%;
}
.line-assessment-content-inner.pc .cv-container .tell a::after, .line-assessment-content-inner.pc .cv-container .line-assessment-content-line::after {
  bottom: -18%;
}
.line-assessment-content-inner.pc .mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: #fff;
  padding: 20px 0;
  min-width: 480px;
  text-decoration: none;
  border-radius: 8px;
  transition: all ease 0.4s;
  transform: translateY(0);
  opacity: 1;
  z-index: 1;
}
.line-assessment-content-inner.pc .mail:hover {
  transform: translateY(5px);
  opacity: 0.5;
}
.line-assessment-content-inner.pc .mail_content {
  font-size: 14px;
  color: #8e693f;
}
.line-assessment-content-inner.pc .mail_content .small,
.line-assessment-content-inner.pc .mail_content p {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}
.line-assessment-content-inner.pc .mail_content .small {
  display: block;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 8px;
}
.line-assessment-content-inner.pc .mail_content p {
  font-size: 24px;
  line-height: 1;
}
.line-assessment-content-inner.pc .tell {
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  transition: all ease 0.4s;
  transform: translateY(0);
  opacity: 1;
}
.line-assessment-content-inner.pc .tell:hover {
  transform: translateY(5px);
  opacity: 0.5;
}
.line-assessment-content-inner.pc .tell .tell-link {
  display: block;
  padding: 20px 0;
  text-decoration: none;
  transform: translateY(0);
}
.line-assessment-content-inner.pc .tell .tell-link:hover {
  transform: translateY(0);
  opacity: 1;
}
.line-assessment-content-inner.pc .tell .tell-link-content {
  color: #493938;
  text-align: center;
}
.line-assessment-content-inner.pc .tell .tell-link-content-text, .line-assessment-content-inner.pc .tell .tell-link-content-num {
  line-height: 1;
}
.line-assessment-content-inner.pc .tell .tell-link-content-text {
  font-weight: bold;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  padding-bottom: 8px;
}
.line-assessment-content-inner.pc .tell .tell-link-content-num {
  font-size: 28px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.line-assessment-content-inner.pc .line-assessment-content-line {
  height: 100%;
  padding: 20px 0;
  margin-bottom: 0;
  justify-content: center;
  gap: 15px;
  transition: all ease 0.4s;
  transform: translateY(0);
  opacity: 1;
}
.line-assessment-content-inner.pc .line-assessment-content-line:hover {
  transform: translateY(5px);
  opacity: 0.5;
  color: #06c755 !important;
}
.line-assessment-content-inner.pc .line-assessment-content-line img {
  width: 40px;
}
.line-assessment-content-inner.pc .line-assessment-content-line .small,
.line-assessment-content-inner.pc .line-assessment-content-line p {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  color: #06c755;
}
.line-assessment-content-inner.pc .line-assessment-content-line .small {
  display: block;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 8px;
}
.line-assessment-content-inner.pc .line-assessment-content-line p {
  font-size: 24px;
  line-height: 1;
}
.line-assessment-content-inner.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .line-assessment-content-inner.sp {
    display: block;
  }
}
.line-assessment-content-inner.sp .cv-container {
  position: relative;
}
.line-assessment-content-inner.sp .cv-container .mail::after, .line-assessment-content-inner.sp .cv-container .tell-link::after, .line-assessment-content-inner.sp .cv-container .line-assessment-content-line::after {
  content: "";
  position: absolute;
  background: url(../../../images/cv-bottom-shadow.svg) no-repeat center;
  background-size: contain;
  left: 0;
  bottom: -10%;
  width: 100%;
  height: 48px;
}
.line-assessment-content-inner.sp .cv-container .line-assessment-content-line::after {
  bottom: -25%;
}
.line-assessment-content-inner.sp .cv-container .mail::after, .line-assessment-content-inner.sp .cv-container .tell-link::after {
  bottom: -31%;
}
.line-assessment-content.red {
  background: linear-gradient(90deg, #d54d3c 0%, #5e0a00 100%);
}
@media screen and (max-width: 768px) {
  .line-assessment-content.red {
    padding: 71px 32px;
    margin: 0;
  }
}
.line-assessment-content.none {
  background: none;
}
@media screen and (max-width: 768px) {
  .line-assessment-content {
    padding: 0px 32px;
  }
}
.line-assessment-content-top {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: center;
}
.line-assessment-content-top img {
  width: 134px;
}
@media screen and (max-width: 768px) {
  .line-assessment-content-top img {
    width: 125px;
  }
}
@media screen and (max-width: 375px) {
  .line-assessment-content-top img {
    width: 88px;
  }
}
.line-assessment-content-top p {
  color: #202020;
  font-size: 24px;
  font-weight: bold;
  line-height: 125%;
}
@media screen and (max-width: 375px) {
  .line-assessment-content-top p {
    font-size: 17px;
  }
}
.line-assessment-content-line {
  padding: 23px 32px;
  background-color: #fff;
  border-radius: 8px;
  color: #00b900;
  text-decoration: none;
  font-size: 48px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  position: relative;
  line-height: 1;
  margin-bottom: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.line-assessment-content-line:hover {
  opacity: 0.5;
  color: #06c755;
}
@media screen and (max-width: 768px) {
  .line-assessment-content-line {
    border-radius: 16px;
  }
}
@media screen and (max-width: 768px) {
  .line-assessment-content-line img {
    width: 114px;
  }
}
.line-assessment-content-line .small {
  font-size: 28px;
  padding-bottom: 16px;
  display: block;
}
@media screen and (max-width: 768px) {
  .line-assessment-content-other .tell {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .line-assessment-content-other .tell img {
    width: 114px;
  }
}
.line-assessment-content-other .tell-time-text {
  color: #5e0a00;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  margin-top: 4px;
}
.line-assessment-content-other .tell-link {
  background: white;
  color: #493938;
  text-decoration: none;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  padding: 23px 32px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1;
  transition: 0.3s;
  cursor: pointer;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .line-assessment-content-other .tell-link {
    border-radius: 16px;
  }
}
.line-assessment-content-other .tell-link:hover {
  opacity: 0.7;
}
.line-assessment-content-other .tell-link-content {
  display: block;
  width: 380px;
}
.line-assessment-content-other .tell-link-content-text {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .line-assessment-content-other .tell-link-content-text {
    font-size: 28px;
  }
}
.line-assessment-content-other .tell-link-content-num {
  font-size: 32px;
  padding-top: 2px;
  margin: 0px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .line-assessment-content-other .tell-link-content-num {
    font-size: 48px;
    padding-top: 0px;
  }
}
.line-assessment-content-other .mail {
  transition: 0.3s;
  display: block;
  position: relative;
  padding: 23px 32px;
  color: #8e693f;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1;
  text-decoration: none;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .line-assessment-content-other .mail {
    border-radius: 16px;
  }
}
@media screen and (max-width: 768px) {
  .line-assessment-content-other .mail img {
    width: 114px;
  }
}
.line-assessment-content-other .mail_content {
  width: 380px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.line-assessment-content-other .mail .small {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 8px;
  display: block;
}
.line-assessment-content-other .mail p {
  font-size: 48px;
  font-weight: bold;
}
.line-assessment-content-other .mail:hover {
  opacity: 0.7;
}

/* ラジオボタン01 */
.radio01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

.radio01::before {
  background: #fff;
  border: 1px solid #231815;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.radio01::after {
  background: #ed7a9c;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 9px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
}

input[type=radio]:checked + .radio01::after {
  opacity: 1;
}

.photo_border {
  border: 1px solid #d0c5bb;
  box-sizing: border-box;
  border-radius: 4px;
}

.line_kv {
  display: block;
  width: 100%;
  max-width: 621px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .line_kv {
    margin-bottom: 56px;
  }
}

.line_pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .line_pc {
    display: none;
  }
}

.line_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .line_sp {
    display: block;
  }
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.popup .line-assessment-content {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .popup .line-assessment-content {
    padding: 0px 7px;
  }
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
}

.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 611px;
  padding: 48px;
  padding-bottom: 30px;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .popup-inner {
    width: 93%;
    padding: 16px 0px;
    padding-top: 40px;
  }
}

.popup-inner .cv {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .popup-inner .cv {
    padding: 0px 7px;
  }
}

.close-btn {
  position: absolute;
  right: 14px;
  top: 5px;
  width: 25px;
  height: 25px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .close-btn {
    right: 10px;
    top: 0px;
    width: 20px;
    height: 20px;
  }
}

.close-btn i {
  font-size: 20px;
  color: #333;
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}

.under-page-top {
  padding-top: 75px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .under-page-top {
    padding-top: 160px;
  }
}

.under_page_title {
  width: 100%;
  background: linear-gradient(90deg, #D54D3C 0%, #5E0A00 100%);
  color: #fff;
  margin-bottom: 64px;
  padding: 32px 0px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .under_page_title {
    padding: 27px 0px;
  }
}
.under_page_title-text {
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .under_page_title-text {
    font-size: 48px;
  }
}
.under_page_title-eg {
  font-size: 16px;
  margin-bottom: 8px;
  display: block;
}
@media screen and (max-width: 768px) {
  .under_page_title-eg {
    font-size: 26px;
  }
}
.under_page_title-bg-cover {
  display: flex;
  width: 100%;
  position: absolute;
  height: 82px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  gap: 38px;
}
.under_page_title-bg-cover .under_page_title-bg_title {
  height: 100%;
  width: auto;
  animation: titleSlide 60s linear infinite;
  max-width: inherit;
  display: flex;
  gap: 38px;
  align-items: center;
}
.under_page_title-bg-cover .under_page_title-bg_title p {
  font-size: 82px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.05);
  display: block;
  white-space: nowrap;
}
@keyframes titleSlide {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-100%);
  }
}

*:focus {
  outline: none !important;
}

.new_section_title {
  padding: 8px 0px;
  border-bottom: 1px solid #2C2C2C;
  border-top: 1px solid #2C2C2C;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 350;
  line-height: 1.4;
}

.top_page_wrap {
  background-color: #E2E2E2;
  padding-top: 127px;
}
@media screen and (max-width: 835px) {
  .top_page_wrap {
    padding-top: 64px;
  }
}

.loader_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 201;
}
.loader_wrap #Lottie {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: 80%;
  transition: 0.3s;
  opacity: 1;
}
.loader_wrap .loader_bg {
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 0.7s ease-in-out;
  position: relative;
  z-index: 201;
}
.loader_wrap .loader_bg.closeLoader {
  transform: translateX(200%);
}
.loader_wrap .loader_bg.closeLoader #Lottie {
  opacity: 0;
}
.loader_wrap .loader_bottom_bg {
  width: 100%;
  height: 100%;
  background-color: #2C2C2C;
  transition: 0.5s ease-in-out;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 200;
}
.loader_wrap .loader_bottom_bg.closeLoader {
  transform: translateX(200%);
}

body .new_header {
  padding-top: 100px;
  transition: 0.5s;
  opacity: 0;
}
body .top_page_wrap {
  padding-top: 227px;
  transition: 0.5s;
  opacity: 0;
}
@media screen and (max-width: 835px) {
  body .top_page_wrap {
    padding-top: 164px;
  }
}
body.activeBody .new_header {
  padding-top: 0px;
  opacity: 1;
}
body.activeBody .top_page_wrap {
  padding-top: 127px;
  opacity: 1;
}
@media screen and (max-width: 835px) {
  body.activeBody .top_page_wrap {
    padding-top: 64px;
  }
}

.topic {
  width: 100%;
  padding: 55px 0;
  background-color: #F0F0F0;
}
.topic .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .topic .content {
    flex-flow: column;
  }
}
.topic .content img {
  max-width: 287px;
}
@media screen and (max-width: 768px) {
  .topic .content img {
    max-width: 434px;
    display: block;
    margin: 0 auto;
  }
}
.topic .content .pc_flex {
  max-width: 376px;
}
@media screen and (max-width: 768px) {
  .topic .content .pc_flex {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .topic .content .pc_flex .sp_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
    margin-top: 37px;
  }
}
.topic .content .pc_flex .label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: white;
  background-color: #971000;
  font-weight: 700;
  padding: 6px 0px;
  text-align: center;
  margin-bottom: 8px;
  display: block;
  max-width: 75px;
}
@media screen and (max-width: 768px) {
  .topic .content .pc_flex .label {
    max-width: 122px;
    width: 122px;
    padding: 25px 0px;
    margin-right: 24px;
    font-size: 28px;
  }
}
.topic .content .pc_flex .title {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 34.75px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .topic .content .pc_flex .title {
    max-width: 558px;
    font-size: 32px;
    line-height: 46.34px;
  }
}
.topic .content .pc_flex p {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #493938;
}
@media screen and (max-width: 768px) {
  .topic .content .pc_flex p {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .topic .content .pc_flex .br_pc {
    display: none;
  }
}

.section__title {
  display: block;
  margin: 0 auto 40px;
  text-align: left;
}
.section__title-eg {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #832323;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section__title-eg {
    font-size: 26px;
  }
}
.section__title-eg::before {
  content: "ー";
  padding-right: 8px;
}
.section__title-text {
  font-size: 32px;
  display: inline-block;
  position: relative;
  color: #493938;
  line-height: 1;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .section__title-text {
    font-size: 48px;
    padding-top: 35px;
  }
}
.section__voice {
  background-color: #f7eeee;
}
.section__voice-inner {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .section__voice-inner {
    padding: 64px 0;
  }
}
.section__voice-inner .section__title {
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  .section__voice-inner .section__title {
    max-width: 704px;
  }
}
.section__voice-inner .voice-swiper-wrapper {
  position: relative;
}
.section__voice-inner .swiper-wrapper {
  align-items: stretch !important;
  min-height: 100%;
}
@media screen and (max-width: 768px) {
  .section__voice-inner .swiper-wrapper {
    padding-top: 15px;
  }
}
.section__voice-inner .swiper-container {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section__voice-inner .swiper-container {
    padding-bottom: 15px;
    width: 100%;
  }
}
.section__voice-inner .swiper-options {
  margin: 0 auto;
  width: 890px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section__voice-inner .swiper-options {
    display: none;
  }
}
.section__voice-inner .swiper-pagination {
  transform: translateX(-50%);
  left: 50%;
  bottom: -5px;
}
.section__voice-inner .swiper-pagination-bullet {
  background: #D0C5BB;
  opacity: 1;
  height: 16px;
  width: 16px;
  margin: 0 9px;
}
.section__voice-inner .swiper-pagination-bullet-active {
  background: #5e0a00;
}
.section__voice-inner .swiper-button-prev {
  transform: translateX(-50%);
  left: -55px;
  height: 56px;
  width: 56px;
  background-size: cover;
  transition: all ease 0.4s;
  background-image: url("../../../images/voice/voice-slide-btn-prev.svg");
}
.section__voice-inner .swiper-button-prev:hover {
  background-image: url("../../../images/voice/voice-slide-btn-prev-hover.svg");
}
@media screen and (max-width: 768px) {
  .section__voice-inner .swiper-button-prev {
    left: 0px;
    transform: inherit;
    height: 22px;
  }
}
.section__voice-inner .swiper-button-next {
  transform: translateX(-50%);
  right: -110px;
  left: auto;
  height: 56px;
  width: 56px;
  background-size: cover;
  transition: all ease 0.4s;
  background-image: url("../../../images/voice/voice-slide-btn-next.svg");
}
.section__voice-inner .swiper-button-next:hover {
  background-image: url("../../../images/voice/voice-slide-btn-next-hover.svg");
}
@media screen and (max-width: 768px) {
  .section__voice-inner .swiper-button-next {
    right: 0px;
    transform: inherit;
    height: 22px;
  }
}
.section__voice-inner .swiper-slide {
  background-color: white;
  padding: 65px 55px 55px 90px;
  border-radius: 8px;
  position: relative;
  display: flex;
  height: auto !important;
  width: 1000px !important;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section__voice-inner .swiper-slide {
    width: 640px !important;
    padding: 40px;
    box-shadow: 0px 4px 16px rgba(131, 35, 35, 0.15);
  }
}
.section__voice-inner .swiper-slide-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 74px;
}
.section__voice-inner .swiper-slide-inner.pc {
  display: flex;
}
@media screen and (max-width: 768px) {
  .section__voice-inner .swiper-slide-inner.pc {
    display: none;
  }
}
.section__voice-inner .swiper-slide-inner.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .section__voice-inner .swiper-slide-inner.sp {
    display: block;
  }
}
.section__voice-inner .swiper-slide-inner.sp .voice__content-top {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-bottom: 40px;
}
.section__voice-inner .swiper-slide-inner.sp .voice__content-top__image {
  min-width: 128px;
}
.section__voice-inner .swiper-slide-inner.sp .voice__content-top__image img {
  width: 100%;
}
.section__voice-inner .swiper-slide-inner.sp .voice__content-top__texts__star {
  padding-bottom: 16px;
  width: 180px;
}
.section__voice-inner .swiper-slide-inner.sp .voice__content-top__texts__star img {
  width: 100%;
}
.section__voice-inner .swiper-slide-inner.sp .voice__content-top__texts .voice__content-title {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  color: #493938;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.section__voice-inner .swiper-slide-inner.sp .voice__content-bottom .voice__content-detail {
  font-size: 26px;
  font-weight: 500;
  color: #493938;
  line-height: 1.5;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding-bottom: 40px;
}
.section__voice-inner .swiper-slide-inner.sp .voice__content-bottom__customer {
  font-size: 26px;
  line-height: 1.5;
  font-family: 500;
  text-align: right;
  color: #b0b0b0;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.section__voice-inner .swiper-slide .voice__content-image {
  flex: 1;
  text-align: center;
  min-width: 184px;
}
.section__voice-inner .swiper-slide .voice__content-image__star {
  padding-bottom: 14px;
}
.section__voice-inner .swiper-slide .voice__content-image figcaption {
  padding-top: 16px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #B0B0B0;
}
.section__voice-inner .swiper-slide .voice__content-texts {
  flex: 5;
}
.section__voice-inner .swiper-slide .voice__content-title {
  color: #493938;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  display: block;
  margin-bottom: 16px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.section__voice-inner .swiper-slide .voice__content-detail {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  color: #493938;
}

@media screen and (max-width: 768px) {
  .swiper-pagination {
    width: 100%;
  }
}

.section__title {
  display: block;
  margin: 0 auto 40px;
  text-align: left;
}
.section__title-eg {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #832323;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section__title-eg {
    font-size: 26px;
  }
}
.section__title-eg::before {
  content: "ー";
  padding-right: 8px;
}
.section__title-text {
  font-size: 32px;
  display: inline-block;
  position: relative;
  color: #493938;
  line-height: 1;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .section__title-text {
    font-size: 48px;
    padding-top: 35px;
  }
}
.section__howto {
  padding-top: 40px;
  padding-bottom: 80px;
  background: url("../../../images/howto/how-to-bg.png");
  background-size: cover;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .section__howto {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #e6e6e6;
  }
}
.section__howto-inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section__howto-inner {
    padding: 64px 32px;
    margin: 0 auto;
  }
}
.section__howto-inner-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 42px;
}
@media screen and (max-width: 768px) {
  .section__howto-inner-box {
    grid-template-columns: 1fr;
    padding-top: 0;
    gap: 40px;
  }
}
.section__howto-inner-box__block {
  background: #F5F5F5;
  border-radius: 8px;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
  color: #493938;
}
.section__howto-inner-box__block__inner {
  z-index: 1;
}
.section__howto-inner-box__block.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .section__howto-inner-box__block.pc {
    display: none;
  }
}
.section__howto-inner-box__block.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .section__howto-inner-box__block.sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 55px;
    text-decoration: none;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  }
  .section__howto-inner-box__block.sp:hover {
    color: #493938;
  }
}
.section__howto-inner-box__block.sp:nth-of-type(2) .section__howto-inner-box__block-texts {
  order: -1;
}
.section__howto-inner-box__block .bottom__shadow svg {
  position: absolute;
  z-index: -1;
  bottom: -45px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.section__howto-inner-box__block-image {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 768px) {
  .section__howto-inner-box__block-image {
    position: initial;
    left: 0;
    transform: translate(0%, 0%);
  }
}
.section__howto-inner-box__block-image.how-to-store {
  top: -15px;
}
.section__howto-inner-box__block-image.how-to-home-delivery {
  top: -27px;
}
.section__howto-inner-box__block-image.how-to-business-trip {
  top: -30px;
}
.section__howto-inner-box__block-title {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  padding-top: 75px;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .section__howto-inner-box__block-title {
    font-size: 28px;
    padding-top: 0;
  }
}
.section__howto-inner-box__block-title .brown {
  font-size: 24px;
  color: #971000;
}
@media screen and (max-width: 768px) {
  .section__howto-inner-box__block-title .brown {
    font-size: 40px;
  }
}
.section__howto-inner-box__block-list {
  padding-bottom: 27px;
}
.section__howto-inner-box__block-list li {
  list-style: none;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #493938;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.section__howto-inner-box__block-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .section__howto-inner-box__block-list li:not(:last-of-type) {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 768px) {
  .section__howto-inner-box__block-list li {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .section__howto-inner-box__block-list li img {
    transform: rotate(10deg);
    width: 43px;
    height: 30px;
  }
}
.section__howto-inner-box__block a {
  background: #493938;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  padding: 12px 40px;
  text-decoration: none;
  transition: 0.3s;
}
.section__howto-inner-box__block a:hover {
  background: #876B6A;
  color: white;
}

.section__title {
  display: block;
  margin: 0 auto 40px;
  text-align: left;
}
.section__title-eg {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #832323;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section__title-eg {
    font-size: 26px;
  }
}
.section__title-eg::before {
  content: "ー";
  padding-right: 8px;
}
.section__title-text {
  font-size: 32px;
  display: inline-block;
  position: relative;
  color: #493938;
  line-height: 1;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .section__title-text {
    font-size: 48px;
    padding-top: 35px;
  }
}
.section__concierge {
  width: 100%;
  position: relative;
  margin: 80px 0px 80px;
}
.section__concierge:before {
  content: "";
  display: block;
  position: absolute;
  min-height: 100%;
  height: 100%;
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
  width: 75%;
  right: 0px;
  top: 0px;
  background-color: #f6f2ed;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .section__concierge:before {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .section__concierge:before {
    border-top-left-radius: 160px;
    border-bottom-left-radius: 160px;
  }
}
.section__concierge-inner {
  max-width: 1024px;
  padding-left: 48px;
  padding-right: 48px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 48px;
  position: relative;
  max-width: 950px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 768px) {
  .section__concierge-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .section__concierge-inner {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media screen and (max-width: 768px) {
  .section__concierge-inner {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 24px;
    padding-bottom: 32px;
  }
}
.section__concierge-inner .concierge-block-flex {
  text-align: right;
  margin: 0 auto;
  max-width: 972px;
}
@media screen and (max-width: 1023px) {
  .section__concierge-inner .concierge-block-flex {
    max-width: 801px;
  }
}
@media screen and (max-width: 768px) {
  .section__concierge-inner .concierge-block-flex {
    max-width: 484px;
  }
}
@media screen and (max-width: 525px) {
  .section__concierge-inner .concierge-block-flex {
    max-width: 296px;
  }
}
.section__concierge-inner .concierge-block-flex-content {
  width: 200px;
  margin: 0px 16px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 1023px) {
  .section__concierge-inner .concierge-block-flex-content {
    width: 166px;
    margin: 0px 9px;
  }
}
@media screen and (max-width: 768px) {
  .section__concierge-inner .concierge-block-flex-content {
    width: 42%;
    margin: 0px 3%;
  }
}
.section__concierge-inner .concierge-block-flex-content-image {
  width: 100%;
}
.section__concierge-inner .concierge-block-flex-content-address {
  font-size: 14px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #000000;
  line-height: 1;
}
.section__concierge-inner .concierge-block-flex-content-name {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 18px;
  color: #000000;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section__concierge-inner .concierge-block-flex-content-name {
    font-size: 17px;
  }
}

.section__title {
  display: block;
  margin: 0 auto 40px;
  text-align: left;
}
.section__title-eg {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #832323;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section__title-eg {
    font-size: 26px;
  }
}
.section__title-eg::before {
  content: "ー";
  padding-right: 8px;
}
.section__title-text {
  font-size: 32px;
  display: inline-block;
  position: relative;
  color: #493938;
  line-height: 1;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .section__title-text {
    font-size: 48px;
    padding-top: 35px;
  }
}
.section__faq {
  background: #f7eeee;
}
.section__faq-inner {
  padding: 64px 0;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section__faq-inner {
    padding: 64px 32px;
  }
}
.section__faq-inner .burgundy-link-button {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .section__faq-inner .burgundy-link-button {
    margin-top: 40px;
  }
}
.section__faq-inner-qa-list {
  max-width: 1000px;
  margin: 0 auto;
}
.section__faq-inner-qa-list .qa-content {
  position: relative;
  margin: 24px 0 0;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section__faq-inner-qa-list .qa-content {
    border-radius: 16px;
    margin: 40px 0 0;
    box-shadow: 0px 4px 4px rgba(151, 16, 0, 0.25);
  }
}
.section__faq-inner-qa-list .qa-content:first-child {
  margin-top: 0px;
}
.section__faq-inner-qa-list .qa-content::after {
  content: "";
  position: absolute;
  top: 27px;
  right: 16px;
  width: 24px;
  height: 2px;
  display: block;
  z-index: 1;
}
.section__faq-inner-qa-list .qa-content::before {
  content: "";
  position: absolute;
  background: url("../../../images/faq/faq-gold-arrow.svg") no-repeat center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  background-size: contain;
  top: 12px;
  right: 16px;
  width: 48px;
  height: 48px;
  display: block;
  transform: rotate(0deg);
  z-index: 1;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .section__faq-inner-qa-list .qa-content::before {
    background: url("../../../images/faq/faq-gold-arrow-shadow-none.svg") no-repeat center;
    box-shadow: none;
    width: 60px;
    height: 60px;
    top: 22px;
  }
}
.section__faq-inner-qa-list .qa-content dt {
  position: relative;
  margin: 0;
  padding: 24px 88px 24px 65px;
  background-color: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #493938;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section__faq-inner-qa-list .qa-content dt {
    font-size: 28px;
    padding: 32px 88px 24px 78px;
  }
}
.section__faq-inner-qa-list .qa-content dt::after {
  content: "Q.";
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  position: absolute;
  left: 32px;
  top: 24px;
  color: #bea574;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .section__faq-inner-qa-list .qa-content dt::after {
    font-size: 28px;
    top: 32px;
  }
}
.section__faq-inner-qa-list .qa-content dd {
  margin: 0;
  padding: 0 56px 24px 65px;
  font-size: 16px;
  color: #493938;
  background-color: #ffffff;
  line-height: 1.5;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .section__faq-inner-qa-list .qa-content dd {
    font-size: 28px;
  }
}
.section__faq-inner-qa-list .open::before {
  transform: rotate(180deg);
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .section__faq-inner-qa-list .open::before {
    box-shadow: none;
  }
}

.result_price {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .result_price {
    padding: 64px 16px;
  }
}
.result_price .price_slide {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .result_price .price_slide {
    max-width: 645px;
  }
}
.result_price .price_slide a {
  text-decoration: none;
  width: 232px;
  margin: 0 9px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .result_price .price_slide a {
    width: 304px;
  }
}
.result_price .price_slide .img {
  background-size: contain;
  background-repeat: no-repeat;
  width: 232px;
  height: 232px;
  background-position: center center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .result_price .price_slide .img {
    width: 304px;
    height: 304px;
  }
}
.result_price .price_slide .title {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  color: #745A09;
  margin-bottom: 16px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .result_price .price_slide .title {
    font-size: 26px;
    -webkit-line-clamp: 3;
    height: 114px;
  }
}
.result_price .price_slide .estime_logo {
  text-align: center;
  padding: 8px 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #BE0000;
  background: #F0F0F0;
  margin-bottom: 9px;
}
@media screen and (max-width: 768px) {
  .result_price .price_slide .estime_logo {
    font-size: 26px;
  }
}
.result_price .price_slide .price {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  text-align: center;
  color: #BE0000;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .result_price .price_slide .price {
    font-size: 40px;
  }
}
.result_price .price_slide .price span {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .result_price .price_slide .price span {
    font-size: 26px;
  }
}

.result {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .result {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .result {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .result__new {
    max-width: 100%;
    padding-left: 48px;
    padding-right: 48px;
  }
}
.result__form {
  max-width: 496px;
  margin: 0px auto 40px;
}
@media screen and (max-width: 768px) {
  .result__form {
    margin-bottom: 56px;
    max-width: 100%;
  }
}
.result__category {
  list-style: none;
  margin: 0 auto 24px;
  width: 100%;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .result__category {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .result__category {
    max-width: 100%;
    margin: 0 auto 32px;
  }
}
.result__category li {
  color: #2D2D2D;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  word-break: keep-all;
  width: 120px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .result__category li {
    font-size: 28px;
    width: calc(33.3333333333% - 16px);
    max-width: 224px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
  }
}
.result__category li label {
  width: 100%;
  border-radius: 8px;
  background-color: #F5F5F5;
  padding: 14px 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .result__category li label {
    border-radius: 16px;
    padding: 24px;
  }
}
.result__category li:first-child {
  font-weight: bold;
  width: 96px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .result__category li:first-child {
    margin-right: 0px;
    display: none;
  }
}
.result__category .category_name__page {
  color: #2D2D2D !important;
}
.result__nav {
  margin-bottom: 34px;
}
.result__nav ul {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  list-style: none;
  max-width: 64%;
}
.result__nav ul li {
  width: 24%;
  border-radius: 4px;
  padding: 12px 0px 13px 0px;
  text-align: center;
  background-color: #f6f2ed;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  transition: 0.3s;
  cursor: pointer;
}
.result__nav ul li:hover {
  background-color: #971000;
  color: white;
}
.result__nav ul .in {
  background-color: #971000;
  color: white;
}
.result__output {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  color: #493938;
  margin-bottom: 24px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .result__output {
    font-size: 32px;
  }
}
.result__output .word {
  color: #971000;
}
.result__output .small {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .result__output .small {
    font-size: 24px;
  }
}
.result__more {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  color: #745A09;
  background-color: #fff;
  border: 2px solid #745A09;
  text-align: center;
  margin: 24px auto 0px auto;
  width: 320px;
  padding: 20px 0px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
.result__more::after {
  display: block;
  content: "";
  background-image: url(../../../images/results/icon-arrow.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .result__more::after {
    right: 20px;
    width: 28px;
    height: 28px;
  }
}
.result__more:hover {
  background-color: #745A09;
  color: white;
}
.result__more:hover::after {
  background-image: url(../../../images/results/icon-arrow_white.svg);
}
@media screen and (max-width: 768px) {
  .result__more {
    width: 640px;
    font-size: 24px;
    padding: 32px 0px;
  }
}
.result__more--taxo {
  display: block;
  margin: 40px auto 0px auto;
  text-decoration: none;
}
.result__more--taxo:hover {
  color: white;
}

.result__more_price {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  color: #745A09;
  background-color: #fff;
  text-align: left;
  margin: 40px auto 0px auto;
  width: 320px;
  text-align: center;
  padding: 20px 0px;
  border: 2px solid #745A09;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
.result__more_price::after {
  display: block;
  content: "";
  background-image: url(../../../images/results/icon-arrow.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .result__more_price::after {
    right: 20px;
    width: 28px;
    height: 28px;
  }
}
.result__more_price:hover {
  background-color: #745A09;
  color: white;
}
.result__more_price:hover::after {
  background-image: url(../../../images/results/icon-arrow_white.svg);
}
@media screen and (max-width: 768px) {
  .result__more_price {
    width: 640px;
    font-size: 24px;
    padding: 32px 0px;
  }
}
.result__more_price--taxo {
  display: block;
  margin: 40px auto 0px auto;
  text-decoration: none;
}
.result__more_price--taxo:hover {
  color: white;
}

.purchase_archive {
  margin-bottom: 146px;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .purchase_archive {
    margin-bottom: 56px;
    margin-top: 0px;
  }
}
.purchase_archive h2 {
  font-size: 32px;
  color: #971000;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
  font-weight: normal;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .purchase_archive h2 {
    font-size: 24px;
  }
}

.purchase-arc {
  display: none;
}
.purchase-arc.in {
  display: block;
}
.purchase-arc__result {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
  color: #493938;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .purchase-arc__result {
    font-size: 24px;
  }
}
.purchase-arc tbody, .purchase-arc table {
  width: 100%;
}
.purchase-arc__tb {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .purchase-arc__tb {
    font-size: 24px;
  }
}
.purchase-arc__tb thead {
  width: 100%;
}
.purchase-arc__tb thead th {
  background-color: #343434;
  color: white;
  text-align: center;
  border-width: 1px 0px;
  border-color: #D0C5BB;
  border-style: solid;
  padding: 16px 24px;
  word-break: keep-all;
}
.purchase-arc__tb thead th:first-child {
  background-color: #5C5C5C;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .purchase-arc__tb thead th {
    font-size: 28px;
  }
}
.purchase-arc__tb thead th .is_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .purchase-arc__tb thead th .is_sp {
    display: block;
    background-color: #fff;
    color: #BE0000;
    font-weight: bold;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    padding: 4px 8px;
    font-size: 20px;
    line-height: 1;
    width: 150px;
    margin: 10px auto 0px;
  }
}
.purchase-arc__tb tbody {
  width: 100%;
}
.purchase-arc__tb tbody td {
  background-color: #fff;
  border-width: 1px 0px;
  border-color: #D0C5BB;
  border-style: dashed;
  padding: 16px 24px;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .purchase-arc__tb tbody td {
    font-size: 24px;
    padding: 24px;
  }
}
.purchase-arc__tb tbody td p {
  background-color: #971000;
  text-decoration: none;
  color: white;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  width: 60px;
  padding: 7px 0px;
  display: block;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #971000;
  transition: 0.3s;
}
.purchase-arc__tb tbody td p:hover {
  background-color: white;
  color: #971000;
}
@media screen and (max-width: 768px) {
  .purchase-arc__tb tbody td p {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.purchase-arc__tb tbody .td-brand {
  max-width: 720px;
  width: 72%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .purchase-arc__tb tbody .td-brand {
    min-width: inherit;
    max-width: inherit;
    margin-right: 0px;
    width: 61%;
  }
}
.purchase-arc__tb tbody .td-price {
  word-break: keep-all;
  width: 28%;
  font-family: "Oswald", sans-serif;
  text-align: right;
  color: #BE0000;
  font-weight: 700;
  font-size: 20px;
  background-color: #FFFCEB;
}
@media screen and (max-width: 768px) {
  .purchase-arc__tb tbody .td-price {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.3;
    text-align: right;
    width: 39%;
    padding: 24px;
  }
}
.purchase-arc__tb tbody .td-price::after {
  content: "";
  display: block;
  clear: both;
}
.purchase-arc__tb tbody .td-price .yen {
  font-size: 14px;
}
.purchase-arc__tb tbody .td-price .tags {
  background-color: #BE0000;
  color: #fff;
  font-size: 10px;
  padding: 4px 8px;
  float: left;
  display: block;
  margin-top: 3px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .purchase-arc__tb tbody .td-price .tags {
    display: none;
  }
}
.purchase-arc__tb tbody tr {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .purchase-arc__tb tbody tr {
    border-width: 1px 0px;
    border-color: #D0C5BB;
    border-style: solid;
  }
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.modal__background {
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 101;
}
.modal__content {
  max-width: 611px;
  width: 100%;
  left: 50%;
  overflow-y: scroll;
  position: absolute;
  z-index: 105;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  overflow-y: scroll;
  max-height: 594px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .modal__content {
    width: 96%;
    max-width: 96%;
    max-height: 834px;
    height: 80%;
  }
}
.modal__content .line-assessment-content-inner {
  padding: 24px 65px 24px 65px;
}
@media screen and (max-width: 768px) {
  .modal__content .line-assessment-content-inner {
    padding: 0px;
  }
}
.modal__content .line-assessment-content h2 {
  display: none;
}
.modal__data {
  padding: 32px;
}
.modal__list {
  list-style: none;
  text-align: left;
}
.modal__list--flag {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #971000;
  background-color: #f6f2ed;
  padding: 8px 0px;
  margin-bottom: 16px;
}
.modal__list--date {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  color: #B0B0B0;
}
@media screen and (max-width: 768px) {
  .modal__list--date {
    font-size: 28px;
  }
}
.modal__list--red {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  color: #8E693F;
  margin-top: 16px;
}
.modal__list--red a {
  color: #5E0A00;
  text-decoration: none;
}
.modal__list--red a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .modal__list--red {
    font-size: 28px;
  }
}
.modal__list--title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  color: #493938;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .modal__list--title {
    font-size: 36px;
  }
}
.modal__list--data {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  margin-right: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .modal__list--data {
    font-size: 28px;
  }
}
.modal__list--sub_detail {
  color: #B0B0B0;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .modal__list--sub_detail {
    font-size: 28px;
  }
}
.modal__list--price {
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  margin-top: 17px;
  color: #971000;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .modal__list--price {
    font-size: 48px;
  }
}
.modal__list--price .tags {
  background-color: #971000;
  color: #fff;
  font-size: 14px;
  padding: 8px 16px;
  display: inline-block;
  border-radius: 4px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .modal__list--price .tags {
    font-size: 24px;
  }
}
.modal .line-assessment-content {
  margin: 32px auto 0px auto;
}
.modal .line-assessment-content-top {
  display: none;
}
.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal__close {
    top: 18px;
    right: 18px;
  }
}
.modal__close--1 {
  height: 2px;
  width: 32px;
  background-color: #202020;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: 32px;
  right: 15px;
}
@media screen and (max-width: 768px) {
  .modal__close--1 {
    width: 18px;
  }
}
.modal__close--2 {
  height: 2px;
  width: 32px;
  background-color: #202020;
  display: block;
  transform: rotate(-45deg);
  position: absolute;
  top: 32px;
  right: 15px;
}
@media screen and (max-width: 768px) {
  .modal__close--2 {
    width: 18px;
  }
}

.section__title {
  display: block;
  margin: 0 auto 40px;
  text-align: left;
}
.section__title-eg {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #832323;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section__title-eg {
    font-size: 26px;
  }
}
.section__title-eg::before {
  content: "ー";
  padding-right: 8px;
}
.section__title-text {
  font-size: 32px;
  display: inline-block;
  position: relative;
  color: #493938;
  line-height: 1;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .section__title-text {
    font-size: 48px;
    padding-top: 35px;
  }
}
.section__howto.not_bg {
  padding-top: 0px;
}
.section__howto.not_bg::before {
  background: none;
}
.section__store, .section__delivery, .section__business, .section__line {
  margin-top: 110px;
}
@media screen and (max-width: 640px) {
  .section__store, .section__delivery, .section__business, .section__line {
    margin-top: 85px;
  }
}
@media screen and (max-width: 460px) {
  .section__store, .section__delivery, .section__business, .section__line {
    margin-top: 52px;
  }
}
.section__store-inner, .section__delivery-inner, .section__business-inner, .section__line-inner {
  max-width: 1024px;
  padding-left: 48px;
  padding-right: 48px;
  width: 100%;
  margin: 0 auto;
  padding-left: 26px;
  padding-top: 40px;
  padding-bottom: 48px;
  padding-right: 0px;
  position: relative;
  margin: 0px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .section__store-inner, .section__delivery-inner, .section__business-inner, .section__line-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .section__store-inner, .section__delivery-inner, .section__business-inner, .section__line-inner {
    padding: 21px 48px 75px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .section__store-inner, .section__delivery-inner, .section__business-inner, .section__line-inner {
    padding: 24px 32px 31px;
    margin: 0 auto;
  }
}
.section__store__flow, .section__delivery__flow, .section__business__flow, .section__line__flow {
  max-width: 810px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .section__store__flow, .section__delivery__flow, .section__business__flow, .section__line__flow {
    margin-bottom: 33px;
  }
}
.section__store__flow__title, .section__delivery__flow__title, .section__business__flow__title, .section__line__flow__title {
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  color: #5e0a00;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section__store__flow__title, .section__delivery__flow__title, .section__business__flow__title, .section__line__flow__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .section__store__flow__title, .section__delivery__flow__title, .section__business__flow__title, .section__line__flow__title {
    font-size: 24px;
  }
}
.section__store__flow__list__texts, .section__delivery__flow__list__texts, .section__business__flow__list__texts, .section__line__flow__list__texts {
  display: flex;
  align-items: center;
}
.section__store__flow__list__texts span, .section__delivery__flow__list__texts span, .section__business__flow__list__texts span, .section__line__flow__list__texts span {
  color: #5e0a00;
  font-size: 32px;
}
.section__store__flow__list__texts p, .section__delivery__flow__list__texts p, .section__business__flow__list__texts p, .section__line__flow__list__texts p {
  font-size: 16px;
  margin-left: 12px;
  text-align: left;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .section__store__flow__list__texts p, .section__delivery__flow__list__texts p, .section__business__flow__list__texts p, .section__line__flow__list__texts p {
    font-size: 17px;
  }
}
.section__store__flow__list, .section__delivery__flow__list, .section__business__flow__list, .section__line__flow__list {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .section__store__flow__list, .section__delivery__flow__list, .section__business__flow__list, .section__line__flow__list {
    justify-content: space-between;
    max-width: 520px;
    margin: 0 auto;
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .section__store__flow__list, .section__delivery__flow__list, .section__business__flow__list, .section__line__flow__list {
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
  }
}
.section__store__flow__list li, .section__delivery__flow__list li, .section__business__flow__list li, .section__line__flow__list li {
  width: 28.5714285714%;
}
@media screen and (max-width: 1023px) {
  .section__store__flow__list li, .section__delivery__flow__list li, .section__business__flow__list li, .section__line__flow__list li {
    width: 250px;
  }
  .section__store__flow__list li:nth-of-type(odd), .section__delivery__flow__list li:nth-of-type(odd), .section__business__flow__list li:nth-of-type(odd), .section__line__flow__list li:nth-of-type(odd) {
    margin-right: 24px;
  }
}
@media screen and (max-width: 640px) {
  .section__store__flow__list li, .section__delivery__flow__list li, .section__business__flow__list li, .section__line__flow__list li {
    width: 250px;
  }
  .section__store__flow__list li:nth-of-type(odd), .section__delivery__flow__list li:nth-of-type(odd), .section__business__flow__list li:nth-of-type(odd), .section__line__flow__list li:nth-of-type(odd) {
    margin-right: 0 !important;
  }
}
.section__store__flow__list li:not(:last-child), .section__delivery__flow__list li:not(:last-child), .section__business__flow__list li:not(:last-child), .section__line__flow__list li:not(:last-child) {
  margin-right: 32px;
}
@media screen and (max-width: 1023px) {
  .section__store__flow__list li:not(:last-child), .section__delivery__flow__list li:not(:last-child), .section__business__flow__list li:not(:last-child), .section__line__flow__list li:not(:last-child) {
    margin-bottom: 35px;
    margin-right: 0;
  }
}
.section__store__flow__list li:nth-child(n+4), .section__delivery__flow__list li:nth-child(n+4), .section__business__flow__list li:nth-child(n+4), .section__line__flow__list li:nth-child(n+4) {
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  .section__store__flow__list li:nth-child(n+4), .section__delivery__flow__list li:nth-child(n+4), .section__business__flow__list li:nth-child(n+4), .section__line__flow__list li:nth-child(n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .section__store__flow__list li:last-child, .section__delivery__flow__list li:last-child, .section__business__flow__list li:last-child, .section__line__flow__list li:last-child {
    margin-right: auto !important;
  }
}
@media screen and (max-width: 640px) {
  .section__store__flow__list li:last-child, .section__delivery__flow__list li:last-child, .section__business__flow__list li:last-child, .section__line__flow__list li:last-child {
    margin-right: initial !important;
  }
}
.section__store__flow__list li img, .section__delivery__flow__list li img, .section__business__flow__list li img, .section__line__flow__list li img {
  width: 100%;
}
.section__store__necessary, .section__delivery__necessary, .section__business__necessary, .section__line__necessary {
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .section__store__necessary, .section__delivery__necessary, .section__business__necessary, .section__line__necessary {
    margin-bottom: 55px;
  }
}
.section__store__necessary__title, .section__delivery__necessary__title, .section__business__necessary__title, .section__line__necessary__title {
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  color: #5e0a00;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section__store__necessary__title, .section__delivery__necessary__title, .section__business__necessary__title, .section__line__necessary__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .section__store__necessary__title, .section__delivery__necessary__title, .section__business__necessary__title, .section__line__necessary__title {
    font-size: 24px;
  }
}
.section__store__necessary__box, .section__delivery__necessary__box, .section__business__necessary__box, .section__line__necessary__box {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .section__store__necessary__box, .section__delivery__necessary__box, .section__business__necessary__box, .section__line__necessary__box {
    flex-direction: column;
    margin-top: 24px;
  }
}
.section__store__necessary__box__image img, .section__delivery__necessary__box__image img, .section__business__necessary__box__image img, .section__line__necessary__box__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__store__necessary__box__texts, .section__delivery__necessary__box__texts, .section__business__necessary__box__texts, .section__line__necessary__box__texts {
  margin-left: 40px;
}
@media screen and (max-width: 640px) {
  .section__store__necessary__box__texts, .section__delivery__necessary__box__texts, .section__business__necessary__box__texts, .section__line__necessary__box__texts {
    margin-left: 0;
  }
}
.section__store__necessary__box__texts h4, .section__delivery__necessary__box__texts h4, .section__business__necessary__box__texts h4, .section__line__necessary__box__texts h4 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}
.section__store__necessary__box__texts p, .section__delivery__necessary__box__texts p, .section__business__necessary__box__texts p, .section__line__necessary__box__texts p {
  font-size: 14px;
}
.section__store {
  width: 100%;
  position: relative;
  margin-top: 110px;
}
.section__store::before {
  content: "";
  display: block;
  position: absolute;
  min-height: 100%;
  height: 100%;
  width: 75%;
  left: 0px;
  top: 0px;
  background-color: #f6f2ed;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .section__store::before {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .section__store::before {
    border-top-right-radius: 160px;
    border-bottom-right-radius: 160px;
  }
}
@media screen and (max-width: 640px) {
  .section__store {
    margin-top: 85px;
  }
}
.section__delivery {
  width: 100%;
  position: relative;
}
.section__delivery:before {
  content: "";
  display: block;
  position: absolute;
  min-height: 100%;
  height: 100%;
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
  width: 75%;
  right: 0px;
  top: 0px;
  background-color: #f6f2ed;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .section__delivery:before {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .section__delivery:before {
    border-top-left-radius: 160px;
    border-bottom-left-radius: 160px;
  }
}
.section__delivery__merit {
  margin-bottom: 90px;
}
@media screen and (max-width: 640px) {
  .section__delivery__merit {
    margin-bottom: 55px;
  }
}
.section__delivery__merit__title {
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  color: #5e0a00;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section__delivery__merit__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .section__delivery__merit__title {
    font-size: 24px;
  }
}
.section__delivery__merit__list {
  display: flex;
  justify-content: space-between;
  text-align: center;
  max-width: 530px;
  margin: 0 auto;
  list-style: none;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .section__delivery__merit__list {
    flex-direction: column;
    margin-top: 24px;
  }
}
@media screen and (max-width: 640px) {
  .section__delivery__merit__list li:not(:last-child) {
    margin-bottom: 24px;
  }
}
.section__delivery__merit__list li p {
  font-size: 18px;
}
.section__business {
  width: 100%;
  position: relative;
}
.section__business::before {
  content: "";
  display: block;
  position: absolute;
  min-height: 100%;
  height: 100%;
  width: 75%;
  left: 0px;
  top: 0px;
  background-color: #f6f2ed;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .section__business::before {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .section__business::before {
    border-top-right-radius: 160px;
    border-bottom-right-radius: 160px;
  }
}
.section__business__merit {
  margin-bottom: 90px;
}
.section__business__merit__title {
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  color: #5e0a00;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section__business__merit__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .section__business__merit__title {
    font-size: 24px;
  }
}
.section__business__merit__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  list-style: none;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .section__business__merit__list {
    flex-direction: column;
    align-items: center;
  }
}
.section__business__merit__list li {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .section__business__merit__list li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .section__business__merit__list li {
    width: 100%;
  }
}
.section__business__merit__list li:nth-child(n+3) {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .section__business__merit__list li:nth-child(n+3) {
    margin-top: 0;
  }
}
.section__business__merit__list li:not(:last-child) {
  margin-bottom: 24px;
}
.section__business__merit__list li p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .section__business__merit__list li p {
    font-size: 17px;
  }
}
.section__line {
  width: 100%;
  position: relative;
}
.section__line:before {
  content: "";
  display: block;
  position: absolute;
  min-height: 100%;
  height: 100%;
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
  width: 75%;
  right: 0px;
  top: 0px;
  background-color: #f6f2ed;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .section__line:before {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .section__line:before {
    border-top-left-radius: 160px;
    border-bottom-left-radius: 160px;
  }
}
.section__line__flow__list {
  display: flex;
  justify-content: space-between;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  list-style: none;
  margin-top: 40px;
  flex-wrap: initial;
}
@media screen and (max-width: 1023px) {
  .section__line__flow__list {
    flex-wrap: wrap;
    max-width: 520px;
    margin: 0 auto;
    margin-top: 32px;
  }
}
.section__line__flow__list li {
  width: 250px;
}
.section__line__flow__list li p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .section__line__flow__list li p {
    font-size: 17px;
    text-align: left;
  }
}
.section__line__photo__title {
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  color: #5e0a00;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .section__line__photo__title {
    font-size: 24px;
  }
}
.section__line__photo__box {
  max-width: 810px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .section__line__photo__box {
    max-width: 520px;
  }
}
.section__line__photo__box__block:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section__line__photo__box__block:not(:last-child) {
    margin-bottom: 32px;
  }
}
.section__line__photo__box__block__title {
  font-size: 24px;
  font-weight: 400;
  color: #5e0a00;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .section__line__photo__box__block__title {
    text-align: center;
  }
}
.section__line__photo__box__block__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (max-width: 640px) {
  .section__line__photo__box__block__list {
    flex-direction: column;
    align-items: center;
  }
}
.section__line__photo__box__block__list li {
  width: 240px;
  margin-bottom: 24px;
}
@media screen and (max-width: 375px) {
  .section__line__photo__box__block__list li:nth-child(n+3) {
    margin-top: 24px;
  }
}
.section__line__photo__box__block__list li p {
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .section__line__photo__box__block__list li:not(:last-child) {
    margin-bottom: 24px;
  }
}

.pdf_download_div {
  max-width: 810px;
  margin: 0 auto;
  margin-bottom: 80px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .pdf_download_div {
    margin-bottom: 56px;
  }
}
.pdf_download_div .download_pdf {
  background: #FFFFFF;
  border: 2px solid #202020;
  box-sizing: border-box;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 17px 52px;
  color: black;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .pdf_download_div .download_pdf {
    display: block;
    margin-bottom: 24px;
    padding: 17px 70px 17px 46px;
  }
}
.pdf_download_div .download_pdf svg {
  display: none;
}
@media screen and (max-width: 768px) {
  .pdf_download_div .download_pdf svg {
    display: inherit;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 19px;
    margin-left: 10px;
    right: 43px;
  }
}
.pdf_download_div .download_pdf:hover {
  background: black;
  color: white;
}

.section__title {
  display: block;
  margin: 0 auto 40px;
  text-align: left;
}
.section__title-eg {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #832323;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section__title-eg {
    font-size: 26px;
  }
}
.section__title-eg::before {
  content: "ー";
  padding-right: 8px;
}
.section__title-text {
  font-size: 32px;
  display: inline-block;
  position: relative;
  color: #493938;
  line-height: 1;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .section__title-text {
    font-size: 48px;
    padding-top: 35px;
  }
}
.section__faq {
  background: #f7eeee;
}
.section__faq-inner {
  padding: 64px 0;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section__faq-inner {
    padding: 64px 32px;
  }
}
.section__faq-inner .burgundy-link-button {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .section__faq-inner .burgundy-link-button {
    margin-top: 40px;
  }
}
.section__faq-inner-qa-list {
  max-width: 1000px;
  margin: 0 auto;
}
.section__faq-inner-qa-list .qa-content {
  position: relative;
  margin: 24px 0 0;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section__faq-inner-qa-list .qa-content {
    border-radius: 16px;
    margin: 40px 0 0;
    box-shadow: 0px 4px 4px rgba(151, 16, 0, 0.25);
  }
}
.section__faq-inner-qa-list .qa-content:first-child {
  margin-top: 0px;
}
.section__faq-inner-qa-list .qa-content::after {
  content: "";
  position: absolute;
  top: 27px;
  right: 16px;
  width: 24px;
  height: 2px;
  display: block;
  z-index: 1;
}
.section__faq-inner-qa-list .qa-content::before {
  content: "";
  position: absolute;
  background: url("../../../images/faq/faq-gold-arrow.svg") no-repeat center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  background-size: contain;
  top: 12px;
  right: 16px;
  width: 48px;
  height: 48px;
  display: block;
  transform: rotate(0deg);
  z-index: 1;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .section__faq-inner-qa-list .qa-content::before {
    background: url("../../../images/faq/faq-gold-arrow-shadow-none.svg") no-repeat center;
    box-shadow: none;
    width: 60px;
    height: 60px;
    top: 22px;
  }
}
.section__faq-inner-qa-list .qa-content dt {
  position: relative;
  margin: 0;
  padding: 24px 88px 24px 65px;
  background-color: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #493938;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section__faq-inner-qa-list .qa-content dt {
    font-size: 28px;
    padding: 32px 88px 24px 78px;
  }
}
.section__faq-inner-qa-list .qa-content dt::after {
  content: "Q.";
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  position: absolute;
  left: 32px;
  top: 24px;
  color: #bea574;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .section__faq-inner-qa-list .qa-content dt::after {
    font-size: 28px;
    top: 32px;
  }
}
.section__faq-inner-qa-list .qa-content dd {
  margin: 0;
  padding: 0 56px 24px 65px;
  font-size: 16px;
  color: #493938;
  background-color: #ffffff;
  line-height: 1.5;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .section__faq-inner-qa-list .qa-content dd {
    font-size: 28px;
  }
}
.section__faq-inner-qa-list .open::before {
  transform: rotate(180deg);
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .section__faq-inner-qa-list .open::before {
    box-shadow: none;
  }
}

.result_price {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .result_price {
    padding: 64px 16px;
  }
}
.result_price .price_slide {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .result_price .price_slide {
    max-width: 645px;
  }
}
.result_price .price_slide a {
  text-decoration: none;
  width: 232px;
  margin: 0 9px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .result_price .price_slide a {
    width: 304px;
  }
}
.result_price .price_slide .img {
  background-size: contain;
  background-repeat: no-repeat;
  width: 232px;
  height: 232px;
  background-position: center center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .result_price .price_slide .img {
    width: 304px;
    height: 304px;
  }
}
.result_price .price_slide .title {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  color: #745A09;
  margin-bottom: 16px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .result_price .price_slide .title {
    font-size: 26px;
    -webkit-line-clamp: 3;
    height: 114px;
  }
}
.result_price .price_slide .estime_logo {
  text-align: center;
  padding: 8px 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #BE0000;
  background: #F0F0F0;
  margin-bottom: 9px;
}
@media screen and (max-width: 768px) {
  .result_price .price_slide .estime_logo {
    font-size: 26px;
  }
}
.result_price .price_slide .price {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  text-align: center;
  color: #BE0000;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .result_price .price_slide .price {
    font-size: 40px;
  }
}
.result_price .price_slide .price span {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .result_price .price_slide .price span {
    font-size: 26px;
  }
}

.result {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .result {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .result {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .result__new {
    max-width: 100%;
    padding-left: 48px;
    padding-right: 48px;
  }
}
.result__form {
  max-width: 496px;
  margin: 0px auto 40px;
}
@media screen and (max-width: 768px) {
  .result__form {
    margin-bottom: 56px;
    max-width: 100%;
  }
}
.result__category {
  list-style: none;
  margin: 0 auto 24px;
  width: 100%;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .result__category {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .result__category {
    max-width: 100%;
    margin: 0 auto 32px;
  }
}
.result__category li {
  color: #2D2D2D;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  word-break: keep-all;
  width: 120px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .result__category li {
    font-size: 28px;
    width: calc(33.3333333333% - 16px);
    max-width: 224px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
  }
}
.result__category li label {
  width: 100%;
  border-radius: 8px;
  background-color: #F5F5F5;
  padding: 14px 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .result__category li label {
    border-radius: 16px;
    padding: 24px;
  }
}
.result__category li:first-child {
  font-weight: bold;
  width: 96px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .result__category li:first-child {
    margin-right: 0px;
    display: none;
  }
}
.result__category .category_name__page {
  color: #2D2D2D !important;
}
.result__nav {
  margin-bottom: 34px;
}
.result__nav ul {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  list-style: none;
  max-width: 64%;
}
.result__nav ul li {
  width: 24%;
  border-radius: 4px;
  padding: 12px 0px 13px 0px;
  text-align: center;
  background-color: #f6f2ed;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  transition: 0.3s;
  cursor: pointer;
}
.result__nav ul li:hover {
  background-color: #971000;
  color: white;
}
.result__nav ul .in {
  background-color: #971000;
  color: white;
}
.result__output {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  color: #493938;
  margin-bottom: 24px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .result__output {
    font-size: 32px;
  }
}
.result__output .word {
  color: #971000;
}
.result__output .small {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .result__output .small {
    font-size: 24px;
  }
}
.result__more {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  color: #745A09;
  background-color: #fff;
  border: 2px solid #745A09;
  text-align: center;
  margin: 24px auto 0px auto;
  width: 320px;
  padding: 20px 0px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
.result__more::after {
  display: block;
  content: "";
  background-image: url(../../../images/results/icon-arrow.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .result__more::after {
    right: 20px;
    width: 28px;
    height: 28px;
  }
}
.result__more:hover {
  background-color: #745A09;
  color: white;
}
.result__more:hover::after {
  background-image: url(../../../images/results/icon-arrow_white.svg);
}
@media screen and (max-width: 768px) {
  .result__more {
    width: 640px;
    font-size: 24px;
    padding: 32px 0px;
  }
}
.result__more--taxo {
  display: block;
  margin: 40px auto 0px auto;
  text-decoration: none;
}
.result__more--taxo:hover {
  color: white;
}

.result__more_price {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  color: #745A09;
  background-color: #fff;
  text-align: left;
  margin: 40px auto 0px auto;
  width: 320px;
  text-align: center;
  padding: 20px 0px;
  border: 2px solid #745A09;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
.result__more_price::after {
  display: block;
  content: "";
  background-image: url(../../../images/results/icon-arrow.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .result__more_price::after {
    right: 20px;
    width: 28px;
    height: 28px;
  }
}
.result__more_price:hover {
  background-color: #745A09;
  color: white;
}
.result__more_price:hover::after {
  background-image: url(../../../images/results/icon-arrow_white.svg);
}
@media screen and (max-width: 768px) {
  .result__more_price {
    width: 640px;
    font-size: 24px;
    padding: 32px 0px;
  }
}
.result__more_price--taxo {
  display: block;
  margin: 40px auto 0px auto;
  text-decoration: none;
}
.result__more_price--taxo:hover {
  color: white;
}

.purchase_archive {
  margin-bottom: 146px;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .purchase_archive {
    margin-bottom: 56px;
    margin-top: 0px;
  }
}
.purchase_archive h2 {
  font-size: 32px;
  color: #971000;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
  font-weight: normal;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .purchase_archive h2 {
    font-size: 24px;
  }
}

.purchase-arc {
  display: none;
}
.purchase-arc.in {
  display: block;
}
.purchase-arc__result {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
  color: #493938;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .purchase-arc__result {
    font-size: 24px;
  }
}
.purchase-arc tbody, .purchase-arc table {
  width: 100%;
}
.purchase-arc__tb {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .purchase-arc__tb {
    font-size: 24px;
  }
}
.purchase-arc__tb thead {
  width: 100%;
}
.purchase-arc__tb thead th {
  background-color: #343434;
  color: white;
  text-align: center;
  border-width: 1px 0px;
  border-color: #D0C5BB;
  border-style: solid;
  padding: 16px 24px;
  word-break: keep-all;
}
.purchase-arc__tb thead th:first-child {
  background-color: #5C5C5C;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .purchase-arc__tb thead th {
    font-size: 28px;
  }
}
.purchase-arc__tb thead th .is_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .purchase-arc__tb thead th .is_sp {
    display: block;
    background-color: #fff;
    color: #BE0000;
    font-weight: bold;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    padding: 4px 8px;
    font-size: 20px;
    line-height: 1;
    width: 150px;
    margin: 10px auto 0px;
  }
}
.purchase-arc__tb tbody {
  width: 100%;
}
.purchase-arc__tb tbody td {
  background-color: #fff;
  border-width: 1px 0px;
  border-color: #D0C5BB;
  border-style: dashed;
  padding: 16px 24px;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .purchase-arc__tb tbody td {
    font-size: 24px;
    padding: 24px;
  }
}
.purchase-arc__tb tbody td p {
  background-color: #971000;
  text-decoration: none;
  color: white;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  width: 60px;
  padding: 7px 0px;
  display: block;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #971000;
  transition: 0.3s;
}
.purchase-arc__tb tbody td p:hover {
  background-color: white;
  color: #971000;
}
@media screen and (max-width: 768px) {
  .purchase-arc__tb tbody td p {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.purchase-arc__tb tbody .td-brand {
  max-width: 720px;
  width: 72%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .purchase-arc__tb tbody .td-brand {
    min-width: inherit;
    max-width: inherit;
    margin-right: 0px;
    width: 61%;
  }
}
.purchase-arc__tb tbody .td-price {
  word-break: keep-all;
  width: 28%;
  font-family: "Oswald", sans-serif;
  text-align: right;
  color: #BE0000;
  font-weight: 700;
  font-size: 20px;
  background-color: #FFFCEB;
}
@media screen and (max-width: 768px) {
  .purchase-arc__tb tbody .td-price {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.3;
    text-align: right;
    width: 39%;
    padding: 24px;
  }
}
.purchase-arc__tb tbody .td-price::after {
  content: "";
  display: block;
  clear: both;
}
.purchase-arc__tb tbody .td-price .yen {
  font-size: 14px;
}
.purchase-arc__tb tbody .td-price .tags {
  background-color: #BE0000;
  color: #fff;
  font-size: 10px;
  padding: 4px 8px;
  float: left;
  display: block;
  margin-top: 3px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .purchase-arc__tb tbody .td-price .tags {
    display: none;
  }
}
.purchase-arc__tb tbody tr {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .purchase-arc__tb tbody tr {
    border-width: 1px 0px;
    border-color: #D0C5BB;
    border-style: solid;
  }
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.modal__background {
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 101;
}
.modal__content {
  max-width: 611px;
  width: 100%;
  left: 50%;
  overflow-y: scroll;
  position: absolute;
  z-index: 105;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  overflow-y: scroll;
  max-height: 594px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .modal__content {
    width: 96%;
    max-width: 96%;
    max-height: 834px;
    height: 80%;
  }
}
.modal__content .line-assessment-content-inner {
  padding: 24px 65px 24px 65px;
}
@media screen and (max-width: 768px) {
  .modal__content .line-assessment-content-inner {
    padding: 0px;
  }
}
.modal__content .line-assessment-content h2 {
  display: none;
}
.modal__data {
  padding: 32px;
}
.modal__list {
  list-style: none;
  text-align: left;
}
.modal__list--flag {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #971000;
  background-color: #f6f2ed;
  padding: 8px 0px;
  margin-bottom: 16px;
}
.modal__list--date {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  color: #B0B0B0;
}
@media screen and (max-width: 768px) {
  .modal__list--date {
    font-size: 28px;
  }
}
.modal__list--red {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  color: #8E693F;
  margin-top: 16px;
}
.modal__list--red a {
  color: #5E0A00;
  text-decoration: none;
}
.modal__list--red a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .modal__list--red {
    font-size: 28px;
  }
}
.modal__list--title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  color: #493938;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .modal__list--title {
    font-size: 36px;
  }
}
.modal__list--data {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  margin-right: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .modal__list--data {
    font-size: 28px;
  }
}
.modal__list--sub_detail {
  color: #B0B0B0;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .modal__list--sub_detail {
    font-size: 28px;
  }
}
.modal__list--price {
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  margin-top: 17px;
  color: #971000;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .modal__list--price {
    font-size: 48px;
  }
}
.modal__list--price .tags {
  background-color: #971000;
  color: #fff;
  font-size: 14px;
  padding: 8px 16px;
  display: inline-block;
  border-radius: 4px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .modal__list--price .tags {
    font-size: 24px;
  }
}
.modal .line-assessment-content {
  margin: 32px auto 0px auto;
}
.modal .line-assessment-content-top {
  display: none;
}
.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal__close {
    top: 18px;
    right: 18px;
  }
}
.modal__close--1 {
  height: 2px;
  width: 32px;
  background-color: #202020;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: 32px;
  right: 15px;
}
@media screen and (max-width: 768px) {
  .modal__close--1 {
    width: 18px;
  }
}
.modal__close--2 {
  height: 2px;
  width: 32px;
  background-color: #202020;
  display: block;
  transform: rotate(-45deg);
  position: absolute;
  top: 32px;
  right: 15px;
}
@media screen and (max-width: 768px) {
  .modal__close--2 {
    width: 18px;
  }
}

.section__title {
  display: block;
  margin: 0 auto 40px;
  text-align: left;
}
.section__title-eg {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #832323;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section__title-eg {
    font-size: 26px;
  }
}
.section__title-eg::before {
  content: "ー";
  padding-right: 8px;
}
.section__title-text {
  font-size: 32px;
  display: inline-block;
  position: relative;
  color: #493938;
  line-height: 1;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .section__title-text {
    font-size: 48px;
    padding-top: 35px;
  }
}
.section__howto.not_bg {
  padding-top: 0px;
}
.section__howto.not_bg::before {
  background: none;
}
.section__store, .section__delivery, .section__business, .section__line {
  margin-top: 110px;
}
@media screen and (max-width: 640px) {
  .section__store, .section__delivery, .section__business, .section__line {
    margin-top: 85px;
  }
}
@media screen and (max-width: 460px) {
  .section__store, .section__delivery, .section__business, .section__line {
    margin-top: 52px;
  }
}
.section__store-inner, .section__delivery-inner, .section__business-inner, .section__line-inner {
  max-width: 1024px;
  padding-left: 48px;
  padding-right: 48px;
  width: 100%;
  margin: 0 auto;
  padding-left: 26px;
  padding-top: 40px;
  padding-bottom: 48px;
  padding-right: 0px;
  position: relative;
  margin: 0px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .section__store-inner, .section__delivery-inner, .section__business-inner, .section__line-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .section__store-inner, .section__delivery-inner, .section__business-inner, .section__line-inner {
    padding: 21px 48px 75px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .section__store-inner, .section__delivery-inner, .section__business-inner, .section__line-inner {
    padding: 24px 32px 31px;
    margin: 0 auto;
  }
}
.section__store__flow, .section__delivery__flow, .section__business__flow, .section__line__flow {
  max-width: 810px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .section__store__flow, .section__delivery__flow, .section__business__flow, .section__line__flow {
    margin-bottom: 33px;
  }
}
.section__store__flow__title, .section__delivery__flow__title, .section__business__flow__title, .section__line__flow__title {
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  color: #5e0a00;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section__store__flow__title, .section__delivery__flow__title, .section__business__flow__title, .section__line__flow__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .section__store__flow__title, .section__delivery__flow__title, .section__business__flow__title, .section__line__flow__title {
    font-size: 24px;
  }
}
.section__store__flow__list__texts, .section__delivery__flow__list__texts, .section__business__flow__list__texts, .section__line__flow__list__texts {
  display: flex;
  align-items: center;
}
.section__store__flow__list__texts span, .section__delivery__flow__list__texts span, .section__business__flow__list__texts span, .section__line__flow__list__texts span {
  color: #5e0a00;
  font-size: 32px;
}
.section__store__flow__list__texts p, .section__delivery__flow__list__texts p, .section__business__flow__list__texts p, .section__line__flow__list__texts p {
  font-size: 16px;
  margin-left: 12px;
  text-align: left;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .section__store__flow__list__texts p, .section__delivery__flow__list__texts p, .section__business__flow__list__texts p, .section__line__flow__list__texts p {
    font-size: 17px;
  }
}
.section__store__flow__list, .section__delivery__flow__list, .section__business__flow__list, .section__line__flow__list {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .section__store__flow__list, .section__delivery__flow__list, .section__business__flow__list, .section__line__flow__list {
    justify-content: space-between;
    max-width: 520px;
    margin: 0 auto;
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .section__store__flow__list, .section__delivery__flow__list, .section__business__flow__list, .section__line__flow__list {
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
  }
}
.section__store__flow__list li, .section__delivery__flow__list li, .section__business__flow__list li, .section__line__flow__list li {
  width: 28.5714285714%;
}
@media screen and (max-width: 1023px) {
  .section__store__flow__list li, .section__delivery__flow__list li, .section__business__flow__list li, .section__line__flow__list li {
    width: 250px;
  }
  .section__store__flow__list li:nth-of-type(odd), .section__delivery__flow__list li:nth-of-type(odd), .section__business__flow__list li:nth-of-type(odd), .section__line__flow__list li:nth-of-type(odd) {
    margin-right: 24px;
  }
}
@media screen and (max-width: 640px) {
  .section__store__flow__list li, .section__delivery__flow__list li, .section__business__flow__list li, .section__line__flow__list li {
    width: 250px;
  }
  .section__store__flow__list li:nth-of-type(odd), .section__delivery__flow__list li:nth-of-type(odd), .section__business__flow__list li:nth-of-type(odd), .section__line__flow__list li:nth-of-type(odd) {
    margin-right: 0 !important;
  }
}
.section__store__flow__list li:not(:last-child), .section__delivery__flow__list li:not(:last-child), .section__business__flow__list li:not(:last-child), .section__line__flow__list li:not(:last-child) {
  margin-right: 32px;
}
@media screen and (max-width: 1023px) {
  .section__store__flow__list li:not(:last-child), .section__delivery__flow__list li:not(:last-child), .section__business__flow__list li:not(:last-child), .section__line__flow__list li:not(:last-child) {
    margin-bottom: 35px;
    margin-right: 0;
  }
}
.section__store__flow__list li:nth-child(n+4), .section__delivery__flow__list li:nth-child(n+4), .section__business__flow__list li:nth-child(n+4), .section__line__flow__list li:nth-child(n+4) {
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  .section__store__flow__list li:nth-child(n+4), .section__delivery__flow__list li:nth-child(n+4), .section__business__flow__list li:nth-child(n+4), .section__line__flow__list li:nth-child(n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .section__store__flow__list li:last-child, .section__delivery__flow__list li:last-child, .section__business__flow__list li:last-child, .section__line__flow__list li:last-child {
    margin-right: auto !important;
  }
}
@media screen and (max-width: 640px) {
  .section__store__flow__list li:last-child, .section__delivery__flow__list li:last-child, .section__business__flow__list li:last-child, .section__line__flow__list li:last-child {
    margin-right: initial !important;
  }
}
.section__store__flow__list li img, .section__delivery__flow__list li img, .section__business__flow__list li img, .section__line__flow__list li img {
  width: 100%;
}
.section__store__necessary, .section__delivery__necessary, .section__business__necessary, .section__line__necessary {
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .section__store__necessary, .section__delivery__necessary, .section__business__necessary, .section__line__necessary {
    margin-bottom: 55px;
  }
}
.section__store__necessary__title, .section__delivery__necessary__title, .section__business__necessary__title, .section__line__necessary__title {
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  color: #5e0a00;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section__store__necessary__title, .section__delivery__necessary__title, .section__business__necessary__title, .section__line__necessary__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .section__store__necessary__title, .section__delivery__necessary__title, .section__business__necessary__title, .section__line__necessary__title {
    font-size: 24px;
  }
}
.section__store__necessary__box, .section__delivery__necessary__box, .section__business__necessary__box, .section__line__necessary__box {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .section__store__necessary__box, .section__delivery__necessary__box, .section__business__necessary__box, .section__line__necessary__box {
    flex-direction: column;
    margin-top: 24px;
  }
}
.section__store__necessary__box__image img, .section__delivery__necessary__box__image img, .section__business__necessary__box__image img, .section__line__necessary__box__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__store__necessary__box__texts, .section__delivery__necessary__box__texts, .section__business__necessary__box__texts, .section__line__necessary__box__texts {
  margin-left: 40px;
}
@media screen and (max-width: 640px) {
  .section__store__necessary__box__texts, .section__delivery__necessary__box__texts, .section__business__necessary__box__texts, .section__line__necessary__box__texts {
    margin-left: 0;
  }
}
.section__store__necessary__box__texts h4, .section__delivery__necessary__box__texts h4, .section__business__necessary__box__texts h4, .section__line__necessary__box__texts h4 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}
.section__store__necessary__box__texts p, .section__delivery__necessary__box__texts p, .section__business__necessary__box__texts p, .section__line__necessary__box__texts p {
  font-size: 14px;
}
.section__store {
  width: 100%;
  position: relative;
  margin-top: 110px;
}
.section__store::before {
  content: "";
  display: block;
  position: absolute;
  min-height: 100%;
  height: 100%;
  width: 75%;
  left: 0px;
  top: 0px;
  background-color: #f6f2ed;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .section__store::before {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .section__store::before {
    border-top-right-radius: 160px;
    border-bottom-right-radius: 160px;
  }
}
@media screen and (max-width: 640px) {
  .section__store {
    margin-top: 85px;
  }
}
.section__delivery {
  width: 100%;
  position: relative;
}
.section__delivery:before {
  content: "";
  display: block;
  position: absolute;
  min-height: 100%;
  height: 100%;
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
  width: 75%;
  right: 0px;
  top: 0px;
  background-color: #f6f2ed;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .section__delivery:before {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .section__delivery:before {
    border-top-left-radius: 160px;
    border-bottom-left-radius: 160px;
  }
}
.section__delivery__merit {
  margin-bottom: 90px;
}
@media screen and (max-width: 640px) {
  .section__delivery__merit {
    margin-bottom: 55px;
  }
}
.section__delivery__merit__title {
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  color: #5e0a00;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section__delivery__merit__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .section__delivery__merit__title {
    font-size: 24px;
  }
}
.section__delivery__merit__list {
  display: flex;
  justify-content: space-between;
  text-align: center;
  max-width: 530px;
  margin: 0 auto;
  list-style: none;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .section__delivery__merit__list {
    flex-direction: column;
    margin-top: 24px;
  }
}
@media screen and (max-width: 640px) {
  .section__delivery__merit__list li:not(:last-child) {
    margin-bottom: 24px;
  }
}
.section__delivery__merit__list li p {
  font-size: 18px;
}
.section__business {
  width: 100%;
  position: relative;
}
.section__business::before {
  content: "";
  display: block;
  position: absolute;
  min-height: 100%;
  height: 100%;
  width: 75%;
  left: 0px;
  top: 0px;
  background-color: #f6f2ed;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .section__business::before {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .section__business::before {
    border-top-right-radius: 160px;
    border-bottom-right-radius: 160px;
  }
}
.section__business__merit {
  margin-bottom: 90px;
}
.section__business__merit__title {
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  color: #5e0a00;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section__business__merit__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .section__business__merit__title {
    font-size: 24px;
  }
}
.section__business__merit__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  list-style: none;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .section__business__merit__list {
    flex-direction: column;
    align-items: center;
  }
}
.section__business__merit__list li {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .section__business__merit__list li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .section__business__merit__list li {
    width: 100%;
  }
}
.section__business__merit__list li:nth-child(n+3) {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .section__business__merit__list li:nth-child(n+3) {
    margin-top: 0;
  }
}
.section__business__merit__list li:not(:last-child) {
  margin-bottom: 24px;
}
.section__business__merit__list li p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .section__business__merit__list li p {
    font-size: 17px;
  }
}
.section__line {
  width: 100%;
  position: relative;
}
.section__line:before {
  content: "";
  display: block;
  position: absolute;
  min-height: 100%;
  height: 100%;
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
  width: 75%;
  right: 0px;
  top: 0px;
  background-color: #f6f2ed;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .section__line:before {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .section__line:before {
    border-top-left-radius: 160px;
    border-bottom-left-radius: 160px;
  }
}
.section__line__flow__list {
  display: flex;
  justify-content: space-between;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  list-style: none;
  margin-top: 40px;
  flex-wrap: initial;
}
@media screen and (max-width: 1023px) {
  .section__line__flow__list {
    flex-wrap: wrap;
    max-width: 520px;
    margin: 0 auto;
    margin-top: 32px;
  }
}
.section__line__flow__list li {
  width: 250px;
}
.section__line__flow__list li p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .section__line__flow__list li p {
    font-size: 17px;
    text-align: left;
  }
}
.section__line__photo__title {
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  color: #5e0a00;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .section__line__photo__title {
    font-size: 24px;
  }
}
.section__line__photo__box {
  max-width: 810px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .section__line__photo__box {
    max-width: 520px;
  }
}
.section__line__photo__box__block:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section__line__photo__box__block:not(:last-child) {
    margin-bottom: 32px;
  }
}
.section__line__photo__box__block__title {
  font-size: 24px;
  font-weight: 400;
  color: #5e0a00;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .section__line__photo__box__block__title {
    text-align: center;
  }
}
.section__line__photo__box__block__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (max-width: 640px) {
  .section__line__photo__box__block__list {
    flex-direction: column;
    align-items: center;
  }
}
.section__line__photo__box__block__list li {
  width: 240px;
  margin-bottom: 24px;
}
@media screen and (max-width: 375px) {
  .section__line__photo__box__block__list li:nth-child(n+3) {
    margin-top: 24px;
  }
}
.section__line__photo__box__block__list li p {
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .section__line__photo__box__block__list li:not(:last-child) {
    margin-bottom: 24px;
  }
}

.pdf_download_div {
  max-width: 810px;
  margin: 0 auto;
  margin-bottom: 80px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .pdf_download_div {
    margin-bottom: 56px;
  }
}
.pdf_download_div .download_pdf {
  background: #FFFFFF;
  border: 2px solid #202020;
  box-sizing: border-box;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 17px 52px;
  color: black;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .pdf_download_div .download_pdf {
    display: block;
    margin-bottom: 24px;
    padding: 17px 70px 17px 46px;
  }
}
.pdf_download_div .download_pdf svg {
  display: none;
}
@media screen and (max-width: 768px) {
  .pdf_download_div .download_pdf svg {
    display: inherit;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 19px;
    margin-left: 10px;
    right: 43px;
  }
}
.pdf_download_div .download_pdf:hover {
  background: black;
  color: white;
}

.section__representative {
  width: 100%;
  position: relative;
}
.section__representative:before {
  content: "";
  display: block;
  position: absolute;
  min-height: 100%;
  height: 100%;
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
  width: 75%;
  right: 0px;
  top: 0px;
  background-color: #f6f2ed;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .section__representative:before {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .section__representative:before {
    border-top-left-radius: 160px;
    border-bottom-left-radius: 160px;
  }
}
.section__representative-inner {
  max-width: 1024px;
  padding-left: 48px;
  padding-right: 48px;
  width: 100%;
  margin: 0 auto;
  padding-left: 26px;
  padding-top: 40px;
  padding-bottom: 48px;
  padding-right: 0px;
  position: relative;
  margin: 0px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .section__representative-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .section__representative-inner {
    padding: 21px 48px 75px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .section__representative-inner {
    padding: 24px 32px 31px;
    margin: 0 auto;
  }
}
.section__representative__box {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .section__representative__box {
    flex-direction: column;
    align-items: center;
  }
}
.section__representative__box__left {
  width: 50%;
  margin-right: 40px;
}
@media screen and (max-width: 1023px) {
  .section__representative__box__left {
    margin-right: 0;
    margin-bottom: 32px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .section__representative__box__left {
    margin-bottom: 24px;
  }
}
.section__representative__box__left figure {
  width: 440px;
}
@media screen and (max-width: 768px) {
  .section__representative__box__left figure {
    width: 100%;
  }
}
.section__representative__box__left figure img {
  width: 100%;
}
.section__representative__box__left p {
  font-size: 18px;
  text-align: center;
}
.section__representative__box__left p::before {
  margin-top: 15px;
  display: block;
  font-size: 14px;
  content: "代表取締役";
}
.section__representative__box__right__title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #202020;
}
@media screen and (max-width: 768px) {
  .section__representative__box__right__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.section__representative__box__right p {
  font-size: 14px;
  color: #202020;
  line-height: 21px;
}
.section__representative__box table {
  max-width: 720px;
  margin: 0 auto;
}
.section__representative__box table td {
  border: 0px solid #D0C5BB;
  border-top: 1px solid #D0C5BB;
  padding: 6px;
  background: none;
  padding: 24px 0px;
  font-size: 14px;
  word-break: keep-all;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .section__representative__box table td {
    word-break: break-all;
  }
}
.section__representative__box table td:first-child {
  font-weight: bold;
  padding-right: 64px;
  word-break: keep-all;
}
.section__representative__box table tr {
  background: none;
}
.section__representative__box table tr:last-child td {
  border-bottom: 1px solid #D0C5BB;
}

.br_436 {
  display: none;
}
@media screen and (max-width: 436px) {
  .br_436 {
    display: block;
  }
}

.br_438 {
  display: none;
}
@media screen and (max-width: 438px) {
  .br_438 {
    display: block;
  }
}

.br_384 {
  display: none;
}
@media screen and (max-width: 384px) {
  .br_384 {
    display: block;
  }
}

.br_371 {
  display: none;
}
@media screen and (max-width: 371px) {
  .br_371 {
    display: block;
  }
}

.pc_br_836 {
  display: block;
}
@media screen and (max-width: 836px) {
  .pc_br_836 {
    display: none;
  }
}

.section__title {
  display: block;
  margin: 0 auto 40px;
  text-align: left;
}
.section__title-eg {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #832323;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section__title-eg {
    font-size: 26px;
  }
}
.section__title-eg::before {
  content: "ー";
  padding-right: 8px;
}
.section__title-text {
  font-size: 32px;
  display: inline-block;
  position: relative;
  color: #493938;
  line-height: 1;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .section__title-text {
    font-size: 48px;
    padding-top: 35px;
  }
}
.section__shop-detail {
  padding-top: 64px;
  padding-bottom: 64px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section__shop-detail {
    padding-top: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
.section__shop-detail.notbg::before {
  display: none;
}
.section__shop-detail.bg_gray {
  background-color: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .section__shop-detail.shop_top .section__shop-detail-inner {
    padding: 64px 32px;
  }
}
.section__shop-detail.shop_top .section__shop-detail-inner-flex {
  padding: 0;
}
.section__shop-detail .content-right-block {
  max-width: 608px;
  display: block;
  border-radius: 8px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section__shop-detail .content-right-block {
    max-width: 100%;
  }
}
.section__shop-detail .content-right-block.second {
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .section__shop-detail .content-right-block.second {
    max-width: 100%;
  }
}
.section__shop-detail .content-right-block-image {
  width: 100%;
  border-radius: 8px;
}
.section__shop-detail .content-right-block-flex-wrapper-image, .section__shop-detail .content-right-block-flex-wrapper-image3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  border-radius: 8px;
}
.section__shop-detail .content-right-block-flex-wrapper-image2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  border-radius: 8px;
}
.section__shop-detail .section__shop-detail-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.section__shop-detail .section__shop-detail-inner .burgundy-link-button {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .section__shop-detail .section__shop-detail-inner .burgundy-link-button {
    margin-top: 40px;
  }
}
.section__shop-detail .section__shop-detail-inner .section__shop-detail-inner-flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: top;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .section__shop-detail .section__shop-detail-inner .section__shop-detail-inner-flex {
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .section__shop-detail .section__shop-detail-inner .section__shop-detail-inner-flex.second {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.section__shop-detail .section__shop-detail-inner .section__shop-detail-inner-flex.store {
  padding: 0 32px 64px;
}
.section__shop-detail .section__shop-detail-inner .content-right-block-flex {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .section__shop-detail .section__shop-detail-inner .content-right-block-flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 24px;
    gap: 24px;
  }
}
.section__shop-detail .section__shop-detail-inner .content-right-block-flex-wrapper, .section__shop-detail .section__shop-detail-inner .content-right-block-flex-wrapper3 {
  display: inline-block;
  position: relative;
  width: 95px;
  height: 54px;
  border-radius: 8px;
}
.section__shop-detail .section__shop-detail-inner .content-right-block-flex-wrapper:hover, .section__shop-detail .section__shop-detail-inner .content-right-block-flex-wrapper3:hover {
  cursor: pointer;
  filter: brightness(50%);
}
@media screen and (max-width: 768px) {
  .section__shop-detail .section__shop-detail-inner .content-right-block-flex-wrapper, .section__shop-detail .section__shop-detail-inner .content-right-block-flex-wrapper3 {
    width: 219px;
    height: 80px;
  }
}
.section__shop-detail .section__shop-detail-inner .content-right-block-flex-wrapper.active, .section__shop-detail .section__shop-detail-inner .content-right-block-flex-wrapper3.active {
  filter: brightness(100%);
}
.section__shop-detail .section__shop-detail-inner .content-right-block-flex-wrapper.active::before, .section__shop-detail .section__shop-detail-inner .content-right-block-flex-wrapper3.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(94, 10, 0, 0.5), rgba(94, 10, 0, 0.5)), url(IMGP7271.jpg);
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.section__shop-detail .section__shop-detail-inner .content-right-block-flex-wrapper2 {
  display: inline-block;
  position: relative;
  width: 95px;
  height: 54px;
  border-radius: 8px;
}
.section__shop-detail .section__shop-detail-inner .content-right-block-flex-wrapper2:hover {
  cursor: pointer;
  filter: brightness(50%);
}
@media screen and (max-width: 768px) {
  .section__shop-detail .section__shop-detail-inner .content-right-block-flex-wrapper2 {
    width: 219px;
    height: 80px;
  }
}
.section__shop-detail .section__shop-detail-inner .content-right-block-flex-wrapper2.active {
  filter: brightness(100%);
}
.section__shop-detail .section__shop-detail-inner .content-right-block-flex-wrapper2.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(94, 10, 0, 0.5), rgba(94, 10, 0, 0.5)), url(IMGP7271.jpg);
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.section__shop-detail .section__shop-detail-inner .content-left-block {
  max-width: 480px;
  width: 50%;
}
.section__shop-detail .section__shop-detail-inner .content-left-block.second {
  max-width: 608px;
}
@media screen and (max-width: 768px) {
  .section__shop-detail .section__shop-detail-inner .content-left-block.second {
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .section__shop-detail .section__shop-detail-inner .content-left-block {
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
  }
}
.section__shop-detail .section__shop-detail-inner .content-left-block-title {
  font-size: 24px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #493938;
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .section__shop-detail .section__shop-detail-inner .content-left-block-title {
    font-size: 32px;
  }
}
.section__shop-detail .section__shop-detail-inner tr {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: left;
  align-items: top;
  background-color: transparent;
  text-align: left;
}
.section__shop-detail .section__shop-detail-inner tr:last-child {
  margin-bottom: 0px;
}
.section__shop-detail .section__shop-detail-inner tr .flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
.section__shop-detail .section__shop-detail-inner tr .flex span {
  margin-right: 7.8px;
}
.section__shop-detail .section__shop-detail-inner tr td,
.section__shop-detail .section__shop-detail-inner tr th {
  border: none;
  background-color: transparent;
  color: #493938;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  padding: 0px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .section__shop-detail .section__shop-detail-inner tr td,
  .section__shop-detail .section__shop-detail-inner tr th {
    font-size: 26px;
  }
}
.section__shop-detail .section__shop-detail-inner tr th {
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .section__shop-detail .section__shop-detail-inner tr th {
    margin-bottom: 8px;
  }
}
.section__shop-detail .section__shop-detail-inner tr td {
  font-weight: 500;
}
.section__shop-detail-map {
  text-align: center;
  width: 100%;
  border-radius: 20px;
  max-width: 960px;
  margin: 0 auto;
  height: 323px;
}

.mg-buttom {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .mg-buttom {
    margin-bottom: 32px;
  }
}
.mg-buttom a {
  color: #2797ff;
  font-weight: 500;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.mg-buttom a:hover {
  opacity: 0.5;
}
.mg-buttom ul {
  padding-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
}

.br_513 {
  display: none;
}
@media screen and (max-width: 513px) {
  .br_513 {
    display: block;
  }
}

.br_490 {
  display: none;
}
@media screen and (max-width: 490px) {
  .br_490 {
    display: block;
    line-height: 1.3;
  }
}

.br_377 {
  display: none;
}
@media screen and (max-width: 377px) {
  .br_377 {
    display: block;
    line-height: 1.3;
  }
}

.shop_title {
  font-size: 32px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #5e0a00;
  margin-bottom: 40px;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .shop_title {
    font-size: 24px;
    margin-bottom: 24px;
    margin-top: 32px;
  }
}

.section__title {
  display: block;
  margin: 0 auto 40px;
  text-align: left;
}
.section__title-eg {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #832323;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section__title-eg {
    font-size: 26px;
  }
}
.section__title-eg::before {
  content: "ー";
  padding-right: 8px;
}
.section__title-text {
  font-size: 32px;
  display: inline-block;
  position: relative;
  color: #493938;
  line-height: 1;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .section__title-text {
    font-size: 48px;
    padding-top: 35px;
  }
}
.section__merit {
  width: 100%;
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 40px;
  padding-bottom: 48px;
}
.section__merit::before {
  content: "";
  display: block;
  position: absolute;
  min-height: 100%;
  height: 100%;
  width: 75%;
  left: 0px;
  top: 0px;
  background-color: #f6f2ed;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .section__merit::before {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .section__merit::before {
    border-top-right-radius: 160px;
    border-bottom-right-radius: 160px;
  }
}
@media screen and (max-width: 768px) {
  .section__merit {
    padding-top: 24px;
  }
}
.section__merit-inner {
  max-width: 1024px;
  padding-left: 48px;
  padding-right: 48px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section__merit-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.section__merit-inner-flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
.section__merit-inner-flex:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .section__merit-inner-flex {
    display: block;
    margin-bottom: 32px;
  }
}
.section__merit-inner-flex .order-1 {
  order: 1;
}
.section__merit-inner-flex .order-2 {
  order: 2;
}
.section__merit-inner-flex .content-image-block {
  max-width: 570px;
  width: 59.375%;
}
@media screen and (max-width: 1023px) {
  .section__merit-inner-flex .content-image-block {
    width: 49.94%;
  }
}
@media screen and (max-width: 768px) {
  .section__merit-inner-flex .content-image-block {
    width: 100%;
    max-width: 100%;
  }
}
.section__merit-inner-flex .content-text-block {
  max-width: 350px;
  width: 36.45%;
}
@media screen and (max-width: 1023px) {
  .section__merit-inner-flex .content-text-block {
    width: 46.6%;
  }
}
@media screen and (max-width: 768px) {
  .section__merit-inner-flex .content-text-block {
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
  }
}
.section__merit-inner-flex .content-text-block-title {
  font-size: 24px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #202020;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .section__merit-inner-flex .content-text-block-title {
    margin-bottom: 8px;
    font-size: 22px;
  }
}
.section__merit-inner-flex .content-text-block-text {
  font-size: 14px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #202020;
  line-height: 170%;
}
.section__merit__best__title {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  color: #5e0a00;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section__merit__best__title {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.section__merit__best__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  height: auto;
  width: 1024px;
}
@media screen and (max-width: 1023px) {
  .section__merit__best__list {
    width: 660px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .section__merit__best__list {
    align-items: center;
    width: 305px;
    margin: 0 auto;
  }
}
.section__merit__best__list li {
  width: 304px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-right: 24px;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .section__merit__best__list li {
    margin-right: 0px;
    max-width: 100%;
    height: auto;
  }
  .section__merit__best__list li:last-child {
    height: 78px;
  }
  .section__merit__best__list li:nth-child(-n+7) {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .section__merit__best__list li img {
    width: 100%;
    margin-right: 0px;
  }
}

.top-kv-content {
  width: 100%;
}
.top-kv-content-inner {
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .top-kv-content-inner {
    padding-top: 27px;
  }
}
.top-kv-content-inner::before {
  content: "";
  position: absolute;
  background-color: #f6f2ed;
  width: 50%;
  height: 215px;
  border-radius: 110px;
  border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  bottom: 0px !important;
  left: 0px;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .top-kv-content-inner::before {
    display: none;
  }
}
.top-kv-content-inner .is-pc {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .top-kv-content-inner .is-pc {
    display: none;
  }
}
.top-kv-content-inner .is-tb {
  display: none;
}
@media screen and (max-width: 1023px) {
  .top-kv-content-inner .is-tb {
    display: block;
  }
}
.top-kv-content-inner .search-content {
  color: #5e0a00;
  font-size: 32px;
  font-weight: 700;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
  margin-top: 127px;
  padding-bottom: 35px;
}
@media screen and (max-width: 1023px) {
  .top-kv-content-inner .search-content {
    margin: 0px;
    padding-top: 49px;
  }
}
@media screen and (max-width: 768px) {
  .top-kv-content-inner .search-content {
    font-size: 22px;
    padding-bottom: 24px;
    padding-top: 19px;
  }
}
@media screen and (max-width: 375px) {
  .top-kv-content-inner .search-content {
    padding-bottom: 2px;
    padding-top: 8px;
  }
}
.top-kv-content-inner .search-content p {
  margin-bottom: 18px;
}
@media screen and (max-width: 1023px) {
  .top-kv-content-inner .search-content p {
    margin-bottom: 6px;
  }
}
.top-kv-content-inner-flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1164px;
  margin: 0 auto;
  padding: 0px 24px;
}
.top-kv-content-inner-flex .flex-content-left {
  max-width: 525px;
  width: 41%;
}
.top-kv-content-inner-flex .flex-content-left-icon {
  padding-left: 72px;
}
@media screen and (min-width: 1280px) {
  .top-kv-content-inner-flex .flex-content-left-icon {
    padding: 0px;
  }
}
.top-kv-content-inner-flex .flex-content-right {
  max-width: 524px;
  width: 45%;
}
.top-kv-content-inner-block .logo {
  width: 337px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .top-kv-content-inner-block .logo {
    width: 261px;
  }
}
.top-kv-content-inner-block .kv-image {
  margin: 21px auto 0px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .top-kv-content-inner-block .kv-image {
    max-width: 437px;
    width: 100%;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .top-kv-content-inner-block .kv-image {
    width: 300px;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 500px) {
  .top-kv-content-inner-block .kv-image {
    width: 300px;
    margin-bottom: 12vw;
  }
}
@media screen and (max-width: 480px) {
  .top-kv-content-inner-block .kv-image {
    margin-bottom: 15vw;
  }
}
@media screen and (max-width: 375px) {
  .top-kv-content-inner-block .kv-image {
    margin-bottom: 21vw;
  }
}
.top-kv-content-inner-block .search-content {
  position: relative;
  bottom: 55px;
  padding-left: 56px;
  padding-right: 56px;
}
@media screen and (max-width: 768px) {
  .top-kv-content-inner-block .search-content {
    bottom: 10px;
    padding-left: 1%;
    padding-right: 1%;
    bottom: 32px;
  }
}
@media screen and (max-width: 460px) {
  .top-kv-content-inner-block .search-content {
    bottom: 75px;
  }
}
@media screen and (max-width: 1023px) {
  .top-kv-content-inner-block .search-content .search-arc {
    max-width: 500px;
  }
}
@media screen and (max-width: 1023px) {
  .top-kv-content-inner-block .search-content .search-arc {
    max-width: 70%;
  }
}
@media screen and (max-width: 460px) {
  .top-kv-content-inner-block .search-content .search-arc {
    max-width: 262px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 460px) {
  .top-kv-content-inner-block .search-content .search-arc .input {
    font-size: 16px;
  }
}
@media screen and (max-width: 460px) {
  .top-kv-content-inner-block .search-content .search-arc .btn {
    width: 96px;
    height: 40px;
    font-size: 18px;
    border-radius: 4px;
    margin-top: 8px;
  }
}
.top-kv-content-inner-block .search-content::after {
  content: "";
  position: absolute;
  background-color: #f6f2ed;
  width: 90%;
  height: 200px;
  border-radius: 110px;
  border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-kv-content-inner-block .search-content::after {
    width: 97%;
    border-radius: 110px;
    border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    bottom: -12px;
  }
}
@media screen and (max-width: 460px) {
  .top-kv-content-inner-block .search-content::after {
    bottom: -35px;
  }
}
@media screen and (max-width: 375px) {
  .top-kv-content-inner-block .search-content::after {
    bottom: -57px;
  }
}
.top-kv-content-inner-block .search-content-inner {
  display: block;
  z-index: 2;
  position: relative;
}
.top-kv-content-inner-block .search-content-inner .search-input-content {
  margin: 0 auto;
}

.kv_slide {
  background: linear-gradient(90deg, #d54d3c 0%, #5e0a00 100%);
  /**
  * swiper.js
  */
  /**
  * mainvisual
  */
}
.kv_slide .kv_inner {
  overflow: hidden;
  max-width: 1280px;
  margin: 0 auto;
  /**
  * 最大幅の指定と中央寄せ
  */
}
.kv_slide .swiper-slide a {
  display: block;
}
.kv_slide .container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
}
.kv_slide .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.kv_slide .swiper-button-prev,
.kv_slide .swiper-button-next {
  fill: black;
  stroke: none;
  stroke-width: 0;
  z-index: 10000;
  width: 20px;
  margin-top: -18px;
  background-image: none;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.kv_slide .swiper-pagination-bullet-active {
  background: #5e0a00;
}
@media (min-width: 768px) {
  .kv_slide .swiper-button-prev,
  .kv_slide .swiper-button-next {
    width: 27px;
    margin-top: -22px;
  }
}
.kv_slide .mainvisual {
  overflow-x: hidden;
}
.kv_slide .swiper-pagination-bullets {
  bottom: inherit !important;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .kv_slide .swiper-pagination-bullets {
    margin-top: 13px;
  }
}
.kv_slide .swiper-slide {
  height: auto !important;
}
@media screen and (max-width: 768px) {
  .kv_slide .swiper-slide {
    height: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .kv_slide .swiper-slide a {
    height: 100% !important;
  }
}
.kv_slide .swiper-slide img {
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .kv_slide .swiper-slide img {
    height: 100% !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
  }
}
.kv_slide .swiper-wrapper {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .kv_slide .swiper-wrapper {
    align-items: flex-start;
  }
}
.kv_slide .swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  margin: 0 8px !important;
}
@media screen and (max-width: 768px) {
  .kv_slide .swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
  }
}
.kv_slide .swiper-slide-next,
.kv_slide .swiper-slide-prev {
  opacity: 0.5;
}
.kv_slide .swiper-slide-next img,
.kv_slide .swiper-slide-prev img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .kv_slide .swiper-slide-next img,
  .kv_slide .swiper-slide-prev img {
    width: 100%;
  }
}
.kv_slide .swiper-slide-prev {
  text-align: right;
  vertical-align: middle;
}
.kv_slide .swiper-slide-active img {
  width: 100%;
}

.pc_kv {
  display: inline;
}
@media screen and (max-width: 768px) {
  .pc_kv {
    display: none;
  }
}

.sp_kv {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_kv {
    display: block;
  }
}

.search {
  background-color: #F5F5F5;
  padding: 55px 0;
}
@media screen and (max-width: 768px) {
  .search {
    background-color: #fff;
    padding: 64px 32px;
  }
}
.search__inner {
  background-color: #493938;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 292px;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .search__inner {
    display: block;
    background-color: transparent;
    height: auto;
    border-radius: 0;
  }
}
.search__left__watch, .search__right__watch {
  max-width: 216px;
}
@media screen and (max-width: 768px) {
  .search__left__watch, .search__right__watch {
    display: none;
  }
}
.search__left__watch img, .search__right__watch img {
  display: block;
}
.search__right__watch {
  position: relative;
  right: -1px;
}
.search__content {
  max-width: 496px;
}
@media screen and (max-width: 768px) {
  .search__content {
    max-width: 100%;
  }
}
.search__content h2 {
  font-size: 32px;
  line-height: 1;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .search__content h2 {
    color: #493938;
    font-size: 48px;
  }
}
.search__content h2 .small {
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 768px) {
  .search__content h2 .small {
    color: #832323;
    font-size: 24px;
    padding-bottom: 16px;
  }
}

.search-input-content {
  position: relative;
  height: 48px;
  width: 430px;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 768px) {
  .search-input-content {
    max-width: 461px;
    width: 100%;
    height: auto;
    filter: none;
  }
}
@media screen and (max-width: 375px) {
  .search-input-content {
    max-width: 262px;
  }
}
.search-input-content .search-input {
  position: absolute;
  left: 0px;
  top: 0px;
  border: 1px solid #5E0A00;
  padding: 15px 0px 10px 13.36px;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.25;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .search-input-content .search-input {
    padding: 15px 0px 10px 11px;
    position: initial;
    font-size: 16px;
  }
}
.search-input-content .search-input::placeholder {
  color: #B0B0B0;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 18px;
  max-width: 461px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .search-input-content .search-input::placeholder {
    font-size: 14px;
  }
}
.search-input-content .search-button {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #5e0a00;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  width: 98.39px;
  padding: 11px 0px;
  border: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .search-input-content .search-button {
    width: 96px;
    position: initial;
    margin: 8px;
    border-radius: 4px;
    padding: 8px 0px;
  }
}

.search-arc {
  height: 50px;
  margin: 0 auto;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* IE */
  /* Edge */
}
@media screen and (max-width: 768px) {
  .search-arc {
    height: 88px;
  }
}
.search-arc .input {
  vertical-align: top;
  margin: 0px;
  height: 100%;
  box-sizing: border-box;
  background-color: transparent;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.25;
  border: none;
  background: #F2F2F2;
  width: 77%;
  border-radius: 8px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .search-arc .input {
    font-size: 32px;
    border-radius: 16px;
  }
}
.search-arc input::placeholder {
  color: #B0B0B0;
  font-weight: bold;
}
.search-arc input:-ms-input-placeholder {
  color: #B0B0B0;
  font-weight: bold;
}
.search-arc input::-ms-input-placeholder {
  color: #B0B0B0;
  font-weight: bold;
}
.search-arc input::placeholder {
  color: #B0B0B0;
  font-weight: bold;
}
.search-arc .btn {
  height: 100%;
  width: 19%;
  background-color: #bea574;
  color: #493938;
  padding: 0px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.25;
  border-radius: 0px;
  border-radius: 8px;
  font-weight: 700;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.search-arc .btn__page {
  background-color: #493938;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .search-arc .btn {
    font-size: 32px;
    border-radius: 16px;
    background-color: #493938;
    color: #fff;
  }
}

input[type=radio] {
  display: none;
}

.result__category label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
  position: relative;
  width: auto;
}

.result__category label::before {
  background: #fff;
  border: 2px solid #B0B0B0;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: 16px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 20px;
}

.result__category label::after {
  background: #971000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 20px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

input[type=radio]:checked + label::before {
  background: linear-gradient(0deg, rgba(73, 57, 56, 0.2), rgba(73, 57, 56, 0.2)), #F5F5F5;
  border: 2px solid #971000;
}

input[type=radio]:checked + label::after {
  opacity: 1;
}

input[type=radio], input[type=checkbox] {
  position: relative;
  top: 2px;
}

input[type=radio]:checked + label {
  background: linear-gradient(0deg, rgba(73, 57, 56, 0.2), rgba(73, 57, 56, 0.2)), #F5F5F5;
}

.top-news-content {
  display: block;
  padding: 12px 0;
  width: 100vw;
  background-color: #f5f5f5;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
}
@media screen and (max-width: 768px) {
  .top-news-content {
    padding: 26px 0;
    margin: 40px auto 0;
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.top-news-content ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 10880px;
  animation: loop-slide 180s infinite linear 0.5s both;
}
@media screen and (max-width: 768px) {
  .top-news-content ul {
    min-width: auto;
    min-width: 15880px;
    animation: loop-slide 180s infinite linear 0.5s both;
  }
}
.top-news-content ul li {
  color: #b0b0b0;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 700;
  width: fit-content;
  line-height: 1;
  display: inline-block;
}
.top-news-content ul li:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .top-news-content ul li {
    font-size: 28px;
  }
}
.top-news-content ul li .list-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
}
.top-news-content ul li .list-inner .icon {
  width: 19px;
}
@media screen and (max-width: 768px) {
  .top-news-content ul li .list-inner .icon {
    width: 24px;
  }
}
.top-news-content ul li .list-inner .icon img {
  width: 100%;
}
.top-news-content ul li .list-inner p {
  line-height: 1;
}
.top-news-content ul li .add-move {
  padding-left: 100%;
  -webkit-animation-name: marquee;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 30s;
  -moz-animation-name: marquee;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 30s;
  animation-name: marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 30s;
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translate(0%);
  }
  99%, to {
    -webkit-transform: translate(-100%);
  }
}
@-moz-keyframes marquee {
  from {
    -moz-transform: translate(0%);
  }
  99%, to {
    -moz-transform: translate(-100%);
  }
}
@keyframes marquee {
  from {
    transform: translate(0%);
  }
  99%, to {
    transform: translate(-100%);
  }
}

.section__title {
  display: block;
  margin: 0 auto 40px;
  text-align: left;
}
.section__title-eg {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #832323;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section__title-eg {
    font-size: 26px;
  }
}
.section__title-eg::before {
  content: "ー";
  padding-right: 8px;
}
.section__title-text {
  font-size: 32px;
  display: inline-block;
  position: relative;
  color: #493938;
  line-height: 1;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .section__title-text {
    font-size: 48px;
    padding-top: 35px;
  }
}
.section__top-category-example {
  background: #f7eeee;
  padding: 32px 0 40px;
}
.section__top-category-example-inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section__top-category-example-inner {
    padding: 0 32px;
  }
}
.section .tabs {
  margin: 0 auto;
  width: 100%;
}
.section .tabs-list-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 63px;
  margin-bottom: 40px;
}
.section .tabs-list-inner a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .section .tabs-list-inner {
    max-width: 704px;
    margin-top: 92px;
    gap: 24px;
  }
}
.section .tabs-list-item {
  position: relative;
  height: 112px;
  min-width: 307px;
  background-color: #e6e6e6;
  color: #5e0a00;
  font-size: 24px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1;
  padding: 42px 10px 42px 25px;
  border-radius: 16px;
  transition: all ease 0.4s;
  transform: translateY(0);
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section .tabs-list-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px 40px 20px;
    height: 200px;
    min-width: 219px;
  }
}
.section .tabs-list-item::after {
  content: "";
  position: absolute;
  bottom: -24%;
  left: 0;
  background: url("../../../images/top/top-cat-bottom-shadow.png") no-repeat center;
  width: 100%;
  height: 27px;
}
@media screen and (max-width: 768px) {
  .section .tabs-list-item::after {
    background: url("../../../images/top/top-cat-bottom-shadow-sp.png") no-repeat center;
    bottom: -20%;
    height: 40px;
  }
}
.section .tabs-list-item p {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  color: #493938;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .section .tabs-list-item p {
    font-size: 40px;
    text-align: center;
    margin-top: -5px;
  }
}
.section .tabs-list-item p .gold {
  font-size: 20px;
  color: #7B5630;
}
@media screen and (max-width: 768px) {
  .section .tabs-list-item p .gold {
    font-size: 28px;
  }
}
.section .tabs-list-item .link-icon {
  position: relative;
  top: -10px;
}
@media screen and (max-width: 768px) {
  .section .tabs-list-item .link-icon {
    min-width: 176px;
    top: -20px;
  }
}
@media screen and (max-width: 768px) {
  .section .tabs-list-item .link-icon img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section .tabs-list-item p {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .section .tabs-list .add-space {
    margin: 0px 20px;
  }
}
@media screen and (max-width: 375px) {
  .section .tabs-list .add-space {
    margin: 0px 8px;
  }
}
.section .tabs-list-input {
  display: none;
}
.section .tabs-list .tabs-list-item a {
  text-decoration: none !important;
}
.section .tabs-list .tabs-list-item:hover {
  transform: translateY(5px);
}
.section .tabs-list .tabs-list-item:hover svg path {
  fill: white;
}
.section .tabs-content {
  display: none;
}
.section .tabs-content_description-inner h2 {
  font-size: 32px;
  color: #5e0a00;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
  font-weight: normal;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section .tabs-content_description-inner h2 {
    font-size: 24px;
  }
}
.section .tabs-content_description-inner-flex {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  list-style: none;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .section .tabs-content_description-inner-flex {
    grid-template-columns: repeat(2, 1fr);
    font-size: 24px;
    gap: 32px;
    margin-bottom: 40px;
  }
}
.section .tabs-content_description-inner-flex li {
  max-width: 400px;
  background: #fff;
  padding: 16px;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .section .tabs-content_description-inner-flex li {
    width: 336px;
    max-width: 100%;
    padding: 24px;
  }
}
.section .tabs-content_description-inner-flex li a {
  transition: 0.3s;
}
.section .tabs-content_description-inner-flex li a:hover p {
  color: #5e0a00;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .section .tabs-content_description-inner-flex .is-pc {
    display: none;
  }
}
.section .tabs-content_description-inner-flex .flex-box {
  text-decoration: none;
  display: block;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .section .tabs-content_description-inner-flex .flex-box {
    display: grid;
    grid-template-columns: 288px;
    place-content: space-between;
  }
}
.section .tabs-content_description-inner-flex .flex-box__container {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .section .tabs-content_description-inner-flex .flex-box__container {
    flex-direction: column;
    align-items: initial;
  }
}
.section .tabs-content_description-inner-flex .flex-box__name {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  color: #493938;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background: #f5f5f5;
  border-radius: 4px;
  text-align: center;
  padding: 4px 0;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .section .tabs-content_description-inner-flex .flex-box__name {
    background: #fff;
    font-size: 26px;
    margin-bottom: 16px;
  }
}
.section .tabs-content_description-inner-flex .flex-box__name span {
  display: inline-block;
}
.section .tabs-content_description-inner-flex .flex-box__line {
  font-size: 14px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.4;
  color: #b0b0b0;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section .tabs-content_description-inner-flex .flex-box__line {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.section .tabs-content_description-inner-flex .flex-box__image {
  flex: 1;
  max-width: 180px;
}
.section .tabs-content_description-inner-flex .flex-box__image img {
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .section .tabs-content_description-inner-flex .flex-box__image {
    flex: initial;
    width: 296px;
    max-width: 100%;
  }
}
.section .tabs-content_description-inner-flex .flex-box__texts {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .section .tabs-content_description-inner-flex .flex-box__texts {
    flex: initial;
  }
}
.section .tabs-content_description-inner-flex .flex-box__texts__example {
  color: #fff;
  background-color: #493938;
  padding: 4px 0;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  line-height: 1.5;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
  margin-bottom: 8px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .section .tabs-content_description-inner-flex .flex-box__texts__example {
    font-size: 26px;
    margin-bottom: 12px;
  }
}
.section .tabs-content_description-inner-flex .flex-box__texts__price {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  color: #D60000;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .section .tabs-content_description-inner-flex .flex-box__texts__price {
    font-size: 40px;
    margin-bottom: 24px;
  }
}
.section .tabs-content_description-inner-flex .flex-box__texts__price span {
  font-size: 14px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .section .tabs-content_description-inner-flex .flex-box__texts__price span {
    font-size: 26px;
  }
}
.section .tabs-content_description-inner-flex .flex-box__texts__compare {
  max-width: 136px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .section .tabs-content_description-inner-flex .flex-box__texts__compare {
    max-width: initial;
  }
}
.section .tabs-content_description-inner-flex .flex-box__texts__compare dl {
  display: grid;
  grid-template-columns: 38px 1fr;
}
@media screen and (max-width: 768px) {
  .section .tabs-content_description-inner-flex .flex-box__texts__compare dl {
    grid-template-columns: 75px 1fr;
    padding: 0 18px;
  }
}
.section .tabs-content_description-inner-flex .flex-box__texts__compare dl dt, .section .tabs-content_description-inner-flex .flex-box__texts__compare dl dd {
  color: #b0b0b0;
  font-size: 14px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1;
  font-weight: 700;
}
.section .tabs-content_description-inner-flex .flex-box__texts__compare dl dt span, .section .tabs-content_description-inner-flex .flex-box__texts__compare dl dd span {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .section .tabs-content_description-inner-flex .flex-box__texts__compare dl dt, .section .tabs-content_description-inner-flex .flex-box__texts__compare dl dd {
    font-size: 26px;
  }
}
.section .tabs-content_description-inner-flex .flex-box__texts__compare dl dd {
  text-align: right;
}
.section .tabs-content_description-inner-flex .flex-box__texts__dot {
  border-bottom: 1px dashed #8e693f;
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .section .tabs-content_description-inner-flex .flex-box__texts__dot {
    margin: 16px 0;
  }
}
.section .tabs-content_description-inner-flex .flex-box__texts__difference {
  color: #8e693f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section .tabs-content_description-inner-flex .flex-box__texts__difference {
    font-size: 22px;
    width: 100%;
  }
}
.section .tabs-content_description-inner-flex .flex-box__texts__difference .big {
  font-size: 19px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .section .tabs-content_description-inner-flex .flex-box__texts__difference .big {
    font-size: 30px;
  }
}
.section .tabs-content_description-inner-flex .flex-box__text {
  font-size: 18px;
  text-align: center;
  margin-top: 8px;
  color: #202020;
}
@media screen and (max-width: 768px) {
  .section .tabs-content_description-inner-flex .flex-box__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .section .tabs-content_description-inner-flex .max-width {
    max-width: 294px;
    width: calc(50% - 4px);
  }
}
.section .tabs .open {
  display: block;
}

.fixed_cta {
  position: fixed;
  bottom: 40px;
  right: 0;
  width: 184px;
  z-index: 99;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fixed_cta {
    bottom: 0;
    width: 100%;
  }
}
.fixed_cta img {
  transition: 0.3s;
  font-size: 0px;
}
@media screen and (max-width: 768px) {
  .fixed_cta img {
    vertical-align: bottom;
  }
}
.fixed_cta:hover img {
  opacity: 0.7;
}
.fixed_cta .img_wrap {
  position: relative;
}
.fixed_cta .img_wrap .bg {
  position: absolute;
  right: 0;
  width: 180px;
  height: 88px;
  border-radius: 8px 0px 0px 8px;
  background-color: black;
  z-index: -1;
  margin-top: 2px;
}

.fixed_cta_content {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  left: 0;
  top: 0;
}
.fixed_cta_content .line-assessment-content {
  margin-bottom: 0px !important;
}
.fixed_cta_content__content {
  position: absolute;
  width: 100%;
  max-width: 640px;
  z-index: 1000;
  background: linear-gradient(90deg, #d54d3c 0%, #5e0a00 100%);
  border-radius: 8px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fixed_cta_content__content {
    max-width: 95%;
  }
}
.fixed_cta_content__content .modal_fixed_cta_close {
  position: fixed;
  z-index: 1001;
  right: 12px;
  top: 12px;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .fixed_cta_content__content .modal_fixed_cta_close {
    width: 18px;
    height: 18px;
  }
}
.fixed_cta_content__content .title {
  padding-top: 40px;
  text-align: center;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #5e0a00;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 500px) {
  .fixed_cta_content__content .title {
    padding: 0px 37px;
    padding-top: 53px;
    font-size: 20px;
  }
}
.fixed_cta_content__content .columns {
  padding: 40px 80px;
}
@media screen and (max-width: 768px) {
  .fixed_cta_content__content .columns {
    padding: 0px 0px;
  }
}
.fixed_cta_content__content .columns .line-assessment-content {
  background: inherit !important;
  display: block;
  margin-top: 0px;
}
.fixed_cta_content__content .columns .line-assessment-content-inner.pc {
  padding-bottom: 0px;
}

.section__title {
  display: block;
  margin: 0 auto 40px;
  text-align: left;
}
.section__title-eg {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #832323;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section__title-eg {
    font-size: 26px;
  }
}
.section__title-eg::before {
  content: "ー";
  padding-right: 8px;
}
.section__title-text {
  font-size: 32px;
  display: inline-block;
  position: relative;
  color: #493938;
  line-height: 1;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .section__title-text {
    font-size: 48px;
    padding-top: 35px;
  }
}
.section__faq {
  background: #f7eeee;
}
.section__faq-inner {
  padding: 64px 0;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section__faq-inner {
    padding: 64px 32px;
  }
}
.section__faq-inner .burgundy-link-button {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .section__faq-inner .burgundy-link-button {
    margin-top: 40px;
  }
}
.section__faq-inner-qa-list {
  max-width: 1000px;
  margin: 0 auto;
}
.section__faq-inner-qa-list .qa-content {
  position: relative;
  margin: 24px 0 0;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section__faq-inner-qa-list .qa-content {
    border-radius: 16px;
    margin: 40px 0 0;
    box-shadow: 0px 4px 4px rgba(151, 16, 0, 0.25);
  }
}
.section__faq-inner-qa-list .qa-content:first-child {
  margin-top: 0px;
}
.section__faq-inner-qa-list .qa-content::after {
  content: "";
  position: absolute;
  top: 27px;
  right: 16px;
  width: 24px;
  height: 2px;
  display: block;
  z-index: 1;
}
.section__faq-inner-qa-list .qa-content::before {
  content: "";
  position: absolute;
  background: url("../../../images/faq/faq-gold-arrow.svg") no-repeat center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  background-size: contain;
  top: 12px;
  right: 16px;
  width: 48px;
  height: 48px;
  display: block;
  transform: rotate(0deg);
  z-index: 1;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .section__faq-inner-qa-list .qa-content::before {
    background: url("../../../images/faq/faq-gold-arrow-shadow-none.svg") no-repeat center;
    box-shadow: none;
    width: 60px;
    height: 60px;
    top: 22px;
  }
}
.section__faq-inner-qa-list .qa-content dt {
  position: relative;
  margin: 0;
  padding: 24px 88px 24px 65px;
  background-color: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #493938;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section__faq-inner-qa-list .qa-content dt {
    font-size: 28px;
    padding: 32px 88px 24px 78px;
  }
}
.section__faq-inner-qa-list .qa-content dt::after {
  content: "Q.";
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  position: absolute;
  left: 32px;
  top: 24px;
  color: #bea574;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .section__faq-inner-qa-list .qa-content dt::after {
    font-size: 28px;
    top: 32px;
  }
}
.section__faq-inner-qa-list .qa-content dd {
  margin: 0;
  padding: 0 56px 24px 65px;
  font-size: 16px;
  color: #493938;
  background-color: #ffffff;
  line-height: 1.5;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .section__faq-inner-qa-list .qa-content dd {
    font-size: 28px;
  }
}
.section__faq-inner-qa-list .open::before {
  transform: rotate(180deg);
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .section__faq-inner-qa-list .open::before {
    box-shadow: none;
  }
}

.store__directions {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .store__directions {
    margin-top: 0;
  }
}
.store__directions__title {
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  color: #5e0a00;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .store__directions__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .store__directions__title {
    font-size: 24px;
  }
}
.store__directions__video {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .store__directions__video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
}
@media screen and (max-width: 768px) {
  .store__directions__video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

.article-detail {
  gap: 40px;
}
.article-detail-box {
  max-width: 300px;
  width: 46.95%;
  display: block;
  color: #A49484;
  text-decoration: none;
  margin-bottom: 40px;
}
.article-detail-box:last-child {
  margin-bottom: 0px;
}
.article-detail-box:hover {
  color: #A49484;
}
.article-detail-box:hover .article-detail-title {
  color: #5E0A00;
}
.article-detail-box:hover .article-detail-image {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .article-detail-box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 32px;
  }
}
.article-detail-box .over-image-wrapper {
  overflow: hidden;
  border-radius: 4px;
  height: 185px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .article-detail-box .over-image-wrapper {
    height: 439px;
  }
}
.article-detail-title {
  color: #493938;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .article-detail-title {
    font-size: 40px;
  }
}
.article-detail-content {
  margin: 8px 0px;
  overflow: hidden;
  max-height: 84px;
  font-size: 14px;
  color: #493938;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .article-detail-content {
    font-size: 26px;
    max-height: 117px;
  }
}
.article-detail-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media screen and (max-width: 768px) {
  .article-detail-content p {
    -webkit-line-clamp: 3;
  }
}
.article-detail-date {
  text-align: right;
  font-size: 14px;
  color: #B0B0B0;
}
@media screen and (max-width: 768px) {
  .article-detail-date {
    font-size: 24px;
  }
}
.article-detail-image {
  width: 100%;
  height: 185px;
  object-fit: cover;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .article-detail-image {
    height: 439px;
  }
}

.popular {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .popular {
    margin-bottom: 56px;
  }
}
.popular-card:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .popular-card:not(:first-child) {
    margin-top: 32px;
  }
}
.popular-card__link {
  display: flex;
  transition: 0.3s;
}
.popular-card__link:hover {
  opacity: 0.5;
}
.popular-card__thumbnail {
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  .popular-card__thumbnail {
    max-width: 280px;
  }
}
.popular-card__thumbnail img {
  width: 100%;
  height: auto;
}
.popular-card__title {
  font-size: 14px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: left;
  width: calc(100% - 120px - 8px);
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .popular-card__title {
    width: calc(100% - 280px - 24px);
    margin-left: 24px;
    font-size: 26px;
  }
}

.wp-pagenavi {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  clear: both;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    display: -webkit-box; /* old Android */
    display: -moz-box; /* Firefox */
    display: -webkit-flex; /* Safari etc. */
    display: -ms-flexbox; /* IE10        */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
  }
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink, .wp-pagenavi .last, .wp-pagenavi .first, .wp-pagenavi .extend {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-weight: bold;
  margin: 0px 4px;
  padding: 15px 0px;
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
  border-radius: 4px;
  border-color: #5E0A00;
  color: #5E0A00;
}
.wp-pagenavi .extend {
  background-color: #F6F2ED;
  padding: 9px 0px;
}
.wp-pagenavi .page {
  border: 1px solid #5E0A00;
  color: #5E0A00;
  transition: 0.3s;
}
.wp-pagenavi .current {
  border: 1px solid #5E0A00;
  background-color: #5E0A00;
  border-color: #5E0A00 !important;
  color: #ffffff;
}
.wp-pagenavi .last, .wp-pagenavi .first {
  border: 1px solid #5E0A00;
  position: relative;
  color: #ffffff;
}
.wp-pagenavi .last::after, .wp-pagenavi .first::after {
  top: 39%;
  right: 31%;
  position: absolute;
  content: "";
  width: 16px;
  height: 13px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.611' height='7.096' viewBox='0 0 8.611 7.096'%3E%3Cpath id='chevron-down-bk' d='M3.272,4.193.115,1.034a.388.388,0,0,1,0-.551L.483.115a.388.388,0,0,1,.551,0l2.514,2.5L6.061.115a.391.391,0,0,1,.551,0l.369.369a.388.388,0,0,1,0,.551L3.824,4.193A.393.393,0,0,1,3.272,4.193Z' transform='translate(0 7.096) rotate(-90)'/%3E%3Cpath id='chevron-down-bk-2' data-name='chevron-down-bk' d='M3.272,4.193.115,1.034a.388.388,0,0,1,0-.551L.483.115a.388.388,0,0,1,.551,0l2.514,2.5L6.061.115a.391.391,0,0,1,.551,0l.369.369a.388.388,0,0,1,0,.551L3.824,4.193A.393.393,0,0,1,3.272,4.193Z' transform='translate(4.305 7.096) rotate(-90)'/%3E%3C/svg%3E%0A");
}
.wp-pagenavi .first {
  transform: rotateZ(180deg);
}
.wp-pagenavi .first::after {
  top: 34%;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  border: 1px solid #5E0A00;
  position: relative;
  color: #ffffff;
  transition: 0.3s;
}
.wp-pagenavi .previouspostslink::after, .wp-pagenavi .nextpostslink::after {
  top: 43%;
  right: 32%;
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
}
.wp-pagenavi .previouspostslink {
  position: relative;
}
.wp-pagenavi .previouspostslink::after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='7' viewBox='0 0 14 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.646 4.156H13.44V3.204H2.646C3.36 2.658 4.284 1.776 4.914 0.908L4.074 0.418C3.136 1.65 1.736 2.882 0.49 3.68C1.736 4.478 3.136 5.71 4.074 6.942L4.914 6.452C4.284 5.584 3.36 4.702 2.646 4.156Z' fill='%235E0A00'/%3E%3C/svg%3E%0A");
}
.wp-pagenavi .nextpostslink {
  position: relative;
}
.wp-pagenavi .nextpostslink::after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='7' viewBox='0 0 14 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.354 3.204H0.56V4.156H11.354C10.64 4.702 9.716 5.584 9.086 6.452L9.926 6.942C10.864 5.71 12.264 4.478 13.51 3.68C12.264 2.882 10.864 1.65 9.926 0.418L9.086 0.908C9.716 1.776 10.64 2.658 11.354 3.204Z' fill='%235E0A00'/%3E%3C/svg%3E%0A");
}

.high_price_purchase {
  background-color: #f5f5f5;
}
.high_price_purchase_inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .high_price_purchase_inner {
    padding: 64px 32px;
  }
}
.high_price_purchase_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  list-style: none;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .high_price_purchase_list {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
}
.high_price_purchase_list_block {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
}
.high_price_purchase_list_block_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
}
.high_price_purchase_list_block_top_image {
  background-color: #e2c7c4;
  padding: 12px;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 64px;
  height: 64px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .high_price_purchase_list_block_top_image {
    max-width: 104px;
    height: 104px;
    padding: 20px;
  }
}
.high_price_purchase_list_block_top_image img {
  width: 100%;
}
.high_price_purchase_list_block_top_texts {
  flex: 6;
}
.high_price_purchase_list_block_top_texts .light-brown {
  display: block;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #971000;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .high_price_purchase_list_block_top_texts .light-brown {
    font-size: 26px;
  }
}
.high_price_purchase_list_block_top_texts h3 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #493938;
}
@media screen and (max-width: 768px) {
  .high_price_purchase_list_block_top_texts h3 {
    font-size: 40px;
  }
}
.high_price_purchase_list_block p {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #493938;
}
@media screen and (max-width: 768px) {
  .high_price_purchase_list_block p {
    font-size: 26px;
  }
}
.high_price_purchase_sold {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  transition: all ease 0.2;
}
.high_price_purchase_sold:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .high_price_purchase_sold {
    display: none;
  }
}

.poor_condition {
  background: url("../../../images/poor-condition/poor-condition-bg.jpg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .poor_condition {
    background: #e6e6e6;
  }
}
.poor_condition_inner {
  padding: 50px 0;
  max-width: 1280px;
  margin: 0 auto;
}
.poor_condition_inner-results {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .poor_condition_inner-results {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .poor_condition_inner {
    padding: 64px 32px;
  }
}
.poor_condition_sp_bg {
  display: none;
}
@media screen and (max-width: 768px) {
  .poor_condition_sp_bg {
    display: block;
  }
}
.poor_condition_list {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 56px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .poor_condition_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 32px;
    position: relative;
    z-index: 1;
    margin-top: -85px;
  }
}
.poor_condition_list_block {
  background-color: #971000;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .poor_condition_list_block {
    font-size: 28px;
    padding: 16px 0;
    border-radius: 16px;
  }
}
.poor_condition_us {
  display: none;
}
@media screen and (max-width: 768px) {
  .poor_condition_us {
    display: block;
  }
}
.poor_condition_us_arrow {
  text-align: center;
  padding: 24px 0 16px;
}
.poor_condition_us_texts {
  text-align: center;
}
.poor_condition_us_texts h3 {
  color: #971000;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  padding-bottom: 16px;
}
.poor_condition_us_texts p {
  font-size: 28px;
  line-height: 1;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #493938;
  font-weight: 700;
}

.assessed_value_point_inner {
  padding: 72px 0;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .assessed_value_point_inner {
    padding: 64px 32px;
  }
}
.assessed_value_point_list {
  max-width: 1000px;
  margin: 110px auto 0;
}
@media screen and (max-width: 768px) {
  .assessed_value_point_list {
    margin: 40px auto 0;
  }
}
.assessed_value_point_list_block {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .assessed_value_point_list_block {
    flex-direction: column;
  }
}
.assessed_value_point_list_block:not(:last-of-type) {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .assessed_value_point_list_block:not(:last-of-type) {
    margin-bottom: 66px;
  }
}
.assessed_value_point_list_block:nth-of-type(2) .assessed_value_point_list_block_image {
  order: 1;
}
@media screen and (max-width: 768px) {
  .assessed_value_point_list_block:nth-of-type(2) .assessed_value_point_list_block_image {
    order: initial;
  }
}
.assessed_value_point_list_block:nth-of-type(2) .assessed_value_point_list_block_texts {
  order: 0;
}
@media screen and (max-width: 768px) {
  .assessed_value_point_list_block:nth-of-type(2) .assessed_value_point_list_block_texts {
    order: initial;
  }
}
.assessed_value_point_list_block_image {
  position: relative;
  flex: 1;
}
.assessed_value_point_list_block_image_number {
  width: 111px;
  position: absolute;
  top: -50px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .assessed_value_point_list_block_image_number {
    top: initial;
    left: initial;
    bottom: -67px;
    right: 10px;
    width: 173px;
  }
}
.assessed_value_point_list_block_image_number img {
  width: 100%;
  display: block;
}
.assessed_value_point_list_block_texts {
  flex: 1;
}
.assessed_value_point_list_block_texts_title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: #493938;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .assessed_value_point_list_block_texts_title {
    font-size: 40px;
    padding-bottom: 32px;
  }
}
.assessed_value_point_list_block_texts_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #493938;
}
@media screen and (max-width: 768px) {
  .assessed_value_point_list_block_texts_text {
    font-size: 26px;
  }
}

.confirmation_document {
  background: #f7eeee;
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  .confirmation_document {
    padding: 32px;
  }
}
.confirmation_document_inner {
  margin: 0 auto;
  max-width: 1000px;
  background-color: #fff;
  padding: 40px 0;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .confirmation_document_inner {
    padding: 40px 32px;
    border-radius: 16px;
  }
}
.confirmation_document_title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  color: #493938;
  font-size: 32px;
  line-height: 1;
  text-align: center;
}
.confirmation_document_title .small {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  color: #493938;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .confirmation_document_title .small {
    font-size: 24px;
    color: #832323;
    padding-bottom: 16px;
  }
}
.confirmation_document_content {
  max-width: 788px;
  max-height: 132px;
  margin: 40px auto 24px;
  display: flex;
  align-items: center;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .confirmation_document_content {
    flex-direction: column;
    margin: 32px auto;
    max-height: initial;
  }
}
.confirmation_document_content_photographic_portrait {
  background: #493938;
  padding: 36px 34px;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  flex: 1;
  font-weight: 700;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  max-width: 228px;
}
@media screen and (max-width: 768px) {
  .confirmation_document_content_photographic_portrait {
    flex: initial;
    max-width: 100%;
    width: 100%;
    font-size: 28px;
    padding: 26px 0;
    text-align: center;
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
  }
}
.confirmation_document_content_photographic_portrait .big {
  font-size: 32px;
  padding-bottom: 8px;
  display: block;
}
@media screen and (max-width: 768px) {
  .confirmation_document_content_photographic_portrait .big {
    padding-bottom: 0;
    font-size: 28px;
    display: inline-block;
  }
}
.confirmation_document_content_papers {
  flex: 2;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #e6e6e6;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding: 21px 50px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #493938;
}
@media screen and (max-width: 768px) {
  .confirmation_document_content_papers {
    flex: initial;
    font-size: 25px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    padding: 24px 32px;
  }
}
.confirmation_document_list {
  list-style: none;
  max-width: 640px;
  margin: 0 auto;
}
.confirmation_document_list_block {
  color: #493938;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .confirmation_document_list_block {
    font-size: 24px;
  }
}

.store__map {
  position: relative;
  height: 347px;
}
@media screen and (max-width: 768px) {
  .store__map {
    height: 492px;
    padding: 0 0 56%;
    height: 0;
    overflow: hidden;
  }
}
.store__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.overview {
  background-color: #f5f5f5;
  padding: 64px 0;
  margin-top: -64px;
}
@media screen and (max-width: 768px) {
  .overview {
    padding: 64px 32px;
  }
}
.overview_inner {
  max-width: 1280px;
  margin: 0 auto;
}
.overview_box {
  display: flex;
  gap: 80px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .overview_box {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .overview_box_image {
    display: none;
  }
}
.overview_box_image img {
  border-radius: 8px;
}
.overview_box_table tbody tr {
  border-bottom: 1px dashed #B0B0B0;
  margin-bottom: 16px;
  text-align: left;
  display: flex;
  align-items: center;
}
.overview_box_table tbody tr:nth-of-type(2n+1) {
  background-color: #f5f5f5;
}
.overview_box_table tbody tr th, .overview_box_table tbody tr td {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  border: none;
  padding: 0;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .overview_box_table tbody tr th, .overview_box_table tbody tr td {
    font-size: 24px;
  }
}
.overview_box_table tbody tr th {
  color: #8E693F;
  font-weight: 700;
  flex: 1;
}
.overview_box_table tbody tr td {
  flex: 2;
  font-weight: 500;
  color: #493938;
}

.message {
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  .message {
    padding: 64px 32px;
  }
}
.message_inner {
  max-width: 1280px;
  margin: 0 auto;
}
.message_box {
  display: flex;
  gap: 80px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .message_box {
    flex-direction: column;
    gap: 56px;
  }
}
.message_box_texts {
  text-align: left;
  max-width: 514px;
}
@media screen and (max-width: 768px) {
  .message_box_texts {
    order: 1;
    max-width: 100%;
  }
}
.message_box_texts h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #493938;
  font-weight: 700;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .message_box_texts h3 {
    font-size: 40px;
    padding-bottom: 40px;
  }
}
.message_box_texts p {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  color: #493938;
}
@media screen and (max-width: 768px) {
  .message_box_texts p {
    font-size: 28px;
  }
}
.message_box_texts p:not(:last-of-type) {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .message_box_texts p:not(:last-of-type) {
    padding-bottom: 60px;
  }
}
.message_box_image {
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .message_box_image {
    order: 0;
    position: relative;
    height: 470px;
    overflow: hidden;
  }
}
.message_box_image img {
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .message_box_image img {
    position: absolute;
    top: 70%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
}

.section__buyer {
  background: url(../../../images/buyer/buyer-bg.jpg) no-repeat center center;
  background-size: cover;
}
.section__buyer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  .section__buyer .section__title {
    padding: 0 32px;
  }
}
.section__buyer .buyer-swiper-wrapper {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section__buyer .buyer-swiper-wrapper {
    border-radius: 16px;
  }
}
@media screen and (max-width: 768px) {
  .section__buyer .swiper-container {
    padding-left: 68px;
  }
}
.section__buyer .swiper-options {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section__buyer .swiper-options {
    display: none;
  }
}
.section__buyer .swiper-button-prev {
  transform: translateX(-50%);
  left: -1px;
  height: 56px;
  width: 56px;
  background-size: cover;
  transition: all ease 0.4s;
  background-image: url("../../../images/voice/voice-slide-btn-prev.svg");
}
.section__buyer .swiper-button-prev:hover {
  background-image: url("../../../images/voice/voice-slide-btn-prev-hover.svg");
}
@media screen and (max-width: 768px) {
  .section__buyer .swiper-button-prev {
    left: 0px;
    transform: inherit;
    height: 22px;
  }
}
.section__buyer .swiper-button-next {
  transform: translateX(-50%);
  right: -57px;
  left: auto;
  height: 56px;
  width: 56px;
  background-size: cover;
  transition: all ease 0.4s;
  background-image: url("../../../images/voice/voice-slide-btn-next.svg");
}
.section__buyer .swiper-button-next:hover {
  background-image: url("../../../images/voice/voice-slide-btn-next-hover.svg");
}
@media screen and (max-width: 768px) {
  .section__buyer .swiper-button-next {
    right: 0px;
    transform: inherit;
    height: 22px;
  }
}
.section__buyer .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section__buyer .swiper-slide {
    border-radius: 16px;
  }
}
.section__buyer__content-image {
  background-color: #ECECEC;
}
.section__buyer__content-image img {
  display: block;
  width: 100%;
}
.section__buyer__content-texts {
  background-color: #fff;
  padding: 16px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .section__buyer__content-texts {
    padding: 24px 16px;
  }
}
.section__buyer__content-texts__top {
  display: flex;
  gap: 16px;
  color: #8e693f;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .section__buyer__content-texts__top {
    font-size: 26px;
  }
}
.section__buyer__content-texts__role__detail {
  color: #8e693f;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .section__buyer__content-texts__role__detail {
    font-size: 24px;
  }
}
.section__buyer__content-texts__title {
  font-size: 24px;
  line-height: 1;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
  color: #493938;
}
@media screen and (max-width: 768px) {
  .section__buyer__content-texts__title {
    font-size: 32px;
  }
}

.mv-cta {
  position: relative;
  display: block;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .mv-cta {
    display: none;
  }
}
.mv-cta_lead {
  position: absolute;
  width: 364px;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #008B39;
  text-align: center;
  background: #FFCE4F;
  z-index: 1;
}
.mv-cta_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95px;
  gap: 12px;
  background: linear-gradient(to top, #00A142, #00C751);
}
.mv-cta_icon {
  flex-shrink: 0;
  width: 50px;
}
.mv-cta_icon img {
  width: 100%;
}
.mv-cta_item {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-family: "Oswald", sans-serif;
}
.mv-cta_item em {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  font-style: normal;
}
.mv-cta_item small {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}
.mv-cta_item small b {
  font-size: 16px;
}
.mv-cta_arrow {
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
}

.mv-line-cta {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  height: 72px;
  margin-bottom: 48px;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  color: #008B39;
  background: #f4f4f4;
}
@media screen and (max-width: 768px) {
  .mv-line-cta {
    display: none;
  }
}
.mv-line-cta_icon {
  flex-shrink: 0;
  width: 43px;
}
.mv-line-cta_icon img {
  width: 100%;
}
.mv-line-cta_arrow {
  position: absolute;
  width: 9px;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
}
.mv-line-cta_arrow img {
  width: 100%;
}

.top-satei-contact {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
@media screen and (max-width: 768px) {
  .top-satei-contact {
    flex-wrap: wrap;
    gap: 26px;
    margin-top: 34px;
  }
}
.top-satei-item {
  display: block;
  width: 100%;
}
.top-satei-item img {
  display: block;
  width: 100%;
}

.sp-fixed {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-fixed {
    position: fixed;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
}
.sp-fixed img {
  display: block;
  width: 100%;
}

.pc-fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 16px;
  background: rgba(246, 213, 86, 0.75);
  z-index: 10;
  transform: translateY(120px);
}
@media screen and (max-width: 768px) {
  .pc-fixed {
    display: none;
  }
}
.pc-fixed.is-fixed {
  transition: transform 0.6s;
  transform: translateY(0);
}
.pc-fixed.is-close {
  transition: transform 0.6s;
  transform: translateY(120px);
}
.pc-fixed__items {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.pc-fixed__item {
  width: 258px;
}
.pc-fixed__item a {
  display: block;
}
.pc-fixed__item a img {
  display: block;
  width: 100%;
}
.pc-fixed__btn {
  position: absolute;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  top: 10px;
  right: 10px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
.pc-fixed__btn i {
  display: flex;
  justify-content: center;
  aspect-ratio: 1;
  width: 12px;
}
.pc-fixed__btn i svg {
  width: 100%;
  height: auto;
}

.top-news {
  position: relative;
}
.top-news__Wrap {
  padding: 60px 0 12px;
}
@media screen and (max-width: 768px) {
  .top-news__Wrap {
    padding: 72px 48px 14px;
  }
}
.top-news__flex {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-news__flex {
    justify-content: left;
  }
}
.top-news__tag {
  font-size: 14px;
  font-weight: 700;
  color: #745A09;
  background: #FFCE4F;
  line-height: 1.8;
  padding: 3px 8px;
}
@media screen and (max-width: 768px) {
  .top-news__tag {
    font-size: 24px;
    padding: 2px 8px;
  }
}
.top-news__title {
  font-size: 20px;
  font-weight: 700;
  color: #745A09;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .top-news__title {
    font-size: 28px;
  }
}
.top-news__text {
  text-align: center;
  font-size: 14px;
  margin-top: 12px;
  font-weight: 400;
  color: #333;
}
@media screen and (max-width: 768px) {
  .top-news__text {
    font-size: 26px;
    text-align: left;
  }
}
.top-news__text a {
  color: #745A09;
  text-decoration: underline !important;
}

.slick-slider {
  margin-bottom: 0 !important;
}

.slick-list {
  width: 446px;
  margin: 0 auto !important;
}
@media screen and (max-width: 768px) {
  .slick-list {
    width: 100%;
    padding: 0 48px;
  }
}

.slide-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.slide-dots li {
  width: 40px;
  height: 5px;
}
@media screen and (max-width: 768px) {
  .slide-dots li {
    width: 73px;
  }
}
.slide-dots li:not(:first-child) {
  margin-left: 8px;
}
.slide-dots li button {
  text-indent: -9999px;
  width: 40px;
  height: 5px;
  border-radius: 0;
  border: none;
  background: #E0E0E0;
}
@media screen and (max-width: 768px) {
  .slide-dots li button {
    width: 73px;
  }
}
.slide-dots li.slick-active button {
  background: #FFCE4F;
}

.campaign {
  max-width: 1064px;
  margin: 40px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .campaign {
    margin-top: 80px;
    padding: 0 48px;
  }
}
.campaign__banner {
  width: 100%;
}
.campaign__banner:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .campaign__banner:not(:first-child) {
    margin-top: 60px;
  }
}
.campaign__banner a {
  display: block;
}
.campaign__banner a img {
  width: 100%;
  height: auto;
}
.campaign__fixed-pc {
  position: fixed;
  right: 0;
  bottom: 140px;
  width: 260px;
  z-index: 1000;
  display: none;
}
@media screen and (max-width: 768px) {
  .campaign__fixed-pc {
    display: none !important;
  }
}
.campaign__fixed-pc a {
  position: relative;
  display: block;
}
.campaign__fixed-pc a img {
  width: 100%;
  height: auto;
}
.campaign__fixed-pc .js-fixed__closebtn {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 4px;
  right: 4px;
  cursor: pointer;
}
.campaign__fixed-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .campaign__fixed-sp {
    display: flex;
    position: fixed;
    width: 300px;
    height: 154px;
    right: 0;
    bottom: 180px;
    z-index: 1000;
    transition: 0.3s ease-in-out;
  }
  .campaign__fixed-sp.is-closed {
    transform: translateX(31.5vw);
  }
  .campaign__fixed-sp.is-closed img:first-child {
    transform: rotate(180deg);
  }
}

.modal_campaign {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 48px;
}

.modal-content {
  background-color: transparent;
  border: none;
  width: fit-content;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}

.close {
  float: right;
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
}
.close img {
  width: 100%;
  height: 100%;
}

.new-container {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #333;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .new-container {
    font-size: 22px;
    box-sizing: border-box;
  }
}
.new-container a {
  text-decoration: none;
  transition: 0.2s;
}
.new-container a:hover {
  opacity: 0.7;
}
.new-container ul {
  list-style: none;
}
.new-container .num {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.new-container .pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .new-container .pc-none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .new-container .sp-none {
    display: none;
  }
}
.new-container .small {
  font-size: 12px;
}
.new-container .inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .new-container .inner {
    padding-right: 48px;
    padding-left: 48px;
    box-sizing: border-box;
  }
}
.new-container .inner.w-large {
  max-width: 1320px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .new-container .inner.w-large {
    max-width: none;
  }
}
.new-container .inner.w-medium {
  max-width: 1064px;
}
@media screen and (max-width: 768px) {
  .new-container .inner.w-medium {
    max-width: none;
  }
}
.new-container .fixed_cta {
  display: none;
}
@media screen and (max-width: 768px) {
  .new-container .fixed_cta {
    display: none !important;
  }
}
.new-container .ttl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
  letter-spacing: 0.1em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .new-container .ttl {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.new-container .ttl::before {
  content: "";
  display: block;
  width: 62px;
  height: 20px;
  background: url(../../../images/top-new/deco-yellow.svg) center/contain no-repeat;
  margin: 0 auto 8px;
}
@media screen and (max-width: 768px) {
  .new-container .ttl::before {
    margin: 0 auto 12px;
  }
}
.new-container .ls-10p {
  letter-spacing: 0.1em;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.new-container .loop-wrap {
  overflow: hidden;
}
.new-container .loop-box {
  width: 100vw;
}
.new-container .loop-item {
  padding-top: 89px;
  padding-bottom: 40px;
  z-index: -1;
}
.new-container .newbtn {
  position: relative;
  z-index: 2;
}
.new-container .newbtn.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  width: 320px;
  height: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .new-container .newbtn.btn {
    width: 518px;
    height: 99px;
    font-size: 24px;
    font-weight: 500;
  }
}
.new-container .newbtn.btn::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
}
@media screen and (max-width: 768px) {
  .new-container .newbtn.btn::after {
    width: 34px;
    height: 34px;
  }
}
.new-container .newbtn.btn-brown {
  border: 2px solid #745a09;
  color: #745a09;
  background-color: transparent;
  border-radius: 0px;
}
.new-container .newbtn.btn-brown::after {
  background: url(../../../images/top-new/arrow-brown.svg) center/contain no-repeat;
}
.new-container .newbtn.btn-blank {
  border: 2px solid #745a09;
  color: #745a09;
  background-color: transparent;
  border-radius: 0px;
}
.new-container .newbtn.btn-blank::after {
  background: url(../../../images/top-new/blank.svg) center/contain no-repeat;
}
.new-container .shineBtn {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.new-container .shineBtn::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  transition: 400ms;
  animation: shiny 4.5s ease-in-out infinite;
}
.new-container .shineBtn.pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .new-container .shineBtn.pc-none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .new-container .shineBtn.sp-none {
    display: none;
  }
}
@-webkit-keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.new-container .mv-line {
  background: #06c755;
  width: 100%;
  padding: 24px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .new-container .mv-line {
    font-size: 36px;
  }
}
.new-container .mv-line span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .new-container .mv-line span {
    font-size: 24px;
  }
}
.new-container .mv-line::before {
  content: "";
  display: block;
  width: 51px;
  height: 48px;
  background: url(../../../images/top-new/line-white.svg) center/contain no-repeat;
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .new-container .mv-line::before {
    width: 80px;
    height: 74px;
  }
}
.new-container .mv-line::after {
  content: "";
  display: block;
  background: url(../../../images/top-new/arrow-white.svg) center/contain no-repeat;
  width: 9px;
  height: 16px;
  margin-left: 32px;
}
@media screen and (max-width: 768px) {
  .new-container .mv-line::after {
    width: 10px;
    height: 18px;
  }
}
.new-container .mv-line.sp-bottom {
  display: none;
}
@media screen and (max-width: 768px) {
  .new-container .mv-line.sp-bottom {
    display: flex;
    position: fixed;
    bottom: -132px;
    margin-bottom: 0;
    transform: 0.2s;
    z-index: 100;
  }
}
.new-container .mv-line.fixed {
  bottom: 0;
}

.new-contents {
  margin-top: 104px;
}
.new-contents.pegeTop-pt0 .under-page-top {
  padding-top: 0;
}
.new-contents .under_page_title {
  background: #f4f4f4;
}
@media screen and (max-width: 768px) {
  .new-contents .under_page_title {
    padding: 49px 0;
  }
}
.new-contents .under_page_title p {
  font-family: "Noto Sans JP", sans-serif;
}
.new-contents .under_page_title-bg-cover .under_page_title-bg_title p,
.new-contents .under_page_title-bg_title {
  color: #fff;
}
.new-contents .under_page_title-text {
  color: #333;
  position: relative;
  z-index: 2;
  letter-spacing: 0.1em;
}
.new-contents .under_page_title-eg {
  text-transform: uppercase;
  color: #745A09;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .new-contents {
    margin-top: 120px;
  }
}
.section__shop-detail {
  padding-top: 0;
}

.new-header {
  color: #745a09;
  background: #fff;
  height: 104px;
  transform: translateY(-100%);
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .new-header {
    transform: translateY(0);
    position: fixed;
    top: 0;
    height: 120px;
    box-sizing: border-box;
    color: #333;
  }
}
.new-header a {
  color: #745a09;
  text-decoration: none;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .new-header a {
    color: #333;
  }
}
.new-header a:hover {
  opacity: 0.7;
}
.new-header_top {
  height: 64px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .new-header_top {
    height: 120px;
    max-width: 100%;
    padding-left: 48px;
    width: 100%;
    box-sizing: border-box;
  }
}
.new-header_logo {
  margin-right: auto;
  margin-left: 0;
}
.new-header_logo a {
  display: flex;
  align-items: flex-end;
  text-decoration: none;
}
.new-header_logo img {
  width: 112px;
  height: 40px;
  margin-right: 29px;
}
@media screen and (max-width: 768px) {
  .new-header_logo img {
    width: 183px;
    height: 70px;
    margin-right: 55px;
  }
}
.new-header_btn {
  height: 100%;
  width: 120px;
  box-sizing: border-box;
  padding: 42px 36px;
  position: relative;
  background: #f6d556;
}
.new-header_btnWrap {
  width: 48px;
  height: 36px;
  margin: auto;
  position: relative;
}
.new-header_btnWrap span {
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  transition: 0.2s;
}
.new-header_btnWrap span:nth-of-type(1) {
  top: 0;
}
.new-header_btnWrap span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.new-header_btnWrap span:nth-of-type(3) {
  bottom: 0;
}
.new-header_btn.active {
  right: 0;
}
.new-header_btn.active span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 13px;
}
.new-header_btn.active span:nth-of-type(2) {
  display: none;
}
.new-header_btn.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  bottom: 18px;
}
.new-header_contact {
  display: flex;
}
.new-header_contactItem {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
}
@media screen and (max-width: 768px) {
  .new-header_contactItem {
    height: 120px;
  }
}
.new-header_contactItem i {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.new-header_contactItem i svg {
  width: 100%;
  height: auto;
}
.new-header_contactItem span {
  display: flex;
  flex-direction: column;
  line-height: 1;
  font-weight: bold;
}
.new-header_contactItem span small {
  font-size: 12px;
}
.new-header_contactItem span em {
  font-style: normal;
}
.new-header_contactItem.-tel {
  width: 263px;
  gap: 10px;
  background: linear-gradient(to top, #00A142, #00C751);
}
.new-header_contactItem.-tel span {
  color: #fff;
}
.new-header_contactItem.-tel span em {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.015em;
}
.new-header_contactItem.-line {
  gap: 12px;
  width: 232px;
  background: #D5F4D0;
}
.new-header_contactItem.-line i {
  width: 37px;
}
.new-header_contactItem.-line span {
  gap: 2px;
  color: #008B39;
}
.new-header_contactItem.-line span em {
  font-size: 17px;
}
.new-header_contactItem.-line span em b {
  font-size: 20px;
}
.new-header_contactItem.-web {
  width: 168px;
  gap: 16px;
  background: #F4F4F4;
}
.new-header_contactItem.-web i {
  width: 32px;
}
.new-header_contactItem.-web span {
  gap: 6px;
}
.new-header_contactItem.-web span em {
  font-size: 20px;
}
.new-header_contactItem.-sp-tel {
  display: none;
}
@media screen and (max-width: 768px) {
  .new-header_contactItem.-sp-tel {
    display: flex;
    gap: 18px;
    width: 362px;
    background: #f0f0f0;
  }
}
.new-header_contactItem.-sp-tel i {
  width: 28px;
}
.new-header_contactItem.-sp-tel span {
  font-size: 36px;
  font-family: "Oswald", sans-serif;
}
.new-header_contactItem.web::before {
  width: 32px;
  height: 32px;
  background: url(../../../images/top-new/web.svg) center/contain no-repeat;
  margin-right: 16px;
}
@media screen and (max-width: 1024px) {
  .new-header_contactItem.web::before {
    margin-right: 3px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .new-header_contactItem.web::before {
    margin-right: 3px;
    width: 56px;
    height: 56px;
  }
}
.new-header_contactItem.web .small {
  margin-top: 6px;
}
.new-header_contactItem.tell {
  background: #f4f4f4;
  letter-spacing: 0.05em;
}
.new-header_contactItem.tell::before {
  width: 32px;
  height: 32px;
  background: url(../../../images/top-new/header-call.svg) center/contain no-repeat;
  margin-right: 16px;
}
@media screen and (max-width: 1024px) {
  .new-header_contactItem.tell::before {
    width: 24px;
    height: 24px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .new-header_contactItem.tell::before {
    background: url(../../../images/top-new/call-black.svg) center/contain no-repeat;
    width: 56px;
    height: 56px;
    margin-right: 5px;
  }
}
.new-header_contactItem.tell .num {
  font-weight: 700;
}
.new-header_contactItem.tell .small {
  margin-bottom: 6px;
}
.new-header_contactItem.line {
  background: #06c755;
  color: #fff;
}
.new-header_contactItem.line::before {
  width: 40px;
  height: 38px;
  background: url(../../../images/top-new/line-white.svg) center/contain no-repeat;
  margin-right: 16px;
}
@media screen and (max-width: 1024px) {
  .new-header_contactItem.line::before {
    width: 24px;
    height: 24px;
    margin-right: 5px;
  }
}
.new-header_contactItem.line .small {
  margin-bottom: 6px;
}
.new-header_cta {
  display: none;
}
@media screen and (max-width: 768px) {
  .new-header_cta {
    display: flex;
    flex-direction: column;
    gap: 26px;
    margin-bottom: 68px;
  }
}
.new-header_bottom {
  background: #f6d556;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  height: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .new-header_bottom {
    width: 100%;
    height: 100vh;
    display: block;
    padding: 38px 48px;
    transition: 0.3s;
    right: -100%;
    position: relative;
    z-index: 1000;
  }
}
.new-header_bottomWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .new-header_bottomWrap {
    overflow: scroll;
    height: 1200px;
    padding-bottom: 100px;
    display: block;
  }
}
.new-header_bottomContents {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .new-header_bottomContents {
    display: block;
    height: fit-content;
    padding-bottom: 500px;
  }
}
.new-header_bottom.active {
  right: 0;
}
.new-header_bottomLine img {
  width: 100%;
}
.new-header_bottomBox {
  padding: 0 12px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .new-header_bottomBox {
    display: block;
    margin-bottom: 56px;
  }
}
.new-header_bottomBox:nth-of-type(1) {
  order: 3;
}
.new-header_bottomBox:nth-of-type(2) {
  order: 2;
}
.new-header_bottomBox:nth-of-type(3) {
  order: 1;
}
.new-header_bottomBox:nth-of-type(2), .new-header_bottomBox:nth-of-type(3) {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .new-header_bottomBox:nth-of-type(2), .new-header_bottomBox:nth-of-type(3) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .new-header_bottomTtl {
    font-weight: 700;
    font-size: 28px;
    position: relative;
    margin-bottom: 24px;
  }
  .new-header_bottomTtl::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
  }
}
@media screen and (max-width: 768px) {
  .new-header_bottomTtl span {
    background: #f6d556;
    padding-right: 24px;
    position: relative;
    z-index: 2;
  }
}
.new-header_bottomList {
  display: flex;
}
@media screen and (max-width: 768px) {
  .new-header_bottomList {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .new-header_bottomItem {
    background: #fff;
    height: 120px;
    display: flex !important;
    align-items: center;
    box-sizing: border-box;
  }
}
.new-header_bottomItem a {
  font-weight: 700;
  padding: 5px 20px;
  position: relative;
}
.new-header_bottomItem a::after {
  content: "";
  width: 34px;
  height: 34px;
}
@media screen and (max-width: 1024px) {
  .new-header_bottomItem a {
    padding: 5px 6px;
    font-size: 12px;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .new-header_bottomItem a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .new-header_bottomItem.w-100 {
    width: 100%;
    align-items: center;
  }
  .new-header_bottomItem.w-100 a {
    display: flex;
    font-size: 32px;
    position: relative;
    padding-left: 96px;
  }
  .new-header_bottomItem.w-100 a::before {
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    position: absolute;
  }
  .new-header_bottomItem.w-100 a::after {
    background: url(../../../images/top-new/arrow-yellow.svg) center/contain no-repeat;
    margin-right: 0;
    margin-left: auto;
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .new-header_bottomItem.w-30 {
    justify-content: space-between;
    width: calc(33.3333333333% - 8px);
    height: 104px;
  }
  .new-header_bottomItem.w-30 a {
    font-size: 24px;
    padding: 0 16px;
    position: relative;
  }
  .new-header_bottomItem.w-30 a::after {
    background: url(../../../images/top-new/arrow-footer.svg) center/contain no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .new-header_bottomItem.w-50 {
    justify-content: space-between;
    width: calc(50% - 8px);
    height: 104px;
  }
  .new-header_bottomItem.w-50 a {
    padding: 0 16px;
    position: relative;
    font-size: 24px;
  }
  .new-header_bottomItem.w-50 a::after {
    background: url(../../../images/top-new/arrow-footer.svg) center/contain no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .new-header_bottomItem.access a::before {
    background: url(../../../images/top-new/shop-black.svg) center/contain no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .new-header_bottomItem.takuhai a::before {
    background: url(../../../images/top-new/box-black.svg) center/contain no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .new-header_bottomItem.syuttyou a::before {
    background: url(../../../images/top-new/car-black.svg) center/contain no-repeat;
  }
}
.new-header.fixed {
  transform: translateY(0);
}
.new-header.header-default {
  transform: translateY(0);
}

.new-footer {
  background: #f4f4f4;
  border-top: 4px solid #f6d556;
  padding: 64px 0 180px;
}
@media screen and (max-width: 768px) {
  .new-footer {
    padding: 120px 0 180px;
    border-top: none;
  }
}
.new-footer a {
  color: #745a09;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .new-footer a {
    font-size: 24px;
  }
}
.new-footer a:hover {
  opacity: 0.7;
}
.new-footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  max-width: 1320px;
  margin: 0 auto;
  row-gap: 40px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .new-footer_inner {
    width: 100%;
    padding-right: 48px;
    padding-left: 48px;
    display: block;
    box-sizing: border-box;
  }
}
.new-footer_menu {
  width: 688px;
}
@media screen and (max-width: 768px) {
  .new-footer_menu {
    width: 100%;
  }
}
.new-footer_menuTtl {
  color: #b9b9b9;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .new-footer_menuTtl {
    font-size: 28px;
    margin-bottom: 24px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .new-footer_menuTtl span {
    background: #f4f4f4;
    padding-right: 24px;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .new-footer_menuTtl::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #b9b9b9;
    position: absolute;
    top: 26px;
  }
}
.new-footer_menuBox:not(:last-of-type) {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .new-footer_menuBox:not(:last-of-type) {
    margin-bottom: 56px;
  }
}
.new-footer_menuList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.new-footer_menuItem {
  width: 224px;
  background: #fff;
  height: 48px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .new-footer_menuItem {
    width: calc(33.3333333333% - 8px);
    height: 104px;
  }
}
.new-footer_menuItem a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  position: relative;
}
.new-footer_menuItem a::after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../../../images/top-new/arrow-footer.svg) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .new-footer_menuItem a::after {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .new-footer_menuItem.w-100 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .new-footer_menuItem.w-50 {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 768px) {
  .new-footer .menuHow-box .top-footer_menuItem {
    border-right: 8px solid #f6d556;
  }
  .new-footer .menuHow-box .top-footer_menuItem::after {
    background: url(../../../images/top-new/arrow-yellow.svg) center/contain no-repeat;
  }
}
.new-footer_right {
  width: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .new-footer_right {
    width: 100%;
    margin-top: 48px;
  }
}
.new-footer_rightWrap {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .new-footer_rightWrap {
    justify-content: space-between;
  }
}
.new-footer_logo {
  width: 171px;
  height: 65px;
  margin: 0 0 32px auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .new-footer_logo {
    width: 227px;
    height: 87px;
    margin: 0 auto 48px;
  }
}
.new-footer_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.new-footer_copy {
  color: #b9b9b9;
}

.admin-cresponsive,
.copy-info {
  display: none;
}

.newPageNavi.main-contact-wrapper {
  background: #745a09;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .newPageNavi.main-contact-wrapper {
    font-size: 20px;
    padding: 1px 20px;
    height: auto;
  }
}
.newPageNavi.main-contact-wrapper.cat-page {
  margin: 0;
  background: #fff;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .newPageNavi.main-contact-wrapper.cat-page {
    margin: 40px auto -41px;
    padding-bottom: 20px;
  }
}
.newPageNavi.main-contact-wrapper.single-nav {
  margin: 0 0 20px;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .newPageNavi.main-contact-wrapper.single-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.newPageNavi-list {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 10px 20px;
}

.newPageNavi-item {
  color: #fff;
}
.newPageNavi-item:not(:last-of-type) {
  display: flex;
  align-items: center;
}
.newPageNavi-item:not(:last-of-type)::after {
  content: ">";
  display: block;
  margin: 0 8px;
}
@media screen and (max-width: 768px) {
  .newPageNavi-item:not(:last-of-type)::after {
    margin: 0 16px;
  }
}
.newPageNavi-item a {
  text-decoration: none;
  color: #fff;
}

.takuhai_lp_wrap .emblem,
.new-contents .emblem {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .emblem,
  .new-contents .emblem {
    padding-top: 80px;
  }
}
.takuhai_lp_wrap .emblem-inner,
.new-contents .emblem-inner {
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .emblem-inner,
  .new-contents .emblem-inner {
    flex-direction: column;
    gap: 48px;
  }
}
.takuhai_lp_wrap .emblem-text,
.new-contents .emblem-text {
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
  color: #745A09;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .emblem-text,
  .new-contents .emblem-text {
    font-size: 22px;
    margin-top: 24px;
  }
}
.takuhai_lp_wrap .emblem-img,
.new-contents .emblem-img {
  width: 350px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .emblem-img,
  .new-contents .emblem-img {
    width: 671px;
    height: 113px;
  }
}
.takuhai_lp_wrap .emblem-img img,
.new-contents .emblem-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.new-contents.catArchive .newPageNavi {
  margin-bottom: 0 !important;
}
.new-contents .tax-top {
  background: url(../../../images/newParts/mv-bg.png) center/cover no-repeat;
  padding: 60px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .new-contents .tax-top {
    background: url(../../../images/newParts/mv-bg_sp.png) center/cover no-repeat;
    padding: 73px 0 57px;
  }
}
.new-contents .tax-top_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4%;
}
@media screen and (max-width: 768px) {
  .new-contents .tax-top_inner {
    display: block;
  }
}
.new-contents .tax-top_left {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .new-contents .tax-top_left {
    width: 100%;
  }
}
.new-contents .tax-top_right {
  width: 48%;
  min-width: 470px;
}
@media screen and (max-width: 768px) {
  .new-contents .tax-top_right {
    width: 100vw;
    margin-left: -48px;
  }
}
.new-contents .tax-top_title_brand {
  color: #eb350d;
  display: flex;
  width: fit-content;
  margin: 0 auto 21px;
  align-items: center;
}
.new-contents .tax-top_title_brand::before, .new-contents .tax-top_title_brand::after {
  content: "";
  display: block;
  width: 27px;
  height: 58px;
  margin: 0 12px;
}
.new-contents .tax-top_title_brand::before {
  background: url(../../../images/newParts/ttlLine-left.svg) center/contain no-repeat;
}
.new-contents .tax-top_title_brand::after {
  background: url(../../../images/newParts/ttlLLine-right.svg) center/contain no-repeat;
}
.new-contents .tax-top_title_brand .en {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  line-height: 1;
  margin-bottom: 6px;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .new-contents .tax-top_title_brand .en {
    font-size: 24px;
  }
}
.new-contents .tax-top_title_brand .ja {
  font-size: 30px;
  line-height: 1;
  text-align: center;
  display: block;
  background: linear-gradient(transparent 60%, #ffe480 60%);
}
@media screen and (max-width: 768px) {
  .new-contents .tax-top_title_brand .ja {
    font-size: 44px;
  }
}
.new-contents .tax-top_title_img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .new-contents .tax-top_title_img {
    margin-bottom: 24px;
  }
}
.new-contents .tax-top_title_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.new-contents .tax-top_btn {
  width: 336px;
  height: auto;
  margin: 32px auto 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .new-contents .tax-top_btn {
    width: 100%;
  }
}
.new-contents .tax-top_btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.new-contents .tax-topSlide_item {
  height: auto !important;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #d4d4d4;
  transform: scale(0.87) !important;
  transition: 0.7s;
}
@media screen and (max-width: 768px) {
  .new-contents .tax-topSlide_item {
    transform: scale(0.85) !important;
  }
}
.new-contents .tax-topSlide_item .img {
  background: #f6f6f6;
  padding: 10px 12px;
  border-radius: 10px 10px 0 0;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .new-contents .tax-topSlide_item .img {
    min-height: 245px;
  }
}
.new-contents .tax-topSlide_item .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.new-contents .tax-topSlide_item .text-wrap {
  padding: 18px 0;
  text-align: center;
  min-width: 160px;
}
.new-contents .tax-topSlide_item .text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .new-contents .tax-topSlide_item .text {
    font-size: 21px;
  }
}
.new-contents .tax-topSlide_item .price {
  color: #eb350d;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .new-contents .tax-topSlide_item .price {
    font-size: 37px;
  }
}
.new-contents .tax-topSlide_item .price span {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .new-contents .tax-topSlide_item .price span {
    font-size: 28px;
  }
}
.new-contents .tax-topSlide_item .sagaku {
  padding: 0 8px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(transparent 70%, #f6d556 30%);
  width: fit-content;
  margin: 0 auto;
}
.new-contents .tax-topSlide_item .sagaku span {
  font-size: 28px;
}
.new-contents .tax-topSlide_item.swiper-slide-active {
  opacity: 1; /* 中央のスライドは薄くしない */
  transform: scale(1) !important;
  z-index: 1; /* 中央のスライドを一番上にする */
}
.new-contents .tax-topSlide_bottomTxt {
  text-align: center;
  margin: 8px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .new-contents .tax-topSlide_bottomTxt {
    text-align: right;
  }
}

.new-contents .topCat {
  padding: 40px 0 128px;
}
@media screen and (max-width: 768px) {
  .new-contents .topCat {
    padding: 80px 0 147px;
  }
}
.new-contents .topCat-ttl {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .new-contents .topCat-ttl {
    margin-bottom: 80px;
  }
}
.new-contents .topCat-ttl_top {
  color: #745a09;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .new-contents .topCat-ttl_top {
    font-size: 32px;
  }
}
.new-contents .topCat-ttl_top::before, .new-contents .topCat-ttl_top::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 207px;
  height: 1px;
  background: #745a09;
}
.new-contents .topCat-ttl_top::before {
  margin-right: 32px;
}
.new-contents .topCat-ttl_top::after {
  margin-left: 32px;
}
.new-contents .topCat-ttl h2 {
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .new-contents .topCat-ttl h2 {
    margin-bottom: 32px;
  }
}
.new-contents .topCat-ttl .en {
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .new-contents .topCat-ttl .en {
    font-size: 24px;
  }
}
.new-contents .topCat-ttl .ja {
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .new-contents .topCat-ttl .ja {
    font-size: 40px;
  }
}
.new-contents .topCat-ttl .img {
  width: 441px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .new-contents .topCat-ttl .img {
    width: 570px;
  }
}
.new-contents .topCat-ttl .img img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.new-contents .expensive-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 26px;
  grid-row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .new-contents .expensive-wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 120px;
  }
}
.new-contents .expensive-item {
  min-width: 50%;
  display: flex;
  flex-direction: column;
}
.new-contents .expensive-item_img {
  aspect-ratio: 322/429;
  background: rgba(191, 191, 191, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.new-contents .expensive-item_img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.new-contents .expensive-item_text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: calc(100% - 245px);
}
.new-contents .expensive-item_name {
  text-align: center;
  font-size: 14px;
  margin: 0 0 auto 0;
  padding-bottom: 16.24px;
  box-sizing: border-box;
  color: #333;
  margin: 0 0 auto 0;
}
@media screen and (max-width: 768px) {
  .new-contents .expensive-item_name {
    font-size: 28px;
    margin-bottom: 28px;
  }
}
.new-contents .expensive-item_reference .text {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #333 !important;
}
@media screen and (max-width: 768px) {
  .new-contents .expensive-item_reference .text {
    font-size: 24px;
  }
}
.new-contents .expensive-item_reference .text span {
  color: #333 !important;
}
.new-contents .expensive-item_reference .price {
  font-size: 24px;
  text-align: center;
  position: relative;
  width: fit-content;
  min-width: fit-content;
  display: flex;
  align-items: baseline;
  margin: 0 auto;
  margin-bottom: 13.92px;
}
@media screen and (max-width: 768px) {
  .new-contents .expensive-item_reference .price {
    font-size: 48px;
    margin-bottom: 24px;
  }
}
.new-contents .expensive-item_reference .price::after {
  content: "";
  display: block;
  width: 100%;
  background: #000;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  height: 2px;
}
@media screen and (max-width: 768px) {
  .new-contents .expensive-item_reference .price::after {
    height: 3px;
  }
}
.new-contents .expensive-item_reference .price span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .new-contents .expensive-item_reference .price span {
    font-size: 24px;
  }
}
.new-contents .expensive-item_estime {
  margin-bottom: 12px;
  box-sizing: border-box;
  border: 4px solid #c60000;
}
.new-contents .expensive-item_estime .text {
  color: #fff;
  background: #c60000;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .new-contents .expensive-item_estime .text {
    font-size: 24px;
  }
}
.new-contents .expensive-item_estime .price {
  color: #c60000;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .new-contents .expensive-item_estime .price {
    font-size: 48px;
  }
}
.new-contents .expensive-item_estime .price span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .new-contents .expensive-item_estime .price span {
    font-size: 32px;
  }
}
.new-contents .expensive-item_otoku {
  height: 30px;
  background: url(../../../images/lp-4/sp/expensive/otoku.png) center top/contain no-repeat;
  color: #333;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .new-contents .expensive-item_otoku {
    height: 66px;
  }
}
.new-contents .expensive-item_otoku p {
  font-size: 22px;
  margin-top: -4px;
  margin-right: 65%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .new-contents .expensive-item_otoku p {
    font-size: 48px;
    margin-right: 218px;
    margin-left: auto;
  }
}
.new-contents .expensive-item_otoku p span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .new-contents .expensive-item_otoku p span {
    font-size: 40px;
  }
}

.gold-enhanced {
  max-width: 680px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .gold-enhanced {
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 100%;
  }
}
.gold-enhanced_ttl p {
  text-align: center;
  color: #745A09;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .gold-enhanced_ttl p {
    font-size: 40px;
  }
}
.gold-enhanced_ttl img {
  display: block;
  width: 514px;
  height: auto;
  object-fit: contain;
  margin: 16px auto 40px;
}
@media screen and (max-width: 768px) {
  .gold-enhanced_ttl img {
    width: 100%;
    margin: 16px auto 80px;
  }
}
.gold-enhanced_txt {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .gold-enhanced_txt {
    font-size: 26px;
  }
}

.topCat-ttl.gold {
  display: none;
}
@media screen and (max-width: 768px) {
  .topCat-ttl.gold {
    display: block;
  }
}
.topCat-ttl.gold .topCat-ttl_top::before, .topCat-ttl.gold .topCat-ttl_top::after {
  max-width: 108px;
}

@media screen and (max-width: 768px) {
  .gold-satei_pb {
    padding-bottom: 64px;
  }
}

.new-contents {
  /* 本来の送信メッセージは非表示にする */
  /* モーダルウィンドウを作成する */
}
.new-contents .contact {
  background: #f6d556;
  padding: 64px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .new-contents .contact {
    padding: 57px 0 150px;
  }
}
.new-contents .contact-ttl {
  width: 295px;
  height: auto;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .new-contents .contact-ttl {
    width: 589px;
    height: auto;
    margin: 0 auto 65px;
  }
}
@media screen and (max-width: 768px) {
  .new-contents .contact-line.pc {
    display: none;
  }
}
.new-contents .contact-line.pc .top-satei-top {
  background: #fde175;
}
.new-contents .contact-line.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .new-contents .contact-line.sp {
    display: block;
  }
}
.new-contents .contact-line.sp .cta-line_text {
  display: block;
  width: 588px;
  height: auto;
  margin: 0 auto 24px;
}
.new-contents .contact-line.sp .cta-tell {
  width: 524px;
  margin: 60px auto 64px;
  display: block;
}
.new-contents .contact-line.sp .cta-bottom {
  width: 536px;
  margin: 0 auto;
}
.new-contents .contact-form {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .new-contents .contact-form {
    margin-top: 128px;
  }
}
.new-contents .contact-form_top {
  width: 384px;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .new-contents .contact-form_top {
    width: 100%;
  }
}
.new-contents .contact-form_box {
  background: #fff;
  padding: 64px 20px;
}
@media screen and (max-width: 768px) {
  .new-contents .contact-form_box {
    padding: 61px 53px;
  }
}
.new-contents .contact-form_box form {
  max-width: 640px;
  margin: 0 auto;
}
.new-contents .contact-form_box label {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  color: #333;
  min-width: 192px;
  padding-top: 18px;
}
@media screen and (max-width: 768px) {
  .new-contents .contact-form_box label {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.new-contents .contact-form_box label span {
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .new-contents .contact-form_box label span {
    font-size: 28px;
  }
}
.new-contents .contact-form_box label .required-no {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #868686;
  color: #fff;
  border-radius: 4px;
  padding: 0 4px;
  width: 39px;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .new-contents .contact-form_box label .required-no {
    width: 78px;
  }
}
.new-contents .contact-form_box label .required {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c60000;
  color: #fff;
  border-radius: 4px;
  padding: 0 4px;
  width: 39px;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .new-contents .contact-form_box label .required {
    width: 78px;
  }
}
.new-contents .contact-form_box textarea {
  background: #f1f1f1;
  min-height: 172px;
  width: 100%;
  padding: 18px;
  border: none;
  appearance: none;
  border-radius: 8px;
  background: #f1f1f1;
  font-size: 18px;
  height: 200px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .new-contents .contact-form_box textarea {
    min-height: 345px;
    padding: 38px 36px;
    font-size: 36px;
  }
}
.new-contents .contact-form_box select,
.new-contents .contact-form_box input[type=file],
.new-contents .contact-form_box input[type=tel],
.new-contents .contact-form_box input[type=email],
.new-contents .contact-form_box input[type=text] {
  width: 100%;
  padding: 18px;
  border: none;
  appearance: none;
  height: 63px;
  border-radius: 8px;
  background: #f1f1f1;
  font-size: 18px;
  box-sizing: border-box;
  width: 403px;
}
@media screen and (max-width: 768px) {
  .new-contents .contact-form_box select,
  .new-contents .contact-form_box input[type=file],
  .new-contents .contact-form_box input[type=tel],
  .new-contents .contact-form_box input[type=email],
  .new-contents .contact-form_box input[type=text] {
    height: 125px;
    font-size: 36px;
    padding: 38px 21px;
    width: 100%;
  }
}
.new-contents .contact-form_box select {
  padding: 18px;
}
@media screen and (max-width: 768px) {
  .new-contents .contact-form_box select {
    padding: 38px 49px 38px 21px;
  }
}
.new-contents .contact-img_wrap {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .new-contents .contact-img_wrap {
    padding-bottom: 170px;
  }
}
.new-contents .contact-img_wrap input {
  display: none;
}
.new-contents .contact-img_wrap .del {
  display: none;
}
.new-contents .contact-flex {
  margin-bottom: 28px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .new-contents .contact-flex {
    margin-bottom: 36px;
    display: block;
  }
}
.new-contents .contact .select-wrap {
  position: relative;
  width: 100%;
}
.new-contents .contact .select-wrap:before {
  position: absolute;
  right: 24px;
  transform: translateY(-50%) translateX(0);
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../../images/lp-4/sp/contact/arrow-down.png) center top/contain no-repeat;
  z-index: 9;
  bottom: 16px;
}
@media screen and (max-width: 768px) {
  .new-contents .contact .select-wrap:before {
    width: 32px;
    height: 32px;
    bottom: 28px;
  }
}
.new-contents .contact-border {
  padding-bottom: 33px;
  margin-bottom: 33px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .new-contents .contact-border {
    padding-bottom: 66px;
    margin-bottom: 28px;
  }
}
.new-contents .contact .textare-box {
  padding-bottom: 33px;
  margin-bottom: 33px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .new-contents .contact .textare-box {
    padding-bottom: 66px;
    margin-bottom: 28px;
  }
}
.new-contents .contact span.wpcf7-list-item-label {
  display: flex;
}
.new-contents .contact .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 2.5em;
}
@media screen and (max-width: 768px) {
  .new-contents .contact .wpcf7-list-item {
    margin: 0;
  }
}
.new-contents .sp-fixedMenu {
  display: none;
}
@media screen and (max-width: 768px) {
  .new-contents .sp-fixedMenu {
    display: block;
    position: fixed;
    bottom: 0;
    height: 176px;
    z-index: 10;
  }
}
.new-contents .sp-fixedMenu span.wpcf7-form-control.wpcf7-acceptance {
  width: 358px;
  display: block;
  height: 107px;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.new-contents input[type=submit] {
  border: none;
  display: block;
  width: 100%;
  height: 60px;
  background-color: #57a2fb;
  color: #fff;
  font-weight: bold;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .new-contents input[type=submit] {
    height: 120px;
    font-size: 32px;
  }
}
.new-contents .del {
  position: relative;
  width: 16px;
  height: 16px;
  margin-bottom: -22px;
  margin-right: 6px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .new-contents .del {
    width: 34px;
    height: 34px;
    margin-bottom: -45px;
    margin-right: 15px;
  }
}
.new-contents .img_flex {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  position: relative;
}
.new-contents label.up_link {
  width: 100% !important;
  position: absolute;
  bottom: -80px;
  min-width: 403px;
  right: 0;
  left: auto;
  cursor: pointer;
  height: 63px;
  background: #f1f1f1;
  padding-top: 0;
  display: flex;
  justify-content: center;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .new-contents label.up_link {
    height: 125px;
  }
}
.new-contents label.up_link span {
  display: block;
  margin: 0 auto;
  position: absolute;
}
.new-contents label.up_link img {
  width: auto;
  height: 63px;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .new-contents label.up_link img {
    height: 125px;
  }
}
@media screen and (max-width: 768px) {
  .new-contents label.up_link {
    bottom: -175px;
    min-width: 562px;
  }
}
.new-contents .check-link {
  margin-top: 38px;
  padding-bottom: 38px;
  text-align: center;
  font-size: 16px;
  text-decoration: underline;
  text-align: center;
  display: block;
  margin-bottom: 0;
  color: #333;
}
@media screen and (max-width: 768px) {
  .new-contents .check-link {
    font-size: 32px;
    padding-bottom: 66px;
    margin-top: 66px;
  }
}
.new-contents .check-wrap {
  background: #f1f1f1;
  width: 179px;
  height: 60px;
  margin: 0 auto 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .new-contents .check-wrap {
    width: 357px;
    height: 104px;
    margin: 0 auto 70px;
  }
}
.new-contents .check-wrap label {
  margin-bottom: 0;
  padding-top: 0;
  display: block;
  text-align: center;
}
.new-contents .check-wrap input {
  display: none;
}
.new-contents .check-wrap input + span {
  padding-left: 40.6px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .new-contents .check-wrap input + span {
    padding-left: 70px;
  }
}
.new-contents .check-wrap input + span::before {
  content: "";
  display: block;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #8f8f8f;
  position: absolute;
  top: -5px;
  left: 0;
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 768px) {
  .new-contents .check-wrap input + span::before {
    width: 56px;
    height: 56px;
  }
}
.new-contents .check-wrap input:checked + span::after {
  content: "";
  background-image: url(../../../images/lp-4/sp/contact/check.svg);
  background-size: contain;
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 29px;
  height: 29px;
}
@media screen and (max-width: 768px) {
  .new-contents .check-wrap input:checked + span::after {
    width: 50px;
    height: 50px;
  }
}
.new-contents .wpcf7 form.sent .wpcf7-response-output {
  display: none;
}
.new-contents #wpcf7-modal {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  z-index: 100000;
  cursor: pointer;
}
.new-contents #wpcf7-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-contents #wpcf7-modal__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.new-contents #wpcf7-modal__wrap {
  background-color: #ffffff;
  border-radius: 10px;
  width: 90%;
  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-align: center;
  font-size: 20.88px;
}
@media screen and (max-width: 768px) {
  .new-contents #wpcf7-modal__wrap {
    font-size: 36px;
    padding: 40px;
  }
}

@media screen and (max-width: 768px) {
  .brand-detail .contact-form {
    margin-top: 62px;
  }
}
.brand-detail .contact-form_top {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .brand-detail .contact-form_top {
    margin-bottom: -30px;
  }
}
.brand-detail .contact-form_top img {
  width: 100%;
}
.brand-detail .contact-form_box {
  background: #fff;
  padding: 64px 20px;
}
@media screen and (max-width: 768px) {
  .brand-detail .contact-form_box {
    padding: 46px 53px 26px;
  }
}
.brand-detail .contact-form_box form {
  max-width: 640px;
  margin: 0 auto;
}
.brand-detail .contact-form_box label .required-no {
  margin-left: 13px;
  padding: 0;
  font-size: 14px;
  color: #BABABA;
  border: 1px solid #BABABA;
  border-radius: 0;
  background: none;
}
@media screen and (max-width: 768px) {
  .brand-detail .contact-form_box label .required-no {
    width: 82px;
    height: 50px;
    margin-left: 26px;
    font-size: 26px;
    border-width: 2px;
    border-radius: 8px;
  }
}
.brand-detail .contact-form_box label .required {
  margin-left: 13px;
  padding: 0;
  font-size: 14px;
  color: #C60000;
  border: 1px solid #C60000;
  border-radius: 0;
  background: none;
}
@media screen and (max-width: 768px) {
  .brand-detail .contact-form_box label .required {
    width: 82px;
    height: 50px;
    margin-left: 26px;
    font-size: 26px;
    border-width: 2px;
    border-radius: 8px;
  }
}
.brand-detail .contact-form_box label.up_link {
  min-width: 388px;
}
.brand-detail .contact-form_box textarea {
  width: 388px;
}
@media screen and (max-width: 768px) {
  .brand-detail .contact-form_box textarea {
    width: 100%;
    min-height: 345px;
    padding: 38px 40px;
    font-size: 36px;
  }
}
.brand-detail .contact-form_box select,
.brand-detail .contact-form_box input[type=file],
.brand-detail .contact-form_box input[type=tel],
.brand-detail .contact-form_box input[type=email],
.brand-detail .contact-form_box input[type=text] {
  width: 388px;
}
@media screen and (max-width: 768px) {
  .brand-detail .contact-form_box select,
  .brand-detail .contact-form_box input[type=file],
  .brand-detail .contact-form_box input[type=tel],
  .brand-detail .contact-form_box input[type=email],
  .brand-detail .contact-form_box input[type=text] {
    height: 118px;
    font-size: 32px;
    padding: 38px 40px;
    width: 100%;
  }
}
.brand-detail .contact-form_box select {
  padding: 18px;
}
@media screen and (max-width: 768px) {
  .brand-detail .contact-form_box select {
    padding: 38px 49px 38px 21px;
  }
}
.brand-detail .contact-form input[type=submit] {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(to top, #333333, #757575);
}
@media screen and (max-width: 768px) {
  .brand-detail .contact-form input[type=submit] {
    font-size: 32px;
  }
}
.brand-detail .check-wrap {
  width: 226px;
}
@media screen and (max-width: 768px) {
  .brand-detail .check-wrap {
    width: 455px;
    margin-bottom: 62px;
  }
}
.brand-detail .check-wrap input + span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .brand-detail .check-wrap input + span {
    font-size: 32px;
  }
}
.brand-detail .check-wrap input + span::before {
  position: inherit;
  top: auto;
  left: auto;
  margin-right: 20px;
}
.brand-detail .check-wrap input:checked + span::after {
  top: 0;
  left: 17px;
}
@media screen and (max-width: 768px) {
  .brand-detail .check-wrap input:checked + span::after {
    top: 5px;
    left: 5px;
  }
}

.new-contents .cause {
  position: relative;
  background: #f6d556;
  padding: 95px 0 64px;
}
@media screen and (max-width: 768px) {
  .new-contents .cause {
    padding: 114px 0 55px;
  }
}
.new-contents .cause::before {
  content: "";
  display: block;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #fff;
  width: 100%;
  height: 60px;
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .new-contents .cause::before {
    height: 77px;
  }
}
@media screen and (max-width: 768px) {
  .new-contents .cause-inner {
    width: 100vw !important;
    max-width: none;
    padding: 0 !important;
  }
}
.new-contents .cause-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #745a09;
}
@media screen and (max-width: 768px) {
  .new-contents .cause-title {
    font-size: 40px;
  }
}
.new-contents .cause-img {
  max-width: 1075px;
  margin: 8px auto 0;
}

.new-contents .search {
  background: #fff;
  padding: 64px 0 0 0;
}
@media screen and (max-width: 768px) {
  .new-contents .search {
    padding: 80px 0;
  }
}
.new-contents .search-btnWrap {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  width: 100%;
}
.new-contents .search-btn {
  width: 33.3333333333%;
  text-align: center;
}
.new-contents .search-btn label {
  background: #f4f4f4;
  border: 2px solid #b9b9b9;
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .new-contents .search-btn label {
    height: 96px;
    font-size: 29px;
  }
}
.new-contents .search-btn input[type=radio]:checked + label {
  border: 2px solid #e7a600;
  background: #ffce4f;
  position: relative;
}
.new-contents .search-btn input[type=radio]:checked + label::before {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  background: #745a09;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  border: none;
}
@media screen and (max-width: 768px) {
  .new-contents .search-btn input[type=radio]:checked + label::before {
    width: 24px;
    height: 8px;
  }
}
.new-contents .search-btn__result label {
  color: #745A09;
}
.new-contents .search-formBox {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .new-contents .search-formBox {
    max-width: none;
    padding-right: 48px;
    padding-left: 48px;
  }
}
.new-contents .search_input {
  position: relative;
}
.new-contents .search_input::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../../../images/top-new/search-icon.svg) center/contain no-repeat;
  position: absolute;
  top: 16px;
  left: 32px;
}
@media screen and (max-width: 768px) {
  .new-contents .search_input::before {
    width: 48px;
    height: 48px;
    top: 28px;
  }
}
.new-contents .search_input input {
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  border: none;
  background: #f4f4f4;
  border-bottom: 2px solid #f6d556;
  padding-left: 72px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .new-contents .search_input input {
    height: 112px;
    padding-left: 96px;
    font-size: 36px;
  }
}

.brand-detail .search {
  padding-top: 74px;
}
@media screen and (max-width: 768px) {
  .brand-detail .search {
    padding-bottom: 145px;
  }
}
.brand-detail .search__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 23px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .brand-detail .search__head {
    gap: 16px;
    margin-bottom: 37px;
    font-size: 24px;
  }
}
.brand-detail .search__head::before {
  content: attr(data-attr);
  font-size: 40px;
  line-height: 1;
  color: #BEA574;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .brand-detail .search__head::before {
    font-size: 56px;
  }
}
.brand-detail .search-btn {
  color: #745A09;
}
.brand-detail .search-btn input[type=radio]:checked + label {
  border-color: #AF9C6B;
  background: #F6DFB0;
}
.brand-detail .search_input input {
  font-size: 16px;
  border-bottom: 2px solid #745A09;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .brand-detail .search_input input {
    font-size: 36px;
  }
}
.brand-detail .search_input input::placeholder {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .brand-detail .search_input input::placeholder {
    font-size: 36px;
  }
}

.new-contents .satei-inner .top-satei-top {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .new-contents .satei-inner .top-satei-top {
    padding-top: 158px;
  }
}
.new-contents .satei-inner .top-satei {
  padding-top: 0;
  margin-top: -70px;
}
@media screen and (max-width: 768px) {
  .new-contents .satei-inner .top-satei {
    margin-top: -104px;
  }
}
.new-contents .top-satei {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .new-contents .top-satei {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .new-contents .top-satei .inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.new-contents .top-satei-top {
  padding-top: 35px;
  padding-bottom: 56px;
  background: radial-gradient(at center top, #ffe6a6 0%, #ffce4f 60%, #e4b12d 100%);
}
@media screen and (max-width: 768px) {
  .new-contents .top-satei-top {
    padding: 102px 48px 64px;
  }
}
.new-contents .top-satei-wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .new-contents .top-satei-wrap {
    display: block;
  }
}
.new-contents .top-satei-wrap:first-of-type {
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .new-contents .top-satei-wrap:first-of-type {
    margin-bottom: 40px;
  }
}
.new-contents .top-satei-wrap:nth-of-type(2) {
  align-items: flex-end;
}
.new-contents .top-satei-wrap:last-of-type {
  align-items: center;
}
.new-contents .top-satei-ttl {
  font-size: 32px;
  font-weight: 700;
  padding-right: 85px;
  padding-top: 20px;
  color: #745a09;
}
@media screen and (max-width: 768px) {
  .new-contents .top-satei-ttl {
    font-size: 60px;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
    margin-top: 0;
  }
}
.new-contents .top-satei-ttl .num {
  font-size: 66px;
  font-weight: 700;
  color: #09be53;
  position: relative;
}
@media screen and (max-width: 768px) {
  .new-contents .top-satei-ttl .num {
    font-size: 104px;
  }
}
.new-contents .top-satei-ttl .num::before {
  content: "";
  display: block;
  width: 56px;
  height: 23px;
  position: absolute;
  top: 0px;
  left: -28px;
  background: url(../../../images/top-new/deco-green.svg) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .new-contents .top-satei-ttl .num::before {
    width: 100px;
    height: 60px;
    top: -18px;
    left: -48px;
  }
}
.new-contents .top-satei-ttl .big {
  font-size: 48px;
  margin-top: -10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .new-contents .top-satei-ttl .big {
    font-size: 104px;
  }
}
.new-contents .top-satei-contact {
  width: 372px;
}
@media screen and (max-width: 768px) {
  .new-contents .top-satei-contact {
    width: 100%;
    margin-bottom: 40px;
  }
}
.new-contents .top-satei-line {
  width: 100%;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .new-contents .top-satei-line {
    margin-bottom: 24px;
  }
}
.new-contents .top-satei-tell {
  background: #d5f4d0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #008b39;
  font-size: 20px;
  font-weight: 700;
  height: 57px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .new-contents .top-satei-tell {
    font-size: 36px;
    height: 104px;
  }
}
.new-contents .top-satei-tell::before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background: url(../../../images/top-new/call.svg) center/contain no-repeat;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .new-contents .top-satei-tell::before {
    width: 56px;
    height: 56px;
    margin-right: 10px;
  }
}
.new-contents .top-satei-check {
  display: flex;
  align-items: flex-end;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .new-contents .top-satei-check {
    color: #fff;
  }
}
.new-contents .top-satei-check:first-of-type {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .new-contents .top-satei-check:first-of-type {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.new-contents .top-satei-check::before {
  content: "";
  display: block;
  width: 32px;
  height: 44px;
  background: url(../../../images/top-new/check.svg) center/contain no-repeat;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .new-contents .top-satei-check::before {
    width: 48px;
    height: 67px;
  }
}
.new-contents .top-satei-checkInner {
  align-items: baseline !important;
}
.new-contents .top-satei-checkTtl {
  font-size: 20px;
  color: #745a09;
}
@media screen and (max-width: 768px) {
  .new-contents .top-satei-checkTtl {
    font-size: 36px;
    color: #fff;
  }
}
.new-contents .top-satei-checkTtl span:not([id]) {
  font-size: 38px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .new-contents .top-satei-checkTtl span:not([id]) {
    font-size: 64px;
  }
}
@media screen and (max-width: 768px) {
  .new-contents .top-satei-checkTxt {
    font-size: 24px;
    font-weight: 700;
  }
}
.new-contents .top-satei-bottom {
  padding: 24px 0;
  background: #fff6d1;
}
@media screen and (max-width: 768px) {
  .new-contents .top-satei-bottom {
    padding: 48px;
  }
}
.new-contents .top-satei-bottomTxt {
  font-size: 20px;
  font-weight: 700;
  width: 241px;
  margin-right: 98px;
  line-height: 1;
  color: #745a09;
}
@media screen and (max-width: 768px) {
  .new-contents .top-satei-bottomTxt {
    font-size: 28px;
    text-align: center;
    width: 100%;
    margin-bottom: 32px;
    margin-right: 0;
  }
}
.new-contents .top-satei-bottomTxt .small {
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .new-contents .top-satei-bottomTxt .small {
    margin-bottom: 12px;
    font-size: 28px;
  }
}
.new-contents .top-satei-bottomTxt .big {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .new-contents .top-satei-bottomTxt .big {
    font-size: 50px;
  }
}
.new-contents .top-satei-takuhai {
  width: 372px;
  height: auto;
}

.new-container .toplist {
  padding: 64px 0 78px;
}
@media screen and (max-width: 768px) {
  .new-container .toplist {
    padding: 80px 0;
  }
}
.new-container .toplist-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.new-container .toplist-item {
  width: 198px;
  height: auto;
  min-height: 230px;
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .new-container .toplist-item {
    width: 217px;
    min-height: 257px;
  }
}
.new-container .toplist-item.link {
  border: 2px solid #bababa;
}
.new-container .toplist-item.link .toplist-ttl {
  position: relative;
}
.new-container .toplist-item.link .toplist-ttl::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../../../images/newParts/topList-arrow.svg) center/contain;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .new-container .toplist-item.link .toplist-ttl::before {
    width: 18px;
    height: 18px;
  }
}
.new-container .toplist-img {
  padding: 8px 8px 0;
}
.new-container .toplist-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.new-container .toplist-ttl {
  color: #745a09;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 12px 8px;
  margin: auto 0 0;
}
@media screen and (max-width: 768px) {
  .new-container .toplist-ttl {
    font-size: 22px;
    padding: 13px 26px;
  }
}

.brand-detail .toplist {
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .brand-detail .toplist {
    padding-top: 138px;
  }
}
.brand-detail .toplist__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 38px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .brand-detail .toplist__head {
    gap: 16px;
    margin-bottom: 37px;
    font-size: 24px;
  }
}
.brand-detail .toplist__head::before {
  content: attr(data-attr);
  font-size: 40px;
  line-height: 1;
  color: #BEA574;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media screen and (max-width: 768px) {
  .brand-detail .toplist__head::before {
    font-size: 56px;
  }
}
.brand-detail .toplist-item.link {
  border-width: 1px;
}
.brand-detail .toplist-ttl {
  padding: 8px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .brand-detail .toplist-ttl {
    padding: 4px 8px;
    font-size: 22px;
  }
}

.new-container .rialTime {
  position: relative;
  padding-top: 80px;
  overflow: hidden;
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
.new-container .rialTime .swiper-wrapper {
  margin-left: 240px;
}
@media screen and (max-width: 768px) {
  .new-container .rialTime .swiper-wrapper {
    margin-left: 100px;
  }
}
@media screen and (max-width: 768px) {
  .new-container .rialTime {
    padding-top: 0;
    padding-bottom: 0px;
  }
}
.new-container .rialTime-loop {
  font-size: 169px;
  font-weight: 500;
  letter-spacing: 0.05em;
  top: 25px;
  color: #f4f4f4;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .new-container .rialTime-loop {
    display: none;
  }
}
.new-container .rialTime-loop .loop-item {
  top: -150px;
}
.new-container .rialTime-loop .swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (max-width: 768px) {
  .new-container .rialTime-inner {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.new-container .rialTime-ttl {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .new-container .rialTime-ttl br,
  .new-container .rialTime-ttl span {
    display: none;
  }
}
.new-container .rialTime-slide {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .new-container .rialTime-slide {
    padding-bottom: 40px;
  }
}
.new-container .rialTime-item {
  opacity: 0.6;
  height: auto;
}
@media screen and (max-width: 768px) {
  .new-container .rialTime-item {
    opacity: 1;
  }
}
.new-container .rialTime-item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.new-container .rialTime-item.swiper-slide-next + li, .new-container .rialTime-item.swiper-slide-prev, .new-container .rialTime-item.swiper-slide-next, .new-container .rialTime-item.swiper-slide-active {
  opacity: 1;
}
.new-container .rialTime-item_img {
  width: 100%;
  height: 264px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .new-container .rialTime-item_img {
    height: 332px;
  }
}
.new-container .rialTime-item_img img {
  width: auto;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.new-container .rialTime-item_ttl {
  text-align: center;
  color: #745a09;
  margin-bottom: 16px;
  padding: 0 16px;
}
.new-container .rialTime-item_text {
  background: #eeeeee;
  text-align: center;
  color: #be0000;
  font-weight: 700;
  margin-bottom: 8px;
  height: 30px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .new-container .rialTime-item_text {
    height: 58px;
    line-height: 58px;
    margin-bottom: 16px;
    font-size: 24px;
  }
}
.new-container .rialTime-item_price {
  font-weight: 700;
  color: #be0000;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .new-container .rialTime-item_price {
    font-size: 48px;
  }
}
.new-container .rialTime-item_price span {
  display: inline-block;
  padding-left: 8px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .new-container .rialTime-item_price span {
    font-size: 24px;
  }
}
.new-container .rialTime-item_priceBox {
  margin-bottom: 0;
  margin-top: auto;
}
.new-container .rialTime .swiper-button-prev {
  bottom: 0;
  top: auto;
  left: 46%;
  background-image: none;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .new-container .rialTime .swiper-button-prev {
    left: 43%;
  }
}
@media screen and (max-width: 768px) {
  .new-container .rialTime .swiper-button-prev {
    display: none;
  }
}
.new-container .rialTime .swiper-button-next {
  bottom: 0;
  top: auto;
  right: 47%;
  background-image: none;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1024px) {
  .new-container .rialTime .swiper-button-next {
    right: 43%;
  }
}
@media screen and (max-width: 768px) {
  .new-container .rialTime .swiper-button-next {
    display: none;
  }
}
.new-container .rialTime .swiper-button-prev::after,
.new-container .rialTime .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 40px;
  margin: auto;
  width: 40px;
  display: block;
}
.new-container .rialTime .swiper-button-prev::after {
  background-image: url(../../../images/top-new/arrow-prev.svg);
}
.new-container .rialTime .swiper-button-next::after {
  background-image: url(../../../images/top-new/arrow-next.svg);
}
@media screen and (max-width: 768px) {
  .new-container .rialTime .swiper-container {
    padding-left: 125px;
  }
}
.new-container .rialTime .pc-btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .new-container .rialTime .pc-btn {
    display: none;
  }
}
.new-container .rialTime .sp-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .new-container .rialTime .sp-btn {
    display: flex;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .new-container .rialTime_Sp {
    padding: 80px 0;
  }
}

.brand-detail .rialTime {
  padding-top: 12px;
}
@media screen and (max-width: 768px) {
  .brand-detail .rialTime {
    padding-top: 130px;
  }
}
.brand-detail .rialTime__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 38px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .brand-detail .rialTime__head {
    gap: 14px;
    margin-bottom: 14px;
    font-size: 24px;
  }
}
.brand-detail .rialTime__head::before {
  content: attr(data-attr);
  font-size: 40px;
  line-height: 1;
  color: #BEA574;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media screen and (max-width: 768px) {
  .brand-detail .rialTime__head::before {
    font-size: 56px;
  }
}
.brand-detail .rialTime-slide {
  padding-bottom: 74px;
}
@media screen and (max-width: 768px) {
  .brand-detail .rialTime-item_img {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .brand-detail .rialTime-item_img img {
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.brand-detail .rialTime-item_ttl {
  color: #745A09;
}
.brand-detail .rialTime-item_text {
  margin-bottom: 2px;
}
.brand-detail .rialTime-item_price span {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .brand-detail .rialTime .swiper-container {
    padding-left: 34px;
  }
}
@media screen and (max-width: 768px) {
  .brand-detail .rialTime .swiper-wrapper {
    margin-left: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .brand-detail .rialTime .btn {
    margin-top: 26px;
  }
}

.new-container .tax-result {
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  .new-container .tax-result {
    margin-top: 0;
    padding-top: 0;
  }
}
.new-container .tax-result .purchase-arc__tb tbody .td-price {
  background-color: #fffceb;
  color: #be0000;
}
.new-container .tax-result .purchase-arc__tb tbody .td-price .tags {
  background-color: #be0000;
}
.new-container .tax-result .purchase-arc__tb tbody .td-brand {
  color: #333;
  font-weight: 700;
}
.new-container .tax-result .btn {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .new-container .tax-result .btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .new-container .tax-result-ttl.pc-ttl {
    display: none;
  }
}
.new-container .tax-result-ttl.sp-ttl {
  display: none;
}
@media screen and (max-width: 768px) {
  .new-container .tax-result-ttl.sp-ttl {
    display: block;
    text-align: center;
    font-size: 48px;
    color: #333;
    margin-bottom: 40px;
  }
  .new-container .tax-result-ttl.sp-ttl span {
    display: block;
    font-size: 26px;
    color: #745a09;
    margin-top: 8px;
  }
}
.new-container .line-assessment-content.yellow {
  background: #f6d556;
}

.new-container .security {
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .new-container .security-pc {
    display: none;
  }
}
.new-container .security-pc img {
  width: 100%;
}
.new-container .security-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .new-container .security-sp {
    display: block;
    line-height: 0;
  }
}

.new-container .loop-sec {
  overflow: hidden;
  position: relative;
  height: 169px;
}
.new-container .top-voice {
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
  background: #f4f4f4;
  position: relative;
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
.new-container .top-voice-loop {
  font-size: 169px;
  font-weight: 500;
  letter-spacing: 0.05em;
  top: 25px;
  color: #f4f4f4;
}
.new-container .top-voice-loop .swiper-wrapper {
  transition-timing-function: linear;
}
.new-container .top-voice-loop .loop-item {
  top: 0;
  padding: 0;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .new-container .top-voice {
    padding-top: 80px;
    padding-bottom: 120px;
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .new-container .top-voice .inner {
    padding: 0;
  }
}
.new-container .top-voice_ttl {
  margin-bottom: 40px;
}
.new-container .top-voice_imgWrap {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-bottom: 40px;
}
.new-container .top-voice_img {
  width: auto;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .new-container .top-voice_img {
    height: 172px;
  }
}
.new-container .top-voice_img:nth-of-type(1) {
  padding-right: 40px;
  border-right: 2px solid #b9b9b9;
}
.new-container .top-voice_img:nth-of-type(2) {
  padding-left: 40px;
}
.new-container .top-voice_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.new-container .top-voice_slide {
  background: #fff;
  padding: 40px 32px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .new-container .top-voice_slide {
    background: #f4f4f4;
    padding: 56px 40px;
  }
}
.new-container .top-voice_data {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .new-container .top-voice_data {
    margin-bottom: 24px;
  }
}
.new-container .top-voice_dataIcon {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  min-width: 48px;
}
@media screen and (max-width: 768px) {
  .new-container .top-voice_dataIcon {
    width: 80px;
    height: 80px;
    margin-right: 31px;
    min-width: 80px;
  }
}
.new-container .top-voice_dataIcon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.new-container .top-voice_dataTxt h3 {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .new-container .top-voice_dataTxt h3 {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
.new-container .top-voice_dataTxt p {
  color: #959595;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .new-container .top-voice_dataTxt p {
    font-size: 24px;
  }
}
.new-container .top-voice_star {
  width: 116px;
  height: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .new-container .top-voice_star {
    width: 187px;
    height: 24px;
    margin-bottom: 24px;
  }
}
.new-container .top-voice .swiper-container {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .new-container .top-voice .swiper-container {
    padding-bottom: 40px;
  }
}
.new-container .top-voice .swiper-wrapper {
  align-items: stretch;
}
.new-container .top-voice .swiper-pagination {
  bottom: 0;
}
.new-container .top-voice .swiper-pagination-bullet {
  width: 41px;
  height: 5px;
  background: #e0e0e0;
  border-radius: 0;
  opacity: 1;
}
.new-container .top-voice .swiper-pagination-bullet-active {
  background: #f6d556;
}
.new-container .top-voice .swiper-button-prev {
  bottom: 30px;
  top: auto;
  left: 46%;
  background-image: none;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1024px) {
  .new-container .top-voice .swiper-button-prev {
    left: 46%;
  }
}
@media screen and (max-width: 768px) {
  .new-container .top-voice .swiper-button-prev {
    display: none;
  }
}
.new-container .top-voice .swiper-button-next {
  bottom: 30px;
  top: auto;
  right: 47%;
  background-image: none;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1024px) {
  .new-container .top-voice .swiper-button-next {
    right: 43%;
  }
}
@media screen and (max-width: 768px) {
  .new-container .top-voice .swiper-button-next {
    display: none;
  }
}
.new-container .top-voice .swiper-button-prev::after,
.new-container .top-voice .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 40px;
  margin: auto;
  width: 40px;
  display: block;
}
.new-container .top-voice .swiper-button-prev::after {
  background-image: url(../../../images/top-new/arrow-prev.svg);
}
.new-container .top-voice .swiper-button-next::after {
  background-image: url(../../../images/top-new/arrow-next.svg);
}
.new-container .top-voice .swiper-slide img {
  height: auto;
  width: 100%;
}
.new-container .review-txtNoting .loop-sec {
  display: none;
}

.new-container .bulkSale-pc {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .new-container .bulkSale-pc {
    display: none;
  }
}
.new-container .bulkSale-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .new-container .bulkSale-sp {
    display: block;
    line-height: 0;
  }
}

.new-container .condition {
  background: #f5f5f5;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .new-container .condition {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .new-container .condition-inner {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .new-container .condition-pc {
    display: none;
  }
}
.new-container .condition-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .new-container .condition-sp {
    display: block;
  }
}

.new-contents .top-youtube {
  padding-top: 64px;
}

@media screen and (max-width: 768px) {
  .new-contents .top-youtube {
    padding-top: 80px;
  }
}

.new-contents .top-youtube_box {
  width: 768px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .new-contents .top-youtube_box {
    position: relative;
    /* display: flex;
    align-items: stretch; */
  }
}

.new-contents .top-youtube_topic {
  color: #fff;
  background: #f6d556;
  width: 100%;
  height: 37px;
  line-height: 37px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .new-contents .top-youtube_topic {
    /* width: 73px; */
    height: revert;
    line-height: 2.2;
    /* writing-mode: vertical-rl; */
    font-size: 28px;
  }
}

.new-contents .top-youtube_contents {
  background: #eee;
  padding: 32px 48px 40px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .new-contents .top-youtube_contents {
    /* display: block;
    padding: 62px 64px; */
    box-sizing: border-box;
  }
}

.new-contents .top-youtube_img {
  /* width: 50%; */
  padding-right: 4px;
}

@media screen and (max-width: 768px) {
  .new-contents .top-youtube_img {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}

.new-contents .top-youtube_text {
  /* width: 50%; */
  padding-left: 20px;
  padding-top: 16px;
}

@media screen and (max-width: 768px) {
  .new-contents .top-youtube_text {
    width: 100%;
    padding: 0;
  }
}

.new-contents .top-youtube-inner {
  width: 49%;
}

.new-contents .top-youtube_ttl {
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .new-contents .top-youtube_ttl {
    font-size: 32px;
  }
}

.new-contents .top-youtube_desc {
  letter-spacing: 0.05em;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .new-contents .top-youtube_desc {
    font-size: 24px;
  }
}

.new-contents .cation {
  padding: 54px 0;
}
@media screen and (max-width: 768px) {
  .new-contents .cation {
    padding: 58px 0 104px;
  }
}
.new-contents .cation-inner {
  position: relative;
}
.new-contents .cation-inner::before {
  content: "";
  display: block;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #fff;
  width: 100%;
  height: 38px;
  position: absolute;
  bottom: -38px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .new-contents .cation-inner::before {
    height: 77px;
    bottom: -90px;
  }
}
.new-contents .cation-pc {
  margin: 0 auto 16px;
  max-width: 768px;
}
@media screen and (max-width: 768px) {
  .new-contents .cation-pc {
    display: none;
  }
}
.new-contents .cation-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .new-contents .cation-sp {
    display: block;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 768px) {
  .new-contents .top-brand {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .new-contents .top-brand .inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.new-contents .top-brand_ttl {
  margin-bottom: 32px;
}
.new-contents .top-brand_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  height: auto;
  max-height: 370px;
  position: relative;
  transition: max-height 0.5s;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .new-contents .top-brand_wrap {
    max-height: 700px;
  }
}
.new-contents .top-brand_wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 80px;
  transition: 1s;
  background: linear-gradient(to bottom, transparent 0%, #ffffff 40%, #ffffff 100%);
}
@media screen and (max-width: 768px) {
  .new-contents .top-brand_wrap::after {
    content: none;
  }
}
.new-contents .top-brand_wrap.open {
  max-height: 100%;
}
.new-contents .top-brand_wrap.open:after {
  z-index: -1;
  opacity: 0;
}
.new-contents .top-brand_item {
  box-sizing: border-box;
}
.new-contents .top-brand_item:nth-of-type(1), .new-contents .top-brand_item:nth-of-type(2), .new-contents .top-brand_item:nth-of-type(3), .new-contents .top-brand_item:nth-of-type(4) {
  width: calc(25% - 8px);
}
@media screen and (max-width: 768px) {
  .new-contents .top-brand_item:nth-of-type(1), .new-contents .top-brand_item:nth-of-type(2), .new-contents .top-brand_item:nth-of-type(3), .new-contents .top-brand_item:nth-of-type(4) {
    width: calc(50% - 8px);
  }
}
.new-contents .top-brand_item:nth-of-type(n + 5) {
  width: calc(16.6666666667% - 8px);
}
@media screen and (max-width: 768px) {
  .new-contents .top-brand_item:nth-of-type(n + 5) {
    width: calc(33.3333333333% - 8px);
  }
}
@media screen and (max-width: 768px) {
  .new-contents .top-brand .btn {
    margin-top: 56px;
  }
}

.brand-detail .top-brand {
  margin-bottom: 64px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .brand-detail .top-brand {
    margin-bottom: 0;
    padding-top: 155px;
  }
}
.brand-detail .top-brand__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 37px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .brand-detail .top-brand__head {
    gap: 16px;
    margin-bottom: 37px;
    font-size: 24px;
  }
}
.brand-detail .top-brand__head::before {
  content: attr(data-attr);
  font-size: 40px;
  line-height: 1;
  color: #BEA574;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .brand-detail .top-brand__head::before {
    font-size: 56px;
  }
}
.brand-detail .top-brand .btn {
  color: #745A09;
  border: 1px solid #BEA574;
}

.new-contents .how {
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .new-contents .how {
    padding-top: 0px;
    padding-bottom: 64px;
  }
}
.new-contents .how-wrap {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .new-contents .how-wrap {
    flex-direction: column;
    gap: 40px;
  }
}
.new-contents .how-item {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .new-contents .how-item {
    width: 100%;
  }
}
.new-contents .how-item:nth-of-type(1) {
  background: #e7fff1;
}
.new-contents .how-item:nth-of-type(1) .how-blowing {
  background: #008b39;
}
.new-contents .how-item:nth-of-type(1) .how-blowing::after {
  background: #008b39;
}
.new-contents .how-item:nth-of-type(1) .how-link,
.new-contents .how-item:nth-of-type(1) .how-text,
.new-contents .how-item:nth-of-type(1) .how-ttl {
  color: #008b39;
}
.new-contents .how-item:nth-of-type(1) .how-link {
  border: 2px solid #008b39;
}
.new-contents .how-item:nth-of-type(1) .how-link::after {
  background: url(../../../images/top-new/arrow-green.svg) center/contain no-repeat;
}
.new-contents .how-item:nth-of-type(2) {
  background: #fff8f1;
}
.new-contents .how-item:nth-of-type(2) .how-blowing {
  background: #b25600;
}
.new-contents .how-item:nth-of-type(2) .how-blowing::after {
  background: #b25600;
}
.new-contents .how-item:nth-of-type(2) .how-link,
.new-contents .how-item:nth-of-type(2) .how-text,
.new-contents .how-item:nth-of-type(2) .how-ttl {
  color: #b25600;
}
.new-contents .how-item:nth-of-type(2) .how-link {
  border: 2px solid #b25600;
}
.new-contents .how-item:nth-of-type(2) .how-link::after {
  background: url(../../../images/top-new/arrow-red.svg) center/contain no-repeat;
}
.new-contents .how-item:nth-of-type(3) {
  background: #f5f9ff;
}
.new-contents .how-item:nth-of-type(3) .how-blowing {
  background: #00769b;
}
.new-contents .how-item:nth-of-type(3) .how-blowing::after {
  background: #00769b;
}
.new-contents .how-item:nth-of-type(3) .how-link,
.new-contents .how-item:nth-of-type(3) .how-text,
.new-contents .how-item:nth-of-type(3) .how-ttl {
  color: #00769b;
}
.new-contents .how-item:nth-of-type(3) .how-link {
  border: 2px solid #00769b;
}
.new-contents .how-item:nth-of-type(3) .how-link::after {
  background: url(../../../images/top-new/arrow-blue.svg) center/contain no-repeat;
}
.new-contents .how-ttl {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .new-contents .how-ttl {
    font-size: 64px;
    margin-bottom: 48px;
  }
}
.new-contents .how-box {
  padding: 26px 30px 32px;
}
@media screen and (max-width: 768px) {
  .new-contents .how-box {
    padding: 52px 77px 64px;
  }
}
.new-contents .how-blowing {
  color: #fff;
  position: relative;
  padding: 16px 0;
  width: 100%;
  box-sizing: border-box;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .new-contents .how-blowing {
    padding: 24px 0;
    font-size: 28px;
  }
}
.new-contents .how-blowing::after {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 768px) {
  .new-contents .how-blowing::after {
    width: 32px;
    height: 20px;
    bottom: -19px;
  }
}
.new-contents .how-img {
  height: 141px;
}
@media screen and (max-width: 768px) {
  .new-contents .how-img {
    height: 282px;
  }
}
.new-contents .how-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-contents .how-text {
  text-align: center;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .new-contents .how-text {
    font-size: 28px;
  }
}
.new-contents .how-text:first-of-type {
  margin-bottom: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .new-contents .how-text:first-of-type {
    margin-bottom: 20px;
    margin-top: 32px;
  }
}
.new-contents .how-text:last-of-type {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .new-contents .how-text:last-of-type {
    margin-bottom: 48px;
  }
}
.new-contents .how-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 61px;
  position: relative;
  font-weight: 700;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .new-contents .how-link {
    height: 99px;
    font-size: 24px;
  }
}
.new-contents .how-link::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .new-contents .how-link::after {
    width: 34px;
    height: 34px;
  }
}
.new-contents .how-pt0 .how {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .new-contents .how-pt0 .how {
    padding-top: 80px;
  }
}

.new-contents .top-flow {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .new-contents .top-flow {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.new-contents .top-flow_wrap {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .new-contents .top-flow_wrap {
    display: block;
  }
}
.new-contents .top-flow_box {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .new-contents .top-flow_box {
    width: calc(100% - 80px);
    margin-right: 0;
    margin-left: auto;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .new-contents .top-flow_box:not(:last-of-type) {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .new-contents .top-flow_box:not(:last-of-type)::before {
    content: "";
    width: 8px;
    height: 100%;
    z-index: -1;
    display: block;
    background: #f6d556;
    position: absolute;
    top: 0;
    left: -52px;
  }
}
@media screen and (max-width: 768px) {
  .new-contents .top-flow_box:nth-of-type(1) .top-flow_btn {
    width: calc(33.3333333333% - 16px);
    height: 160px;
  }
}
@media screen and (max-width: 768px) {
  .new-contents .top-flow_box:nth-of-type(2) .top-flow_btn {
    width: 100%;
    height: 112px;
    display: flex;
    align-items: center;
  }
}
.new-contents .top-flow_ttl {
  font-size: 20px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .new-contents .top-flow_ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .new-contents .top-flow_ttl {
    font-size: 36px;
    margin-bottom: 48px;
    margin-left: -80px;
  }
}
.new-contents .top-flow_ttl span {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: #f6d556;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .new-contents .top-flow_ttl span {
    width: 56px;
    height: 56px;
  }
}
.new-contents .top-flow_img {
  width: 100%;
  height: 152px;
}
@media screen and (max-width: 768px) {
  .new-contents .top-flow_img {
    height: 333px;
    margin-top: 48px;
  }
}
.new-contents .top-flow_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-contents .top-flow_desc {
  padding: 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .new-contents .top-flow_desc {
    padding: 16px 8px;
  }
}
@media screen and (max-width: 768px) {
  .new-contents .top-flow_desc {
    padding: 0;
  }
}
.new-contents .top-flow_btnWrap {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .new-contents .top-flow_btnWrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.new-contents .top-flow_btn {
  background: #f4f4f4;
  border: 2px solid #bababa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33.3333333333%;
  color: #745a09;
  line-height: 1;
  height: 80px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .new-contents .top-flow_btn {
    font-size: 28px;
  }
}
.new-contents .top-flow_btn img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .new-contents .top-flow_btn.line-btn img {
    width: 80px;
    height: 76px;
  }
}
@media screen and (max-width: 768px) {
  .new-contents .top-flow_btn.tell-btn img {
    width: 72px;
    height: 72px;
  }
}
@media screen and (max-width: 768px) {
  .new-contents .top-flow_btn.web-btn img {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .new-contents .top-flow_btn.flex-btn {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 135px;
  }
}
@media screen and (max-width: 768px) {
  .new-contents .top-flow_btn.flex-btn img {
    width: 72px;
    height: 72px;
    margin-right: 10px;
  }
}
.new-contents .store-flow .top-flow_wrap {
  gap: 40px;
}
.new-contents .store-flow .top-flow_box {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .new-contents .store-flow .top-flow_box {
    width: calc(100% - 80px);
  }
}
.new-contents .store-flow .top-flow_ttl {
  color: #745A09;
}
.new-contents .store-flow .top-flow_img {
  height: 192px;
}
@media screen and (max-width: 768px) {
  .new-contents .store-flow .top-flow_img {
    height: 333px;
  }
}
.new-contents .store-flow .top-flow_desc:not(.text-black) {
  padding: 24px 16px;
  color: #745a09;
}
@media screen and (max-width: 768px) {
  .new-contents .store-flow .top-flow_desc:not(.text-black) {
    padding: 0;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .new-contents .store-flow .top-flow_desc:not(.text-black).text-black {
    font-size: 24px;
  }
}
.new-contents .store-flow_spTtl {
  display: none;
}
@media screen and (max-width: 768px) {
  .new-contents .store-flow_spTtl {
    display: inline;
  }
}
.new-contents .store-flow_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 1;
  height: 64px;
  font-size: 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .new-contents .store-flow_btn {
    height: 112px;
    font-size: 28px;
  }
}
.new-contents .store-flow_btn.line-btn {
  background: #06C755;
  color: #fff;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .new-contents .store-flow_btn.line-btn {
    margin-top: 28px;
  }
}
.new-contents .store-flow_btn.line-btn img {
  width: 30px;
  height: 32px;
  object-fit: contain;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .new-contents .store-flow_btn.line-btn img {
    width: 58px;
    height: 58px;
    margin-right: 15px;
  }
}
.new-contents .store-flow_btn.tell-btn {
  color: #745a09;
  background: #f4f4f4;
  border: 2px solid #bababa;
}
.new-contents .store-flow_btn.tell-btn img {
  width: 26px;
  height: 32px;
  object-fit: contain;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .new-contents .store-flow_btn.tell-btn img {
    width: 58px;
    height: 58px;
    margin-right: 15px;
  }
}
.new-contents .store-flow .box2_grayArea {
  background: #F4F4F4;
  padding: 24px 40px;
}
@media screen and (max-width: 768px) {
  .new-contents .store-flow .box2_grayArea {
    margin: 24px 0;
    padding: 32px 40px;
  }
}
.new-contents .store-flow .box2_grayArea h3 {
  font-size: 16px;
  font-weight: 700;
  color: #745A09;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .new-contents .store-flow .box2_grayArea h3 {
    font-size: 32px;
  }
}
.new-contents .store-flow .box2_grayArea p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .new-contents .store-flow .box2_grayArea p {
    font-size: 28px;
  }
}

.new-contents .top-shop {
  background: #fff3c6;
  padding-top: 64px;
  padding-bottom: 64px;
}
.new-contents .top-shop_inner {
  margin-right: calc(50% - 50vw);
}
.new-contents .top-shop .inner {
  position: relative;
}
.new-contents .top-shop .inner::before {
  content: "";
  display: block;
  height: 515px;
  width: 198px;
  background: url(../../../images/top-new/logo-shop.svg) center/contain no-repeat;
  position: absolute;
  top: -50px;
  left: -150px;
}
@media screen and (max-width: 768px) {
  .new-contents .top-shop .inner::before {
    content: none;
  }
}
.new-contents .top-shop_item {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .new-contents .top-shop_item {
    display: block;
    background: #fff;
  }
}
.new-contents .top-shop_text {
  background: #fff;
  padding: 32px 40px;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .new-contents .top-shop_text {
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
    position: relative;
  }
}
.new-contents .top-shop .shopImg_slide {
  width: 60%;
  height: 392px;
}
@media screen and (max-width: 768px) {
  .new-contents .top-shop .shopImg_slide {
    width: 100%;
    height: 378px;
  }
}
.new-contents .top-shop .shopImg_slide img {
  width: 100%;
  height: 392px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .new-contents .top-shop .shopImg_slide img {
    height: 378px;
  }
}
.new-contents .top-shop_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.new-contents .top-shop_btnWrap {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .new-contents .top-shop_btnWrap {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 40px;
    right: 40px;
    gap: 16px;
  }
}
.new-contents .top-shop_btnWrap a {
  display: block;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 768px) {
  .new-contents .top-shop_btnWrap a {
    width: 100px;
    height: 100px;
  }
}
.new-contents .top-shop_btnWrap a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.new-contents .top-shop_name {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .new-contents .top-shop_name {
    font-size: 40px;
    margin-bottom: 57px;
  }
}
.new-contents .top-shop_time {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .new-contents .top-shop_time {
    position: absolute;
  }
}
.new-contents .top-shop_time:first-of-type {
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .new-contents .top-shop_time:first-of-type {
    top: 40px;
    left: 250px;
  }
}
.new-contents .top-shop_time:nth-of-type(2) {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .new-contents .top-shop_time:nth-of-type(2) {
    top: 80px;
    left: 250px;
  }
}
.new-contents .top-shop_week {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #f4f4f4;
  margin-right: 9px;
  font-size: 10px;
  width: 56px;
  height: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .new-contents .top-shop_week {
    font-size: 24px;
    width: 88px;
    height: 34px;
  }
}
.new-contents .top-shop_adress {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .new-contents .top-shop_adress {
    font-size: 28px;
    padding-right: 137px;
  }
}
.new-contents .top-shop_acsess {
  box-sizing: border-box;
  border-left: 8px solid #f6d556;
  padding-left: 16px;
  font-weight: 700;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .new-contents .top-shop_acsess {
    font-size: 28px;
    margin-bottom: 34px;
  }
}
.new-contents .top-shop .swiper-wrapper {
  align-items: stretch;
}
.new-contents .top-shop .swiper-container {
  position: relative;
}
.new-contents .top-shop .swiper-container.shop_slide {
  padding-bottom: 32px;
}
.new-contents .top-shop .swiper-pagination-2 {
  position: absolute;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}
.new-contents .top-shop .swiper-pagination-bullet {
  width: 80px;
  height: 40px;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .new-contents .top-shop .swiper-pagination-bullet {
    width: 105px;
    height: 75px;
    line-height: 75px;
    font-size: 18px;
  }
}
.new-contents .top-shop .swiper-pagination-bullet-active {
  background: #f6d556;
}
.new-contents .top-shop .btn {
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .new-contents .top-shop .btn {
    margin-top: 172px;
  }
}

.new-contents .faq {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .new-contents .faq {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.new-contents .faq-box {
  max-width: 672px;
  margin: 0 auto;
  border-bottom: 2px solid #e0e0e0;
  color: #745A09;
}
.new-contents .faq-term {
  padding: 16px 24px 16px 0;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .new-contents .faq-term {
    padding: 47px 72px 47px 0;
    font-size: 28px;
  }
}
.new-contents .faq-term::before, .new-contents .faq-term::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  transition: 0.2s;
  background: #f6d556;
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  .new-contents .faq-term::before, .new-contents .faq-term::after {
    width: 40px;
    height: 4px;
  }
}
.new-contents .faq-term::after {
  transform: rotate(90deg);
}
.new-contents .faq-term.active::after {
  transform: rotate(0);
}
.new-contents .faq-desc {
  width: 608px;
  padding-bottom: 16px;
  display: none;
}
@media screen and (max-width: 768px) {
  .new-contents .faq-desc {
    width: auto;
    padding-bottom: 47px;
    padding-right: 40px;
  }
}
.new-contents .faq .btn {
  margin-top: 40px;
}

.brand-detail .faq {
  padding-top: 74px;
}
@media screen and (max-width: 768px) {
  .brand-detail .faq {
    padding-top: 92px;
  }
}
.brand-detail .faq__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  margin-bottom: 23px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .brand-detail .faq__head {
    gap: 16px;
    font-size: 24px;
  }
}
.brand-detail .faq__head::before {
  content: attr(data-attr);
  font-size: 40px;
  line-height: 1;
  color: #BEA574;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .brand-detail .faq__head::before {
    font-size: 56px;
  }
}
.brand-detail .faq-term::before, .brand-detail .faq-term::after {
  background: #BEA574;
}
.brand-detail .faq .btn:not(:root) {
  color: #745A09;
  border: 1px solid #BEA574;
}

.new-contents .section__shop-detail {
  padding-bottom: 0;
}
.new-contents .store {
  text-align: left;
}
.new-contents .store .inner {
  position: relative;
}
.new-contents .store .search-btnWrap {
  display: flex;
  gap: 8px;
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .new-contents .store .search-btnWrap {
    flex-wrap: wrap;
  }
}
.new-contents .store .search-btn {
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .new-contents .store .search-btn {
    width: 49%;
  }
}
.new-contents .store .search-btn a {
  background: #f4f4f4;
  border: none;
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-sizing: border-box;
  color: #333333;
  font-weight: 700;
  flex-direction: column;
}
.new-contents .store .search-btn a img {
  width: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .new-contents .store .search-btn a img {
    width: 24px;
  }
}
@media screen and (max-width: 768px) {
  .new-contents .store .search-btn a {
    height: 110px;
    font-size: 30px;
  }
}
.new-contents .store_item {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .new-contents .store_item {
    display: block;
    background: #fff;
  }
}
.new-contents .store_item:not(:last-of-type) {
  margin-bottom: 40px;
}
.new-contents .store_item:nth-child(2n) {
  flex-direction: row-reverse;
}
.new-contents .store_text {
  background: #fff;
  padding: 32px 40px;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .new-contents .store_text {
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
    position: relative;
    padding: 32px 0;
  }
}
.new-contents .store .shopImg_slide {
  width: 60%;
  height: 392px;
}
@media screen and (max-width: 768px) {
  .new-contents .store .shopImg_slide {
    width: 100%;
    height: 378px;
  }
}
.new-contents .store .shopImg_slide img {
  width: 100%;
  height: 392px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .new-contents .store .shopImg_slide img {
    height: 378px;
  }
}
.new-contents .store_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.new-contents .store_btnWrap {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .new-contents .store_btnWrap {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 40px;
    right: 0;
    gap: 16px;
  }
}
.new-contents .store_btnWrap a {
  display: block;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 768px) {
  .new-contents .store_btnWrap a {
    width: 100px;
    height: 100px;
  }
}
.new-contents .store_btnWrap a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.new-contents .store_name {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .new-contents .store_name {
    font-size: 40px;
    margin-bottom: 57px;
    font-size: 42px;
  }
}
.new-contents .store_time {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .new-contents .store_time {
    position: absolute;
    font-size: 24px;
  }
}
.new-contents .store_time:first-of-type {
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .new-contents .store_time:first-of-type {
    top: 40px;
    left: 280px;
  }
}
.new-contents .store_time:nth-of-type(2) {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .new-contents .store_time:nth-of-type(2) {
    top: 80px;
    left: 280px;
  }
}
.new-contents .store_week {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #E9E9E9;
  margin-right: 9px;
  font-size: 10px;
  width: 56px;
  height: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .new-contents .store_week {
    font-size: 24px;
    width: 88px;
    height: 34px;
  }
}
.new-contents .store_adress {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .new-contents .store_adress {
    font-size: 28px;
    padding-right: 137px;
    margin-bottom: 34px;
    color: #B9B9B9;
  }
}
.new-contents .store_acsess {
  box-sizing: border-box;
  border-left: 8px solid #F6D556;
  padding-left: 16px;
  font-weight: 700;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .new-contents .store_acsess {
    font-size: 28px;
    margin-bottom: 34px;
    font-weight: 500;
  }
}
.new-contents .store .swiper-wrapper {
  align-items: stretch;
}
.new-contents .store .swiper-container {
  position: relative;
}
.new-contents .store .swiper-container.shop_slide {
  padding-bottom: 32px;
}
.new-contents .store .swiper-pagination-2 {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}
.new-contents .store .swiper-pagination-bullet {
  width: 80px;
  height: 40px;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .new-contents .store .swiper-pagination-bullet {
    width: 128px;
    height: 75px;
    line-height: 75px;
  }
}
.new-contents .store .swiper-pagination-bullet-active {
  background: #f6d556;
}
.new-contents .store .btn {
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .new-contents .store .btn {
    margin-top: 100px;
  }
}

.new-contents .satei {
  color: #745A09;
}
@media screen and (max-width: 768px) {
  .new-contents .satei {
    padding-bottom: 120px;
  }
}
.new-contents .satei-btn {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .new-contents .satei-btn {
    margin-top: 0;
  }
}
.new-contents .satei-ttl {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .new-contents .satei-ttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .new-contents .satei .inner {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 767px) {
  .new-contents .satei-wrapper {
    gap: 8px;
  }
}
.new-contents .satei-inner2 {
  display: flex;
  gap: 8px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .new-contents .satei-inner2 {
    margin-right: calc(50% - 50vw);
    position: relative;
  }
}
.new-contents .satei-item {
  background: #eeeeee;
  padding-top: 56px;
  text-align: center;
  width: 33.3333333333%;
}
.new-contents .satei-itemTtl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .new-contents .satei-itemTtl {
    font-size: 32px;
  }
}
.new-contents .satei-itemTxt {
  margin-bottom: 32px;
}
.new-contents .satei-itemImg {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .new-contents .satei-itemImg {
    height: 388px;
  }
  .new-contents .satei-itemImg img {
    width: auto;
    height: 100%;
    object-fit: contain;
  }
}
.new-contents .satei .swiper-pagination {
  bottom: -50px;
}
.new-contents .satei .swiper-pagination-bullet {
  width: 41px;
  height: 5px;
  background: #e0e0e0;
  border-radius: 0;
  opacity: 1;
  margin: 0 6px;
}
.new-contents .satei .swiper-pagination-bullet-active {
  background: #F6D556;
}

.takuhai_lp_wrap .top-buyer,
.new-contents .top-buyer {
  padding-top: 64px;
  padding-bottom: 97px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .top-buyer,
  .new-contents .top-buyer {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.takuhai_lp_wrap .top-buyer .swiper-wrapper,
.new-contents .top-buyer .swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .top-buyer_ttl,
  .new-contents .top-buyer_ttl {
    margin-bottom: 56px;
  }
}
.takuhai_lp_wrap .top-buyer_img,
.new-contents .top-buyer_img {
  background: #eee;
  margin-bottom: 16px;
}
.takuhai_lp_wrap .top-buyer_office, .takuhai_lp_wrap .top-buyer_detail,
.new-contents .top-buyer_office,
.new-contents .top-buyer_detail {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .top-buyer_office, .takuhai_lp_wrap .top-buyer_detail,
  .new-contents .top-buyer_office,
  .new-contents .top-buyer_detail {
    font-size: 22px;
  }
}
.takuhai_lp_wrap .top-buyer_name,
.new-contents .top-buyer_name {
  margin-top: 12px;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .top-buyer_name,
  .new-contents .top-buyer_name {
    font-size: 28px;
  }
}
.takuhai_lp_wrap .top-buyer_name span,
.new-contents .top-buyer_name span {
  padding-left: 8px;
  font-size: 10px;
  color: #b9b9b9;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .top-buyer_name span,
  .new-contents .top-buyer_name span {
    font-size: 22px;
  }
}

.new-contents .main-contact-wrapper .main_contact_text a {
  color: #745A09 !important;
}
.new-contents .main-contact-wrapper .wpcf7-form .contact-flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .new-contents .main-contact-wrapper .wpcf7-form .contact-flex {
    display: block;
  }
}
.new-contents .main-contact-wrapper .wpcf7-form .contact-flex label:not(.up_link) {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  color: #333;
  min-width: 192px;
  padding-top: 18px;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .new-contents .main-contact-wrapper .wpcf7-form .contact-flex label:not(.up_link) {
    font-size: 32px;
    margin-bottom: 24px;
    width: 100%;
  }
}
.new-contents .main-contact-wrapper .wpcf7-form .contact-flex label:not(.up_link) span {
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .new-contents .main-contact-wrapper .wpcf7-form .contact-flex label:not(.up_link) span {
    font-size: 28px;
  }
}
.new-contents .main-contact-wrapper .wpcf7-form .contact-flex label:not(.up_link) .required-no {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #868686;
  color: #fff;
  border-radius: 4px;
  padding: 0 4px;
  width: 39px;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .new-contents .main-contact-wrapper .wpcf7-form .contact-flex label:not(.up_link) .required-no {
    width: 78px;
  }
}
.new-contents .main-contact-wrapper .wpcf7-form .contact-flex label:not(.up_link) .required {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c60000;
  color: #fff;
  border-radius: 4px;
  padding: 0 4px;
  width: 39px;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .new-contents .main-contact-wrapper .wpcf7-form .contact-flex label:not(.up_link) .required {
    width: 78px;
  }
}
.new-contents .main-contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap input,
.new-contents .main-contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap select,
.new-contents .main-contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 18px;
  border: none;
  appearance: none;
  height: 63px;
  border-radius: 8px;
  background: #f1f1f1;
  font-size: 18px;
  box-sizing: border-box;
  width: 403px;
}
@media screen and (max-width: 768px) {
  .new-contents .main-contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap input,
  .new-contents .main-contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap select,
  .new-contents .main-contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap textarea {
    height: 125px;
    font-size: 36px;
    padding: 38px 21px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .new-contents .main-contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap textarea {
    height: 345px;
    max-height: 345px;
  }
}
.new-contents .main-contact-wrapper select {
  padding: 18px;
}
@media screen and (max-width: 768px) {
  .new-contents .main-contact-wrapper select {
    padding: 38px 49px 38px 21px;
  }
}
.new-contents .main-contact-wrapper input[type=submit] {
  border: none;
  display: block;
  width: 100%;
  max-width: none;
  height: 60px;
  background-color: #57a2fb;
  color: #fff;
  font-weight: bold;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  padding-left: 37%;
}
@media screen and (max-width: 768px) {
  .new-contents .main-contact-wrapper input[type=submit] {
    height: 120px;
    font-size: 32px;
    padding-left: 215px;
  }
}
.new-contents .main-contact-wrapper input[type=submit]:hover {
  background-color: #57a2fb !important;
}
.new-contents .main-contact-wrapper .wpcf7-form .submit_cover::after {
  left: 63%;
}
@media screen and (max-width: 768px) {
  .new-contents .main-contact-wrapper .wpcf7-form .submit_cover::after {
    left: 72%;
    width: 41px;
    height: 42px;
    background-size: contain;
  }
}
.new-contents .main-contact-wrapper .del {
  position: relative;
  width: 16px;
  height: 16px;
  margin-bottom: -22px;
  margin-right: 6px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .new-contents .main-contact-wrapper .del {
    width: 34px;
    height: 34px;
    margin-bottom: -45px;
    margin-right: 15px;
  }
}
.new-contents .main-contact-wrapper .wpcf7-form .contact-flex .img_flex {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  position: relative;
}
.new-contents .main-contact-wrapper .wpcf7-form .contact-flex label.up_link {
  width: 100%;
  position: absolute;
  bottom: -70px;
  min-width: 403px;
  right: 0;
  left: auto;
  cursor: pointer;
  height: 63px;
  background: #f1f1f1;
  padding-top: 0;
  display: flex;
  justify-content: center;
  border-radius: 4px;
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .new-contents .main-contact-wrapper .wpcf7-form .contact-flex label.up_link {
    height: 125px;
  }
}
.new-contents .main-contact-wrapper .wpcf7-form .contact-flex label.up_link span {
  display: block;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  height: 100%;
}
.new-contents .main-contact-wrapper .wpcf7-form .contact-flex label.up_link img {
  width: auto;
  height: 63px;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .new-contents .main-contact-wrapper .wpcf7-form .contact-flex label.up_link img {
    height: 125px;
  }
}
@media screen and (max-width: 768px) {
  .new-contents .main-contact-wrapper .wpcf7-form .contact-flex label.up_link {
    bottom: -160px;
    min-width: 562px;
  }
}
.new-contents .main-contact-wrapper .contact-img_label {
  margin-top: 32px;
}
.new-contents .main-contact-wrapper .contact-img_wrap {
  margin-top: -16px;
  margin-bottom: 0 !important;
}
.new-contents .main-contact-wrapper .contact-border {
  padding-bottom: 33px;
  margin-bottom: 33px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .new-contents .main-contact-wrapper .contact-border {
    padding-bottom: 66px;
    margin-bottom: 28px;
  }
}
.new-contents .main-contact-wrapper .wpcf7-form .contact-flex .img_form {
  position: initial;
  width: initial;
  height: initial;
  background-color: initial;
  border-radius: initial;
  filter: initial;
  margin-right: initial;
  margin-bottom: initial;
  will-change: auto !important;
}
.new-contents .main-contact-wrapper .wpcf7-form .contact-flex .classmenu::before {
  content: "";
  display: block;
  width: 13px;
  height: 12px;
  background: #333;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-image: none;
  top: 50%;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .new-contents .main-contact-wrapper .wpcf7-form .contact-flex .classmenu::before {
    width: 27px;
    height: 24px;
  }
}
.new-contents .main-contact-wrapper .check-link {
  margin-top: 38px;
  padding-bottom: 38px;
  text-align: center;
  font-size: 16px;
  text-decoration: underline;
  text-align: center;
  display: block;
  margin-bottom: 0;
  color: #333;
  padding-top: 33px;
  margin-top: 0;
  border-top: 1px solid #000;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .new-contents .main-contact-wrapper .check-link {
    padding-bottom: 66px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .new-contents .main-contact-wrapper .check-link {
    font-size: 32px;
    padding-bottom: 66px;
    margin-top: 66px;
  }
}
.new-contents .main-contact-wrapper .check-wrap label {
  margin-bottom: 0;
  padding-top: 0;
  display: block;
  text-align: center;
}
.new-contents .main-contact-wrapper .check-wrap input {
  display: none;
}
.new-contents .main-contact-wrapper .check-wrap input + span {
  padding-left: 40.6px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .new-contents .main-contact-wrapper .check-wrap input + span {
    padding-left: 70px;
  }
}
.new-contents .main-contact-wrapper .check-wrap input + span::before {
  content: "";
  display: block;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #8f8f8f;
  position: absolute;
  top: -5px;
  left: 0;
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 768px) {
  .new-contents .main-contact-wrapper .check-wrap input + span::before {
    width: 56px;
    height: 56px;
  }
}
.new-contents .main-contact-wrapper .check-wrap input:checked + span::after {
  content: "";
  background-image: url(../../../images/lp-4/sp/contact/check.svg);
  background-size: contain;
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 29px;
  height: 29px;
}
@media screen and (max-width: 768px) {
  .new-contents .main-contact-wrapper .check-wrap input:checked + span::after {
    width: 50px;
    height: 50px;
  }
}
.new-contents .main-contact-wrapper .page-contact_required {
  background: #f1f1f1;
  width: 179px;
  height: 60px;
  margin: 0 auto 33px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .new-contents .main-contact-wrapper .page-contact_required {
    width: 357px;
    height: 104px;
    margin: 0 auto 56px !important;
  }
}
@media screen and (max-width: 768px) {
  .new-contents .main-contact-wrapper .wpcf7-form .contact-required .page-contact_requiredTxt {
    font-size: 32px;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .new-contents .main-contact-wrapper .wpcf7-form .contact-required .wpcf7-acceptance {
    width: 56px;
    height: 56px;
  }
}
.new-contents .thank-content .thankyou-form .contact-flex label,
.new-contents .thank-content .thank-title a {
  color: #745A09 !important;
}
.new-contents .thank-content .thankyou-form .contact-flex .img_flex .img_form {
  background-color: #fff !important;
  border-radius: 0 !important;
  filter: none !important;
}
.new-contents .thank-content .newbtn.btn-brown::after {
  background: url(../../../images/newParts/back.svg) center/contain no-repeat !important;
}

.new-container .column {
  padding-top: 64px;
  padding-bottom: 64px;
  background: #F4F4F4;
}
@media screen and (max-width: 768px) {
  .new-container .column {
    padding-top: 80px;
    padding-bottom: 120px;
    background: #fff;
  }
}
.new-container .column-ttl {
  margin-bottom: 40px;
}
.new-container .column-list {
  display: flex;
  gap: 8px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .new-container .column-list {
    margin-bottom: 56px;
  }
}
.new-container .column-item {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .new-container .column-item {
    width: 50%;
  }
}
.new-container .column-item_ttl {
  padding: 0 22px;
  color: #000;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .new-container .column-item_ttl {
    padding: 0 16px;
    font-size: 24px;
  }
}
.new-container .column-img {
  width: 100%;
  height: 186px;
  margin-bottom: 16px;
}
.new-container .column-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-container .top-feature {
  padding-top: 64px;
  padding-bottom: 68px;
  background: #F4F4F4;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .new-container .top-feature {
    padding-top: 158px;
    padding-bottom: 78px;
  }
}
.new-container .top-feature .inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .new-container .top-feature .inner {
    display: block;
  }
}
.new-container .top-feature-loop {
  font-size: 152px;
  position: absolute;
  top: 0;
}
.new-container .top-feature-loop .swiper-wrapper {
  transition-timing-function: linear;
}
.new-container .top-feature-loop .loop-item {
  color: #fff;
  z-index: 0;
  top: -66px;
  white-space: nowrap;
}
.new-container .top-feature_ttl {
  width: 50%;
  font-weight: 700;
  font-size: 24px;
  padding-top: 68px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .new-container .top-feature_ttl {
    width: 100%;
    font-size: 40px;
    padding-top: 0;
    margin-bottom: 56px;
    text-align: center;
  }
}
.new-container .top-feature_item {
  display: flex;
  width: 100%;
  box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.2);
}
.new-container .top-feature_item:not(:last-of-type) {
  margin-bottom: 8px;
}
.new-container .top-feature_itemWrap {
  width: 50%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .new-container .top-feature_itemWrap {
    width: 100%;
  }
}
.new-container .top-feature_img {
  width: 106px;
  background: #F6D556;
}
.new-container .top-feature_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: auto;
}
.new-container .top-feature_box {
  background: #fff;
  padding: 22px 0 22px 32px;
  width: calc(100% - 106px);
}
@media screen and (max-width: 768px) {
  .new-container .top-feature_box {
    padding: 48px 0 48px 32px;
  }
}
.new-container .top-feature_boxTtl {
  font-size: 24px;
  margin-bottom: 12px;
}

.new-container .mind {
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .new-container .mind {
    padding: 80px 48px;
  }
}
.new-container .mind_box {
  background: #f3fff8;
  border: 2px solid #06c755;
  width: 768px;
  margin: 0 auto;
  padding: 40px 0px;
}
@media screen and (max-width: 768px) {
  .new-container .mind_box {
    padding: 62px 54px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
.new-container .mind_ttl {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .new-container .mind_ttl {
    font-size: 48px;
  }
}
.new-container .mind_ttl span {
  color: #06c755;
}
.new-container .mind_ttl::before {
  content: "";
  display: block;
  width: 24px;
  height: 18px;
  background: url(../../../images/top-new/heart.svg) center/contain no-repeat;
  margin: 0 auto 8px;
}
@media screen and (max-width: 768px) {
  .new-container .mind_ttl::before {
    width: 44px;
    height: 33px;
  }
}
.new-container .mind_wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .new-container .mind_wrap {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.new-container .mind_item {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .new-container .mind_item {
    width: 275px;
  }
}
.new-container .mind_itemImg {
  width: 80px;
  height: 80px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 768px) {
  .new-container .mind_itemImg {
    width: 146px;
    height: 146px;
  }
}
.new-container .mind_itemTxt {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .new-container .mind_itemTxt {
    font-size: 28px;
  }
}

.new-container .sankou-price {
  padding-top: 64px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .new-container .sankou-price {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.new-container .sankou-price-inner {
  padding-right: 0;
  padding-left: 0;
}
.new-container .sankou-price-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 32px;
}
@media screen and (max-width: 1280px) {
  .new-container .sankou-price-list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .new-container .sankou-price-list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 9px;
    grid-row-gap: 40px;
  }
}
.new-container .sankou-price-item {
  background: linear-gradient(180deg, rgb(240, 240, 240) 0%, rgba(240, 240, 240, 0.7) 70%, rgba(240, 240, 240, 0) 90%);
}
@media screen and (max-width: 1280px) {
  .new-container .sankou-price-item {
    max-width: none;
  }
}
.new-container .sankou-price-item_img {
  padding: 0 25px;
  height: 264px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .new-container .sankou-price-item_img {
    height: 250px;
    padding: 0;
    margin-bottom: 0;
  }
}
.new-container .sankou-price-item_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.new-container .sankou-price-item_price {
  color: #AA8100;
  text-align: center;
  margin-bottom: 12px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .new-container .sankou-price-item_price {
    font-size: 34px;
    margin-bottom: 16px;
  }
}
.new-container .sankou-price-item_price span {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .new-container .sankou-price-item_price span {
    font-size: 22px;
  }
}
.new-container .sankou-price-item_ttl {
  font-weight: 400;
  padding: 0 40px;
  text-align: center;
  color: #745A09;
}
@media screen and (max-width: 768px) {
  .new-container .sankou-price-item_ttl {
    padding: 0 12px;
    word-break: break-all;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0 0 99.9% 99.9%);
  border: 0;
}

.metal-purchase {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .metal-purchase {
    margin-bottom: 80px;
  }
}
.metal-purchase__wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 41px 80px;
  background: #F4F4F4;
}
@media screen and (max-width: 768px) {
  .metal-purchase__wrap {
    padding: 63px 58px;
  }
}
.metal-purchase__head {
  display: flex;
  justify-content: center;
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 1.4479166667;
}
@media screen and (max-width: 768px) {
  .metal-purchase__head {
    font-size: 48px;
  }
}
.metal-purchase__date {
  display: flex;
  justify-content: center;
  margin-bottom: 38px;
  font-size: 14px;
  line-height: 1.4478571429;
  font-weight: 700;
  color: #745A09;
}
@media screen and (max-width: 768px) {
  .metal-purchase__date {
    margin-bottom: 75px;
    font-size: 28px;
  }
}
.metal-purchase__item + .metal-purchase__item {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .metal-purchase__item + .metal-purchase__item {
    margin-top: 70px;
  }
}
.metal-purchase__heading {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 5px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.7;
  color: #745A09;
  background: #F6D556;
}
@media screen and (max-width: 768px) {
  .metal-purchase__heading {
    margin-bottom: 38px;
    font-size: 40px;
    line-height: 1.6;
  }
}
.metal-purchase__heading small {
  font-size: 12px;
  line-height: 2.6666666667;
}
@media screen and (max-width: 768px) {
  .metal-purchase__heading small {
    font-size: 24px;
    line-height: 2.6666666667;
  }
}
.metal-purchase__detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 700px;
  margin: 34px auto 24px;
}
@media screen and (max-width: 768px) {
  .metal-purchase__detail {
    grid-template-columns: 1fr;
    gap: 44px;
    margin: 28px auto 40px;
  }
}
@media screen and (max-width: 768px) {
  .metal-purchase__note {
    font-size: 28px;
  }
}
.metal-purchase__note::before {
  content: "※";
}

.metal-price__items {
  max-width: 700px;
  margin: 0 auto;
  border: 1px solid #BABABA;
}
.metal-price__item {
  display: flex;
}
.metal-price__item:not(:nth-of-type(1)) {
  border-top: 1px solid #BABABA;
}
.metal-price__item dt {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 47px;
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .metal-price__item dt {
    width: 230px;
    height: 92px;
    font-size: 40px;
  }
}
.metal-price__item dd {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 47px;
  font-size: 14px;
  line-height: 2.2857142857;
  font-weight: 700;
  border-left: 1px solid #BABABA;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .metal-price__item dd {
    height: 92px;
    font-size: 28px;
  }
}
.metal-price__item dd em {
  margin-right: 4px;
  font-size: 24px;
  line-height: 1.3333333333;
  font-style: normal;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .metal-price__item dd em {
    font-size: 48px;
  }
}
.metal-price__item dd span + span::before, .metal-price__item dd span + span::after {
  font-size: 24px;
  line-height: 1.3333333333;
}
@media screen and (max-width: 768px) {
  .metal-price__item dd span + span::before, .metal-price__item dd span + span::after {
    font-size: 48px;
  }
}
.metal-price__item dd span + span::before {
  content: "(";
}
.metal-price__item dd span + span::after {
  content: ")";
}
.metal-price__item dd span + span em {
  color: #BE0000;
}
.metal-price__item.-gold dt {
  color: #745A09;
  background: #FFF6A7;
}
.metal-price__item.-platinum dt {
  color: #215D7F;
  background: #C2E8EE;
}
.metal-price__item.-silver dt {
  color: #6E6E6E;
  background: #D3D4D4;
}
.metal-price__item.-palladium dt {
  background: #B1B1B1;
}

.metal-detail + .metal-detail {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .metal-detail + .metal-detail {
    margin-top: 44px;
  }
}
.metal-detail__head {
  display: flex;
  justify-content: center;
  margin-bottom: 7px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .metal-detail__head {
    margin-bottom: 14px;
    font-size: 32px;
  }
}
.metal-detail__prices {
  column-count: 2;
  column-gap: 0;
  border-top: 1px solid #BABABA;
  border-right: 1px solid #BABABA;
}
@media screen and (max-width: 768px) {
  .metal-detail__prices.-mix {
    column-count: 1;
  }
}
.metal-detail__price {
  display: flex;
}
.metal-detail__price dt, .metal-detail__price dd {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 43px;
  font-weight: bold;
  border-left: 1px solid #BABABA;
  border-bottom: 1px solid #BABABA;
}
@media screen and (max-width: 768px) {
  .metal-detail__price dt, .metal-detail__price dd {
    height: 84px;
    min-height: 0;
  }
}
.metal-detail__price dt {
  flex-shrink: 0;
  width: 72px;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .metal-detail__price dt {
    width: 140px;
    font-size: 40px;
  }
}
.metal-detail__price dd {
  flex-grow: 1;
  gap: 4px;
  font-size: 14px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .metal-detail__price dd {
    font-size: 28px;
  }
}
.metal-detail__price dd em {
  margin-right: 4px;
  font-size: 20px;
  font-style: normal;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .metal-detail__price dd em {
    font-size: 40px;
  }
}
.-gold > .metal-detail__price dt {
  color: #745A09;
  background: #FFF6A7;
}
.-gold > .metal-detail__price dd {
  background: #fff;
}
.-platinum > .metal-detail__price dt {
  color: #215D7F;
  background: #C2E8EE;
}
.-silver > .metal-detail__price dt {
  color: #6E6E6E;
  background: #D3D4D4;
}
.-mix > .metal-detail__price dt {
  color: #885220;
  background: #F2E3CC;
}
@media screen and (max-width: 768px) {
  .-mix > .metal-detail__price dt {
    width: 50%;
  }
}

.metal-calculation {
  display: flex;
  gap: 3px;
  padding: 32px 90px;
  background: #FFF1BD;
}
@media screen and (max-width: 768px) {
  .metal-calculation {
    flex-direction: column;
    gap: 23px;
    padding: 27px 38px 45px;
  }
}
.metal-calculation__column {
  display: flex;
  align-items: center;
}
.metal-calculation__item {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .metal-calculation__item {
    gap: 6px;
  }
}
.metal-calculation__heading {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .metal-calculation__heading {
    font-size: 28px;
  }
}
.metal-calculation__detail {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 56px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .metal-calculation__detail {
    gap: 13px;
    height: 65px;
    font-size: 28px;
  }
}
.metal-calculation__detail select,
.metal-calculation__detail input {
  height: 100%;
  font-weight: bold;
  border: 1px solid #745A09;
  border-radius: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .metal-calculation__detail select,
  .metal-calculation__detail input {
    font-size: 28px;
  }
}
.metal-calculation__detail.-type-1 {
  background: #fff;
}
.metal-calculation__detail.-type-1 select {
  appearance: none;
  width: 239px;
  background: url(../../img/icn_select.svg) no-repeat center right 16px/14px 8px;
}
@media screen and (max-width: 768px) {
  .metal-calculation__detail.-type-1 select {
    width: 306px;
    background-size: 26px auto;
  }
}
.metal-calculation__detail.-type-2 input {
  width: 82px;
}
@media screen and (max-width: 768px) {
  .metal-calculation__detail.-type-2 input {
    width: 158px;
  }
}
.metal-calculation__detail.-type-3 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 244px;
  height: 100%;
  border: 1px solid #745A09;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .metal-calculation__detail.-type-3 span {
    width: 472px;
  }
}
.metal-calculation__detail.-type-3.is-disabled span {
  pointer-events: none;
  color: #C4B68B;
  background: #E7D9A9;
}
.metal-calculation__icon {
  display: flex;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .metal-calculation__icon {
    padding-top: 48px;
  }
}
.metal-calculation__icon.-type-1 {
  margin: 0 11px;
}
@media screen and (max-width: 768px) {
  .metal-calculation__icon.-type-1 {
    margin: 0 20px;
  }
}
.metal-calculation__icon.-type-1 svg {
  aspect-ratio: 1;
  width: 18px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .metal-calculation__icon.-type-1 svg {
    width: 36px;
  }
}
.metal-calculation__icon.-type-2 {
  margin-right: 14px;
}
@media screen and (max-width: 768px) {
  .metal-calculation__icon.-type-2 {
    margin: 0 15px 0 10px;
  }
}
.metal-calculation__icon.-type-2 svg {
  aspect-ratio: 22/13;
  width: 22px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .metal-calculation__icon.-type-2 svg {
    width: 42px;
  }
}

.metal-guide {
  table-layout: fixed;
  width: 100%;
}
.metal-guide th, .metal-guide td {
  text-align: center;
  vertical-align: middle;
}
.metal-guide thead th {
  white-space: nowrap;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  border-top: 1px solid #BEA574;
  border-left: 1px solid #BEA574;
  background: #745A09;
}
@media screen and (max-width: 768px) {
  .metal-guide thead th {
    height: 84px;
    font-size: 26px;
  }
}
.metal-guide thead th:last-of-type {
  border-right: 1px solid #BEA574;
}
@media screen and (max-width: 768px) {
  .metal-guide thead th.-type-1 {
    width: 72px;
  }
}
@media screen and (max-width: 768px) {
  .metal-guide thead th.-type-2 {
    width: 145px;
  }
}
.metal-guide tbody {
  font-size: 12px;
}
.metal-guide tbody tr > * {
  font-weight: 400;
}
.metal-guide tbody tr > *:last-child {
  border-right: 1px solid #BABABA;
}
.metal-guide tbody tr > *:nth-child(2) {
  white-space: pre-wrap;
}
.metal-guide tbody tr > *:nth-of-type(n+1) {
  font-size: 12px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .metal-guide tbody tr > *:nth-of-type(n+1) {
    font-size: 24px;
  }
}
.metal-guide tbody tr > *:nth-of-type(n+4) {
  font-size: 13px;
  font-family: inherit;
}
@media screen and (max-width: 768px) {
  .metal-guide tbody tr > *:nth-of-type(n+4) {
    font-size: 26px;
  }
}
.metal-guide tbody tr th, .metal-guide tbody tr td {
  border-top: 1px solid #BABABA;
  border-left: 1px solid #BABABA;
  background: #fff;
}
.metal-guide tbody tr:nth-of-type(even) th, .metal-guide tbody tr:nth-of-type(even) td {
  background: #FFFAE8;
}
.metal-guide__list li {
  display: inline;
  white-space: nowrap;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .metal-guide__list li {
    white-space: normal;
  }
}
.metal-guide__list li + li::before {
  content: "/";
  margin: 0 0.25em;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0 0 99.9% 99.9%);
  border: 0;
}

.strengthen-purchase {
  margin-bottom: 125px;
}
@media screen and (max-width: 768px) {
  .strengthen-purchase {
    margin-bottom: 80px;
  }
}
.strengthen-purchase__wrap {
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .strengthen-purchase__wrap {
    padding: 0 48px;
  }
}
.strengthen-purchase__head {
  width: 322px;
  margin: 0 auto 12px;
}
@media screen and (max-width: 768px) {
  .strengthen-purchase__head {
    width: 518px;
  }
}
.strengthen-purchase__head svg {
  width: 100%;
  height: auto;
}
.strengthen-purchase__lead {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.strengthen-purchase__lead span {
  position: relative;
  padding: 0 28px;
  font-size: 12px;
  line-height: 2;
  font-weight: bold;
  color: #745A09;
  letter-spacing: 0.05em;
  background: #F6D556;
}
@media screen and (max-width: 768px) {
  .strengthen-purchase__lead span {
    padding: 0 40px;
    font-size: 24px;
  }
}
.strengthen-purchase__lead span::before, .strengthen-purchase__lead span::after {
  content: "";
  position: absolute;
  top: 0;
  border-style: solid;
}
.strengthen-purchase__lead span::before {
  left: 0;
  border-width: 12px 0 12px 7px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 768px) {
  .strengthen-purchase__lead span::before {
    border-width: 24px 0 24px 14px;
  }
}
.strengthen-purchase__lead span::after {
  right: 0;
  border-width: 12px 7px 12px 0;
  border-color: transparent #fff transparent transparent;
}
@media screen and (max-width: 768px) {
  .strengthen-purchase__lead span::after {
    border-width: 24px 14px 24px 0;
  }
}
.strengthen-purchase__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 26px;
}
@media screen and (max-width: 768px) {
  .strengthen-purchase__items {
    justify-content: flex-start;
    gap: 80px 24px;
  }
}
.strengthen-purchase__item {
  display: flex;
  flex-direction: column;
  width: calc(20% - 20.8px);
}
@media screen and (max-width: 768px) {
  .strengthen-purchase__item {
    width: calc(50% - 12px);
  }
}
.strengthen-purchase__heading {
  text-align: center;
  word-break: keep-all;
  font-size: 14px;
  line-height: 1.4285714286;
  margin-bottom: auto;
}
@media screen and (max-width: 768px) {
  .strengthen-purchase__heading {
    font-size: 24px;
  }
}
.strengthen-purchase__image {
  aspect-ratio: 322/429;
  display: flex;
  order: -1;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  background: rgba(191, 191, 191, 0.2);
}
.strengthen-purchase__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.strengthen-purchase__prices {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  margin-top: 4px;
}
.strengthen-purchase__price.-other {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.5em;
  font-size: 10px;
  font-weight: bold;
  color: #B9B9B9;
}
@media screen and (max-width: 768px) {
  .strengthen-purchase__price.-other {
    font-size: 20px;
  }
}
.strengthen-purchase__price.-other dt::after {
  content: ":";
}
.strengthen-purchase__price.-other dd span {
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  text-decoration: line-through;
}
@media screen and (max-width: 768px) {
  .strengthen-purchase__price.-other dd span {
    font-size: 28px;
  }
}
.strengthen-purchase__price.-own {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #BE0000;
}
.strengthen-purchase__price.-own dt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .strengthen-purchase__price.-own dt {
    font-size: 24px;
  }
}
.strengthen-purchase__price.-own dt::before, .strengthen-purchase__price.-own dt::after {
  content: "";
  flex-grow: 1;
  max-width: 140px;
  height: 1px;
  background: #BE0000;
}
@media screen and (max-width: 768px) {
  .strengthen-purchase__price.-own dt::before, .strengthen-purchase__price.-own dt::after {
    max-width: 66px;
    height: 2px;
  }
}
.strengthen-purchase__price.-own dd {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .strengthen-purchase__price.-own dd {
    font-size: 32px;
  }
}
.strengthen-purchase__price.-own dd span {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .strengthen-purchase__price.-own dd span {
    font-size: 48px;
  }
}
.strengthen-purchase__note {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 4px;
  white-space: nowrap;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  background: #F6D556;
}
@media screen and (max-width: 768px) {
  .strengthen-purchase__note {
    font-size: 20px;
  }
}
.strengthen-purchase__note em {
  font-size: 16px;
  line-height: 1.4375;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .strengthen-purchase__note em {
    font-size: 34px;
  }
}
.strengthen-purchase__note span {
  font-size: 15px;
  line-height: 1.5333333333;
}
@media screen and (max-width: 768px) {
  .strengthen-purchase__note span {
    font-size: 30px;
  }
}

.brand-header {
  color: #745a09;
  background: #fff;
  font-family: "Noto Serif JP", serif;
  transform: translateY(-150%);
  transition: transform 0.6s;
}
@media screen and (max-width: 768px) {
  .brand-header {
    position: fixed;
    top: 0;
    height: 120px;
    color: #333;
  }
}
.brand-header a {
  color: #745a09;
  text-decoration: none;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .brand-header a {
    color: #333;
  }
}
.brand-header a:hover {
  opacity: 0.7;
}
.brand-header__top {
  height: 64px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .brand-header__top {
    height: 120px;
    max-width: 100%;
    padding-left: 58px;
    width: 100%;
    box-sizing: border-box;
  }
}
.brand-header__logo {
  margin-right: auto;
  margin-left: 0;
}
.brand-header__logo a {
  display: flex;
  align-items: flex-end;
  gap: 29px;
  text-decoration: none;
}
.brand-header__logo img {
  width: 112px;
}
@media screen and (max-width: 768px) {
  .brand-header__logo img {
    width: 161px;
  }
}
.brand-header__btn {
  position: relative;
  width: 120px;
  height: 100%;
  padding: 42px 36px;
  border: none;
  background: #BEA574;
}
.brand-header__btnWrap {
  width: 48px;
  height: 36px;
  margin: auto;
  position: relative;
}
.brand-header__btnWrap span {
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  transition: 0.2s;
}
.brand-header__btnWrap span:nth-of-type(1) {
  top: 0;
}
.brand-header__btnWrap span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.brand-header__btnWrap span:nth-of-type(3) {
  bottom: 0;
}
.brand-header__btn.active {
  right: 0;
}
.brand-header__btn.active span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 13px;
}
.brand-header__btn.active span:nth-of-type(2) {
  display: none;
}
.brand-header__btn.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  bottom: 18px;
}
.brand-header__contact {
  display: flex;
  gap: 8px;
}
.brand-header__contactItem {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .brand-header__contactItem {
    height: 120px;
    padding: 0 48px;
    font-size: 32px;
  }
}
.brand-header__contactItem i {
  display: flex;
  width: 24px;
}
.brand-header__contactItem i svg {
  width: 100%;
  height: auto;
}
.brand-header__contactItem.web {
  padding: 0 30px;
  font-size: 12px;
  letter-spacing: 0.025em;
  border: 1px solid #BABABA;
}
.brand-header__contactItem.tell {
  background: linear-gradient(90deg, #F6EFD2 0%, #D7CAB1 100%);
}
@media screen and (max-width: 768px) {
  .brand-header__contactItem.tell {
    background: #F0F0F0;
  }
}
.brand-header__contactItem.tell i {
  width: 28px;
}
@media screen and (max-width: 768px) {
  .brand-header__contactItem.tell i {
    width: 40px;
  }
}
.brand-header__contactItem.line {
  padding: 0 24px;
  color: #333;
  background: linear-gradient(180deg, #eee 0%, #DCDCDC 100%);
}
.brand-header__contactItem.line em {
  font-size: 16px;
  font-style: normal;
}
.brand-header__bottom {
  background: #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  height: 32px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .brand-header__bottom {
    width: 100%;
    height: 100vh;
    display: block;
    padding: 100px 0 38px;
    transition: 0.3s;
    right: -100%;
    position: relative;
    z-index: 1000;
  }
}
.brand-header__bottomWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .brand-header__bottomWrap {
    overflow: scroll;
    height: 1200px;
    padding: 0 48px 100px;
    display: block;
  }
}
.brand-header__bottomContents {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .brand-header__bottomContents {
    display: block;
    height: fit-content;
    padding-bottom: 500px;
  }
}
.brand-header__bottom.active {
  right: 0;
}
.brand-header__bottomLine {
  border-radius: 4px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.brand-header__bottomLine img {
  display: block;
  width: 100%;
}
.brand-header__bottomBox {
  padding: 0 12px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .brand-header__bottomBox {
    display: block;
    margin-bottom: 46px;
    padding: 0;
  }
}
.brand-header__bottomBox:nth-of-type(1) {
  order: 3;
}
.brand-header__bottomBox:nth-of-type(2) {
  order: 2;
}
.brand-header__bottomBox:nth-of-type(3) {
  order: 1;
}
.brand-header__bottomBox:nth-of-type(2), .brand-header__bottomBox:nth-of-type(3) {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .brand-header__bottomBox:nth-of-type(2), .brand-header__bottomBox:nth-of-type(3) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .brand-header__bottomTtl {
    font-weight: 700;
    font-size: 28px;
    position: relative;
    margin-bottom: 18px;
  }
  .brand-header__bottomTtl::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
  }
}
@media screen and (max-width: 768px) {
  .brand-header__bottomTtl span {
    background: #EBEBEB;
    padding-right: 24px;
    position: relative;
    z-index: 2;
  }
}
.brand-header__bottomList {
  display: flex;
}
@media screen and (max-width: 768px) {
  .brand-header__bottomList {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .brand-header__bottomItem {
    background: #fff;
    height: 120px;
    display: flex !important;
    align-items: center;
    box-sizing: border-box;
  }
}
.brand-header__bottomItem a {
  font-size: 12px;
  font-weight: 700;
  padding: 5px 20px;
  position: relative;
}
.brand-header__bottomItem a::after {
  content: "";
  width: 34px;
  height: 34px;
}
@media screen and (max-width: 1024px) {
  .brand-header__bottomItem a {
    padding: 5px 6px;
    font-size: 12px;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .brand-header__bottomItem a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .brand-header__bottomItem.w-100 {
    width: 100%;
    align-items: center;
  }
  .brand-header__bottomItem.w-100 a {
    display: flex;
    font-size: 28px;
    position: relative;
    padding-left: 119px;
  }
  .brand-header__bottomItem.w-100 a::before {
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    position: absolute;
  }
  .brand-header__bottomItem.w-100 a::after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.365%2027.2608L24.146%2017.0581L12.365%206.85547%22%20stroke%3D%22%23BEA574%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E") center/contain no-repeat;
    margin-right: 0;
    margin-left: auto;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .brand-header__bottomItem.w-30 {
    justify-content: space-between;
    width: calc(33.3333333333% - 8px);
    height: 104px;
  }
  .brand-header__bottomItem.w-30 a {
    font-size: 24px;
    padding: 0 16px;
    position: relative;
  }
  .brand-header__bottomItem.w-30 a::after {
    background: url(../../../images/top-new/arrow-footer.svg) center/contain no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .brand-header__bottomItem.w-50 {
    justify-content: space-between;
    width: calc(50% - 8px);
    height: 104px;
  }
  .brand-header__bottomItem.w-50 a {
    padding: 0 16px;
    position: relative;
    font-size: 24px;
  }
  .brand-header__bottomItem.w-50 a::after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.365%2027.2608L24.146%2017.0581L12.365%206.85547%22%20stroke%3D%22%23BEA574%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E") center/contain no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .brand-header__bottomItem.access a::before {
    background: url(../../../images/top-new/shop-black.svg) center/contain no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .brand-header__bottomItem.takuhai a::before {
    background: url(../../../images/top-new/box-black.svg) center/contain no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .brand-header__bottomItem.syuttyou a::before {
    background: url(../../../images/top-new/car-black.svg) center/contain no-repeat;
  }
}
.brand-header__cta {
  display: none;
}
@media screen and (max-width: 768px) {
  .brand-header__cta {
    display: flex;
    flex-direction: column;
    gap: 29px;
    margin-bottom: 70px;
  }
}
.brand-header.fixed {
  transform: translateY(0);
}
.brand-header.header-default {
  transform: translateY(0);
}

.brand-detail {
  margin-top: 0;
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
}
.brand-detail img {
  display: block;
}
.brand-detail a {
  transition: opacity 0.3s;
}
.brand-detail a::hover {
  opacity: 0.5;
}
.brand-detail em {
  font-style: normal;
}
.brand-detail .num {
  font-family: "Noto Serif JP", serif;
}
.brand-detail .btn:not(:root) {
  border: 1px solid #BEA574;
}
.brand-detail .btn:not(:root)::after {
  margin-right: 0;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6%2013.7273L12%208.53111L6%203.33496%22%20stroke%3D%22%23BEA574%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
}

.brand-emblem {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .brand-emblem {
    padding-top: 80px;
  }
}
.brand-emblem-inner {
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .brand-emblem-inner {
    flex-direction: column;
    gap: 48px;
  }
}
.brand-emblem-text {
  text-align: center;
  margin-top: 11px;
  font-size: 14px;
  color: #745A09;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media screen and (max-width: 768px) {
  .brand-emblem-text {
    font-size: 22px;
    margin-top: 24px;
  }
}
.brand-emblem-img {
  width: 350px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .brand-emblem-img {
    width: 671px;
    height: 113px;
  }
}
.brand-emblem-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-strengthen-purchase {
  margin: 63px 0 138px;
}
@media screen and (max-width: 768px) {
  .brand-strengthen-purchase {
    margin-bottom: 132px;
  }
}
.brand-strengthen-purchase__wrap {
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .brand-strengthen-purchase__wrap {
    padding: 0 48px;
  }
}
.brand-strengthen-purchase__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.4375;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .brand-strengthen-purchase__head {
    gap: 16px;
    font-size: 24px;
    letter-spacing: 0.075em;
  }
}
.brand-strengthen-purchase__head::before {
  content: attr(data-attr);
  font-size: 40px;
  line-height: 1;
  color: #BEA574;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .brand-strengthen-purchase__head::before {
    font-size: 56px;
    letter-spacing: 0.1em;
  }
}
.brand-strengthen-purchase__lead {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .brand-strengthen-purchase__lead {
    margin-bottom: 48px;
  }
}
.brand-strengthen-purchase__lead span {
  position: relative;
  padding: 0 28px;
  font-size: 12px;
  line-height: 2;
  font-weight: bold;
  color: #FFF6D1;
  letter-spacing: 0.05em;
  background: #745A09;
}
@media screen and (max-width: 768px) {
  .brand-strengthen-purchase__lead span {
    padding: 0 40px;
    font-size: 24px;
  }
}
.brand-strengthen-purchase__lead span::before, .brand-strengthen-purchase__lead span::after {
  content: "";
  position: absolute;
  top: 0;
  border-style: solid;
}
.brand-strengthen-purchase__lead span::before {
  left: 0;
  border-width: 12px 0 12px 7px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 768px) {
  .brand-strengthen-purchase__lead span::before {
    border-width: 24px 0 24px 14px;
  }
}
.brand-strengthen-purchase__lead span::after {
  right: 0;
  border-width: 12px 7px 12px 0;
  border-color: transparent #fff transparent transparent;
}
@media screen and (max-width: 768px) {
  .brand-strengthen-purchase__lead span::after {
    border-width: 24px 14px 24px 0;
  }
}
.brand-strengthen-purchase__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 58px 74px;
}
@media screen and (max-width: 768px) {
  .brand-strengthen-purchase__items {
    justify-content: flex-start;
    gap: 80px 24px;
  }
}
.brand-strengthen-purchase__item {
  display: flex;
  flex-direction: column;
  width: calc(25% - 55.5px);
}
@media screen and (max-width: 768px) {
  .brand-strengthen-purchase__item {
    width: calc(50% - 12px);
  }
}
.brand-strengthen-purchase__heading {
  text-align: center;
  word-break: keep-all;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: auto;
}
@media screen and (max-width: 768px) {
  .brand-strengthen-purchase__heading {
    font-size: 24px;
  }
}
.brand-strengthen-purchase__image {
  aspect-ratio: 322/429;
  display: flex;
  order: -1;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  background: rgba(191, 191, 191, 0.2);
}
@media screen and (max-width: 768px) {
  .brand-strengthen-purchase__image {
    margin-bottom: 17px;
  }
}
.brand-strengthen-purchase__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.brand-strengthen-purchase__prices {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .brand-strengthen-purchase__prices {
    gap: 14px;
    margin-top: 9px;
  }
}
.brand-strengthen-purchase__price.-other {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.5em;
  font-size: 10px;
  font-weight: bold;
  color: #B9B9B9;
}
@media screen and (max-width: 768px) {
  .brand-strengthen-purchase__price.-other {
    font-size: 18px;
  }
}
.brand-strengthen-purchase__price.-other dt::after {
  content: ":";
}
.brand-strengthen-purchase__price.-other dd span {
  font-size: 14px;
  text-decoration: line-through;
}
@media screen and (max-width: 768px) {
  .brand-strengthen-purchase__price.-other dd span {
    font-size: 26px;
  }
}
.brand-strengthen-purchase__price.-own {
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: #BBA150;
}
@media screen and (max-width: 768px) {
  .brand-strengthen-purchase__price.-own {
    gap: 2px;
  }
}
.brand-strengthen-purchase__price.-own dt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .brand-strengthen-purchase__price.-own dt {
    font-size: 24px;
  }
}
.brand-strengthen-purchase__price.-own dt::before, .brand-strengthen-purchase__price.-own dt::after {
  content: "";
  flex-grow: 1;
  max-width: 140px;
  height: 1px;
  background: #BBA150;
}
@media screen and (max-width: 768px) {
  .brand-strengthen-purchase__price.-own dt::before, .brand-strengthen-purchase__price.-own dt::after {
    max-width: 66px;
    height: 2px;
  }
}
.brand-strengthen-purchase__price.-own dd {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .brand-strengthen-purchase__price.-own dd {
    font-size: 24px;
  }
}
.brand-strengthen-purchase__price.-own dd span {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .brand-strengthen-purchase__price.-own dd span {
    font-size: 40px;
  }
}
.brand-strengthen-purchase__note {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 7px;
  white-space: nowrap;
  font-size: 10px;
  font-weight: bold;
  color: #FFF6D1;
  text-align: center;
  background: #BBA150;
}
@media screen and (max-width: 768px) {
  .brand-strengthen-purchase__note {
    margin-top: 11px;
    font-size: 20px;
    line-height: 1.95;
  }
}
.brand-strengthen-purchase__note em {
  font-size: 16px;
  line-height: 1.4375;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .brand-strengthen-purchase__note em {
    font-size: 34px;
    line-height: 1.1470588235;
  }
}
.brand-strengthen-purchase__note span {
  font-size: 15px;
  line-height: 1.5333333333;
}
@media screen and (max-width: 768px) {
  .brand-strengthen-purchase__note span {
    font-size: 30px;
    line-height: 1.3;
  }
}

.brand-result {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .brand-result {
    margin-bottom: 120px;
  }
}
.brand-result__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.4375;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .brand-result__head {
    gap: 16px;
    font-size: 24px;
    letter-spacing: 0.075em;
  }
}
.brand-result__head::before {
  content: attr(data-attr);
  font-size: 40px;
  line-height: 1;
  color: #BEA574;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .brand-result__head::before {
    font-size: 56px;
    letter-spacing: 0.1em;
  }
}
.brand-result__items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 45px 26px;
}
@media screen and (max-width: 768px) {
  .brand-result__items {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 82px;
  }
}
.brand-result__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brand-result__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.brand-result__name {
  margin-bottom: auto;
  font-size: 12px;
  line-height: 1.4166666667;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .brand-result__name {
    font-size: 24px;
  }
}
.brand-result__img {
  order: -1;
  background: rgba(191, 191, 191, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .brand-result__img {
    margin-bottom: 20px;
  }
}
.brand-result__img img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-result__price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  width: 100%;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .brand-result__price {
    margin-top: 28px;
  }
}
.brand-result__price dt {
  width: 100%;
}
.brand-result__price dt svg {
  aspect-ratio: 184/29;
  width: 100%;
  height: auto;
}
.brand-result__price dd {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-weight: 900;
  color: #BEA574;
}
@media screen and (max-width: 768px) {
  .brand-result__price dd {
    font-size: 28px;
  }
}
.brand-result__price dd span {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .brand-result__price dd span {
    font-size: 44px;
  }
}

.brand-cause {
  position: relative;
  padding: 58px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .brand-cause {
    padding-bottom: 64px;
  }
}
.brand-cause__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 56px;
  font-weight: bold;
  font-size: 20px;
  color: #745A09;
}
@media screen and (max-width: 768px) {
  .brand-cause__title {
    margin-bottom: 80px;
    font-size: 26px;
  }
}
.brand-cause__title em {
  font-size: 36px;
  line-height: 1.1111111111;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .brand-cause__title em {
    font-size: 56px;
  }
}
.brand-cause__title em span {
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .brand-cause__title em span {
    font-size: 64px;
  }
}
.brand-cause__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px 16px;
  width: 1024px;
  margin: 0 auto 56px;
}
@media screen and (max-width: 768px) {
  .brand-cause__items {
    gap: 64px;
    width: 100%;
    margin-bottom: 80px;
  }
}
.brand-cause__item {
  position: relative;
  width: 504px;
  padding: 0 66px 40px;
  border-bottom: 2px solid #008B39;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .brand-cause__item {
    width: 100%;
    padding: 0 66px 40px;
    border-bottom: 3px solid #008B39;
  }
}
.brand-cause__heading {
  position: relative;
  margin-bottom: 14px;
  padding-top: 40px;
  font-size: 28px;
  line-height: 1.2142857143;
  font-weight: 900;
  color: #745A09;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .brand-cause__heading {
    margin-bottom: 23px;
    padding-top: 60px;
    font-size: 40px;
    line-height: 1.2;
  }
}
.brand-cause__heading i {
  position: absolute;
  display: flex;
  height: 33px;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .brand-cause__heading i {
    height: 60px;
    top: -28px;
  }
}
.brand-cause__heading i svg {
  width: auto;
  height: 100%;
}
.brand-cause__heading small {
  font-size: 16px;
  line-height: 1.1875;
}
@media screen and (max-width: 768px) {
  .brand-cause__heading small {
    font-size: 28px;
    line-height: 1.1785714286;
  }
}
.brand-cause__txt {
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .brand-cause__txt {
    display: -webkit-box;
    max-height: 88px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 24px;
    line-height: 1.8333333333;
  }
}
@media screen and (max-width: 768px) {
  .brand-cause__txt.is-opened {
    max-height: 100%;
    -webkit-line-clamp: inherit;
  }
}
.brand-cause__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .brand-cause__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    width: 100%;
    font-size: 24px;
    line-height: 1.2083333333;
    font-weight: 900;
    color: #BDBDBD;
    font-family: inherit;
    border: none;
    background: none;
  }
}
.brand-cause__btn span {
  display: none;
}
.brand-cause__btn span:first-child {
  display: block;
}
.brand-cause__btn i {
  aspect-ratio: 20/10;
  display: flex;
  width: 20px;
  rotate: 180deg;
}
.brand-cause__btn i svg {
  width: 100%;
  height: auto;
}
.brand-cause__btn.is-opened span {
  display: block;
}
.brand-cause__btn.is-opened span:first-child {
  display: none;
}
.brand-cause__btn.is-opened i {
  rotate: 0deg;
}
.brand-cause__note {
  width: 801px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .brand-cause__note {
    width: 100%;
    font-size: 28px;
    line-height: 1.4285714286;
    font-weight: 400;
  }
}
.brand-cause__img {
  display: block;
  max-width: 1024px;
  margin: 8px auto 0;
}
.brand-cause__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.brand-cause__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-appraisal {
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  .brand-appraisal {
    padding: 0;
  }
}
.brand-appraisal.-contact {
  margin-bottom: 62px;
  padding: 0;
}
.brand-appraisal__wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
  margin-bottom: 24px;
  padding: 55px 24px 57px;
  background: linear-gradient(to left, #232323, #585858);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .brand-appraisal__wrap {
    flex-direction: column;
    margin: 0 calc(50% - 50vw);
    padding: 88px 48px;
  }
}
.brand-appraisal__wrap::before {
  content: "";
  position: absolute;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #BEA574;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .brand-appraisal__wrap::before {
    width: calc(100% - 36px);
    height: 100%;
    border-top: none;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .-contact > .brand-appraisal__wrap {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .-contact > .brand-appraisal__wrap::before {
    content: none;
  }
}
.brand-appraisal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 320px;
  color: #B3B3B3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .brand-appraisal__content {
    width: 100%;
  }
}
.brand-appraisal__head {
  font-size: 24px;
  line-height: 1.4166666667;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .brand-appraisal__head {
    font-size: 40px;
    line-height: 1.425;
  }
}
.brand-appraisal__head em {
  color: #fff;
  font-style: normal;
}
.brand-appraisal__text {
  font-size: 14px;
  line-height: 1.4285714286;
}
@media screen and (max-width: 768px) {
  .brand-appraisal__text {
    font-size: 24px;
    line-height: 1.4166666667;
  }
}
.brand-appraisal__links {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 320px;
}
@media screen and (max-width: 768px) {
  .brand-appraisal__links {
    width: 100%;
    gap: 30px;
  }
}
.brand-appraisal__link {
  display: block;
}
.brand-appraisal__link img {
  width: 100%;
}

.brand-delivery {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 38px 24px;
  background: linear-gradient(to right, #F3F3F3, #E4E4E4);
}
@media screen and (max-width: 768px) {
  .brand-delivery {
    flex-wrap: wrap;
    gap: 46px;
    width: auto;
    margin: 0 calc(50% - 50vw);
    padding: 80px 48px;
  }
}
.brand-delivery__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 320px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .brand-delivery__content {
    width: 100%;
  }
}
.brand-delivery__head {
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .brand-delivery__head {
    font-size: 40px;
  }
}
.brand-delivery__head span {
  font-size: 16px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .brand-delivery__head span {
    font-size: 32px;
  }
}
.brand-delivery__text {
  font-size: 14px;
  color: #939393;
}
@media screen and (max-width: 768px) {
  .brand-delivery__text {
    font-size: 28px;
  }
}
.brand-delivery__links {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 320px;
}
@media screen and (max-width: 768px) {
  .brand-delivery__links {
    width: 100%;
  }
}
.brand-delivery__link {
  display: block;
}
.brand-delivery__link img {
  width: 100%;
}

.brand-purchase-result {
  padding: 73px 0 65px;
}
@media screen and (max-width: 768px) {
  .brand-purchase-result {
    padding: 138px 0 63px;
  }
}
.brand-purchase-result__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 38px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .brand-purchase-result__head {
    gap: 16px;
    font-size: 24px;
    letter-spacing: 0.075em;
  }
}
.brand-purchase-result__head::before {
  content: attr(data-attr);
  font-size: 40px;
  line-height: 1;
  color: #BEA574;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media screen and (max-width: 768px) {
  .brand-purchase-result__head::before {
    font-size: 56px;
    letter-spacing: 0.1em;
  }
}
.brand-purchase-result__table {
  margin-bottom: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .brand-purchase-result__table {
    margin-bottom: 40px;
  }
}
.brand-purchase-result__table thead th {
  padding: 0 6px;
  font-size: 14px;
  line-height: 3.4285714286;
  color: #fff;
  border: none;
}
@media screen and (max-width: 768px) {
  .brand-purchase-result__table thead th {
    font-size: 28px;
    line-height: 3.1428571429;
  }
}
.brand-purchase-result__table thead th.-brand {
  width: 800px;
  background: #BEA574;
}
@media screen and (max-width: 768px) {
  .brand-purchase-result__table thead th.-brand {
    width: 398px;
  }
}
.brand-purchase-result__table thead th.-price {
  width: 224px;
  background: #745A09;
}
@media screen and (max-width: 768px) {
  .brand-purchase-result__table thead th.-price {
    width: 274px;
  }
}
.brand-purchase-result__table tbody td {
  font-size: 14px;
  line-height: 1.4285714286;
  vertical-align: middle;
  border: none;
  border-bottom: 1px dashed #BABABA;
}
@media screen and (max-width: 768px) {
  .brand-purchase-result__table tbody td {
    font-size: 24px;
    line-height: 1.4166666667;
  }
}
.brand-purchase-result__table tbody td.-brand {
  padding: 16px 24px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .brand-purchase-result__table tbody td.-brand {
    padding: 23px 24px;
  }
}
.brand-purchase-result__table tbody td.-price {
  padding: 16px 35px;
  font-size: 18px;
  line-height: 1.1111111111;
  color: #745A09;
  text-align: right;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .brand-purchase-result__table tbody td.-price {
    padding: 16px 24px;
    font-size: 32px;
  }
}

.brand-security {
  padding: 62px 0 80px;
  background: #F1EEE2;
}
.brand-security__head {
  width: 426px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .brand-security__head {
    width: 526px;
    margin-bottom: 50px;
  }
}
.brand-security__head img {
  width: 100%;
}
.brand-security__item picture {
  display: block;
}
.brand-security__item picture img {
  width: 100%;
}

.brand-review {
  position: relative;
  padding-top: 73px;
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
@media screen and (max-width: 768px) {
  .brand-review {
    padding-top: 157px;
  }
}
.brand-review__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 38px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .brand-review__head {
    gap: 16px;
    font-size: 24px;
    letter-spacing: 0.075em;
  }
}
.brand-review__head::before {
  content: attr(data-attr);
  font-size: 40px;
  line-height: 1;
  color: #BEA574;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media screen and (max-width: 768px) {
  .brand-review__head::before {
    font-size: 56px;
    letter-spacing: 0.1em;
  }
}
.brand-review__images {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-bottom: 15px;
  padding-right: 35px;
}
.brand-review__images::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 53px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #B9B9B9;
}
@media screen and (max-width: 768px) {
  .brand-review__images::before {
    height: 160px;
  }
}
.brand-review__img.-type-1 {
  width: 247px;
}
@media screen and (max-width: 768px) {
  .brand-review__img.-type-1 {
    width: 264px;
  }
}
.brand-review__img.-type-2 {
  width: 217px;
}
@media screen and (max-width: 768px) {
  .brand-review__img.-type-2 {
    width: 239px;
  }
}
.brand-review__img img {
  width: 100%;
}
.brand-review__slide {
  height: 100% !important;
  background: #fff;
  padding: 40px 32px;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .brand-review__slide {
    background: #f4f4f4;
    padding: 56px 40px;
  }
}
.brand-review__data {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .brand-review__data {
    margin-bottom: 24px;
  }
}
.brand-review__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .brand-review__icon {
    width: 80px;
    height: 80px;
    margin-right: 31px;
    min-width: 80px;
  }
}
.brand-review__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brand-review__txt h3 {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .brand-review__txt h3 {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
.brand-review__txt p {
  font-size: 12px;
  color: #959595;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .brand-review__txt p {
    font-size: 24px;
  }
}
.brand-review__star {
  width: 80px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .brand-review__star {
    width: 187px;
    margin-bottom: 24px;
  }
}
.brand-review__star img {
  width: 100%;
}
.brand-review__comment {
  font-size: 12px;
  line-height: 1.4166666667;
}
@media screen and (max-width: 768px) {
  .brand-review__comment {
    font-size: 22px;
  }
}
.brand-review .swiper-container {
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .brand-review .swiper-container {
    margin: 0 calc(50% - 50vw);
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .brand-review .swiper-container {
    padding-bottom: 40px;
  }
}
.brand-review .swiper-wrapper {
  align-items: stretch;
}
.brand-review .swiper-pagination {
  bottom: 0;
}
.brand-review .swiper-pagination-bullet {
  width: 41px;
  height: 5px;
  background: #e0e0e0;
  border-radius: 0;
  opacity: 1;
}
.brand-review .swiper-pagination-bullet-active {
  background: #f6d556;
}
.brand-review .swiper-button-prev {
  bottom: 62px;
  top: auto;
  left: 46%;
  background-image: none;
  width: 42px;
}
@media screen and (max-width: 1024px) {
  .brand-review .swiper-button-prev {
    left: 46%;
  }
}
@media screen and (max-width: 768px) {
  .brand-review .swiper-button-prev {
    display: none;
  }
}
.brand-review .swiper-button-next {
  bottom: 62px;
  top: auto;
  right: 47%;
  background-image: none;
  width: 42px;
}
@media screen and (max-width: 1024px) {
  .brand-review .swiper-button-next {
    right: 43%;
  }
}
@media screen and (max-width: 768px) {
  .brand-review .swiper-button-next {
    display: none;
  }
}
.brand-review .swiper-button-prev::after,
.brand-review .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 40px;
  margin: auto;
  width: 40px;
  display: block;
}
.brand-review .swiper-button-prev::after {
  background-image: url(../../../images/top-new/arrow-prev.svg);
}
.brand-review .swiper-button-next::after {
  background-image: url(../../../images/top-new/arrow-next.svg);
}
.brand-review .swiper-slide img {
  height: auto;
  width: 100%;
}
.brand-review__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .brand-review__bg {
    display: none;
  }
}
.brand-review__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-youtube {
  padding: 64px 0;
}

@media screen and (max-width: 768px) {
  .brand-youtube {
    padding: 120px 0;
  }
}

.brand-youtube__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 32px;
}

@media screen and (max-width: 768px) {
  .brand-youtube__wrap {
    flex-wrap: wrap;
    width: 49%;
  }
}

@media screen and (max-width: 768px) {
  .brand-youtube__item {
    width: 100%;
  }
}

.brand-youtube__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .brand-youtube__head {
    flex-direction: row;
    align-items: stretch;
    gap: 26px;
    margin-bottom: 24px;
  }
}

.brand-youtube__head [lang=en] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 77px;
  font-size: 12px;
  line-height: 1.75;
  color: #fff;
  text-transform: uppercase;
  background: #BEA574;
}

@media screen and (max-width: 768px) {
  .brand-youtube__head [lang=en] {
    width: 148px;
    padding-right: 17px;
    font-size: 24px;
  }
}

.brand-youtube__head [lang=en]::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 10.5px 4px 10.5px 0;
  border-color: transparent #fff transparent transparent;
}

@media screen and (max-width: 768px) {
  .brand-youtube__head [lang=en]::before {
    border-width: 43px 17px 43px 0;
  }
}

.brand-youtube__head [lang=ja] {
  font-size: 20px;
  line-height: 1.45;
}

@media screen and (max-width: 768px) {
  .brand-youtube__head [lang=ja] {
    /* font-size: 30px; */
    line-height: 1.4333333333;
  }
}

.brand-youtube__txt {
  font-size: 16px;
  line-height: 1.4375;
}

@media screen and (max-width: 768px) {
  .brand-youtube__txt {
    font-size: 18px;
    line-height: 1.4166666667;
  }
}

.brand-youtube__img {
  order: -1;
  flex-shrink: 0;
  width: 348px;
  border: 10px solid #E0E0E0;
}

@media screen and (max-width: 768px) {
  .brand-youtube__img {
    width: 100%;
    border-width: 16px;
  }
}

.brand-youtube__img img {
  width: 100%;
}

.new-container .brand-youtube-inner {
  display: flex;
  justify-content: center;
  gap: 15px;
}

@media screen and (max-width: 768px) {
  .new-container .brand-youtube-inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.brand-condition {
  padding: 40px 0;
  background: #F5F5F5;
}
.brand-condition__head {
  max-width: 1000px;
  margin: 0 auto 18px;
}
@media screen and (max-width: 768px) {
  .brand-condition__head {
    margin-bottom: 35px;
  }
}
.brand-condition__head picture {
  display: block;
}
.brand-condition__head picture img {
  width: 100%;
}
.brand-condition__item {
  max-width: 809px;
  margin: 0 auto;
}
.brand-condition__item picture {
  display: block;
}
.brand-condition__item picture img {
  width: 100%;
}

.brand-cation {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .brand-cation {
    margin: 120px 0;
  }
}
.brand-cation__item {
  width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .brand-cation__item {
    width: 100%;
  }
}
.brand-cation__item picture {
  display: block;
}
.brand-cation__item picture img {
  width: 100%;
}

.brand-how {
  position: relative;
  padding: 74px 0 64px;
}
@media screen and (max-width: 768px) {
  .brand-how {
    padding: 92px 0 128px;
  }
}
.brand-how__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.4375;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .brand-how__head {
    gap: 16px;
    font-size: 24px;
    letter-spacing: 0.075em;
  }
}
.brand-how__head::before {
  content: attr(data-attr);
  font-size: 40px;
  line-height: 1;
  color: #BEA574;
}
@media screen and (max-width: 768px) {
  .brand-how__head::before {
    font-size: 56px;
    letter-spacing: 0.1em;
  }
}
.brand-how__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .brand-how__items {
    grid-template-columns: 1fr;
    gap: 103px;
    max-width: 518px;
  }
}
.brand-how__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brand-how__heading {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .brand-how__heading {
    margin-bottom: 10px;
    font-size: 48px;
  }
}
.brand-how__img {
  order: -1;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .brand-how__img {
    margin-bottom: 22px;
  }
}
.brand-how__img img {
  width: 100%;
}
.brand-how__lead {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .brand-how__lead {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 1.6666666667;
  }
}
.brand-how__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #333;
  border: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .brand-how__link {
    height: 98px;
    font-size: 24px;
    line-height: 1.4166666667;
    border-width: 2px;
  }
}
.brand-how__link:hover {
  color: #333;
}
.brand-how__link i {
  position: absolute;
  display: flex;
  width: 8px;
  height: 12px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .brand-how__link i {
    width: 14px;
    height: 24px;
    right: 39px;
  }
}
.brand-how__link i svg {
  width: 100%;
  height: 100%;
}
.brand-how__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.brand-how__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-flow {
  padding: 74px 0 66px;
}
@media screen and (max-width: 768px) {
  .brand-flow {
    padding: 92px 0 118px;
  }
}
.brand-flow__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.4375;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .brand-flow__head {
    gap: 16px;
    margin-bottom: 26px;
    font-size: 24px;
    letter-spacing: 0.075em;
  }
}
.brand-flow__head::before {
  content: attr(data-attr);
  font-size: 40px;
  line-height: 1;
  color: #BEA574;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .brand-flow__head::before {
    font-size: 56px;
    letter-spacing: 0.1em;
  }
}
.brand-flow__wrap {
  display: flex;
  gap: 80px;
  max-width: 882px;
  margin: 0 auto;
}
.brand-flow__image {
  flex-shrink: 0;
  width: 224px;
}
@media screen and (max-width: 768px) {
  .brand-flow__image {
    display: none;
  }
}
.brand-flow__image img {
  width: 100%;
}
.brand-flow__items {
  padding-top: 15px;
}
.brand-flow__item {
  display: flex;
  gap: 32px;
}
.brand-flow__item::before {
  content: attr(data-num);
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  background: #F6DFB0;
}
@media screen and (max-width: 768px) {
  .brand-flow__item::before {
    width: 72px;
    height: 72px;
    font-size: 24px;
  }
}
.brand-flow__item + .brand-flow__item {
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  .brand-flow__item + .brand-flow__item {
    margin-top: 64px;
  }
}
.brand-flow__detail {
  padding-top: 10px;
}
.brand-flow__heading {
  margin-bottom: 8px;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .brand-flow__heading {
    font-size: 32px;
  }
}
.brand-flow__text {
  font-size: 14px;
  line-height: 1.4285714286;
}
@media screen and (max-width: 768px) {
  .brand-flow__text {
    font-size: 24px;
    line-height: 1.4166666667;
  }
}
.brand-flow__links {
  display: flex;
  gap: 32px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .brand-flow__links {
    flex-direction: column;
    align-items: flex-start;
    gap: 29px;
    margin-top: 12px;
  }
}
.brand-flow__link a {
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: bold;
  color: #745A09;
  border-bottom: 1px solid;
}
@media screen and (max-width: 768px) {
  .brand-flow__link a {
    font-size: 24px;
  }
}
.brand-flow__link a small {
  font-size: 10px;
  color: #BEA574;
}
@media screen and (max-width: 768px) {
  .brand-flow__link a small {
    font-size: 20px;
  }
}

.brand-shop {
  position: relative;
  padding: 72px 0 62px;
}
@media screen and (max-width: 768px) {
  .brand-shop {
    padding: 93px 0 80px;
  }
}
.brand-shop__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.4375;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .brand-shop__head {
    gap: 16px;
    font-size: 24px;
    letter-spacing: 0.075em;
  }
}
.brand-shop__head::before {
  content: attr(data-attr);
  font-size: 40px;
  line-height: 1;
  color: #BEA574;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .brand-shop__head::before {
    font-size: 56px;
    letter-spacing: 0.1em;
  }
}
.brand-shop__wrap {
  position: relative;
  padding-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .brand-shop__wrap {
    padding-bottom: 117px;
  }
}
.brand-shop__inner {
  position: relative;
  margin-right: calc(50% - 50vw);
}
.brand-shop__item {
  display: flex;
  align-items: stretch;
  height: 100% !important;
}
@media screen and (max-width: 768px) {
  .brand-shop__item {
    display: block;
    background: #fff;
  }
}
.brand-shop__text {
  background: #fff;
  padding: 32px 40px;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .brand-shop__text {
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
    position: relative;
  }
}
.brand-shop__images {
  width: 80%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .brand-shop__images {
    aspect-ratio: 672/378;
    width: 100%;
  }
}
.brand-shop__images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-shop__images .swiper-wrapper {
  height: 100% !important;
}
.brand-shop__img {
  height: 100% !important;
}
.brand-shop__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.brand-shop__btnWrap {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .brand-shop__btnWrap {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 40px;
    right: 40px;
    gap: 16px;
  }
}
.brand-shop__btnWrap a {
  display: block;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 768px) {
  .brand-shop__btnWrap a {
    width: 100px;
    height: 100px;
  }
}
.brand-shop__btnWrap a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brand-shop__name {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .brand-shop__name {
    font-size: 40px;
    margin-bottom: 38px;
  }
}
.brand-shop__time {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .brand-shop__time {
    position: absolute;
  }
}
.brand-shop__time:first-of-type {
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .brand-shop__time:first-of-type {
    top: 40px;
    left: 250px;
  }
}
.brand-shop__time:nth-of-type(2) {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .brand-shop__time:nth-of-type(2) {
    top: 80px;
    left: 250px;
  }
}
.brand-shop__week {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #F4F4F4;
  margin-right: 9px;
  font-size: 10px;
  width: 56px;
  height: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .brand-shop__week {
    font-size: 24px;
    width: 88px;
    height: 34px;
  }
}
.brand-shop__adress {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .brand-shop__adress {
    font-size: 28px;
    margin-bottom: 32px;
    padding-right: 137px;
  }
}
.brand-shop__access {
  box-sizing: border-box;
  border-left: 2px solid #F6DFB0;
  padding-left: 16px;
  font-weight: 700;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .brand-shop__access {
    font-size: 28px;
    margin-bottom: 34px;
  }
}
.brand-shop .swiper-wrapper {
  align-items: stretch;
}
.brand-shop .swiper-container {
  position: relative;
}
.brand-shop .swiper-container.shop_slide {
  padding-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .brand-shop .brand-shop-slide {
    padding-right: 48px;
  }
}
.brand-shop .swiper-pagination-2 {
  position: absolute;
  width: 100%;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .brand-shop .swiper-pagination-2 {
    width: 100%;
  }
}
.brand-shop .swiper-pagination-bullet {
  width: 80px;
  height: 40px;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  color: #745A09;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .brand-shop .swiper-pagination-bullet {
    width: 96px;
    height: 74px;
    line-height: 74px;
  }
}
.brand-shop .swiper-pagination-bullet-active {
  border: 1px solid #745A09;
  background: #F1EEE2;
}
.brand-shop .btn {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .brand-shop .btn {
    margin-top: 40px;
  }
}
.brand-shop .btn:not(:root) {
  color: #745A09;
  border: 1px solid #BEA574;
}
.brand-shop__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.brand-shop__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-contact {
  padding: 63px 0;
  background: #F0E7D4;
}
@media screen and (max-width: 768px) {
  .brand-contact {
    padding: 80px 0;
  }
}
.brand-contact__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-bottom: 35px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .brand-contact__head {
    margin-bottom: 55px;
  }
}
.brand-contact__head [lang=en] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  line-height: 1.45;
  color: #745A09;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media screen and (max-width: 768px) {
  .brand-contact__head [lang=en] {
    font-size: 28px;
    line-height: 1.4285714286;
  }
}
.brand-contact__head [lang=en]::before, .brand-contact__head [lang=en]::after {
  content: "";
  width: 64px;
  height: 1px;
  background: #745A09;
}
.brand-contact__head [lang=ja] {
  font-size: 24px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media screen and (max-width: 768px) {
  .brand-contact__head [lang=ja] {
    font-size: 42px;
  }
}
.brand-contact__lead {
  width: 384px;
  margin: 0 auto;
}
.brand-contact__lead img {
  width: 100%;
}
.brand-mv {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .brand-mv {
    height: 100svh;
  }
}
.brand-mv__wrap {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 43px 20px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .brand-mv__wrap {
    padding: 49px 48px 34px;
  }
}
.brand-mv__item {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .brand-mv__item {
    width: 100%;
  }
}
.brand-mv__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .brand-mv__head {
    gap: 15px;
    margin-bottom: 24px;
  }
}
.brand-mv__head::after {
  content: attr(data-attr);
  font-size: 56px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .brand-mv__head::after {
    font-size: 64px;
  }
}
.brand-mv__head span {
  display: flex;
  justify-content: center;
  gap: 16px;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .brand-mv__head span {
    font-size: 24px;
  }
}
.brand-mv__head span::before, .brand-mv__head span::after {
  content: "-";
}
.brand-mv__lead {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.4285714286;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .brand-mv__lead {
    font-size: 24px;
    line-height: 1.4166666667;
  }
}
.brand-mv__links {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.brand-mv__link {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .brand-mv__link {
    width: 100%;
  }
}
.brand-mv__link a {
  display: block;
}
.brand-mv__link a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .brand-mv__link.-line {
    display: none;
  }
}
.brand-mv__data {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  top: 47.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 20px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .brand-mv__data {
    position: relative;
    order: -1;
    flex-direction: column;
    gap: 24px;
    top: auto;
    left: auto;
    transform: none;
    margin-bottom: auto;
    padding: 0;
  }
}
.brand-mv__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding-left: 55px;
}
@media screen and (max-width: 768px) {
  .brand-mv__logo {
    padding-left: 0;
  }
}
.brand-mv__logo i {
  display: flex;
  width: 150px;
}
.brand-mv__logo i svg {
  width: 100%;
  height: auto;
}
.brand-mv__logo span {
  font-size: 14px;
  line-height: 1.2857142857;
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media screen and (max-width: 768px) {
  .brand-mv__logo span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(0 0 99.9% 99.9%);
    border: 0;
  }
}
.brand-mv__copy {
  font-size: 18px;
  line-height: 1.4444444444;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .brand-mv__copy {
    order: -1;
    width: 504px;
    font-size: 26px;
    line-height: 1.4230769231;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.brand-mv__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.brand-mv__bg picture {
  display: block;
  height: 100%;
}
.brand-mv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-mv__bg:not(:root) {
  z-index: -1;
}
.brand-mv__bg .swiper-slide-active img,
.brand-mv__bg .swiper-slide-prev img {
  animation: autoToTop 9s ease-in-out;
}
.brand-mv__bg .swiper-slide-active.-autoToTop img,
.brand-mv__bg .swiper-slide-prev.-autoToTop img {
  animation-name: autoToTop;
}
.brand-mv__bg .swiper-slide-active.-bottomToAuto img,
.brand-mv__bg .swiper-slide-prev.-bottomToAuto img {
  animation-name: bottomToAuto;
}
.brand-mv__bg .swiper-slide-active.-autoToRight img,
.brand-mv__bg .swiper-slide-prev.-autoToRight img {
  animation-name: autoToRight;
}
.brand-mv__bg .swiper-slide-active.-zoomOut img,
.brand-mv__bg .swiper-slide-prev.-zoomOut img {
  animation-name: zoomOut;
}
.brand-mv__bg .swiper-slide-active.-zoomIn img,
.brand-mv__bg .swiper-slide-prev.-zoomIn img {
  animation-name: zoomIn;
}

@keyframes autoToTop {
  0% {
    transform: matrix(1.2, 0, 0, 1.2, 0, 30);
  }
  95% {
    transform: matrix(1.2, 0, 0, 1.2, 0, -20);
  }
  100% {
    transform: matrix(1.2, 0, 0, 1.2, 0, -20);
  }
}
@keyframes bottomToAuto {
  0% {
    transform: matrix(1.2, 0, 0, 1.2, 0, -30);
  }
  95% {
    transform: matrix(1.2, 0, 0, 1.2, 0, 20);
  }
  100% {
    transform: matrix(1.2, 0, 0, 1.2, 0, 20);
  }
}
@keyframes autoToRight {
  0% {
    transform: matrix(1.2, 0, 0, 1.2, -30, 0);
  }
  95% {
    transform: matrix(1.2, 0, 0, 1.2, 30, 0);
  }
  100% {
    transform: matrix(1.2, 0, 0, 1.2, 30, 0);
  }
}
@keyframes zoomOut {
  0% {
    transform: matrix(1.12, 0, 0, 1.12, 0, 0);
  }
  95% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes zoomIn {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  95% {
    transform: matrix(1.12, 0, 0, 1.12, 0, 0);
  }
  100% {
    transform: matrix(1.12, 0, 0, 1.12, 0, 0);
  }
}
.brand-link {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 24px;
  background: rgba(55, 55, 55, 0.8);
  z-index: 10;
  transition: transform 0.3s;
  transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  .brand-link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.brand-link.fixed {
  transform: none;
}
.brand-link__item {
  display: block;
}
.brand-link__item img {
  width: 100%;
}

.brand-column {
  padding: 65px 0 60px;
}
@media screen and (max-width: 768px) {
  .brand-column {
    padding: 80px 0;
  }
}
.brand-column .ttl {
  margin-bottom: 36px;
}
.brand-column__wrap {
  width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .brand-column__wrap {
    width: 100%;
    padding: 0 48px;
  }
}
.brand-column__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 32px;
  font-size: 16px;
  line-height: 1.436875;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .brand-column__head {
    font-size: 24px;
    line-height: 1.4370833333;
  }
}
.brand-column__head::before {
  content: attr(data-attr);
  font-size: 40px;
  line-height: 1.437;
  color: #BEA574;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media screen and (max-width: 768px) {
  .brand-column__head::before {
    font-size: 56px;
    line-height: 1.4369642857;
  }
}
.brand-column__items {
  display: flex;
  justify-content: center;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .brand-column__items {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.brand-column__item {
  width: 336px;
}
@media screen and (max-width: 768px) {
  .brand-column__item {
    width: 100%;
  }
}
.brand-column__item a {
  display: flex;
  flex-direction: column;
  color: #333;
}
.brand-column__heading {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.4477777778;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .brand-column__heading {
    font-size: 40px;
    line-height: 1.448;
  }
}
.brand-column__txt {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.4478571429;
  display: -webkit-box;
  max-height: 81.08px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 20.27;
}
@media screen and (max-width: 768px) {
  .brand-column__txt {
    font-size: 26px;
    line-height: 1.4480769231;
    display: -webkit-box;
    max-height: 150.6px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 37.65;
  }
}
.brand-column__date {
  color: #B9B9B9;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .brand-column__date {
    font-size: 24px;
  }
}
.brand-column__image {
  aspect-ratio: 336/189;
  order: -1;
  width: 100%;
  height: 189px;
  margin-bottom: 10px;
  background: #ccc;
}
@media screen and (max-width: 768px) {
  .brand-column__image {
    height: auto;
  }
}
.brand-column__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-topics {
  padding-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .brand-topics {
    padding-top: 64px;
  }
}
.brand-topics.-high {
  padding-bottom: 64px;
}
.brand-topics .ttl {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .brand-topics .ttl {
    margin-bottom: 40px;
  }
}
.brand-topics__wrap {
  width: 1065px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .brand-topics__wrap {
    width: 100%;
    padding: 0 48px;
  }
}
.brand-topics__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.4375;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .brand-topics__head {
    font-size: 24px;
    line-height: 1.4166666667;
  }
}
.brand-topics__head::before {
  content: attr(data-attr);
  font-size: 40px;
  line-height: 1.425;
  color: #BEA574;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media screen and (max-width: 768px) {
  .brand-topics__head::before {
    font-size: 56px;
    line-height: 1.4285714286;
  }
}
.brand-topics__item + .brand-topics__item {
  margin-top: 32px;
}
.brand-topics__heading {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 24px 16px 20px;
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-left: 4px solid #FFCE4F;
  background: #F4F4F4;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .brand-topics__heading {
    gap: 16px;
    padding: 29px 32px;
    font-size: 32px;
    line-height: 1.448125;
    letter-spacing: 0;
    border-left: 8px solid #FFCE4F;
  }
}
.brand-topics__heading::-webkit-details-marker {
  display: none;
}
.brand-topics__heading i {
  position: relative;
  aspect-ratio: 1;
  width: 24px;
}
@media screen and (max-width: 768px) {
  .brand-topics__heading i {
    width: 40px;
  }
}
.brand-topics__heading i::before, .brand-topics__heading i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transform-origin: center;
  background: #333;
}
.brand-topics__heading i::after {
  transition: rotate 0.3s;
  rotate: -90deg;
}
.is-opened > .brand-topics__heading i::after {
  rotate: 0deg;
}
.brand-topics__heading.-high {
  border-left: 4px solid #745A09;
  background: #F4F0E3;
}
@media screen and (max-width: 768px) {
  .brand-topics__heading.-high {
    border-left: 8px solid #745A09;
  }
}
.brand-topics__heading.-high i::before, .brand-topics__heading.-high i::after {
  background: #bfa574;
}
.brand-topics__content {
  overflow: hidden;
}
.brand-topics__detail {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  width: 800px;
  margin: 0 auto;
  padding: 32px 0 40px;
}
@media screen and (max-width: 768px) {
  .brand-topics__detail {
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 0;
  }
}
.brand-topics__data {
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.4478571429;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .brand-topics__data {
    font-size: 28px;
    line-height: 1.4478571429;
  }
}
.brand-topics__data > *:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .brand-topics__data > *:not(:first-child) {
    margin-top: 28px;
  }
}
.brand-topics__data a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
.brand-topics__image {
  flex-shrink: 0;
  width: 253px;
}
@media screen and (max-width: 768px) {
  .brand-topics__image {
    width: 100%;
  }
}
.brand-topics__image img {
  display: block;
  width: 100%;
  height: auto;
}

.basic-cause {
  position: relative;
  padding: 110px 0 64px;
  background: #F6D556;
}
@media screen and (max-width: 768px) {
  .basic-cause {
    padding: 125px 0 80px;
  }
}
.basic-cause::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  top: -1px;
  left: 0;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .basic-cause::before {
    height: 77px;
  }
}
.basic-cause__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.45;
  font-weight: bold;
  color: #745A09;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .basic-cause__head {
    gap: 16px;
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 1.45;
  }
}
.basic-cause__head span {
  display: flex;
  width: 474px;
}
@media screen and (max-width: 768px) {
  .basic-cause__head span {
    width: 690px;
  }
}
.basic-cause__head span svg {
  width: 100%;
  height: auto;
}
.basic-cause__head i {
  aspect-ratio: 1;
  display: flex;
  width: 36px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .basic-cause__head i {
    width: 72px;
    margin-top: 29px;
  }
}
.basic-cause__head i svg {
  width: 100%;
  height: auto;
}
.basic-cause__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 16px;
  width: 1024px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .basic-cause__items {
    width: 100%;
    margin-bottom: 50px;
  }
}
.basic-cause__item {
  position: relative;
  width: 504px;
  padding: 24px 32px 24px 112px;
  overflow: hidden;
  box-shadow: 0 4px 8px #D89B00;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .basic-cause__item {
    width: 100%;
    padding: 48px 40px 48px 160px;
  }
}
.basic-cause__item::before {
  content: attr(data-attr);
  position: absolute;
  top: -22px;
  left: -26px;
  font-size: 144px;
  line-height: 1;
  font-weight: bold;
  color: #F3F3F3;
  font-style: italic;
  font-family: "Oswald", sans-serif;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .basic-cause__item::before {
    top: -30px;
    left: -32px;
    font-size: 156px;
  }
}
.basic-cause__heading {
  margin-bottom: 19px;
  font-size: 28px;
  line-height: 1.2142857143;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .basic-cause__heading {
    font-size: 36px;
    line-height: 1.1944444444;
  }
}
.basic-cause__heading span {
  padding-left: 8px;
  background: linear-gradient(transparent 59%, #F6D556 60%);
}
.basic-cause__heading small {
  font-size: 16px;
  line-height: 1.1875;
}
@media screen and (max-width: 768px) {
  .basic-cause__heading small {
    font-size: 30px;
    line-height: 1.2;
  }
}
.basic-cause__txt {
  font-size: 14px;
  line-height: 1.4285714286;
}
@media screen and (max-width: 768px) {
  .basic-cause__txt {
    font-size: 26px;
    line-height: 1.4615384615;
  }
}
.basic-cause__icon {
  position: absolute;
  aspect-ratio: 1;
  display: flex;
  width: 80px;
  bottom: 25px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .basic-cause__icon {
    width: 112px;
    bottom: 48px;
    left: 24px;
  }
}
.basic-cause__icon svg {
  width: 100%;
  height: auto;
}
.basic-cause__note {
  width: 801px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .basic-cause__note {
    width: 100%;
    font-size: 28px;
    line-height: 1.4642857143;
    font-weight: 400;
  }
}

.page_404 .under_page_title {
  margin-bottom: 0px;
}

.article-404 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F0F0F0;
}
@media screen and (max-width: 768px) {
  .article-404 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.article-404__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .article-404__inner {
    display: block;
    padding: 0px 32px;
  }
}
.article-404__inner .left_content {
  max-width: 616px;
  color: #493938;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .article-404__inner .left_content {
    max-width: 100%;
  }
}
.article-404__inner .left_content h2 {
  font-size: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .article-404__inner .left_content h2 {
    margin-bottom: 32px;
    font-size: 40px;
  }
}
.article-404__inner .left_content .detail_text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .article-404__inner .left_content .detail_text {
    margin-bottom: 56px;
    font-size: 28px;
  }
}
.article-404__inner .left_content .burgundy-link-button {
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .article-404__inner .left_content .burgundy-link-button {
    margin: 0 auto;
  }
}
.article-404__inner .right_content {
  max-width: 332px;
}
@media screen and (max-width: 768px) {
  .article-404__inner .right_content {
    display: none;
  }
}

.section__title {
  display: block;
  margin: 0 auto 40px;
  text-align: left;
}
.section__title-eg {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #832323;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section__title-eg {
    font-size: 26px;
  }
}
.section__title-eg::before {
  content: "ー";
  padding-right: 8px;
}
.section__title-text {
  font-size: 32px;
  display: inline-block;
  position: relative;
  color: #493938;
  line-height: 1;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .section__title-text {
    font-size: 48px;
    padding-top: 35px;
  }
}
.section__brands-list {
  padding-bottom: 0px;
}
.section__brands-list-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 32px;
}
@media screen and (max-width: 768px) {
  .section__brands-list-inner .flex_wrap {
    display: block;
  }
}
.section__brands-list-inner .flex_wrap .sticky_wrap .search {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .section__brands-list-inner .flex_wrap .sticky_wrap .search {
    max-width: 100%;
  }
}
.section__brands-list-inner .flex_wrap .sticky_wrap .search-kana {
  background-color: initial;
  padding: 0px;
}
@media screen and (max-width: 768px) {
  .section__brands-list-inner .flex_wrap .sticky_wrap .search-kana {
    padding: 0px;
  }
}
.section__brands-list-inner .flex_wrap .sticky_wrap .search-kana ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .section__brands-list-inner .flex_wrap .sticky_wrap .search-kana ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
}
.section__brands-list-inner .flex_wrap .sticky_wrap .search-kana ul li {
  width: 96.89px;
}
@media screen and (max-width: 768px) {
  .section__brands-list-inner .flex_wrap .sticky_wrap .search-kana ul li {
    width: 64px;
  }
}
.section__brands-list-inner .flex_wrap .sticky_wrap .search-kana ul li a {
  background-color: #F5F5F5;
  border-radius: 8px;
  padding: 16px 0px 7px;
  width: 100%;
  display: block;
  color: #493938;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .section__brands-list-inner .flex_wrap .sticky_wrap .search-kana ul li a {
    padding: 24px 0px;
    display: block;
    text-align: center;
    font-size: 32px;
  }
}
.section__brands-list-inner .flex_wrap .sticky_wrap .search-kana ul li a .arrow {
  width: 16px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section__brands-list-inner .flex_wrap .sticky_wrap .search-kana ul li a .arrow {
    width: 28px;
  }
}
.section__brands-list-inner .flex_wrap .sticky_wrap .search-kana ul li a .arrow_hover {
  display: none;
}
.section__brands-list-inner .flex_wrap .sticky_wrap .search-kana ul li a:hover {
  background-color: #876B6A;
  color: #ffffff;
}
.section__brands-list-inner .flex_wrap .sticky_wrap .search-kana ul li a:hover .arrow_hover {
  display: block;
  width: 16px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section__brands-list-inner .flex_wrap .sticky_wrap .search-kana ul li a:hover .arrow_hover {
    width: 28px;
  }
}
.section__brands-list-inner .flex_wrap .sticky_wrap .search-kana ul li a:hover .arrow {
  display: none;
}
.section__brands-list-inner .flex_wrap .sticky_wrap .search-kana ul li a span {
  display: inline-block;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .section__brands-list-inner .flex_wrap .sticky_wrap .search-kana ul li a span {
    display: none;
  }
}
.section__brands-list-inner .flex_wrap .brands-list {
  width: 100%;
}
.section__brands-list-inner .flex_wrap .brands-list .list_block {
  padding-top: 56px;
}
.section__brands-list-inner .flex_wrap .brands-list .list_block h3 {
  font-size: 16px;
  color: #493938;
  margin-bottom: 32px;
  line-height: 32px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .section__brands-list-inner .flex_wrap .brands-list .list_block h3 {
    font-size: 28px;
    line-height: 28px;
  }
}
.section__brands-list-inner .flex_wrap .brands-list .list_block h3 span {
  color: #971000;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .section__brands-list-inner .flex_wrap .brands-list .list_block h3 span {
    font-size: 40px;
  }
}
.section__brands-list-inner .flex_wrap .brands-list .list_block ul {
  list-style: none;
  max-width: 960px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 16px;
  display: flex;
}
.section__brands-list-inner .flex_wrap .brands-list .list_block ul .dummy {
  box-shadow: none !important;
}
@media screen and (max-width: 1023px) {
  .section__brands-list-inner .flex_wrap .brands-list .list_block ul .dummy {
    display: none;
  }
}
.section__brands-list-inner .flex_wrap .brands-list .list_block ul li {
  width: calc(33.3333333333% - 16px);
}
@media screen and (max-width: 768px) {
  .section__brands-list-inner .flex_wrap .brands-list .list_block ul li {
    width: calc(50% - 8px);
  }
}
.section__brands-list-inner .flex_wrap .brands-list .list_block ul li a {
  padding: 16px;
  display: block;
  background-color: #F5F5F5;
  color: #493938;
  font-size: 16px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  height: 100%;
  font-weight: 700;
  text-align: left;
  transition: 0.3s;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .section__brands-list-inner .flex_wrap .brands-list .list_block ul li a {
    font-size: 28px;
    padding: 24px 32px;
  }
}
.section__brands-list-inner .flex_wrap .brands-list .list_block ul li a:hover {
  background-color: #876B6A;
  color: #ffffff;
}
.section__brands-list-inner .flex_wrap .brands-list .list_block ul li a:hover span {
  color: #fff;
}
.section__brands-list-inner .flex_wrap .brands-list .list_block ul li a span {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  color: #BEA574;
  font-size: 16px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .section__brands-list-inner .flex_wrap .brands-list .list_block ul li a span {
    font-size: 26px;
  }
}
.section__brands_bottom .tabs-content {
  padding-top: 0px;
}
.section__brands_bottom .tabs-content_description-inner:first-child {
  margin-bottom: 0px;
}

.page .page__faq-list {
  padding: 0px 48px;
}
@media screen and (max-width: 768px) {
  .page .page__faq-list {
    padding: 0px 32px 64px;
  }
}
.page .page__faq-list__anker {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .page .page__faq-list__anker {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 0 auto 56px;
  }
}
.page .page__faq-list__anker a {
  background-color: #F5f5f5;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  text-decoration: none;
  color: #493938;
  padding: 16px 24px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 13px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page .page__faq-list__anker a {
    font-size: 32px;
    padding: 24px 0px;
    gap: 18px;
  }
}
.page .page__faq-list__anker a img {
  width: 16px;
}
@media screen and (max-width: 768px) {
  .page .page__faq-list__anker a img {
    width: 28px;
  }
}
@media screen and (max-width: 910px) {
  .page .page__faq-list__anker {
    flex-wrap: wrap;
  }
}
.page .page__faq-list-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.page .page__faq-list-inner .faq-title {
  text-align: left;
  font-size: 32px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #971000;
  margin-bottom: 32px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page .page__faq-list-inner .faq-title {
    margin-top: -70px;
    padding-top: 70px;
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.page .page__faq-list-inner .section__faq-inner-qa-list {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .page .page__faq-list-inner .section__faq-inner-qa-list {
    margin-bottom: 64px;
  }
}
.page .page__faq-list-inner .section__faq-inner-qa-list:last-child {
  margin-bottom: 0px;
}
.page .page__faq-list-inner .section__faq-inner-qa-list .qa-content {
  background-color: #F5f5f5;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page .page__faq-list-inner .section__faq-inner-qa-list .qa-content {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  }
}
.page .page__faq-list-inner .section__faq-inner-qa-list .qa-content dt, .page .page__faq-list-inner .section__faq-inner-qa-list .qa-content dd {
  background-color: #F5f5f5;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

.contact-wrapper {
  padding: 0px 48px;
}
@media screen and (max-width: 768px) {
  .contact-wrapper {
    padding: 0px 16px;
  }
}
.contact-wrapper .wpcf7-form {
  max-width: 640px;
  margin: 40px auto 78px;
}
.contact-wrapper .wpcf7-form .contact-flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .wpcf7-form .contact-flex {
    display: block;
  }
}
.contact-wrapper .wpcf7-form .contact-flex br {
  display: none;
}
.contact-wrapper .wpcf7-form .contact-flex .img_flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: left;
  align-items: center;
  max-width: 440px;
  width: 68.75%;
  padding: 0px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .wpcf7-form .contact-flex .img_flex {
    width: 100%;
    max-width: 100%;
  }
}
.contact-wrapper .wpcf7-form .contact-flex .img_form {
  position: relative;
  width: 104px;
  height: 104px;
  background-color: #f6f2ed;
  border-radius: 8px;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2));
  will-change: filter;
  margin-right: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .wpcf7-form .contact-flex .img_form {
    width: 72px;
    height: 72px;
  }
}
.contact-wrapper .wpcf7-form .contact-flex .img_form:nth-child(4n) {
  margin-right: 0px;
}
.contact-wrapper .wpcf7-form .contact-flex .img_form .up_link + img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.contact-wrapper .wpcf7-form .contact-flex .img_form .up_link input {
  display: none;
}
.contact-wrapper .wpcf7-form .contact-flex .img_form .up_link {
  display: inline-block;
  cursor: pointer;
  color: #5e0a00;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  transform: translateX(-50%);
}
.contact-wrapper .wpcf7-form .contact-flex .img_form .up_link span {
  display: block;
  width: 32px;
  height: 32px;
  margin: 31px auto 8px;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .wpcf7-form .contact-flex .img_form .up_link span {
    width: 24px;
    height: 24px;
    margin: 15px auto 4px;
  }
}
.contact-wrapper .wpcf7-form .contact-flex .img_form a.del {
  text-decoration: none;
  display: none;
}
.contact-wrapper .wpcf7-form .contact-flex .img_form a.del span {
  position: absolute;
  height: 24px;
  width: 24px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  top: 2px;
  right: 2px;
  cursor: pointer;
}
.contact-wrapper .wpcf7-form .contact-flex .img_form a.del span img {
  height: 16px;
  width: 16px;
  margin: 4px auto;
  display: block;
}
.contact-wrapper .wpcf7-form .contact-flex .no-display {
  display: none;
}
.contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap {
  display: block;
  max-width: 440px;
  width: 68.75%;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap input,
.contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap textarea,
.contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap select {
  border: 1px solid #202020;
  border-radius: 4px;
}
.contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap input::placeholder,
.contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap textarea::placeholder,
.contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap select::placeholder {
  color: #d9d0c7;
  font-size: 14px;
}
.contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap textarea {
  max-height: 200px;
}
.contact-wrapper .wpcf7-form .contact-flex select {
  -webkit-appearance: none;
  appearance: none; /* デフォルトのスタイルを無効 */
}
.contact-wrapper .wpcf7-form .contact-flex select::-ms-expand {
  display: none; /* デフォルトのスタイルを無効(IE用) */
}
.contact-wrapper .wpcf7-form .contact-flex .classmenu {
  position: relative;
  display: block;
}
.contact-wrapper .wpcf7-form .contact-flex .classmenu select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.contact-wrapper .wpcf7-form .contact-flex .classmenu::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 14px;
  top: 17px;
  right: 17px;
  background-image: url("../../../images/contact/select-arrow.svg");
  background-size: cover;
  pointer-events: none;
}
.contact-wrapper .wpcf7-form .contact-flex .file {
  max-width: 440px;
  width: 68.75%;
}
.contact-wrapper .wpcf7-form .contact-flex .file input {
  width: 168px;
  height: 40px;
  position: relative;
  border: none;
}
.contact-wrapper .wpcf7-form .contact-flex .file input::before {
  content: "写真を追加する";
  position: absolute;
  display: block;
  width: 100%;
  top: 0px;
  left: 0px;
  text-align: center;
  padding: 9px 0px;
  background-color: #f6f2ed;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
  will-change: filter;
}
.contact-wrapper .wpcf7-form .contact-flex label {
  text-align: left;
  display: inline-block;
  width: 200px;
  margin-right: 26px;
  font-size: 18px;
  color: #202020;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .wpcf7-form .contact-flex label {
    width: 100%;
  }
}
.contact-wrapper .wpcf7-form .contact-flex label .file-span {
  display: block;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .wpcf7-form .contact-flex label .add-bottom {
    margin-bottom: 8px;
  }
}
.contact-wrapper .wpcf7-form .contact-flex label .modal_photo {
  font-size: 14px;
  color: #5e0a00;
  position: relative;
  margin-left: 20px;
}
.contact-wrapper .wpcf7-form .contact-flex label .modal_photo:hover {
  text-decoration: underline;
}
.contact-wrapper .wpcf7-form .contact-flex label .modal_photo:after {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background-size: cover;
  background-image: url("../../../images/contact/info.svg");
  position: absolute;
  left: -20px;
  bottom: 0px;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .wpcf7-form .contact-flex label .modal_photo {
    position: absolute;
    right: 16px;
    margin-top: -68px;
  }
}
.contact-wrapper .wpcf7-form .top {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .wpcf7-form .top {
    display: block;
  }
}
.contact-wrapper .wpcf7-form .required {
  color: #d12112;
  font-size: 14px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-left: 8px;
}
.contact-wrapper .wpcf7-form .wpcf7-submit {
  max-width: 320px;
  background: linear-gradient(92.29deg, #5e0a00 0%, #3e0f0a 100%);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  color: #ffffff;
  font-size: 18px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  display: block;
  margin: 0 auto;
  font-weight: 400;
  padding: 23px 0px;
  line-height: 1;
}
.contact-wrapper .wpcf7-form .wpcf7-submit:disabled {
  opacity: 25%;
}
.contact-wrapper .wpcf7-form .contact-required {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.contact-wrapper .wpcf7-form .contact-required .wpcf7-acceptance {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.contact-wrapper .wpcf7-form .contact-required .wpcf7-acceptance .wpcf7-list-item {
  width: 100%;
  height: 100%;
  margin: 0px;
}
.contact-wrapper .wpcf7-form .contact-required .wpcf7-acceptance .wpcf7-list-item input {
  width: 100%;
  height: 100%;
  vertical-align: inherit;
}
.contact-wrapper .wpcf7-form .contact-required a {
  font-size: 14px;
  color: #5e0a00;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
}
.contact-wrapper .wpcf7-form .contact-required p {
  font-size: 14px;
  color: #202020;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
}
.contact-wrapper .thank-content {
  display: none;
}
.contact-wrapper .thank-content .thank-title {
  text-align: center;
  color: #000000;
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .thank-content .thank-title {
    color: #3e0f0a;
    font-size: 24px;
  }
}
.contact-wrapper .thank-content .thankyou-form {
  max-width: 640px;
  margin: 0 auto 40px;
}
.contact-wrapper .thank-content .thankyou-form .contact-flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .thank-content .thankyou-form .contact-flex {
    display: block;
  }
}
.contact-wrapper .thank-content .thankyou-form .contact-flex label {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #202020;
  max-width: 140px;
  width: 21.9%;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .thank-content .thankyou-form .contact-flex label {
    margin-bottom: 8px;
    width: 100%;
    display: block;
  }
}
.contact-wrapper .thank-content .thankyou-form .contact-flex input,
.contact-wrapper .thank-content .thankyou-form .contact-flex textarea {
  max-width: 420px;
  width: 65.72%;
  padding: 0px;
  border: none;
  font-size: 14px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #202020;
  display: block;
}
.contact-wrapper .thank-content .thankyou-form .contact-flex input:focus,
.contact-wrapper .thank-content .thankyou-form .contact-flex textarea:focus {
  outline: none;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .thank-content .thankyou-form .contact-flex input,
  .contact-wrapper .thank-content .thankyou-form .contact-flex textarea {
    width: 100%;
    max-width: 100%;
    display: block;
  }
}
.contact-wrapper .thank-content .thankyou-form .contact-flex .img_flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: left;
  align-items: center;
  max-width: 420px;
  width: 65.72%;
  padding: 0px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .thank-content .thankyou-form .contact-flex .img_flex {
    width: 100%;
    max-width: 100%;
  }
}
.contact-wrapper .thank-content .thankyou-form .contact-flex .img_flex .img_form {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #f6f2ed;
  border-radius: 8px;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2));
  will-change: filter;
  margin-right: 8px;
  margin-bottom: 8px;
}
.contact-wrapper .thank-content .thankyou-form .contact-flex .img_flex .img_form:nth-child(4n) {
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .thank-content .thankyou-form .contact-flex .img_flex .img_form {
    width: 72px;
    height: 72px;
  }
}
.contact-wrapper .thank-content .thankyou-form .contact-flex .img_flex .img_form .up_file {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.contact-wrapper .thank-content .thankyou-form .contact-flex textarea {
  min-height: 140px;
  resize: none;
}
.contact-wrapper .thank-content .thankyou-form .contact-flex .no-text {
  min-height: auto;
  height: 20px;
}
.contact-wrapper .thank-content .thankyou-form .contact-flex .no-data {
  display: none;
}
.contact-wrapper .thank-content .thankyou-form .contact-flex .no-data .img_form {
  display: none;
}
.contact-wrapper .thank-content .thankyou-form .contact-flex .no-data .bar {
  font-size: 14px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #202020;
}
.contact-wrapper .hidden {
  display: none;
}
.contact-wrapper .active {
  display: block;
}

.wpcf7-response-output {
  display: none !important;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  padding-left: 14px;
}

.modal_photo_content {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  left: 0;
  top: 0;
}
.modal_photo_content__content {
  position: absolute;
  width: 80%;
  max-width: 668px;
  z-index: 1000;
  background-color: white;
  border-radius: 8px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  position: relative;
  max-height: 90vh;
  overflow: scroll;
}
@media screen and (max-width: 500px) {
  .modal_photo_content__content {
    border-radius: 0px;
    width: 95%;
  }
}
.modal_photo_content__content .modal_photo_close {
  position: fixed;
  z-index: 1001;
  right: 12px;
  top: 12px;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .modal_photo_content__content .modal_photo_close {
    width: 18px;
    height: 18px;
  }
}
.modal_photo_content__content .title {
  padding-top: 40px;
  text-align: center;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #5e0a00;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 500px) {
  .modal_photo_content__content .title {
    padding: 0px 37px;
    padding-top: 53px;
    font-size: 20px;
  }
}
.modal_photo_content__content ul {
  list-style: none;
}
.modal_photo_content__content .columns {
  padding: 24px 48px 40px;
}
.modal_photo_content__content .columns .row {
  margin-bottom: 24px;
}
.modal_photo_content__content .columns .row:last-child {
  margin-bottom: 0px;
}
.modal_photo_content__content .columns .row .category {
  font-size: 18px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.7;
  color: #5e0a00;
  margin-bottom: 8px;
}
@media screen and (max-width: 500px) {
  .modal_photo_content__content .columns .row .category {
    text-align: center;
    font-size: 24px;
  }
}
.modal_photo_content__content .columns .row ul li {
  display: inline-block;
  width: 32%;
  vertical-align: top;
}
@media screen and (max-width: 500px) {
  .modal_photo_content__content .columns .row ul li {
    width: 100%;
    margin-bottom: 24px;
  }
}
.modal_photo_content__content .columns .row ul li img {
  width: 100%;
}
.modal_photo_content__content .columns .row ul p {
  font-size: 14px;
  line-height: 1.7;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 500px) {
  .modal_photo_content__content .columns .row ul p {
    font-size: 18px;
  }
}

.modal_photo_lp {
  color: #226db1;
  margin-top: 15px;
  display: block;
  text-decoration: underline;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .modal_photo_lp {
    font-size: 15px;
  }
}
.modal_photo_lp:after {
  content: "";
  background-image: url("/wp-content/themes/cocoon-master/images/general_lp/info.png");
  width: 18px;
  height: 18px;
  background-size: contain;
  vertical-align: middle;
  display: block;
  position: absolute;
  left: -25px;
  top: 3px;
}

@media screen and (max-width: 768px) {
  .lp__contact .wpcf7-form .contact-flex {
    display: block;
  }
}
.lp__contact .wpcf7-form .contact-flex label {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lp__contact .wpcf7-form .contact-flex label {
    width: auto;
    margin-right: 0;
    font-size: 15px;
  }
}
.lp__contact .wpcf7-form .contact-flex label span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .lp__contact .wpcf7-form .contact-flex label span {
    font-size: 12px;
  }
}
.lp__contact .wpcf7-form .contact-flex label .add-file {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .lp__contact .wpcf7-form .contact-flex label .add-file {
    font-size: 15px;
  }
}
.lp__contact .wpcf7-form .contact-flex label .add-file::after {
  content: "(合計25MBまで)";
  display: block;
  margin-left: 10px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .lp__contact .wpcf7-form .contact-flex label .add-file::after {
    width: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .lp__contact .wpcf7-form .contact-flex label.contact-flex-label {
    display: flex;
    justify-content: space-between;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .lp__contact .wpcf7-form .contact-flex .img_flex {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .lp__contact .wpcf7-form .contact-flex .img_form {
    width: 72px;
    height: 72px;
    margin-top: 11px;
  }
}
.lp__contact .wpcf7-form .contact-flex .img_form .up_link {
  color: #212121;
  background: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .lp__contact .wpcf7-form .contact-flex .wpcf7-form-control-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.lp__contact .wpcf7-form .contact-flex .wpcf7-form-control-wrap input,
.lp__contact .wpcf7-form .contact-flex .wpcf7-form-control-wrap textarea,
.lp__contact .wpcf7-form .contact-flex .wpcf7-form-control-wrap select {
  background: #eef7ff;
  font-size: 14px;
}
.lp__contact .wpcf7-form .contact-flex .wpcf7-form-control-wrap input::placeholder,
.lp__contact .wpcf7-form .contact-flex .wpcf7-form-control-wrap textarea::placeholder,
.lp__contact .wpcf7-form .contact-flex .wpcf7-form-control-wrap select::placeholder {
  color: #b4b4b4;
  font-size: 14px;
}

.tax-top {
  position: relative;
  margin-bottom: 37px;
}
@media screen and (max-width: 768px) {
  .tax-top {
    margin-bottom: 11px;
  }
}
.tax-top__bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.tax-top__bg--high {
  animation: gradient 20s ease infinite;
  background: linear-gradient(100.23deg, #7C6800 9.5%, rgba(124, 104, 0, 0.63) 58.65%, #7C6800 90%);
  background-size: 200% 200%;
}
.tax-top__bg--mid {
  background: linear-gradient(100.23deg, #202020 9.5%, rgba(102, 102, 102, 0.73) 58.65%, #202020 90%);
  background-size: 200% 200%;
  animation: gradient 20s ease infinite;
}
.tax-top__bg--low {
  background: linear-gradient(100.61deg, #5E0A00 9.5%, rgba(94, 10, 0, 0.75) 58.65%, #5E0A00 90%);
  background-size: 200% 200%;
  animation: gradient 20s ease infinite;
}
.tax-top .height_kv {
  height: 260px;
}
@media screen and (max-width: 375px) {
  .tax-top .height_kv {
    height: 163px;
  }
}
.tax-top__kv {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .tax-top__kv--pc {
    display: none;
  }
}
.tax-top__kv--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .tax-top__kv--sp {
    display: inline;
  }
}
.tax-top__kv img {
  position: absolute;
  bottom: 0;
}
.tax-top__headline {
  z-index: 10;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 620px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .tax-top__headline {
    width: 520px;
  }
}
@media screen and (max-width: 768px) {
  .tax-top__headline {
    width: 100%;
  }
}
.tax-top .align_left {
  text-align: left;
  margin: 0px 14px;
}
.tax-top__brand-name {
  color: white;
  text-align: center;
  z-index: 10;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 62px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .tax-top__brand-name {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .tax-top__brand-name {
    font-size: 24px;
  }
}
.tax-top__brand-name span {
  display: block;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #D9D0C7;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .tax-top__brand-name span {
    font-size: 14px;
  }
}
.tax-top__insert {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 37.7356px;
  line-height: 1.4;
  color: white;
}
@media screen and (max-width: 1023px) {
  .tax-top__insert {
    font-size: 24px;
  }
}
.tax-top__search {
  display: none;
  background-color: #f6f2ed;
  padding: 35px 100px;
  border-radius: 3000px;
  bottom: -180px;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  z-index: 6;
  min-width: 768px;
}
@media screen and (max-width: 768px) {
  .tax-top__search {
    min-width: inherit;
    padding: 21px 15px 60px 15px;
    bottom: -215px;
    width: 100%;
  }
}
.tax-top__search .search-content {
  color: #5e0a00;
  font-size: 32px;
  font-weight: 700;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tax-top__search .search-content {
    bottom: 10px;
    padding-left: 1%;
    padding-right: 1%;
    bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .tax-top__search .search-content p {
    font-size: 22px;
  }
}
@media screen and (max-width: 460px) {
  .tax-top__search .search-content {
    bottom: 75px;
  }
}
@media screen and (max-width: 1023px) {
  .tax-top__search .search-content .search-arc {
    max-width: 500px;
  }
}
@media screen and (max-width: 1023px) {
  .tax-top__search .search-content .search-arc {
    max-width: 70%;
  }
}
@media screen and (max-width: 460px) {
  .tax-top__search .search-content .search-arc {
    max-width: 262px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 460px) {
  .tax-top__search .search-content .search-arc .input {
    font-size: 14px;
  }
}
@media screen and (max-width: 460px) {
  .tax-top__search .search-content .search-arc .btn {
    width: 96px;
    height: 40px;
    font-size: 18px;
    border-radius: 4px;
    margin-top: 8px;
  }
}
.tax-top__search .search-content-inner {
  display: block;
  z-index: 2;
  position: relative;
}
.tax-top__search .search-content-inner .search-input-content {
  margin: 0 auto;
}

.banner {
  display: block;
  max-width: 741px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .banner {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.banner img {
  width: 100%;
}

.brands_info_box {
  max-width: 741px;
  text-align: center;
  margin: 0 auto;
}
.brands_info_box .banner {
  display: block;
  margin-top: 0px !important;
}
.brands_info_box .banner img {
  width: 100%;
}
.brands_info_box .three_point {
  width: 100%;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .brands_info_box .three_point {
    display: none;
  }
}
.brands_info_box .three_point_sp {
  display: none;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .brands_info_box .three_point_sp {
    display: block;
  }
}

.comparison_contents .comparison_title {
  width: 100%;
  display: block;
  max-width: 375px;
  margin: 0 auto;
  margin-bottom: 56px;
}
.comparison_contents .loading {
  display: block;
  max-width: 185px;
  margin: 0 auto;
}
.comparison_contents #comparison_contents {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .comparison_contents #comparison_contents {
    padding: 0px 24px;
  }
}
.comparison_contents .comparison_content {
  max-width: 621px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 450px) {
  .comparison_contents .comparison_content {
    margin-bottom: 24px;
  }
}
.comparison_contents .comparison_content .title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 450px) {
  .comparison_contents .comparison_content .title {
    font-size: 16px;
  }
}
.comparison_contents .comparison_content hr {
  margin-top: 50px;
  margin-bottom: 22px;
}
@media screen and (max-width: 450px) {
  .comparison_contents .comparison_content hr {
    margin-top: 0px;
  }
}
.comparison_contents .comparison_content__data {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 10px;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 450px) {
  .comparison_contents .comparison_content__data {
    max-width: 295px;
  }
}
.comparison_contents .comparison_content__data .content_img {
  width: 100%;
  width: 200px;
}
@media screen and (max-width: 450px) {
  .comparison_contents .comparison_content__data .content_img {
    width: 120px;
  }
}
.comparison_contents .comparison_content__data .right_content {
  padding-top: 7px;
  width: 151px;
  overflow-wrap: normal;
  display: grid;
}
.comparison_contents .comparison_content__data .right_content p {
  margin-bottom: 9px;
}
.comparison_contents .comparison_content__data .right_content .estime_price {
  margin-top: 10px;
}
.comparison_contents .comparison_content__data .right_content .comparison_price {
  word-break: keep-all;
  font-size: 16px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  vertical-align: middle;
}
.comparison_contents .comparison_content__data .right_content .comparison_price span {
  font-size: 22px;
  font-weight: bold;
  margin-right: 3px;
  line-height: 1;
}
.comparison_contents .comparison_content__data .right_content .comparison {
  display: inline-block;
  background-color: #EFE6DB;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px !important;
  font-weight: inherit !important;
  line-height: 1;
  padding: 4px 8px 5px;
  border-radius: 4px;
  margin-right: 10px;
}
.comparison_contents .comparison_content__data .right_content .price {
  line-height: 1;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  word-break: keep-all;
  padding-top: 10px;
  font-size: 22px;
  font-weight: bold;
}
.comparison_contents .comparison_content__data .right_content .price span {
  font-size: 40px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background: -webkit-linear-gradient(left, #5E0A00, #6C1C12, #CA8A82, #5E2C26, #3E0F0A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.comparison_contents .comparison_content__data .right_content .economical {
  background-color: #F1F1F1;
  text-align: center;
}
.comparison_contents .comparison_content__data .right_content .economical p {
  font-size: 12px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #202020;
  margin-bottom: 0px;
}
.comparison_contents .comparison_content__data .right_content .economical p span {
  font-size: 16px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.comparison_contents #min_comparison_contents {
  max-width: 726px;
  margin: 0 auto;
}
.comparison_contents #min_comparison_contents .flex_content {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .comparison_contents #min_comparison_contents .flex_content {
    max-width: 343px;
    margin: 0 auto;
  }
}
.comparison_contents #min_comparison_contents .min_content {
  width: 343px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .comparison_contents #min_comparison_contents .min_content {
    width: 160px;
  }
}
.comparison_contents #min_comparison_contents .min_content .content_img {
  width: 100%;
  width: 120px !important;
}
@media screen and (max-width: 768px) {
  .comparison_contents #min_comparison_contents .min_content .content_img {
    margin-bottom: 16px;
  }
}
.comparison_contents #min_comparison_contents .min_content .title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .comparison_contents #min_comparison_contents .min_content .title {
    font-size: 12px;
    text-align: left;
  }
}
.comparison_contents #min_comparison_contents .min_content .comparison_content__data {
  max-width: 295px;
  margin: initial;
  margin-top: 10px;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .comparison_contents #min_comparison_contents .min_content .comparison_content__data {
    display: -webkit-box; /* old Android */
    display: -moz-box; /* Firefox */
    display: -webkit-flex; /* Safari etc. */
    display: -ms-flexbox; /* IE10        */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
}
.comparison_contents #min_comparison_contents .min_content .comparison_content__data .content_img {
  width: 100%;
  width: 120px !important;
}
.comparison_contents #min_comparison_contents .min_content .comparison_content__data .right_content {
  padding-top: 4px;
  width: 151px;
  overflow-wrap: normal;
  display: grid;
}
.comparison_contents #min_comparison_contents .min_content .comparison_content__data .right_content p {
  margin-bottom: 9px;
}
.comparison_contents #min_comparison_contents .min_content .comparison_content__data .right_content .estime_price {
  margin-top: 0px;
}
.comparison_contents #min_comparison_contents .min_content .comparison_content__data .right_content .comparison_price {
  word-break: keep-all;
  font-size: 16px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  vertical-align: middle;
}
.comparison_contents #min_comparison_contents .min_content .comparison_content__data .right_content .comparison_price span {
  font-size: 22px;
  font-weight: bold;
  margin-right: 3px;
  line-height: 1;
}
.comparison_contents #min_comparison_contents .min_content .comparison_content__data .right_content .comparison {
  display: inline-block;
  background-color: #EFE6DB;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px !important;
  font-weight: inherit !important;
  line-height: 1;
  padding: 4px 8px 5px;
  border-radius: 4px;
  margin-right: 10px;
}
.comparison_contents #min_comparison_contents .min_content .comparison_content__data .right_content .price {
  line-height: 1;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  word-break: keep-all;
  padding-top: 10px;
  font-size: 22px;
  font-weight: bold;
}
.comparison_contents #min_comparison_contents .min_content .comparison_content__data .right_content .price span {
  font-size: 40px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background: -webkit-linear-gradient(left, #5E0A00, #6C1C12, #CA8A82, #5E2C26, #3E0F0A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.comparison_contents #min_comparison_contents .min_content .comparison_content__data .right_content .economical {
  background-color: #F1F1F1;
  text-align: center;
}
.comparison_contents #min_comparison_contents .min_content .comparison_content__data .right_content .economical p {
  font-size: 12px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #202020;
  margin-bottom: 0px;
}
.comparison_contents #min_comparison_contents .min_content .comparison_content__data .right_content .economical p span {
  font-size: 16px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media screen and (max-width: 768px) {
  .tax-result {
    margin-top: 43px;
  }
}
@media screen and (max-width: 768px) {
  .tax-result .sub_headline {
    margin-bottom: 24px;
  }
}

.result.brand {
  width: 100%;
  max-width: 100%;
}
.result.brand .result-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 0;
}
.result.brand .purchase_archive {
  max-width: 960px;
  margin: 0 auto;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 200% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.point_available {
  padding: 0px 16px;
}
.point_available img {
  width: 100%;
}

.brand_available {
  display: block;
  max-width: 480px;
  margin: 0 auto;
  margin-top: 80px;
}
@media screen and (max-width: 480px) {
  .brand_available {
    display: none;
  }
}

.brand_available_sp {
  display: none;
  max-width: 480px;
  margin: 0 auto;
  margin-top: 48px;
}
@media screen and (max-width: 480px) {
  .brand_available_sp {
    display: block;
  }
}

.brand_point {
  display: block;
  max-width: 752px;
  margin: 0 auto;
  margin-top: 48px;
}
@media screen and (max-width: 752px) {
  .brand_point {
    display: none;
  }
}

.brand_point_sp {
  display: none;
  max-width: 343px;
  margin: 0 auto;
  margin-top: 80px;
}
@media screen and (max-width: 752px) {
  .brand_point_sp {
    display: block;
  }
}

.brand_description_content_div {
  padding: 0px 16px;
}

.brand_description_content {
  max-width: 752px;
  margin: 0 auto;
  background-color: #EFE6DB;
  padding: 24px 61px 16px;
  border-radius: 4px;
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .brand_description_content {
    padding: 24px 8px 16px;
  }
}
.brand_description_content .title .brand_name {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  background: -webkit-linear-gradient(left, #5E0A00, #6C1C12, #CA8A82, #5E2C26, #3E0F0A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 12px;
}
.brand_description_content .title .estime_catch {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 22px;
  background: -webkit-linear-gradient(left, #5E0A00, #6C1C12, #CA8A82, #5E2C26, #3E0F0A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 24px;
}
.brand_description_content .brand_description_text {
  background-color: #F6F2ED;
  padding: 24px 40px;
  padding-bottom: 0px;
  text-align: left;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .brand_description_content .brand_description_text {
    padding: 16px 16px;
    padding-bottom: 0px;
  }
}
.brand_description_content .brand_description_text p {
  font-size: 14px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 23px;
}
.brand_description_content .brand_description_text .white_bura {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #F6F2ED 91.33%);
}
.brand_description_content .brand_description_text a {
  color: #5E0A00;
  font-weight: bold;
}
.brand_description_content .open_close_flg {
  padding: 8px 0px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  background: linear-gradient(92.29deg, #5E0A00 0%, #3E0F0A 100%);
  border-radius: 8px;
  color: white;
  display: inline-block;
  margin: 0 auto;
  width: 118px;
  cursor: pointer;
  margin-top: 16px;
}
.brand_description_content .open_close_flg:hover {
  transition: 0.3s;
  background: linear-gradient(92.29deg, #7e413a 0%, #7e413a 100%);
  color: white;
}

.tax-top {
  position: relative;
  overflow: hidden;
}
.tax-top .bg_text {
  position: absolute;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 500px;
  line-height: 124%;
  color: rgba(60, 0, 0, 0.1);
  letter-spacing: 0.055em;
  z-index: -1;
  background: linear-gradient(90deg, #D54D3C 0%, #5E0A00 100%);
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .tax-top .bg_text {
    background: linear-gradient(180deg, #761408 0%, #D54D3C 33.85%, #761408 100%);
  }
}
.tax-top .bg_text ul {
  animation: hscroll 120s linear infinite;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1300px;
  padding-bottom: 286px;
}
@media screen and (max-width: 768px) {
  .tax-top .bg_text ul {
    animation: hscroll 180s linear infinite;
    width: 5000px;
    padding-top: 193px;
  }
}
.tax-top .bg_text ul li {
  display: inline-block;
  font-size: 500px;
}
@media screen and (max-width: 768px) {
  .tax-top .bg_text ul li {
    font-size: 700px;
  }
}
.tax-top .bg_text.none_img {
  height: 604px;
  background: linear-gradient(180deg, #761408 0%, #C04132 100%);
  background: linear-gradient(90deg, #D54D3C 0%, #5E0A00 100%);
}
@media screen and (max-width: 768px) {
  .tax-top .bg_text.none_img {
    height: 500px;
    background: linear-gradient(180deg, #761408 0%, #C04132 100%);
  }
}
.tax-top .bg_text.top .ul {
  animation: hscroll 120s linear infinite;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5300px;
  padding-top: 89px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .tax-top .bg_text.top .ul {
    padding-top: 268px;
    padding-bottom: 140px;
  }
}
.tax-top .bg_text.top .ul img {
  margin-left: 150px;
  display: inline-block;
  width: 1977px;
}
@media screen and (max-width: 768px) {
  .tax-top .bg_text.top .ul img {
    width: 2803px;
  }
}

@keyframes hscroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.new_top_kv {
  width: 100%;
  padding: 30px 0px;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .new_top_kv {
    padding-top: 179px;
    padding-bottom: 0px;
  }
}
.new_top_kv .top_bg {
  max-width: 528px;
}
.new_top_kv.top {
  padding: 30px 0px;
  padding-top: 84px;
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .new_top_kv.top {
    padding-top: 179px;
    padding-bottom: 0px;
  }
}
.new_top_kv.top .neme img {
  max-width: 528px;
}
.new_top_kv .mail {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 15px;
  grid-column: 1/3;
  background: #fff;
  padding: 20px 0;
  max-width: 311px;
  text-decoration: none;
  border-radius: 8px;
  transition: all ease 0.4s;
  transform: translateY(0);
  opacity: 1;
}
.new_top_kv .mail:hover {
  transform: translateY(5px);
  opacity: 0.5;
}
.new_top_kv .mail::after {
  content: "";
  position: absolute;
  background: url(../../../images/cv-bottom-shadow.svg) no-repeat center;
  background-size: contain;
  left: 0;
  width: 100%;
  height: 22px;
  bottom: -19px;
}
.new_top_kv .mail_content {
  font-size: 14px;
  color: #8e693f;
}
.new_top_kv .mail_content .small,
.new_top_kv .mail_content p {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}
.new_top_kv .mail_content .small {
  display: block;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 8px;
}
.new_top_kv .mail_content p {
  font-size: 24px;
  line-height: 1;
}
.new_top_kv .new_top_kv_content {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}
@media screen and (max-width: 768px) {
  .new_top_kv .new_top_kv_content {
    flex-flow: column;
  }
}
.new_top_kv .new_top_kv_content .name {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .new_top_kv .new_top_kv_content .name {
    margin-bottom: 0px;
    max-width: 680px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .new_top_kv .new_top_kv_content .name img {
    max-width: 682px;
    margin: 0 auto;
  }
}
.new_top_kv .new_top_kv_content .small_text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .new_top_kv .new_top_kv_content .small_text {
    font-size: 28px;
    line-height: 100%;
  }
}
.new_top_kv .new_top_kv_content .title {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 88px;
  line-height: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .new_top_kv .new_top_kv_content .title {
    font-size: 88px;
    line-height: 100%;
    margin-bottom: 40px;
  }
}
.new_top_kv .new_top_kv_content .sub_title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .new_top_kv .new_top_kv_content .sub_title {
    font-size: 56px;
    line-height: 100%;
  }
}
.new_top_kv .new_top_kv_content .right_content {
  max-width: 608px;
}
@media screen and (max-width: 768px) {
  .new_top_kv .new_top_kv_content .right_content {
    max-width: 704px;
  }
}
.new_top_kv .top_tel {
  text-decoration: none;
  max-width: 262px;
  margin-top: 40px;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  color: #FFFFFF;
}
.new_top_kv .top_tel .span {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  margin-top: 8px;
}
.new_top_kv .top_tel .img_wrap {
  width: 61px;
  height: 54px;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
  border-radius: 4px;
}
.new_top_kv .top_tel img {
  transition: 0.3s;
  width: 61px;
}
.new_top_kv .top_tel p {
  transition: 0.3s;
}
.new_top_kv .top_tel:hover img {
  opacity: 0.7;
}
.new_top_kv .top_tel:hover p {
  color: #b1b1b1;
}
.new_top_kv.none_img {
  padding-bottom: 72px;
  padding-top: 144px;
}
@media screen and (max-width: 768px) {
  .new_top_kv.none_img {
    padding-bottom: 109px;
  }
}
.new_top_kv.none_img .left_content {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-right: 48px;
}
.new_top_kv.none_img .left_content .brand_cta {
  max-width: 311px;
  width: 30%;
  margin-top: 38px;
}

.section__enhanced_purchase {
  background-image: url("../../../images/brands/enhanced_purchase_bg.png");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .section__enhanced_purchase {
    background-image: inherit;
    background-color: #F5F5F5;
  }
}
.section__enhanced_purchase .section__enhanced_purchase-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .section__enhanced_purchase .section__enhanced_purchase-inner {
    max-width: 704px;
  }
}
.section__enhanced_purchase .brand_label_flex {
  max-width: 1000px;
  background-color: white;
  margin: 0 auto;
  margin-bottom: 12px;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 24px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .section__enhanced_purchase .brand_label_flex {
    flex-flow: column;
    margin-bottom: 32px;
    padding: 0px;
    border-radius: 24px;
  }
  .section__enhanced_purchase .brand_label_flex.first {
    background-color: #E2D1B0;
  }
  .section__enhanced_purchase .brand_label_flex.second {
    background-color: #D9D9D9;
  }
  .section__enhanced_purchase .brand_label_flex.third {
    background-color: #E8CFCA;
  }
}
@media screen and (max-width: 768px) {
  .section__enhanced_purchase .brand_label_flex p {
    border-radius: inherit;
  }
  .section__enhanced_purchase .brand_label_flex p:first-child {
    border-radius: 14px 14px 0 0/14px 14px 0 0;
  }
  .section__enhanced_purchase .brand_label_flex p:last-child {
    padding: 16px 24px;
    border-radius: 0 0 14px 14px/0 0 14px 14px;
  }
}
.section__enhanced_purchase .brand_label_flex .brand_label {
  margin-right: 80px;
  width: 169px;
  text-align: center;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #2D2D2D;
  background-color: #E6E6E6;
  border-radius: 4px;
  padding: 8px 0px;
}
.section__enhanced_purchase .brand_label_flex .brand_label.first {
  background-color: #958159;
  color: white;
}
.section__enhanced_purchase .brand_label_flex .brand_label.second {
  background-color: #888888;
  color: white;
}
.section__enhanced_purchase .brand_label_flex .brand_label.third {
  background-color: #956156;
  color: white;
}
@media screen and (max-width: 768px) {
  .section__enhanced_purchase .brand_label_flex .brand_label {
    margin-right: 0px;
    text-align: left;
    background-color: #E6E6E6;
    width: 100%;
    padding: 8px 24px;
    font-size: 24px;
  }
  .section__enhanced_purchase .brand_label_flex .brand_label.first {
    background-color: #958159;
    color: white;
  }
  .section__enhanced_purchase .brand_label_flex .brand_label.second {
    background-color: #888888;
    color: white;
  }
  .section__enhanced_purchase .brand_label_flex .brand_label.third {
    background-color: #956156;
    color: white;
  }
}
.section__enhanced_purchase .brand_label_flex .model_name {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  padding: 0px 24px;
  color: #2D2D2D;
}
@media screen and (max-width: 768px) {
  .section__enhanced_purchase .brand_label_flex .model_name {
    width: 100%;
    text-align: left;
  }
}

.tax-category-top {
  position: relative;
  margin-bottom: 243px;
}
@media screen and (max-width: 768px) {
  .tax-category-top {
    margin-bottom: 273px;
  }
}
.tax-category-top__bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.tax-category-top__bg--high {
  animation: gradient 20s ease infinite;
  background: linear-gradient(100.23deg, #7C6800 9.5%, rgba(124, 104, 0, 0.63) 58.65%, #7C6800 90%);
  background-size: 200% 200%;
}
.tax-category-top__bg--mid {
  background: linear-gradient(100.23deg, #202020 9.5%, rgba(102, 102, 102, 0.73) 58.65%, #202020 90%);
  background-size: 200% 200%;
  animation: gradient 20s ease infinite;
}
.tax-category-top__bg--low {
  background: linear-gradient(100.61deg, #5E0A00 9.5%, rgba(94, 10, 0, 0.75) 58.65%, #5E0A00 90%);
  background-size: 200% 200%;
  animation: gradient 20s ease infinite;
}
.tax-category-top .height_kv {
  height: 260px;
}
@media screen and (max-width: 375px) {
  .tax-category-top .height_kv {
    height: 163px;
  }
}
.tax-category-top__kv {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  height: 380px;
}
@media screen and (max-width: 1023px) {
  .tax-category-top__kv {
    width: 97%;
  }
}
@media screen and (max-width: 768px) {
  .tax-category-top__kv {
    height: 208px;
  }
}
@media screen and (max-width: 768px) {
  .tax-category-top__kv--pc {
    display: none;
  }
}
.tax-category-top__kv--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .tax-category-top__kv--sp {
    display: inline;
  }
}
.tax-category-top__kv img {
  position: absolute;
  bottom: 0;
}
.tax-category-top__headline {
  z-index: 10;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 620px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .tax-category-top__headline {
    width: 520px;
  }
}
@media screen and (max-width: 768px) {
  .tax-category-top__headline {
    width: 100%;
  }
}
.tax-category-top .align_left {
  text-align: left;
  margin: 0px 14px;
}
.tax-category-top__brand-name {
  color: white;
  text-align: center;
  z-index: 10;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 62px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .tax-category-top__brand-name {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .tax-category-top__brand-name {
    font-size: 24px;
  }
}
.tax-category-top__brand-name span {
  display: block;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #D9D0C7;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .tax-category-top__brand-name span {
    font-size: 14px;
  }
}
.tax-category-top__insert {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 37.7356px;
  line-height: 1.4;
  color: white;
}
@media screen and (max-width: 1023px) {
  .tax-category-top__insert {
    font-size: 24px;
  }
}
.tax-category-top__search {
  position: absolute;
  background-color: #f6f2ed;
  padding: 35px 100px;
  border-radius: 3000px;
  bottom: -180px;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  z-index: 6;
  min-width: 768px;
}
@media screen and (max-width: 768px) {
  .tax-category-top__search {
    min-width: inherit;
    padding: 21px 15px 60px 15px;
    bottom: -215px;
    width: 100%;
  }
}
.tax-category-top__search .search-content {
  color: #5e0a00;
  font-size: 32px;
  font-weight: 700;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tax-category-top__search .search-content {
    bottom: 10px;
    padding-left: 1%;
    padding-right: 1%;
    bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .tax-category-top__search .search-content p {
    font-size: 22px;
  }
}
@media screen and (max-width: 460px) {
  .tax-category-top__search .search-content {
    bottom: 75px;
  }
}
@media screen and (max-width: 1023px) {
  .tax-category-top__search .search-content .search-arc {
    max-width: 500px;
  }
}
@media screen and (max-width: 1023px) {
  .tax-category-top__search .search-content .search-arc {
    max-width: 70%;
  }
}
@media screen and (max-width: 460px) {
  .tax-category-top__search .search-content .search-arc {
    max-width: 262px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 460px) {
  .tax-category-top__search .search-content .search-arc .input {
    font-size: 14px;
  }
}
@media screen and (max-width: 460px) {
  .tax-category-top__search .search-content .search-arc .btn {
    width: 96px;
    height: 40px;
    font-size: 18px;
    border-radius: 4px;
    margin-top: 8px;
  }
}
.tax-category-top__search .search-content-inner {
  display: block;
  z-index: 2;
  position: relative;
}
.tax-category-top__search .search-content-inner .search-input-content {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .tax-result {
    margin-top: 43px;
  }
}
@media screen and (max-width: 768px) {
  .tax-result .sub_headline {
    margin-bottom: 24px;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 200% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.privacy-wrapper {
  max-width: 639px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .privacy-wrapper {
    width: calc(100% - 64px);
    margin: 0 auto 64px;
    max-width: 100%;
  }
}
.privacy-wrapper-inner {
  color: #493938;
  font-weight: normal;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.privacy-wrapper-inner h1 {
  font-size: 32px;
  margin-bottom: 40px;
  color: #493938;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .privacy-wrapper-inner h1 {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .privacy-wrapper-inner h1 {
    font-size: 40px;
    margin-bottom: 24px;
  }
}
.privacy-wrapper-inner h2 {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .privacy-wrapper-inner h2 {
    font-size: 40px;
  }
}
.privacy-wrapper-inner .second-topic {
  margin-top: 80px;
  text-align: left;
}
.privacy-wrapper-inner p {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .privacy-wrapper-inner p {
    font-size: 28px;
  }
}
.privacy-wrapper-inner .block {
  text-align: left;
  margin-bottom: 56px;
}
.privacy-wrapper-inner .block p {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .privacy-wrapper-inner .block p {
    font-size: 28px;
  }
}
.privacy-wrapper-inner .right-text {
  margin-top: 80px;
  margin-bottom: 0px;
  text-align: right;
}
@media screen and (max-width: 375px) {
  .privacy-wrapper-inner .right-text {
    margin-top: 52px;
  }
}

.column-list {
  margin: 0 auto 64px;
}
.column-list h1 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .column-list {
    margin-bottom: 56px;
  }
}
.column-list .column-article-box-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .column-list .column-article-box-wrapper {
    margin: 0 32px;
  }
}

.pager {
  max-width: 100%;
  margin: 0 auto;
}
.pager::after {
  display: block;
  content: "";
  clear: both;
}
.pager .column-link {
  background-color: #493938;
  width: calc(50% - 40px);
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  display: block;
  text-decoration: none;
  padding: 17px 0px;
  text-align: center;
  line-height: 1;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 0px;
  font-size: 16px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .pager .column-link {
    width: calc(50% - 24px);
    font-size: 28px;
    padding: 32px;
  }
}
.pager .column-link:hover {
  background-color: #876B6A;
}
.pager .column-link-next {
  float: right;
}
.pager .column-link-prev {
  float: left;
}

.column-article-box-wrapper {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: top;
}
@media screen and (max-width: 1023px) {
  .column-article-box-wrapper {
    display: block;
  }
}
.column-article-box-wrapper-content {
  width: 241px;
}
@media screen and (max-width: 1023px) {
  .column-article-box-wrapper-content {
    width: 100%;
    clear: both;
  }
}
.column-article-box-wrapper-content .article-title {
  font-size: 16px;
  color: #493938;
  margin-bottom: 16px;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .column-article-box-wrapper-content .article-title {
    margin-bottom: 16px;
    font-size: 28px;
  }
}
.column-article-box-wrapper-content .article-title__is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .column-article-box-wrapper-content .article-title__is-sp {
    display: block;
  }
}
.column-article-box-wrapper-content .column-categories {
  margin-bottom: 40px;
  display: block;
}
@media screen and (max-width: 768px) {
  .column-article-box-wrapper-content .column-categories {
    margin-bottom: 56px;
  }
}
.column-article-box-wrapper-content .column-categories a {
  display: block;
  background-color: #F5F5F5;
  color: #493938;
  font-size: 16px;
  text-decoration: none;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding: 12px 33px 12px 16px;
  text-align: left;
  line-height: 1.5;
  position: relative;
  margin-bottom: 12px;
  border-radius: 8px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
.column-article-box-wrapper-content .column-categories a::before {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4%200H7L11%208L7%2016H4L8%208L4%200Z%22%20fill%3D%22%23BEA574%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 768px) {
  .column-article-box-wrapper-content .column-categories a {
    width: 100%;
    font-size: 28px;
    padding: 32px 67px 32px 32px;
    margin-bottom: 24px;
  }
  .column-article-box-wrapper-content .column-categories a::before {
    width: 30px;
    height: 30px;
    right: 32px;
  }
}
.column-article-box-wrapper-content .column-categories a:hover {
  background-color: #876B6A;
  color: #fff;
}
.column-article-box-wrapper-content .column-categories a:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4%200H7L11%208L7%2016H4L8%208L4%200Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.column-article-box-wrapper-content .column-categories .active {
  background-color: #5E0A00 !important;
  color: #ffffff;
}
.column-article-box-wrapper-content .column-categories .active::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4%200H7L11%208L7%2016H4L8%208L4%200Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.column-article-box-wrapper-content .column-categories__select {
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 28px;
  color: #493938;
}
.column-article-box-wrapper-content .column-categories__select-cover {
  padding: 32px 40px;
  background-color: #F5F5F5;
  border-radius: 8px;
  font-size: 28px;
  position: relative;
  margin-bottom: 56px;
  display: none;
  color: #493938;
  border-radius: 16px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .column-article-box-wrapper-content .column-categories__select-cover {
    display: block;
  }
}
.column-article-box-wrapper-content .column-categories__select-cover::after {
  position: absolute;
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M28%208L28%2014L14%2021L-2.62268e-07%2014L0%208L14%2015L28%208Z%22%20fill%3D%22%23BEA574%22%2F%3E%3C%2Fsvg%3E");
  right: 32px;
  top: 47px;
}
.column-article-box-wrapper-content .column-brands a {
  display: block;
  background-color: #F5F5F5;
  color: #493938;
  font-size: 16px;
  text-decoration: none;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding: 12px 33px 12px 16px;
  text-align: left;
  line-height: 1;
  position: relative;
  margin-bottom: 12px;
  border-radius: 8px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
  line-height: 1.5;
}
.column-article-box-wrapper-content .column-brands a::before {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4%200H7L11%208L7%2016H4L8%208L4%200Z%22%20fill%3D%22%23BEA574%22%2F%3E%3C%2Fsvg%3E");
}
.column-article-box-wrapper-content .column-brands a:hover {
  background-color: #876B6A;
  color: #fff;
}
.column-article-box-wrapper-content .column-brands a:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4%200H7L11%208L7%2016H4L8%208L4%200Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 768px) {
  .column-article-box-wrapper-content .column-brands a {
    width: 100%;
    font-size: 28px;
    padding: 32px 67px 32px 32px;
    margin-bottom: 24px;
  }
  .column-article-box-wrapper-content .column-brands a::before {
    width: 30px;
    height: 30px;
    right: 32px;
  }
}
.column-article-box-wrapper-content .column-brands .active {
  background-color: #5E0A00 !important;
  color: #ffffff;
}
.column-article-box-wrapper-content .column-brands .active::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4%200H7L11%208L7%2016H4L8%208L4%200Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.column-article-box-wrapper .is-wide {
  width: 656px;
}
@media screen and (max-width: 1000px) {
  .column-article-box-wrapper .is-wide {
    width: auto;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .column-article-box-wrapper .is-wide {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 80px;
  }
}
.column-article-box-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .column-article-box-flex {
    display: block;
    margin-bottom: 56px;
  }
}

.single-wrapper {
  max-width: 1000px;
  margin: 148px auto 80px;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: top;
}
@media screen and (max-width: 768px) {
  .single-wrapper {
    margin: 224px 32px 80px;
    display: block;
  }
}
.single-wrapper .single-content {
  width: 656px;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content {
    margin-bottom: 48px;
    width: 100%;
  }
}
.single-wrapper .single-content-detail {
  font-size: 16px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.6;
  color: #493938;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content-detail {
    font-size: 28px;
  }
}
.single-wrapper .single-content-detail .date {
  font-size: 14px;
  color: #B0B0B0;
  margin-bottom: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content-detail .date {
    font-size: 26px;
  }
}
.single-wrapper .single-content-detail .image {
  width: 100%;
  margin-bottom: 32px;
}
.single-wrapper .single-content-detail .title {
  font-size: 32px;
  margin-bottom: 16px;
  background-color: initial;
  line-height: 1.3;
  padding: 0px;
  color: #493938;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content-detail .title {
    font-size: 48px;
  }
}
.single-wrapper .single-content-detail .categories {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 32px;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content-detail .categories {
    gap: 24px;
  }
}
.single-wrapper .single-content-detail .categories .category {
  display: inline-block;
  border-radius: 8px;
  color: #8E693F;
  padding: 8px 16px;
  line-height: 1.5;
  font-weight: 700;
  font-size: 16px;
  background-color: #F5F5F5;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content-detail .categories .category {
    font-size: 28px;
    padding: 16px 32px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    font-size: 28px;
  }
}
.single-wrapper .single-content-detail #toc_container {
  width: 100%;
  margin-bottom: 64px;
  padding: 24px;
  background-color: #F5F5F5;
  border: none;
}
.single-wrapper .single-content-detail #toc_container li {
  display: block;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content-detail #toc_container {
    margin-bottom: 96px;
    padding: 32px;
  }
}
.single-wrapper .single-content-detail #toc_container .toc_title {
  color: #8E693F;
  font-size: 24px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: left;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content-detail #toc_container .toc_title {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
.single-wrapper .single-content-detail #toc_container .toc_list {
  margin: 0px;
}
.single-wrapper .single-content-detail #toc_container .toc_list a {
  color: #493938;
  font-weight: 700;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 30px;
}
.single-wrapper .single-content-detail #toc_container .toc_list a:hover {
  color: #971000;
}
.single-wrapper .single-content-detail #toc_container .toc_list a .toc_number {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content-detail #toc_container .toc_list a {
    font-size: 28px;
  }
}
.single-wrapper .single-content-detail #toc_container .toc_list ul {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content-detail #toc_container .toc_list ul {
    margin-top: 24px;
  }
}
.single-wrapper .single-content-detail #toc_container .toc_list ul li {
  position: relative;
  padding-left: 15px;
  display: block;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content-detail #toc_container .toc_list ul li {
    padding-left: 32px;
  }
}
.single-wrapper .single-content-detail #toc_container .toc_list ul li a {
  font-weight: normal;
  font-size: 16px;
  color: #493938;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content-detail #toc_container .toc_list ul li a {
    font-size: 28px;
    margin-bottom: 28px;
  }
}
.single-wrapper .single-content-detail h2 {
  font-size: 28px;
  font-weight: bold;
  padding: 8px 24px;
  line-height: 1.5;
  background-color: #493938;
  margin-bottom: 24px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content-detail h2 {
    font-size: 40px;
    padding: 16px 24px;
  }
}
.single-wrapper .single-content-detail h3 {
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 2px solid #493938;
  font-weight: 700;
  color: #493938;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content-detail h3 {
    font-size: 36px;
    padding-bottom: 10px;
  }
}
.single-wrapper .single-content-detail h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  padding: 16px 0px 0px;
  margin-bottom: 24px;
  font-weight: 700;
  padding-left: 32px;
  position: relative;
}
.single-wrapper .single-content-detail h4::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2213%22%20height%3D%2256%22%20viewBox%3D%220%200%2013%2056%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2014L6%2014L13%2028L6%2042H0L7%2028L0%2014Z%22%20fill%3D%22%23BEA574%22%2F%3E%3C%2Fsvg%3E");
  width: 13px;
  height: 56px;
  position: absolute;
  left: 0px;
  top: 7px;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content-detail h4::after {
    top: 14px;
  }
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content-detail h4 {
    font-size: 36px;
    margin-bottom: 42px;
  }
}
.single-wrapper .single-content-detail h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content-detail h5 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.single-wrapper .single-content-detail h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content-detail h6 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.single-wrapper .single-content-detail p {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content-detail p {
    margin-bottom: 72px;
  }
}
.single-wrapper .single-content-detail blockquote {
  padding: 24px;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content-detail blockquote {
    padding: 32px;
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.single-wrapper .single-content-detail blockquote p {
  margin-bottom: 0px;
}
.single-wrapper .single-content-detail tr th {
  color: white;
  font-weight: bold;
  font-size: 16px;
  border: none;
  text-align: left;
  padding: 8px 16px;
}
.single-wrapper .single-content-detail tr th:nth-child(odd) {
  background: #493938;
}
.single-wrapper .single-content-detail tr th:nth-child(even) {
  background: #66514F;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content-detail tr th {
    font-size: 28px;
    padding: 16px;
  }
}
.single-wrapper .single-content-detail tr:nth-child(odd) {
  background-color: #F5F5F5;
}
.single-wrapper .single-content-detail tr:nth-child(even) {
  background-color: #E6E6E6;
}
.single-wrapper .single-content-detail tr td {
  border: none;
  font-size: 16px;
  padding: 8px 16px;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content-detail tr td {
    font-size: 28px;
    padding: 16px;
  }
}
.single-wrapper .single-content .go-link {
  max-width: 307px;
  width: 46.95%;
  min-height: 104px;
  display: block;
  color: #493938;
  text-decoration: none;
  padding: 16px;
  border-radius: 8px;
  background-color: #F5F5F5;
  font-weight: normal;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content .go-link {
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    padding: 32px;
  }
}
.single-wrapper .single-content .go-link-wrapper {
  margin: 80px 0px;
}
.single-wrapper .single-content .go-link-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content .go-link-wrapper {
    margin: 56px 0px;
  }
}
.single-wrapper .single-content .go-link .prev-text {
  color: #8E693F;
  font-size: 16px;
  font-weight: 700;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: relative;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content .go-link .prev-text {
    font-size: 28px;
  }
}
.single-wrapper .single-content .go-link .prev-text::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9%200H12L16%208L12%2016H9L13%208L9%200Z%22%20fill%3D%22%238E693F%22%2F%3E%3Cpath%20d%3D%22M2%200H5L9%208L5%2016H2L6%208L2%200Z%22%20fill%3D%22%238E693F%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content .go-link .prev-text::after {
    width: 28px;
    height: 28px;
  }
}
.single-wrapper .single-content .go-link-right {
  float: right;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content .go-link-right {
    float: none;
    margin-bottom: 24px;
  }
}
.single-wrapper .single-content .go-link-right .prev-text::after {
  left: 82px;
  top: 4px;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content .go-link-right .prev-text::after {
    top: 7px;
    left: 134px;
  }
}
.single-wrapper .single-content .go-link-left {
  float: left;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content .go-link-left {
    float: none;
  }
}
.single-wrapper .single-content .go-link-left .prev-text {
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content .go-link-left .prev-text {
    padding-left: 52px;
  }
}
.single-wrapper .single-content .go-link-left .prev-text::after {
  left: 0px;
  top: 4px;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content .go-link-left .prev-text::after {
    top: 7px;
  }
}
.single-wrapper .single-content .go-link .title {
  font-size: 16px;
  color: #493938;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content .go-link .title {
    font-size: 28px;
  }
}
.single-wrapper .single-content .go-link:hover {
  background-color: #876B6A;
}
.single-wrapper .single-content .go-link:hover .title, .single-wrapper .single-content .go-link:hover .prev-text {
  color: #fff;
}
.single-wrapper .single-content .go-link:hover .prev-text::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9%200H12L16%208L12%2016H9L13%208L9%200Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M2%200H5L9%208L5%2016H2L6%208L2%200Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.single-wrapper .single-content .relation-content {
  clear: both;
}
.single-wrapper .single-content .relation-content .article-title {
  font-size: 18px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #5E0A00;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content .relation-content .article-title {
    margin-bottom: 16px;
  }
}
.single-wrapper .single-content .relation-content-flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content .relation-content-flex {
    display: block;
  }
}
.single-wrapper .single-content .relation-content-flex .brand-link {
  display: block;
  max-width: 307px;
  width: 46.95%;
  background-color: #F6F2ED;
  border-radius: 4px;
  color: #202020;
  padding: 16px;
  font-size: 17px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-decoration: none;
  margin-bottom: 16px;
}
.single-wrapper .single-content .relation-content-flex .brand-link .eg-name {
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .single-wrapper .single-content .relation-content-flex .brand-link {
    max-width: 100%;
    width: 100%;
    margin-bottom: 8px;
  }
  .single-wrapper .single-content .relation-content-flex .brand-link:last-child {
    margin-bottom: 0px;
  }
}
.single-wrapper .single-content .relation-content .no-bottom {
  margin-bottom: 0px;
}
.single-wrapper .single-content .line-assessment-content {
  clear: both;
}

.lp-wrapper {
  background-color: #212121;
  padding-top: 51px;
  padding-bottom: 160px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  overflow: hidden;
}
.lp-wrapper .sp_cv {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .sp_cv {
    width: 100%;
  }
  .lp-wrapper .sp_cv__content {
    position: fixed;
    bottom: 0;
    display: flex;
    width: 100%;
    z-index: 1000;
  }
  .lp-wrapper .sp_cv a {
    display: block;
    width: 50%;
    text-align: center;
    line-height: 0;
  }
  .lp-wrapper .sp_cv .cv_tel {
    padding: 16px 0px;
    background: rgba(59, 59, 59, 0.9);
  }
  .lp-wrapper .sp_cv .cv_line {
    padding: 13px 0px 11px;
    position: relative;
    background: rgba(0, 185, 0, 0.9);
  }
}
.lp-wrapper .br_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .br_sp {
    display: block;
    margin-bottom: 42.8px;
  }
}
@media screen and (max-width: 768px) {
  .lp-wrapper {
    padding-top: 24px;
    padding-bottom: 80px;
  }
}
.lp-wrapper .lp-banner {
  max-width: 953px;
  width: 80%;
  margin: 0 auto;
  background: #3C3C3C;
  border: 1px solid #FFFFFF;
  height: 122px;
  display: block;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 46px;
  line-height: 69px;
  position: relative;
  padding: 27.3px 0px 25.7px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .lp-banner {
    width: 100%;
    font-size: 24px;
    padding: 18px 0px 17px;
    height: 72px;
    line-height: 36px;
    margin-top: 20px;
    padding-left: 30px;
  }
  .lp-wrapper .lp-banner::after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='9' viewBox='0 0 29 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 7.96094H28L18 0.960938' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 27.5px;
    height: 9px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 7px;
    transform: translateY(-50%);
    top: 50%;
  }
}
.lp-wrapper .lp-banner .search-image {
  position: absolute;
  max-width: 161px;
  width: 16.9vw;
  left: 26.8px;
  bottom: 0px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .lp-banner .search-image {
    display: none;
  }
}
.lp-wrapper .lp-banner .banner-icon {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 94px;
  height: 94px;
  transform: translateY(-50%);
}
.lp-wrapper .lp-banner .banner-icon img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .lp-banner .banner-icon {
    width: 60px;
    height: 60px;
    right: auto;
    left: 8px;
  }
}
.lp-wrapper .kv__content {
  max-width: 1033px;
  margin: 0 auto;
  height: calc(100vh - 51px);
  position: relative;
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .kv__content {
    height: calc(100vh - 24px);
    min-height: 637px;
    max-height: 680px;
  }
}
.lp-wrapper .kv__content .scroll-txt {
  position: absolute;
  right: -7.6%;
  bottom: 0px;
}
.lp-wrapper .kv__content .lp-banner {
  width: 100%;
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .kv__content .lp-banner {
    transform: initial;
    position: relative;
    left: auto;
    bottom: auto;
  }
}
.lp-wrapper .kv__chapter {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .kv__chapter {
    position: initial;
  }
  .lp-wrapper .kv__chapter img {
    margin: 0 auto;
    display: block;
  }
}
.lp-wrapper .kv__chapter__is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .kv__chapter__is-pc {
    display: none;
  }
}
.lp-wrapper .kv__chapter__is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .kv__chapter__is-sp {
    display: block;
  }
}
.lp-wrapper .kv__flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 32px 30px 0px;
  position: absolute;
  top: 3%;
  z-index: 1;
}
@media screen and (min-width: 1441px) {
  .lp-wrapper .kv__flex {
    top: 13%;
  }
}
@media screen and (max-width: 768px) {
  .lp-wrapper .kv__flex {
    display: block;
    padding: 0px 0px;
    height: calc(100vh - 200px);
    position: relative;
    min-height: 437px;
    max-height: 480px;
  }
}
.lp-wrapper .kv__flex .kv_wrapper {
  margin-right: 4.73%;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .kv__flex .kv_wrapper {
    margin: 0px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .lp-wrapper .kv__txt {
    text-align: center;
    margin-bottom: 6%;
  }
}
.lp-wrapper .kv__txt img {
  max-width: 258.62px;
  margin-bottom: 68.76px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .kv__txt img {
    width: 161px;
    margin-bottom: 32px;
  }
}
.lp-wrapper .kv__txt p {
  font-style: normal;
  font-weight: 500;
  font-size: 43.1735px;
  line-height: 130%;
  color: white;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .kv__txt p {
    font-size: 29px;
    line-height: 43px;
  }
}
.lp-wrapper .kv__slide {
  max-width: 521.11px;
  max-height: 495px;
  margin-bottom: 31.72px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .kv__slide {
    width: 100%;
    height: 66vw;
    margin: 0px;
  }
}
@media screen and (max-width: 375px) {
  .lp-wrapper .kv__slide {
    width: 100%;
    height: 66vw;
    margin: 0px;
  }
}
@media screen and (max-height: 712px) {
  .lp-wrapper .kv__slide {
    height: 58vw;
    width: 70vw;
    height: auto;
    margin: 0 auto;
  }
}
@keyframes fade {
  from {
    transform: translateY(20%);
  }
  to {
    transform: translateY(0px);
  }
}
@keyframes fadeUp {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-20%);
  }
}
.lp-wrapper .kv__slide img {
  width: 100%;
}
.lp-wrapper .kv__slide .slideshow {
  position: relative;
  max-width: 521.11px;
  max-height: 495px;
  height: 48vw;
  width: 50vw;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .kv__slide .slideshow {
    height: 68vw;
    width: 70vw;
    margin: 0 auto;
  }
}
.lp-wrapper .kv__slide .swiper-slide {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0 auto;
  width: 100%;
  opacity: 0;
  transition: 1.5s;
}
.lp-wrapper .kv__slide .before {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  opacity: 0;
  z-index: 1;
  transition: 0.5s;
}
.lp-wrapper .kv__slide .show {
  opacity: 1;
  z-index: 2;
  animation-name: fade;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  transition: 1.5s;
}
.lp-wrapper .lp-side-button {
  display: block;
  background-color: #DDB570;
  padding: 6px 9.72px 23px 30px;
  width: 320px;
  position: fixed;
  right: -100%;
  bottom: 80px;
  z-index: 100;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .lp-side-button {
    display: none;
  }
}
.lp-wrapper .lp-side-button .button-inner {
  padding: 5px 21px 0px 0px;
  width: 100%;
}
.lp-wrapper .lp-side-button .close-button {
  display: block;
  width: 16.5px;
  height: 16.5px;
  position: relative;
  float: right;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .lp-side-button .close-button {
    display: none;
  }
}
.lp-wrapper .lp-side-button .close-button::after, .lp-wrapper .lp-side-button .close-button::before {
  content: "";
  position: absolute;
  background-color: #212121;
  width: 1px;
  height: 20px;
  display: block;
  left: 50%;
  top: 0px;
}
.lp-wrapper .lp-side-button .close-button::after {
  transform: rotate(45deg);
}
.lp-wrapper .lp-side-button .close-button::before {
  transform: rotate(-45deg);
}
.lp-wrapper .lp-side-button .title {
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  letter-spacing: 0.14em;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 29px;
}
.lp-wrapper .lp-side-button .title span {
  width: 65.05px;
  height: 63.72px;
  display: block;
}
.lp-wrapper .lp-side-button .title span img {
  width: 100%;
}
.lp-wrapper .lp-side-button .go-link-button {
  width: 100%;
  background: #3B3B3B;
  padding: 16px 0px;
  text-align: center;
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
}
.lp-wrapper .isActive {
  right: 0px;
}
.lp-wrapper .section {
  width: 100%;
}
.lp-wrapper .section-title {
  height: 300px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 34.9%, rgba(255, 255, 255, 0.02) 69.79%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section-title {
    height: 192px;
  }
}
.lp-wrapper .section-title .en-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 71px;
}
.lp-wrapper .section-title .en-title p {
  text-align: center;
  font-family: "Cormorant Infant", serif;
  color: #DDB570;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  margin: 0px 24px;
}
.lp-wrapper .section-title .en-title span {
  display: block;
  width: 152px;
  height: 1px;
  background-color: #DDB570;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section-title .en-title span {
    width: 80px;
  }
}
.lp-wrapper .section-title .ja-title {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  color: #ffffff;
  text-align: center;
  padding-top: 24px;
}
.lp-wrapper .section-title .ja-title rt {
  font-size: 18px;
  text-align: center;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section-title .ja-title rt {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section-title .ja-title {
    font-size: 20px;
    line-height: 130%;
    padding-top: 23.71px;
  }
}
.lp-wrapper .section__price {
  margin-top: 105px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__price {
    margin-bottom: 80px;
    margin-top: 38px;
  }
}
.lp-wrapper .section__price .section-title {
  margin-bottom: 43px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__price .section-title {
    margin-bottom: 32px;
  }
}
.lp-wrapper .section__price .flex-bg {
  background-size: auto 100%;
  background-position: left;
  background-repeat: no-repeat;
  width: 100%;
}
.lp-wrapper .section__price .flex-bg-right {
  background-position: right;
}
.lp-wrapper .section__price .flex-bg-right .detail-image {
  order: 2;
}
.lp-wrapper .section__price .flex-bg-right .price-detail {
  order: 1;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__price .flex-bg {
    background-position: center;
  }
}
.lp-wrapper .section__price .flex_wrap {
  width: 620.4px;
  margin: 0px auto;
  padding: 77px 0px;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__price .flex_wrap {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 80px 0px 49.5px;
  }
}
.lp-wrapper .section__price .flex_wrap .detail-image {
  width: 290.5px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__price .flex_wrap .detail-image {
    width: 62%;
    margin: 0 auto 40px;
    display: block;
    min-width: 233.5px;
  }
}
.lp-wrapper .section__price .separation {
  margin: 120px auto 80px;
  display: block;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__price .separation {
    margin: 67.5px auto;
    width: 160px;
  }
}
.lp-wrapper .section__price .separation__bottom {
  margin: 85px auto 200px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__price .separation__bottom {
    margin: 64px auto 80px;
  }
}
.lp-wrapper .section__price-content .price-detail {
  max-width: 316px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__price-content .price-detail {
    width: 300px;
    margin: 0 auto;
  }
}
.lp-wrapper .section__price-content .price-detail .title {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__price-content .price-detail .title {
    font-size: 12px;
  }
}
.lp-wrapper .section__price-content .price-detail .comparison-flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.lp-wrapper .section__price-content .price-detail .comparison-flex p {
  display: block;
  width: 122px;
  padding: 6px 0px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  margin: 0px 8px;
  color: #BEBEBE;
}
.lp-wrapper .section__price-content .price-detail .comparison-flex p span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  margin-right: 4px;
}
.lp-wrapper .section__price-content .price-detail .shrine-price {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-wrapper .section__price-content .price-detail .shrine-price .txt {
  color: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  margin-right: 12px;
}
.lp-wrapper .section__price-content .price-detail .shrine-price .txt img {
  width: 140px;
}
.lp-wrapper .section__price-content .price-detail .shrine-price .price {
  color: #DDB570;
  font-size: 16px;
  line-height: 100%;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.lp-wrapper .section__price-content .price-detail .shrine-price .price span {
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  margin-right: 2px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.lp-wrapper .section__price-content .price-detail .line {
  width: 100%;
  display: block;
  height: 1px;
  background-color: #777777;
  margin: 16px 0px 14px;
}
.lp-wrapper .section__price-content .price-detail .virtue-txt {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.lp-wrapper .section__price-content .price-detail .virtue-txt span {
  font-weight: 800;
  font-size: 18px;
  line-height: 100%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.lp-wrapper .section__price-content .another-flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .lp-wrapper .section__price-content .another-flex {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__price-content .another-flex {
    width: 100%;
    padding: 0px 20px;
  }
}
.lp-wrapper .section__price-content .another-flex .another-block {
  max-width: 325.33px;
  width: 30.3333333333%;
  margin: 0px 2% 120px;
}
.lp-wrapper .section__price-content .another-flex .another-block:nth-last-child(1), .lp-wrapper .section__price-content .another-flex .another-block:nth-last-child(2) {
  margin-bottom: 0px;
}
@media screen and (max-width: 800px) {
  .lp-wrapper .section__price-content .another-flex .another-block {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__price-content .another-flex .another-block {
    width: 45%;
    margin-bottom: 94px;
  }
  .lp-wrapper .section__price-content .another-flex .another-block .price-detail {
    width: 100%;
  }
  .lp-wrapper .section__price-content .another-flex .another-block .comparison-flex {
    display: block;
  }
  .lp-wrapper .section__price-content .another-flex .another-block .comparison-flex p {
    margin: 0 auto;
  }
  .lp-wrapper .section__price-content .another-flex .another-block .comparison-flex p:first-child {
    margin: 0 auto 8px;
  }
  .lp-wrapper .section__price-content .another-flex .another-block .shrine-price {
    display: block;
    text-align: center;
  }
  .lp-wrapper .section__price-content .another-flex .another-block .shrine-price .txt {
    margin-right: 0px;
    margin-bottom: 8px;
  }
}
.lp-wrapper .section__price-content .another-flex .detail-image {
  width: 233.5px;
  margin: 0 auto 40px;
  display: block;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__price-content .another-flex .detail-image {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__price-content .lp_banner-wrapper {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__lp-voice .section-title {
    margin-bottom: 40px;
  }
}
.lp-wrapper .section__lp-voice .voice-inner {
  max-width: 1120px;
  margin: 0 auto 185px;
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__lp-voice .voice-inner {
    margin: 0 auto 80px;
  }
}
.lp-wrapper .section__lp-voice .voice-inner .voice-detail {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__lp-voice .voice-inner .voice-detail {
    display: block;
  }
}
.lp-wrapper .section__lp-voice .voice-inner .voice-detail .voice-image {
  width: 480px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__lp-voice .voice-inner .voice-detail .voice-image {
    width: 100%;
  }
}
.lp-wrapper .section__lp-voice .voice-inner .voice-detail .txt-content {
  max-width: 560px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__lp-voice .voice-inner .voice-detail .txt-content {
    width: 100%;
  }
}
.lp-wrapper .section__lp-voice .voice-inner .voice-detail .txt-content .title {
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__lp-voice .voice-inner .voice-detail .txt-content .title {
    font-size: 20px;
    margin-top: 24px;
  }
}
.lp-wrapper .section__lp-voice .voice-inner .voice-detail .txt-content .detail {
  margin: 32px 0px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__lp-voice .voice-inner .voice-detail .txt-content .detail {
    line-height: 24px;
    margin: 24px 0px;
  }
}
.lp-wrapper .section__lp-voice .voice-inner .voice-detail .txt-content .name {
  color: #DDB570;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__lp-voice .voice-inner .voice-detail .txt-content .name {
    font-size: 14px;
  }
}
.lp-wrapper .section__lp-voice .voice-inner .flex-order {
  margin: 48px 0px;
}
.lp-wrapper .section__lp-voice .voice-inner .flex-order .voice-image {
  order: 2;
}
.lp-wrapper .section__lp-voice .voice-inner .flex-order .txt-content {
  order: 1;
}
.lp-wrapper .section__lp-voice .voice-inner .separation {
  margin: 120px auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__lp-voice .voice-inner .separation {
    display: none;
  }
}
.lp-wrapper .section__reasons {
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__reasons {
    padding-bottom: 80px;
  }
}
.lp-wrapper .section__reasons .reason-flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1022px;
  margin: 0 auto;
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__reasons .reason-flex {
    display: block;
    margin: 40px auto 0px;
  }
}
.lp-wrapper .section__reasons .reason-flex table {
  display: block;
  max-width: 481px;
  width: 50%;
  border-collapse: collapse;
  border: 1;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__reasons .reason-flex table {
    width: 100%;
    margin: 0 auto;
  }
}
.lp-wrapper .section__reasons .reason-flex table tbody {
  width: 100%;
  display: block;
}
.lp-wrapper .section__reasons .reason-flex table th {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.lp-wrapper .section__reasons .reason-flex table tr {
  display: block;
  max-width: 481px;
}
.lp-wrapper .section__reasons .reason-flex table tr td {
  display: block;
  text-align: center;
  padding: 28px 0px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__reasons .reason-flex table tr td {
    width: 100%;
  }
}
.lp-wrapper .section__reasons .reason-flex .company-a {
  order: 1;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__reasons .reason-flex .company-a {
    width: 86%;
    margin: 20px auto 0px;
  }
}
.lp-wrapper .section__reasons .reason-flex .company-a .title {
  background: #151515;
  border: 1px solid #878787;
  padding: 28px 0px 25px;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  border-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__reasons .reason-flex .company-a .title {
    font-size: 20px;
    padding: 19px 0px;
  }
}
.lp-wrapper .section__reasons .reason-flex .company-a td {
  border: 1px solid #878787;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__reasons .reason-flex .company-a td {
    font-size: 14px;
  }
}
.lp-wrapper .section__reasons .reason-flex .company-a tr {
  background-color: #6C6C6C;
  color: #C8C8C8;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__reasons .reason-flex .company-a tr {
    font-size: 16px;
  }
}
.lp-wrapper .section__reasons .reason-flex .company-estime {
  order: 2;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__reasons .reason-flex .company-estime {
    width: 100%;
  }
}
.lp-wrapper .section__reasons .reason-flex .company-estime .title {
  background: #353535;
  border: 1px solid #ffffff;
  border-bottom: 0px;
  padding: 37px 0px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__reasons .reason-flex .company-estime .title {
    padding: 27px 0px;
  }
}
.lp-wrapper .section__reasons .reason-flex .company-estime .title img {
  width: 187px;
  display: block;
  margin: 0 auto;
}
.lp-wrapper .section__reasons .reason-flex .company-estime td {
  border: 1px solid #FFFFFF;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__reasons .reason-flex .company-estime td {
    font-size: 16px;
  }
}
.lp-wrapper .section__reasons .reason-flex .company-estime tr {
  background-color: #DEDEDE;
  color: #000000;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__reasons .reason-flex .company-estime tr {
    font-size: 16px;
  }
}
.lp-wrapper .section__reasons .reason-content {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__reasons .reason-content {
    margin-top: 80px;
  }
}
.lp-wrapper .section__reasons .reason-content__flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__reasons .reason-content__flex {
    display: -webkit-box; /* old Android */
    display: -moz-box; /* Firefox */
    display: -webkit-flex; /* Safari etc. */
    display: -ms-flexbox; /* IE10        */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
}
.lp-wrapper .section__reasons .reason-content img {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__reasons .reason-content img {
    margin-bottom: 48px;
  }
}
.lp-wrapper .section__reasons .reason-content .pc_img {
  display: block;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__reasons .reason-content .pc_img {
    display: none;
  }
}
.lp-wrapper .section__reasons .reason-content .sp_img {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__reasons .reason-content .sp_img {
    display: block;
  }
}
.lp-wrapper .section__reasons .lp_banner-wrapper {
  margin-top: 195px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__reasons .lp_banner-wrapper {
    margin-top: 80px;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__point .section-title {
    margin-bottom: 32px;
  }
}
.lp-wrapper .section__point .point-content {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1030px;
  margin: 0 auto 165px;
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__point .point-content {
    display: block;
    margin: 0 auto 80px;
    padding: 0px 20px;
  }
}
.lp-wrapper .section__point .point-content .point-detail {
  width: 240px;
  color: #FFFFFF;
  min-width: 240px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__point .point-content .point-detail {
    width: 66%;
    margin: 0 auto;
  }
}
.lp-wrapper .section__point .point-content .point-detail .number {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
}
.lp-wrapper .section__point .point-content .point-detail .sub-title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  margin: 40px 0px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__point .point-content .point-detail .sub-title {
    margin: 32px 0px;
  }
}
.lp-wrapper .section__point .point-content .point-detail .detail {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__point .point-content .line {
    margin: 56px auto;
    display: block;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__flow {
    margin-bottom: 80px;
  }
}
.lp-wrapper .section__flow .flow_content {
  max-width: 1120px;
  margin: 0 auto 195px;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__flow .flow_content {
    display: block;
    margin: 0 auto 120px;
  }
}
.lp-wrapper .section__flow .flow_content .flow_detail {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__flow .flow_content .flow_detail {
    margin: 0 auto;
  }
  .lp-wrapper .section__flow .flow_content .flow_detail:nth-child(2) {
    margin: 72px auto;
  }
}
.lp-wrapper .section__flow .flow_content .flow_detail .title {
  padding: 21px 0px;
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 130%;
  color: #DDB570;
  text-align: center;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='320' height='79' viewBox='0 0 320 79' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 1.39404H298.792L319.433 39.894L298.792 78.394H0.5V1.39404Z' stroke='%23DDB570'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  height: 79px;
}
.lp-wrapper .section__flow .flow_content .flow_detail img {
  width: 100%;
  margin: 32px 0px;
}
.lp-wrapper .section__flow .flow_content .flow_detail .detail {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  color: #FFFFFF;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.lp-wrapper .section__flow .lp_banner-wrapper {
  padding: 0px 20px;
}
.lp-wrapper .section__how-to .how-to_wrapper {
  max-width: 1120px;
  margin: 24px auto 160px;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__how-to .how-to_wrapper {
    display: block;
    padding: 0px 20px;
    margin: 40px auto 80px;
  }
}
.lp-wrapper .section__how-to .how-to_wrapper .how-to_content {
  width: 293.33px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__how-to .how-to_wrapper .how-to_content {
    width: 100%;
  }
}
.lp-wrapper .section__how-to .how-to_wrapper .how-to_content_2 {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__how-to .how-to_wrapper .how-to_content_2 {
    margin: 80px 0px;
  }
}
.lp-wrapper .section__how-to .how-to_wrapper .how-to_content_3 {
  margin-top: 128px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__how-to .how-to_wrapper .how-to_content_3 {
    margin: 0px;
  }
}
.lp-wrapper .section__how-to .how-to_wrapper .how-to_content .title {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 160%;
  color: #fff;
  margin: 32px 0px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__how-to .how-to_wrapper .how-to_content .title {
    font-size: 24px;
    margin: 24px 0px;
  }
}
.lp-wrapper .section__how-to .how-to_wrapper .how-to_content .detail {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #fff;
}
.lp-wrapper .section__many-voice .many-voice-wrapper {
  max-width: 1120px;
  margin: 56px auto 160px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__many-voice .many-voice-wrapper {
    margin: 40px auto 80px;
    width: 400px;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 375px) {
  .lp-wrapper .section__many-voice .many-voice-wrapper {
    width: 100%;
  }
}
.lp-wrapper .section__many-voice .many-voice-wrapper .inner-content {
  position: relative;
  width: 100%;
}
.lp-wrapper .section__many-voice .many-voice-wrapper .inner-content .image, .lp-wrapper .section__many-voice .many-voice-wrapper .inner-content .text {
  position: absolute;
  display: block;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__many-voice .many-voice-wrapper .inner-content .image, .lp-wrapper .section__many-voice .many-voice-wrapper .inner-content .text {
    width: 100%;
    display: block;
  }
}
.lp-wrapper .section__many-voice .many-voice-wrapper .inner-content-1 {
  height: 474px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__many-voice .many-voice-wrapper .inner-content-1 {
    height: auto;
    padding-top: 118px;
  }
  .lp-wrapper .section__many-voice .many-voice-wrapper .inner-content-1::after {
    content: "";
    display: block;
    clear: both;
  }
}
.lp-wrapper .section__many-voice .many-voice-wrapper .inner-content-1 .image {
  top: 0px;
  left: 0px;
  max-width: 477px;
  z-index: 2;
}
@media screen and (max-width: 1120px) {
  .lp-wrapper .section__many-voice .many-voice-wrapper .inner-content-1 .image {
    width: 38%;
  }
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__many-voice .many-voice-wrapper .inner-content-1 .image {
    width: 273px;
  }
}
.lp-wrapper .section__many-voice .many-voice-wrapper .inner-content-1 .text {
  bottom: 0px;
  right: 0px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__many-voice .many-voice-wrapper .inner-content-1 .text {
    position: initial;
    width: 300px;
    float: right;
  }
}
.lp-wrapper .section__many-voice .many-voice-wrapper .inner-content-2 {
  height: 414.22px;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__many-voice .many-voice-wrapper .inner-content-2 {
    height: auto;
    padding-top: 118px;
    margin-top: 80px;
  }
  .lp-wrapper .section__many-voice .many-voice-wrapper .inner-content-2::after {
    content: "";
    display: block;
    clear: both;
  }
}
.lp-wrapper .section__many-voice .many-voice-wrapper .inner-content-2 .image {
  bottom: 0px;
  right: 0px;
  max-width: 477px;
  z-index: 2;
}
@media screen and (max-width: 1120px) {
  .lp-wrapper .section__many-voice .many-voice-wrapper .inner-content-2 .image {
    width: 38%;
  }
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__many-voice .many-voice-wrapper .inner-content-2 .image {
    bottom: auto;
    top: 0px;
    width: 273px;
  }
}
.lp-wrapper .section__many-voice .many-voice-wrapper .inner-content-2 .text {
  top: 0px;
  left: 0px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__many-voice .many-voice-wrapper .inner-content-2 .text {
    position: initial;
    float: left;
    width: 300px;
  }
}
.lp-wrapper .section__location .location-content {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__location .location-content {
    margin: 0 auto 80px;
  }
}
.lp-wrapper .section__location .location-content .inner-content {
  position: relative;
  height: 552.36px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__location .location-content .inner-content {
    height: auto;
    margin-top: 16px;
  }
}
.lp-wrapper .section__location .location-content .inner-content .image {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 693px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__location .location-content .inner-content .image {
    position: initial;
  }
}
.lp-wrapper .section__location .location-content .inner-content .text_block {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  color: #fff;
  width: 480px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__location .location-content .inner-content .text_block {
    position: initial;
    width: auto;
    margin-top: 28px;
  }
}
.lp-wrapper .section__location .location-content .inner-content .text_block .content-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 16px;
}
.lp-wrapper .section__location .location-content .inner-content .text_block .detail-block {
  margin-bottom: 16px;
}
.lp-wrapper .section__location .location-content .inner-content .text_block .detail-block .title {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.lp-wrapper .section__location .location-content .inner-content .text_block .detail-block .text {
  font-weight: 300;
  font-size: 14px;
  line-height: 170%;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.lp-wrapper .section__location .location-content .inner-content .text_block .detail-block:last-child {
  margin-bottom: 0px;
}
.lp-wrapper .section__location .location-content .inner-content .text_block .detail-block .day {
  text-indent: inherit;
}
.lp-wrapper .section__contact {
  padding: 0px;
}
.lp-wrapper .section__contact .wpcf7-form {
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__contact .wpcf7-form {
    padding: 0px 20px;
  }
}
.lp-wrapper .section__contact .wpcf7-form .contact-flex .img_form {
  border-radius: 0px;
}
.lp-wrapper .section__contact .wpcf7-form .contact-flex .img_form .up_link {
  color: #212121;
}
.lp-wrapper .section__contact .wpcf7-form .contact-flex label {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.lp-wrapper .section__contact .wpcf7-form .contact-flex label .modal_photo {
  color: #DDB570;
  text-decoration: underline;
}
.lp-wrapper .section__contact .wpcf7-form .contact-flex label .modal_photo:after {
  background-image: url(../../../images/contact/info_wh.svg);
}
.lp-wrapper .section__contact .wpcf7-form .contact-flex .wpcf7-form-control-wrap select, .lp-wrapper .section__contact .wpcf7-form .contact-flex .wpcf7-form-control-wrap input, .lp-wrapper .section__contact .wpcf7-form .contact-flex .wpcf7-form-control-wrap textarea {
  border-radius: 0px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.lp-wrapper .section__contact .wpcf7-form .contact-flex .classmenu::before {
  background-image: url("../../../images/contact/select-arrow_wh.svg");
}
.lp-wrapper .section__contact .wpcf7-form .contact-required .wpcf7-acceptance .wpcf7-list-item input {
  border-radius: 0px;
}
.lp-wrapper .section__contact .wpcf7-form .contact-required p {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.lp-wrapper .section__contact .wpcf7-form .wpcf7-submit {
  background: #DDB570;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  color: #000000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  border-radius: 0px;
}
.lp-wrapper .section__contact .modal_photo_content__content {
  border-radius: 0px;
}
.lp-wrapper .section__contact .modal_photo_content__content .title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #212121;
}
.lp-wrapper .section__contact .modal_photo_content__content .columns .row .category {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #212121;
}
.lp-wrapper .section__contact .modal_photo_content__content .photo_border {
  border: 0px;
  border-radius: 0px;
}
.lp-wrapper .section__contact .privacy-policy-contact {
  width: 100%;
  height: 230px;
  background-color: #fff;
  overflow-y: scroll;
  padding: 20px;
  margin-bottom: 31px;
  font-size: 12px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.lp-wrapper .section__contact .privacy-policy-contact .title {
  margin-bottom: 10px;
}
.lp-wrapper .section__contact .privacy-policy-contact p, .lp-wrapper .section__contact .privacy-policy-contact h2, .lp-wrapper .section__contact .privacy-policy-contact .block {
  color: #000000;
  font-size: 12px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: normal;
}
.lp-wrapper .section__contact .modal_thank_content {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}
.lp-wrapper .section__contact .modal_thank_content__content {
  position: absolute;
  width: calc(100% - 40px);
  max-width: 668px;
  z-index: 1000;
  background-color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  position: relative;
  max-height: 90vh;
  overflow: scroll;
}
@media screen and (max-width: 500px) {
  .lp-wrapper .section__contact .modal_thank_content__content {
    border-radius: 0px;
    width: 95%;
  }
}
.lp-wrapper .section__contact .modal_thank_content__content .modal_thank_close {
  position: fixed;
  z-index: 1001;
  right: 12px;
  top: 12px;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .lp-wrapper .section__contact .modal_thank_content__content .modal_thank_close {
    width: 18px;
    height: 18px;
  }
}
.lp-wrapper .section__contact .modal_thank_content__content .thank-detail-txt {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  padding-bottom: 16px;
  border-bottom: 1px solid #212121;
  margin-bottom: 36px;
  text-align: center;
}
.lp-wrapper .section__contact .modal_thank_content__content .thank-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__contact .modal_thank_content__content .thank-title {
    font-size: 22px;
  }
}
.lp-wrapper .section__contact .modal_thank_content__content .thankyou-form .contact-flex label {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  width: 100%;
}
.lp-wrapper .section__contact .modal_thank_content__content-inner {
  padding: 40px 58px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .section__contact .modal_thank_content__content-inner {
    padding: 40px 24px;
  }
}
.lp-wrapper .tell-content {
  border: 1px solid #FFFFFF;
  padding: 39px 0px 57px;
  max-width: 838px;
  display: block;
  margin: 120px auto 0px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .tell-content {
    margin: 56px 20px 0px;
  }
}
.lp-wrapper .tell-content .title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  color: #fff;
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .tell-content .title {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.lp-wrapper .tell-content .flex-box {
  max-width: 646px;
  border-top: 1px solid #929292;
  padding-top: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .tell-content .flex-box {
    display: block;
  }
}
.lp-wrapper .tell-content .flex-box .default-txt {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
  text-align: center;
}
.lp-wrapper .tell-content .flex-box .default-txt a {
  display: block;
  text-align: center;
  color: #DDB570;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0.115em;
  text-decoration: none;
  margin: 8px 0px;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .tell-content .flex-box .default-txt a {
    margin: 8px auto;
  }
}
.lp-wrapper .tell-content .flex-box .line {
  display: block;
  background-color: #00B900;
  text-align: center;
  width: 320px;
  max-height: 64px;
  color: #fff;
  padding: 20px 0px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .lp-wrapper .tell-content .flex-box .line {
    margin: 40px auto 0px;
  }
}
.lp-wrapper .tell-content .flex-box .line::after {
  content: "";
  display: block;
  border: 1px solid #fff;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 97%;
  height: 87%;
}

.lp_footer {
  width: 100%;
  padding: 0px;
}
.lp_footer ul {
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  padding: 21px 0px;
}
@media screen and (max-width: 768px) {
  .lp_footer ul {
    display: block;
    padding: 22px 0px;
  }
}
.lp_footer ul .link-lp {
  padding: 0px 40px;
}
@media screen and (max-width: 768px) {
  .lp_footer ul .link-lp {
    text-align: center;
    padding: 12px 0px 0px;
  }
  .lp_footer ul .link-lp:first-child {
    padding-top: 0px;
  }
}
.lp_footer ul .link-lp a {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.lp_footer .lp_footer-bottom {
  padding: 24px 0px;
}
@media screen and (max-width: 768px) {
  .lp_footer .lp_footer-bottom {
    padding-bottom: 74px;
  }
}
.lp_footer .lp_footer-bottom p {
  color: #8B8B8B;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .slash_pc {
    display: none;
  }
}

.lp3-wrapper {
  background: #212121;
  padding-bottom: 160px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  overflow: hidden;
}
.lp3-wrapper .noto {
  font-family: "Noto Sans JP", sans-serif !important;
}
.lp3-wrapper header {
  position: fixed;
  left: 54px;
  top: 24px;
  width: 128px;
  height: auto;
  opacity: 0;
  transition: 0.2s;
}
.lp3-wrapper header img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper header {
    display: none;
  }
}
.lp3-wrapper header.on {
  opacity: 1;
}
.lp3-wrapper .sp_cv {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .sp_cv {
    width: 100%;
  }
  .lp3-wrapper .sp_cv__content {
    position: fixed;
    bottom: 0;
    display: flex;
    width: 100%;
    z-index: 1000;
  }
  .lp3-wrapper .sp_cv a {
    display: block;
    width: 50%;
    text-align: center;
    line-height: 0;
  }
  .lp3-wrapper .sp_cv .cv_tel {
    padding: 16px 0px;
    background: rgba(59, 59, 59, 0.9);
  }
  .lp3-wrapper .sp_cv .cv_line {
    padding: 13px 0px 11px;
    position: relative;
    background: rgba(0, 185, 0, 0.9);
  }
}
.lp3-wrapper .br_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .br_sp {
    display: block;
    margin-bottom: 42.8px;
  }
}
@media screen and (max-width: 768px) {
  .lp3-wrapper {
    padding-top: 24px;
    padding-bottom: 80px;
  }
}
.lp3-wrapper .lp-banner {
  max-width: 953px;
  width: 80%;
  margin: 0 auto;
  background: #3C3C3C;
  border: 1px solid #FFFFFF;
  height: 122px;
  display: block;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 46px;
  line-height: 69px;
  position: relative;
  padding: 27.3px 0px 25.7px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .lp-banner {
    width: 100%;
    font-size: 24px;
    padding: 18px 0px 17px;
    height: 72px;
    line-height: 36px;
    margin-top: 20px;
    padding-left: 30px;
  }
  .lp3-wrapper .lp-banner::after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='9' viewBox='0 0 29 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 7.96094H28L18 0.960938' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 27.5px;
    height: 9px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 7px;
    transform: translateY(-50%);
    top: 50%;
  }
}
.lp3-wrapper .lp-banner .search-image {
  position: absolute;
  max-width: 161px;
  width: 16.9vw;
  left: 26.8px;
  bottom: 0px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .lp-banner .search-image {
    display: none;
  }
}
.lp3-wrapper .lp-banner .banner-icon {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 94px;
  height: 94px;
  transform: translateY(-50%);
}
.lp3-wrapper .lp-banner .banner-icon img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .lp-banner .banner-icon {
    width: 60px;
    height: 60px;
    right: auto;
    left: 8px;
  }
}
.lp3-wrapper .kv {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .kv {
    height: 85vh;
  }
}
.lp3-wrapper .kv .center_content {
  position: absolute;
  z-index: 10;
  width: 100vh;
  height: 100vh;
  max-width: 648px;
  max-height: 648px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(0deg);
  -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
  -ms-transform: translate(-50%, -50%) rotateZ(0deg);
  border-radius: 50vh;
  background-color: white;
  background-image: url(../../../images/lp3/dummy1.png);
  background-position: center;
  background-size: cover;
  transition: 0.5s;
  transition-timing-function: ease-in-out;
}
.lp3-wrapper .kv .center_content::before {
  content: "";
  position: absolute;
  width: 105vh;
  height: 105vh;
  max-width: 656px;
  max-height: 656px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(0deg);
  -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
  -ms-transform: translate(-50%, -50%) rotateZ(0deg);
  border: 2px solid #FBD188;
  border-radius: 50vh;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .kv .center_content::before {
    width: 92vw;
    height: 92vw;
  }
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .kv .center_content {
    width: 90vw;
    height: 90vw;
    border-radius: 50vw;
  }
}
.lp3-wrapper .kv .roll {
  -webkit-animation: roll_anime 36s 0s infinite;
  animation: roll_anime 36s 0s infinite;
}
.lp3-wrapper .kv .circle1 {
  width: 100vh;
  height: 100vh;
  max-width: 178px;
  max-height: 178px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin-left: 240px;
  margin-top: -270px;
  background-image: url(../../../images/lp3/circle1.png);
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .kv .circle1 {
    max-width: 136px;
    max-height: 136px;
    top: 57%;
    left: -2%;
  }
}
.lp3-wrapper .kv .circle2 {
  width: 100vh;
  height: 100vh;
  max-width: 448px;
  max-height: 448px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin-top: -140px;
  margin-left: -480px;
  background-image: url(../../../images/lp3/circle2.png);
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .kv .circle2 {
    max-width: 304px;
    max-height: 304px;
    top: 50%;
    left: 97%;
  }
}
.lp3-wrapper .kv .circle3 {
  width: 100vh;
  height: 100vh;
  max-width: 280px;
  max-height: 280px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin-top: 70px;
  margin-left: 150px;
  background-image: url(../../../images/lp3/circle3.png);
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .kv .circle3 {
    max-width: 200px;
    max-height: 200px;
    top: 40%;
    left: 21%;
  }
}
.lp3-wrapper .kv .circle_animA {
  position: absolute;
  z-index: 9;
  animation: 10s linear infinite rotationA;
  background-size: contain;
}
.lp3-wrapper .kv .circle_animB {
  position: absolute;
  z-index: 9;
  background-size: contain;
  animation: 20s linear infinite rotationB;
}
@keyframes rotationA {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationB {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.lp3-wrapper .kv .kv_text {
  position: absolute;
  z-index: 11;
  font-family: "Nanum Myeongjo", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 124px;
  line-height: 100%;
  /* identical to box height, or 124px */
  position: absolute;
  top: 44%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  letter-spacing: 0.1em;
  color: #D9D9D9;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .kv .kv_text {
    font-size: 64px;
    top: 66%;
  }
}
.lp3-wrapper .kv .kv_text .kv_text_content {
  height: 124px;
  overflow-y: hidden;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .kv .kv_text .kv_text_content {
    height: 64px;
    margin-bottom: 23px;
  }
}
.lp3-wrapper .kv .kv_text .kv_text_content p {
  transition: 0.5s;
  transform: translateY(124px);
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .kv .kv_text .kv_text_content p {
    transform: translateY(64px);
  }
}
.lp3-wrapper .kv .kv_logo {
  position: absolute;
  z-index: 11;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  max-width: 256px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .kv .kv_logo {
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.lp3-wrapper .kv .kv_logo img {
  width: 100%;
}
.lp3-wrapper .kv .kv_cv {
  position: absolute;
  left: 6%;
  bottom: 11%;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 336.5px;
  text-decoration: none;
  z-index: 13;
  transition: all 0.5s;
}
.lp3-wrapper .kv .kv_cv:hover {
  transform: translateX(15px);
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .kv .kv_cv {
    bottom: 7.4666666667vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.lp3-wrapper .kv .kv_cv .big {
  font-family: "Nanum Myeongjo", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 109.5%;
  /* identical to box height, or 35px */
  letter-spacing: 0.1em;
  color: #D9D9D9;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .kv .kv_cv .big {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
  }
}
.lp3-wrapper .kv .kv_cv .small {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 109.5%;
  letter-spacing: 0.1em;
  color: #D9D9D9;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .kv .kv_cv .small {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
  }
}
.lp3-wrapper .kv .kv_cv .kv_arrow {
  width: 130px;
  height: 34px;
  background-image: url(../../../images/lp3/kv_arrow1.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 24px;
}
.lp3-wrapper .kv .kv_cv p, .lp3-wrapper .kv .kv_cv .kv_arrow {
  transition: all 0.5s;
}
.lp3-wrapper .kv .kv_cv:hover p {
  color: #DDB570;
}
.lp3-wrapper .kv .kv_cv:hover .kv_arrow {
  background-image: url(../../../images/lp3/kv_arrow2.png);
}
.lp3-wrapper .flex-bg_1 {
  background-image: url(../../../images/lp3/bg1.png);
  background-size: cover;
  margin-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .flex-bg_1 {
    margin-bottom: 0px !important;
  }
}
.lp3-wrapper .flex-bg_2 {
  background-image: url(../../../images/lp3/bg2.png);
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .flex-bg_2 {
    padding-bottom: 50px;
  }
}
.lp3-wrapper .flex-bg_3 {
  background-image: url(../../../images/lp3/bg3.png);
}
@media screen and (max-width: 728px) {
  .lp3-wrapper .flex-bg_1 {
    background-image: url(../../../images/lp3/bg1.png);
  }
}
.lp3-wrapper .flex-bg_2 {
  background-image: url(../../../images/lp3/bg2.png);
}
@media screen and (max-width: 728px) {
  .lp3-wrapper .flex-bg_2 {
    background-image: url(../../../images/lp3/bg2.png);
  }
}
.lp3-wrapper .flex-bg_3 {
  background-image: url(../../../images/lp3/bg3.png);
}
@media screen and (max-width: 728px) {
  .lp3-wrapper .flex-bg_3 {
    background-image: url(../../../images/lp3/bg3.png);
  }
}
@keyframes roll_anime {
  0% {
    background-position: center, center;
  }
  100% {
    background-position: 100%, center;
  }
}
.lp3-wrapper .lp-side-button {
  display: block;
  background-color: #DDB570;
  padding: 6px 9.72px 23px 30px;
  width: 320px;
  position: fixed;
  right: -100%;
  bottom: 80px;
  z-index: 100;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .lp-side-button {
    display: none;
  }
}
.lp3-wrapper .lp-side-button .button-inner {
  padding: 5px 21px 0px 0px;
  width: 100%;
}
.lp3-wrapper .lp-side-button .close-button {
  display: block;
  width: 16.5px;
  height: 16.5px;
  position: relative;
  float: right;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .lp-side-button .close-button {
    display: none;
  }
}
.lp3-wrapper .lp-side-button .close-button::after, .lp3-wrapper .lp-side-button .close-button::before {
  content: "";
  position: absolute;
  background-color: #212121;
  width: 1px;
  height: 20px;
  display: block;
  left: 50%;
  top: 0px;
}
.lp3-wrapper .lp-side-button .close-button::after {
  transform: rotate(45deg);
}
.lp3-wrapper .lp-side-button .close-button::before {
  transform: rotate(-45deg);
}
.lp3-wrapper .lp-side-button .title {
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  letter-spacing: 0.14em;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 29px;
}
.lp3-wrapper .lp-side-button .title span {
  width: 65.05px;
  height: 63.72px;
  display: block;
}
.lp3-wrapper .lp-side-button .title span img {
  width: 100%;
}
.lp3-wrapper .lp-side-button .go-link-button {
  width: 100%;
  background: #3B3B3B;
  padding: 16px 0px;
  text-align: center;
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
}
.lp3-wrapper .isActive {
  right: 0px;
}
.lp3-wrapper .section {
  width: 100%;
}
.lp3-wrapper .section-title .en-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 88px;
}
.lp3-wrapper .section-title .en-title p {
  text-align: center;
  font-family: "Cormorant Infant", serif;
  color: #DDB570;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  margin: 0px 24px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section-title .en-title p {
    font-size: 6.4vw;
  }
}
.lp3-wrapper .section-title .en-title span {
  display: block;
  width: 152px;
  height: 1px;
  background-color: #DDB570;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section-title .en-title span {
    width: 26.6666666667vw;
  }
}
.lp3-wrapper .section-title .ja-title {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  color: #ffffff;
  text-align: center;
  padding-top: 24px;
}
.lp3-wrapper .section-title .ja-title rt {
  font-size: 18px;
  text-align: center;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section-title .ja-title rt {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section-title .ja-title {
    font-size: 20px;
    line-height: 130%;
    padding-top: 23.71px;
  }
}
.lp3-wrapper .section__price {
  margin-top: 105px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__price {
    margin-bottom: 80px;
    margin-top: 38px;
  }
}
.lp3-wrapper .section__price .section-title {
  margin-bottom: 43px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__price .section-title {
    margin-bottom: 32px;
  }
}
.lp3-wrapper .section__price .flex-bg {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__price .flex-bg {
    background-position: center;
  }
}
.lp3-wrapper .section__price .flex-bg .content_top1 {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__price .flex-bg .content_top1 {
    max-width: 100%;
  }
}
.lp3-wrapper .section__price .flex-bg .content_top {
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__price .flex-bg .content_top {
    max-width: 100%;
  }
}
.lp3-wrapper .section__price .flex-bg_1 {
  background-size: cover;
}
.lp3-wrapper .section__price .flex_wrap {
  width: 620.4px;
  margin: 0px auto;
  padding: 77px 0px;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__price .flex_wrap {
    display: block;
    margin: 0 auto;
    padding: 80px 0px 49.5px;
    width: 100%;
  }
}
.lp3-wrapper .section__price .flex_wrap .detail-image {
  width: 290.5px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__price .flex_wrap .detail-image {
    width: 100%;
    margin: 0 auto 40px;
    display: block;
    min-width: 233.5px;
  }
}
.lp3-wrapper .section__price .separation {
  margin: 120px auto 80px;
  display: block;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__price .separation {
    margin: 67.5px auto;
    width: 160px;
  }
}
.lp3-wrapper .section__price .separation__bottom {
  margin: 85px auto 200px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__price .separation__bottom {
    margin: 64px auto 80px;
  }
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__price-content .price-detail {
    max-width: 100%;
    margin: 0 auto;
  }
}
.lp3-wrapper .section__price-content .price-detail .title {
  text-align: center;
  color: #D6D6D6;
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__price-content .price-detail .title {
    font-size: 3.7333333333vw;
  }
}
.lp3-wrapper .section__price-content .price-detail .comparison-flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.lp3-wrapper .section__price-content .price-detail .comparison-flex p {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  margin: 0px 8px;
  color: #BEBEBE;
}
.lp3-wrapper .section__price-content .price-detail .comparison-flex p span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__price-content .price-detail .comparison-flex p span {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__price-content .price-detail .comparison-flex p {
    font-size: 3.2vw;
    width: 100%;
  }
}
.lp3-wrapper .section__price-content .price-detail .shrine-price {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp3-wrapper .section__price-content .price-detail .shrine-price .txt {
  color: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  margin-right: 12px;
}
.lp3-wrapper .section__price-content .price-detail .shrine-price .txt img {
  width: 140px;
}
.lp3-wrapper .section__price-content .price-detail .shrine-price .price {
  color: #DDB570;
  font-size: 16px;
  line-height: 100%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__price-content .price-detail .shrine-price .price {
    font-size: 4.2666666667vw;
  }
}
.lp3-wrapper .section__price-content .price-detail .shrine-price .price span {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  margin-right: 2px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__price-content .price-detail .shrine-price .price span {
    font-size: 4.2666666667vw;
  }
}
.lp3-wrapper .section__price-content .price-detail .shrine-price p {
  color: #DDB570;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__price-content .price-detail .shrine-price p {
    font-size: 3.7333333333vw;
  }
}
.lp3-wrapper .section__price-content .price-detail .line {
  width: 100%;
  display: block;
  height: 1px;
  background-color: #777777;
  margin: 16px 0px 14px;
}
.lp3-wrapper .section__price-content .price-detail .virtue-txt {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.lp3-wrapper .section__price-content .price-detail .virtue-txt span {
  font-weight: 800;
  font-size: 18px;
  line-height: 100%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.lp3-wrapper .section__price-content .another-flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .lp3-wrapper .section__price-content .another-flex {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__price-content .another-flex {
    width: 100%;
    padding: 0px 20px;
  }
}
.lp3-wrapper .section__price-content .another-flex .another-block {
  max-width: 325.33px;
  width: 30.3333333333%;
  margin: 0px 2% 120px;
}
.lp3-wrapper .section__price-content .another-flex .another-block:nth-last-child(1), .lp3-wrapper .section__price-content .another-flex .another-block:nth-last-child(2) {
  margin-bottom: 0px;
}
@media screen and (max-width: 800px) {
  .lp3-wrapper .section__price-content .another-flex .another-block {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__price-content .another-flex .another-block {
    width: 45%;
    margin-bottom: 94px;
  }
  .lp3-wrapper .section__price-content .another-flex .another-block .price-detail {
    width: 100%;
  }
  .lp3-wrapper .section__price-content .another-flex .another-block .comparison-flex {
    display: block;
  }
  .lp3-wrapper .section__price-content .another-flex .another-block .comparison-flex p {
    margin: 0 auto;
  }
  .lp3-wrapper .section__price-content .another-flex .another-block .comparison-flex p:first-child {
    margin: 0 auto 8px;
  }
  .lp3-wrapper .section__price-content .another-flex .another-block .shrine-price {
    display: block;
    text-align: center;
  }
  .lp3-wrapper .section__price-content .another-flex .another-block .shrine-price .txt {
    margin-right: 0px;
    margin-bottom: 8px;
  }
}
.lp3-wrapper .section__price-content .another-flex .detail-image {
  width: 233.5px;
  margin: 0 auto 40px;
  display: block;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__price-content .another-flex .detail-image {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__price-content .lp_banner-wrapper {
    padding: 0px 20px;
  }
}
.lp3-wrapper .section__lp-voice {
  background: radial-gradient(88.13% 88.13% at 50% 100%, #E4E4E4 0%, #EDEDED 57.68%, #F4F4F4 100%);
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__lp-voice .section-title {
    margin-bottom: 40px;
  }
}
.lp3-wrapper .section__lp-voice .voice-inner {
  max-width: 1120px;
  margin: 0 auto 185px;
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__lp-voice .voice-inner {
    margin: 0 auto 80px;
  }
}
.lp3-wrapper .section__lp-voice .voice-inner .voice-detail {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__lp-voice .voice-inner .voice-detail {
    display: block;
  }
}
.lp3-wrapper .section__lp-voice .voice-inner .voice-detail .voice-image {
  width: 480px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__lp-voice .voice-inner .voice-detail .voice-image {
    width: 100%;
  }
}
.lp3-wrapper .section__lp-voice .voice-inner .voice-detail .txt-content {
  max-width: 560px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__lp-voice .voice-inner .voice-detail .txt-content {
    width: 100%;
  }
}
.lp3-wrapper .section__lp-voice .voice-inner .voice-detail .txt-content .title {
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__lp-voice .voice-inner .voice-detail .txt-content .title {
    font-size: 20px;
    margin-top: 24px;
  }
}
.lp3-wrapper .section__lp-voice .voice-inner .voice-detail .txt-content .detail {
  margin: 32px 0px;
  font-style: normal;
  font-weight: lighter;
  font-size: 14px;
  line-height: 160%;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__lp-voice .voice-inner .voice-detail .txt-content .detail {
    line-height: 24px;
    margin: 24px 0px;
  }
}
.lp3-wrapper .section__lp-voice .voice-inner .voice-detail .txt-content .name {
  color: #DDB570;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__lp-voice .voice-inner .voice-detail .txt-content .name {
    font-size: 14px;
  }
}
.lp3-wrapper .section__lp-voice .voice-inner .flex-order {
  margin: 48px 0px;
}
.lp3-wrapper .section__lp-voice .voice-inner .flex-order .voice-image {
  order: 2;
}
.lp3-wrapper .section__lp-voice .voice-inner .flex-order .txt-content {
  order: 1;
}
.lp3-wrapper .section__lp-voice .voice-inner .separation {
  margin: 120px auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__lp-voice .voice-inner .separation {
    display: none;
  }
}
.lp3-wrapper .section__reasons .reason-flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1022px;
  margin: 0 auto;
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__reasons .reason-flex {
    display: block;
    margin: 40px auto 0px;
  }
}
.lp3-wrapper .section__reasons .reason-flex table {
  display: block;
  max-width: 481px;
  width: 50%;
  border-collapse: collapse;
  border: 1;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__reasons .reason-flex table {
    width: 100%;
    margin: 0 auto;
  }
}
.lp3-wrapper .section__reasons .reason-flex table tbody {
  width: 100%;
  display: block;
}
.lp3-wrapper .section__reasons .reason-flex table th {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.lp3-wrapper .section__reasons .reason-flex table tr {
  display: block;
  max-width: 481px;
}
.lp3-wrapper .section__reasons .reason-flex table tr td {
  display: block;
  text-align: center;
  padding: 28px 0px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__reasons .reason-flex table tr td {
    width: 100%;
  }
}
.lp3-wrapper .section__reasons .reason-flex .company-a {
  order: 1;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__reasons .reason-flex .company-a {
    width: 86%;
    margin: 20px auto 0px;
  }
}
.lp3-wrapper .section__reasons .reason-flex .company-a .title {
  background: #151515;
  border: 1px solid #878787;
  padding: 28px 0px 25px;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  border-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__reasons .reason-flex .company-a .title {
    font-size: 20px;
    padding: 19px 0px;
  }
}
.lp3-wrapper .section__reasons .reason-flex .company-a td {
  border: 1px solid #878787;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__reasons .reason-flex .company-a td {
    font-size: 14px;
  }
}
.lp3-wrapper .section__reasons .reason-flex .company-a tr {
  background-color: #6C6C6C;
  color: #C8C8C8;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__reasons .reason-flex .company-a tr {
    font-size: 16px;
  }
}
.lp3-wrapper .section__reasons .reason-flex .company-estime {
  order: 2;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__reasons .reason-flex .company-estime {
    width: 100%;
  }
}
.lp3-wrapper .section__reasons .reason-flex .company-estime .title {
  background: #353535;
  border: 1px solid #ffffff;
  border-bottom: 0px;
  padding: 37px 0px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__reasons .reason-flex .company-estime .title {
    padding: 27px 0px;
  }
}
.lp3-wrapper .section__reasons .reason-flex .company-estime .title img {
  width: 187px;
  display: block;
  margin: 0 auto;
}
.lp3-wrapper .section__reasons .reason-flex .company-estime td {
  border: 1px solid #FFFFFF;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__reasons .reason-flex .company-estime td {
    font-size: 16px;
  }
}
.lp3-wrapper .section__reasons .reason-flex .company-estime tr {
  background-color: #DEDEDE;
  color: #000000;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__reasons .reason-flex .company-estime tr {
    font-size: 16px;
  }
}
.lp3-wrapper .section__reasons .reason-content {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__reasons .reason-content {
    margin-top: 80px;
  }
}
.lp3-wrapper .section__reasons .reason-content__flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__reasons .reason-content__flex {
    display: -webkit-box; /* old Android */
    display: -moz-box; /* Firefox */
    display: -webkit-flex; /* Safari etc. */
    display: -ms-flexbox; /* IE10        */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
}
.lp3-wrapper .section__reasons .reason-content img {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__reasons .reason-content img {
    margin-bottom: 48px;
  }
}
.lp3-wrapper .section__reasons .reason-content .pc_img {
  display: block;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__reasons .reason-content .pc_img {
    display: none;
  }
}
.lp3-wrapper .section__reasons .reason-content .sp_img {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__reasons .reason-content .sp_img {
    display: block;
  }
}
.lp3-wrapper .section__reasons .lp_banner-wrapper {
  margin-top: 195px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__reasons .lp_banner-wrapper {
    margin-top: 80px;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__point .section-title {
    margin-bottom: 32px;
  }
}
.lp3-wrapper .section__point .point-content {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1030px;
  margin: 0 auto 165px;
  padding: 0px 20px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__point .point-content {
    display: block;
    margin: 0 auto 80px;
    padding: 0px 20px;
  }
}
.lp3-wrapper .section__point .point-content .point-detail {
  width: 240px;
  color: #FFFFFF;
  min-width: 240px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__point .point-content .point-detail {
    width: 66%;
    margin: 0 auto;
  }
}
.lp3-wrapper .section__point .point-content .point-detail .number {
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
}
.lp3-wrapper .section__point .point-content .point-detail .sub-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  margin: 40px 0px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__point .point-content .point-detail .sub-title {
    margin: 32px 0px;
  }
}
.lp3-wrapper .section__point .point-content .point-detail .detail {
  font-weight: 300;
  font-size: 12px;
  line-height: 200%;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__point .point-content .line {
    margin: 56px auto;
    display: block;
    height: 100%;
  }
}
.lp3-wrapper .section__flow .flow_content {
  max-width: 1120px;
  margin: 0 auto 195px;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__flow .flow_content {
    display: block;
    margin: 0 auto 120px;
  }
}
.lp3-wrapper .section__flow .flow_content .flow_detail {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__flow .flow_content .flow_detail {
    margin: 0 auto;
  }
  .lp3-wrapper .section__flow .flow_content .flow_detail:nth-child(2) {
    margin: 72px auto;
  }
}
.lp3-wrapper .section__flow .flow_content .flow_detail .title {
  padding: 21px 0px;
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 130%;
  color: #DDB570;
  text-align: center;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='320' height='79' viewBox='0 0 320 79' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 1.39404H298.792L319.433 39.894L298.792 78.394H0.5V1.39404Z' stroke='%23DDB570'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  height: 79px;
}
.lp3-wrapper .section__flow .flow_content .flow_detail img {
  width: 100%;
  margin: 32px 0px;
}
.lp3-wrapper .section__flow .flow_content .flow_detail .detail {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  color: #FFFFFF;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.lp3-wrapper .section__flow .lp_banner-wrapper {
  padding: 0px 20px;
}
.lp3-wrapper .section__how-to .how-to_wrapper {
  max-width: 1120px;
  margin: 24px auto 160px;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__how-to .how-to_wrapper {
    display: block;
    padding: 0px 20px;
    margin: 40px auto 60px;
  }
}
.lp3-wrapper .section__how-to .how-to_wrapper .how-to_content {
  width: 293.33px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__how-to .how-to_wrapper .how-to_content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__how-to .how-to_wrapper .how-to_content img {
    width: 100%;
  }
}
.lp3-wrapper .section__how-to .how-to_wrapper .how-to_content_2 {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__how-to .how-to_wrapper .how-to_content_2 {
    margin: 40px 0px;
  }
}
.lp3-wrapper .section__how-to .how-to_wrapper .how-to_content_3 {
  margin-top: 128px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__how-to .how-to_wrapper .how-to_content_3 {
    margin: 0px;
  }
}
.lp3-wrapper .section__how-to .how-to_wrapper .how-to_content .title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
  margin: 32px 0px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__how-to .how-to_wrapper .how-to_content .title {
    font-size: 16px;
    margin: 10px 0px;
    text-align: left;
  }
}
.lp3-wrapper .section__how-to .how-to_wrapper .how-to_content .detail {
  font-style: normal;
  font-weight: lighter;
  font-size: 12px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
.lp3-wrapper .section__many-voice .many-voice-wrapper {
  max-width: 1120px;
  margin: 56px auto 160px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__many-voice .many-voice-wrapper {
    margin: 40px auto 80px;
    width: 400px;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 375px) {
  .lp3-wrapper .section__many-voice .many-voice-wrapper {
    width: 100%;
  }
}
.lp3-wrapper .section__many-voice .many-voice-wrapper .inner-content {
  position: relative;
  width: 100%;
}
.lp3-wrapper .section__many-voice .many-voice-wrapper .inner-content .image, .lp3-wrapper .section__many-voice .many-voice-wrapper .inner-content .text {
  position: absolute;
  display: block;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__many-voice .many-voice-wrapper .inner-content .image, .lp3-wrapper .section__many-voice .many-voice-wrapper .inner-content .text {
    width: 100%;
    display: block;
  }
}
.lp3-wrapper .section__many-voice .many-voice-wrapper .inner-content-1 {
  height: 474px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__many-voice .many-voice-wrapper .inner-content-1 {
    height: auto;
    padding-top: 118px;
  }
  .lp3-wrapper .section__many-voice .many-voice-wrapper .inner-content-1::after {
    content: "";
    display: block;
    clear: both;
  }
}
.lp3-wrapper .section__many-voice .many-voice-wrapper .inner-content-1 .image {
  top: 0px;
  left: 0px;
  max-width: 477px;
  z-index: 2;
}
@media screen and (max-width: 1120px) {
  .lp3-wrapper .section__many-voice .many-voice-wrapper .inner-content-1 .image {
    width: 38%;
  }
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__many-voice .many-voice-wrapper .inner-content-1 .image {
    width: 273px;
  }
}
.lp3-wrapper .section__many-voice .many-voice-wrapper .inner-content-1 .text {
  bottom: 0px;
  right: 0px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__many-voice .many-voice-wrapper .inner-content-1 .text {
    position: initial;
    width: 300px;
    float: right;
  }
}
.lp3-wrapper .section__many-voice .many-voice-wrapper .inner-content-2 {
  height: 414.22px;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__many-voice .many-voice-wrapper .inner-content-2 {
    height: auto;
    padding-top: 118px;
    margin-top: 80px;
  }
  .lp3-wrapper .section__many-voice .many-voice-wrapper .inner-content-2::after {
    content: "";
    display: block;
    clear: both;
  }
}
.lp3-wrapper .section__many-voice .many-voice-wrapper .inner-content-2 .image {
  bottom: 0px;
  right: 0px;
  max-width: 477px;
  z-index: 2;
}
@media screen and (max-width: 1120px) {
  .lp3-wrapper .section__many-voice .many-voice-wrapper .inner-content-2 .image {
    width: 38%;
  }
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__many-voice .many-voice-wrapper .inner-content-2 .image {
    bottom: auto;
    top: 0px;
    width: 273px;
  }
}
.lp3-wrapper .section__many-voice .many-voice-wrapper .inner-content-2 .text {
  top: 0px;
  left: 0px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__many-voice .many-voice-wrapper .inner-content-2 .text {
    position: initial;
    float: left;
    width: 300px;
  }
}
.lp3-wrapper .section__location {
  background: #1A1A1A;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp3-wrapper .section__location a {
  color: white;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__location {
    flex-flow: column-reverse;
  }
}
.lp3-wrapper .section__location.second {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__location.second {
    padding-top: 40px;
    flex-flow: column;
  }
}
.lp3-wrapper .section__location .en-title {
  padding: 0px !important;
  justify-content: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__location .en-title {
    justify-content: center;
  }
}
.lp3-wrapper .section__location .en-title p {
  margin-left: 0px;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__location .en-title p {
    margin-left: 24px;
  }
}
.lp3-wrapper .section__location .span_sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__location .span_sp {
    display: block !important;
  }
}
.lp3-wrapper .section__location .bg_img {
  max-width: 817px;
  flex: 1;
}
.lp3-wrapper .section__location .bg_img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__location .bg_img {
    flex: inherit;
  }
}
.lp3-wrapper .section__location .content {
  width: 617px;
  color: white;
  padding-left: 68px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__location .content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.lp3-wrapper .section__location .detail-block {
  margin-bottom: 16px;
}
.lp3-wrapper .section__location .detail-block .name {
  font-size: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__location .detail-block .name {
    font-size: 4.2666666667vw;
  }
}
.lp3-wrapper .section__location .detail-block p {
  font-size: 12px;
  line-height: 170%;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__location .detail-block p {
    font-size: 3.2vw;
  }
}
.lp3-wrapper .section__contact {
  padding: 0px;
}
.lp3-wrapper .section__contact .wpcf7 {
  margin-top: 62px;
}
.lp3-wrapper .section__contact .wpcf7-form {
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__contact .wpcf7-form {
    padding: 0px 20px;
  }
}
.lp3-wrapper .section__contact .wpcf7-form .contact-flex .img_form {
  border-radius: 0px;
}
.lp3-wrapper .section__contact .wpcf7-form .contact-flex .img_form .up_link {
  color: #212121;
}
.lp3-wrapper .section__contact .wpcf7-form .contact-flex label {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.lp3-wrapper .section__contact .wpcf7-form .contact-flex label .modal_photo {
  color: #DDB570;
  text-decoration: underline;
}
.lp3-wrapper .section__contact .wpcf7-form .contact-flex label .modal_photo:after {
  background-image: url(../../../images/contact/info_wh.svg);
}
.lp3-wrapper .section__contact .wpcf7-form .contact-flex .wpcf7-form-control-wrap select, .lp3-wrapper .section__contact .wpcf7-form .contact-flex .wpcf7-form-control-wrap input, .lp3-wrapper .section__contact .wpcf7-form .contact-flex .wpcf7-form-control-wrap textarea {
  border-radius: 0px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.lp3-wrapper .section__contact .wpcf7-form .contact-flex .classmenu::before {
  background-image: url("../../../images/contact/select-arrow_wh.svg");
}
.lp3-wrapper .section__contact .wpcf7-form .contact-required .wpcf7-acceptance .wpcf7-list-item input {
  border-radius: 0px;
}
.lp3-wrapper .section__contact .wpcf7-form .contact-required p {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.lp3-wrapper .section__contact .wpcf7-form .wpcf7-submit {
  background: #DDB570;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  color: #000000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  border-radius: 0px;
}
.lp3-wrapper .section__contact .modal_photo_content__content {
  border-radius: 0px;
}
.lp3-wrapper .section__contact .modal_photo_content__content .title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #212121;
}
.lp3-wrapper .section__contact .modal_photo_content__content .columns .row .category {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #212121;
}
.lp3-wrapper .section__contact .modal_photo_content__content .photo_border {
  border: 0px;
  border-radius: 0px;
}
.lp3-wrapper .section__contact .privacy-policy-contact {
  width: 100%;
  height: 230px;
  background-color: #fff;
  overflow-y: scroll;
  padding: 20px;
  margin-bottom: 31px;
  font-size: 12px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.lp3-wrapper .section__contact .privacy-policy-contact .title {
  margin-bottom: 10px;
}
.lp3-wrapper .section__contact .privacy-policy-contact p, .lp3-wrapper .section__contact .privacy-policy-contact h2, .lp3-wrapper .section__contact .privacy-policy-contact .block {
  color: #000000;
  font-size: 12px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: normal;
}
.lp3-wrapper .section__contact .modal_thank_content {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}
.lp3-wrapper .section__contact .modal_thank_content__content {
  position: absolute;
  width: calc(100% - 40px);
  max-width: 668px;
  z-index: 1000;
  background-color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  position: relative;
  max-height: 90vh;
  overflow: scroll;
}
@media screen and (max-width: 500px) {
  .lp3-wrapper .section__contact .modal_thank_content__content {
    border-radius: 0px;
    width: 95%;
  }
}
.lp3-wrapper .section__contact .modal_thank_content__content .modal_thank_close {
  position: fixed;
  z-index: 1001;
  right: 12px;
  top: 12px;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .lp3-wrapper .section__contact .modal_thank_content__content .modal_thank_close {
    width: 18px;
    height: 18px;
  }
}
.lp3-wrapper .section__contact .modal_thank_content__content .thank-detail-txt {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  padding-bottom: 16px;
  border-bottom: 1px solid #212121;
  margin-bottom: 36px;
  text-align: center;
}
.lp3-wrapper .section__contact .modal_thank_content__content .thank-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__contact .modal_thank_content__content .thank-title {
    font-size: 22px;
  }
}
.lp3-wrapper .section__contact .modal_thank_content__content .thankyou-form .contact-flex label {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  width: 100%;
}
.lp3-wrapper .section__contact .modal_thank_content__content-inner {
  padding: 40px 58px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__contact .modal_thank_content__content-inner {
    padding: 40px 24px;
  }
}
.lp3-wrapper .tell-content {
  border: 1px solid #FFFFFF;
  padding: 39px 0px 57px;
  max-width: 838px;
  display: block;
  margin: 120px auto 0px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .tell-content {
    margin: 56px 20px 0px;
  }
}
.lp3-wrapper .tell-content .title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  color: #fff;
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .tell-content .title {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.lp3-wrapper .tell-content .flex-box {
  max-width: 646px;
  border-top: 1px solid #929292;
  padding-top: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .tell-content .flex-box {
    display: block;
  }
}
.lp3-wrapper .tell-content .flex-box .default-txt {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
  text-align: center;
}
.lp3-wrapper .tell-content .flex-box .default-txt a {
  display: block;
  text-align: center;
  color: #DDB570;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0.115em;
  text-decoration: none;
  margin: 8px 0px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .tell-content .flex-box .default-txt a {
    margin: 8px auto;
  }
}
.lp3-wrapper .tell-content .flex-box .line {
  display: block;
  background-color: #00B900;
  text-align: center;
  width: 320px;
  max-height: 64px;
  color: #fff;
  padding: 20px 0px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .tell-content .flex-box .line {
    margin: 40px auto 0px;
  }
}
.lp3-wrapper .tell-content .flex-box .line::after {
  content: "";
  display: block;
  border: 1px solid #fff;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 97%;
  height: 87%;
}
.lp3-wrapper .lp3_banner {
  display: block;
  max-width: 242px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #A0A0A0;
  padding: 16px 0px;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  font-weight: 500;
  margin-bottom: 120px;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .lp3_banner {
    max-width: 324px;
    padding: 6px 0px;
    padding-bottom: 10px;
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.lp3-wrapper .lp3_banner--title {
  color: #DDB570;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .lp3_banner--title {
    font-size: 12px;
  }
}
.lp3-wrapper .lp3_banner--text {
  color: white;
  letter-spacing: 0.14em;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .lp3_banner--text {
    font-size: 14px;
  }
}
.lp3-wrapper .lp3_banner:hover {
  background-color: white;
}
.lp3-wrapper .lp3_banner:hover .lp3_banner--text {
  color: #212121;
}
.lp3-wrapper .section__reasons {
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__reasons .swiper-button-next {
    top: 79%;
  }
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__reasons .swiper-button-prev {
    top: 79%;
  }
}
.lp3-wrapper .section__reasons .section__reasons_bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: 0.5s;
}
.lp3-wrapper .section__reasons .section__reasons_bg1 {
  background-image: url(../../../images/lp3/feature1.jpg);
  opacity: 1;
}
.lp3-wrapper .section__reasons .section__reasons_bg2 {
  background-image: url(../../../images/lp3/feature2.jpg);
  opacity: 0;
}
.lp3-wrapper .section__reasons .section__reasons_bg3 {
  background-image: url(../../../images/lp3/feature3.jpg);
  opacity: 0;
}
.lp3-wrapper .section__reasons .section__reasons_bg4 {
  background-image: url(../../../images/lp3/feature4.jpg);
  opacity: 0;
}
.lp3-wrapper .section__reasons .section__reasons_bg5 {
  background-image: url(../../../images/lp3/feature5.jpg);
  opacity: 0;
}
.lp3-wrapper .section__flow {
  background-image: url(../../../images/lp3/flow1.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__flow .swiper-button-next {
    top: 80%;
  }
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__flow .swiper-button-prev {
    top: 80%;
  }
}
.lp3-wrapper .section__flow .section__flow_bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: 0.5s;
}
.lp3-wrapper .section__flow .section__flow_bg1 {
  background-image: url(../../../images/lp3/flow1.jpg);
  opacity: 1;
}
.lp3-wrapper .section__flow .section__flow_bg2 {
  background-image: url(../../../images/lp3/flow2.jpg);
  opacity: 0;
}
.lp3-wrapper .section__flow .section__flow_bg3 {
  background-image: url(../../../images/lp3/flow3.jpg);
  opacity: 0;
}
.lp3-wrapper .section__pickup {
  background: radial-gradient(60.76% 51.2% at 50% 84.91%, #090909 0%, #292929 100%);
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__pickup .swiper-pagination {
    display: -webkit-box; /* old Android */
    display: -moz-box; /* Firefox */
    display: -webkit-flex; /* Safari etc. */
    display: -ms-flexbox; /* IE10        */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__pickup .swiper-pagination-bullet {
    width: inherit !important;
  }
}
.lp3-wrapper .section__price-content {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .section__price-content {
    margin-bottom: 40px;
  }
}

.lp_footer {
  width: 100%;
  padding: 0px;
}
.lp_footer ul {
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  padding: 21px 0px;
}
@media screen and (max-width: 768px) {
  .lp_footer ul {
    display: block;
    padding: 22px 0px;
  }
}
.lp_footer ul .link-lp {
  padding: 0px 40px;
}
@media screen and (max-width: 768px) {
  .lp_footer ul .link-lp {
    text-align: center;
    padding: 12px 0px 0px;
  }
  .lp_footer ul .link-lp:first-child {
    padding-top: 0px;
  }
}
.lp_footer ul .link-lp a {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.lp_footer .lp_footer-bottom {
  padding: 24px 0px;
}
@media screen and (max-width: 768px) {
  .lp_footer .lp_footer-bottom {
    padding-bottom: 74px;
  }
}
.lp_footer .lp_footer-bottom p {
  color: #8B8B8B;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .slash_pc {
    display: none;
  }
}

.flex_content--bg2_bg3 {
  display: flex;
}
@media screen and (max-width: 768px) {
  .flex_content--bg2_bg3 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .flex_content--bg2_bg3 img {
    width: 100%;
  }
}

.lp3-wrapper .swiper-pagination-bullet {
  width: 46px;
  height: 2px;
  border-radius: 0%;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .swiper-pagination-bullet {
    width: 12.2666666667vw;
    height: 0.5333333333vw;
  }
}
.lp3-wrapper .swiper-pagination-bullet-active {
  width: 46px;
  height: 2px;
  border-radius: 0%;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .swiper-pagination-bullet-active {
    width: 12.2666666667vw;
    height: 0.5333333333vw;
  }
}
.lp3-wrapper .swiper-pagination-bullets {
  bottom: 70px !important;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .swiper-pagination-bullets {
    bottom: 21.3333333333vw !important;
  }
}
.lp3-wrapper .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  right: 20px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .swiper-button-next {
    top: 86%;
    right: 5.3333333333vw;
  }
}
.lp3-wrapper .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  left: 20px;
}
@media screen and (max-width: 768px) {
  .lp3-wrapper .swiper-button-prev {
    left: 5.3333333333vw;
    top: 86%;
  }
}
.lp3-wrapper .swiper-pagination-bullet {
  background: url(../../../images/lp3/underline.png) transparent;
}
.lp3-wrapper .swiper-pagination-bullet-active {
  background: url(../../../images/lp3/underline-active.png);
}
.lp3-wrapper .swiper-container {
  position: relative;
  text-align: center;
  max-width: 1071px;
  padding: 0px 20px;
}
.swiper-container.lp3-voice-swiper .swiper-slide {
  padding: 40px 0px 122px;
}
@media screen and (max-width: 768px) {
  .swiper-container.lp3-voice-swiper .swiper-slide {
    padding-top: 18.6666666667vw;
    padding-bottom: 42.6666666667vw;
  }
}
.swiper-container.lp3-voice-swiper .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23565656'%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 768px) {
  .swiper-container.lp3-voice-swiper .swiper-button-next {
    top: 83%;
  }
}
.swiper-container.lp3-voice-swiper .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23565656'%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 768px) {
  .swiper-container.lp3-voice-swiper .swiper-button-prev {
    top: 83%;
  }
}
.swiper-container.lp3-voice-swiper .swiper-pagination-bullet {
  background: url(../../../images/lp3/voice-underline.png) transparent;
}
.swiper-container.lp3-voice-swiper .swiper-pagination-bullet-active {
  background: url(../../../images/lp3/voice-underline-active.png);
}
.swiper-container.lp3-voice-swiper img {
  max-width: 112px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .swiper-container.lp3-voice-swiper img {
    max-width: 29.8666666667vw;
  }
}
.swiper-container.lp3-voice-swiper .title {
  font-size: 16px;
  color: #212121;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .swiper-container.lp3-voice-swiper .title {
    font-size: 4.2666666667vw;
  }
}
.swiper-container.lp3-voice-swiper .text {
  max-width: 500px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 2;
  color: #212121;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .swiper-container.lp3-voice-swiper .text {
    font-size: 3.2vw;
    max-width: 100%;
  }
}

.swiper-container.lp3-feature-swiper {
  padding-top: 137px;
  padding-bottom: 222px;
}
@media screen and (max-width: 768px) {
  .swiper-container.lp3-feature-swiper {
    padding-bottom: 53.8666666667vw;
  }
}
.swiper-container.lp3-feature-swiper .title {
  color: #878787;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .swiper-container.lp3-feature-swiper .title {
    font-size: 4.2666666667vw;
  }
}
.swiper-container.lp3-feature-swiper .text {
  color: white;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .swiper-container.lp3-feature-swiper .text {
    font-size: 4.2666666667vw;
  }
}

.swiper-container.lp3-flow-swiper {
  padding-top: 137px;
  padding-bottom: 222px;
}
.swiper-container.lp3-flow-swiper .title {
  color: #878787;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 24px;
}
.swiper-container.lp3-flow-swiper .text {
  color: white;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 16px;
}
.swiper-container.lp3-flow-swiper .link-text {
  font-size: 12px;
  line-height: 1;
  color: #D6D6D6;
}
.swiper-container.lp3-flow-swiper .link-text a {
  color: #D6D6D6;
  text-decoration-line: underline;
  transition: 0.3s;
}
.swiper-container.lp3-flow-swiper .link-text a:hover {
  color: white;
}

.swiper-container.lp3-pickup-swiper {
  margin-top: 40px;
  padding-bottom: 122px;
}
@media screen and (max-width: 768px) {
  .swiper-container.lp3-pickup-swiper {
    padding-bottom: 53.8666666667vw;
  }
}
.swiper-container.lp3-pickup-swiper p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  /* or 22px */
  text-align: center;
  color: white;
}
@media screen and (max-width: 768px) {
  .swiper-container.lp3-pickup-swiper p {
    font-size: 3.7333333333vw;
  }
}
.swiper-container.lp3-pickup-swiper .buy {
  line-height: 100%;
  color: #DDB570;
  margin-top: 8px;
}

.section__point_pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .section__point_pc {
    display: none !important;
  }
}

.section__point_sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .section__point_sp {
    display: block !important;
  }
}
.section__point_sp .link-text {
  line-height: 200% !important;
}
@media screen and (max-width: 768px) {
  .section__point_sp .swiper-button-next {
    top: 83%;
  }
}
@media screen and (max-width: 768px) {
  .section__point_sp .swiper-button-prev {
    top: 83%;
  }
}

.ac-div {
  /* .ac-labelを親要素としてアイコン位置を絶対値で指定 */
  /* .icon-wrapの中でプラスを中央に位置させるために.iconを親要素に設定 */
  /* プラスアイコン */
  /* ２本の線を.icon-wrapの中央に並行に重ねる */
  /* そのうち1本を縦にする */
  /* プラスアイコンクリック後、マイナスにする */
}
.ac-div .ac-label {
  cursor: pointer;
  position: relative;
}
.ac-div .ac-content {
  display: none;
}
.ac-div .ac-content.first {
  display: block;
}
.ac-div .icon-wrap {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translatey(-50%);
  width: 38px;
  height: 38px;
}
.ac-div .icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.ac-div .icon:before,
.ac-div .icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #fff;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.ac-div .icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.ac-div .icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

@media screen and (max-width: 768px) {
  .top__purchase__price__is-pc {
    display: none;
  }
}

.top__purchase__price__is-sp {
  text-align: center;
  position: fixed;
  z-index: 99999;
  right: 0;
  bottom: 0;
  display: none;
  width: 100%;
  opacity: 1;
  transform: none;
  transition: 0.5s ease;
}
@media screen and (max-width: 768px) {
  .top__purchase__price__is-sp {
    display: block;
  }
}
.top__purchase__price__is-sp a {
  background: linear-gradient(180deg, #f9b19a 0%, #ef3006 100%);
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  padding: 15px 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
}
.top__purchase__price__is-sp a:before {
  content: "";
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shine 3s ease-in-out infinite;
  position: absolute;
  top: -180px;
  left: 0;
  transform: rotate(45deg);
  display: inline-block;
}
@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.top__purchase__price__is-sp a::after {
  content: "";
  position: absolute;
  background-image: url("../../../images/general_lp/top_arrow.png");
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  right: 2%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.top__purchase__price__is-sp.inactive {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.3s ease;
}

.lp-general-wrapper {
  padding-bottom: 80px;
  overflow: hidden;
}
.lp-general-wrapper .sp_cv {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .sp_cv {
    width: 100%;
  }
  .lp-general-wrapper .sp_cv__content {
    position: fixed;
    bottom: 0;
    display: flex;
    width: 100%;
    z-index: 1000;
  }
  .lp-general-wrapper .sp_cv a {
    display: block;
    width: 50%;
    text-align: center;
    line-height: 0;
  }
  .lp-general-wrapper .sp_cv .cv_tel {
    padding: 16px 0px;
    background: #EEF7FF;
  }
  .lp-general-wrapper .sp_cv .cv_line {
    padding: 13px 0px 11px;
    position: relative;
    background: rgb(0, 185, 0);
  }
}
.lp-general-wrapper table th,
.lp-general-wrapper table td {
  border: none;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper {
    padding-bottom: 48px;
  }
}
.lp-general-wrapper .kv__inner {
  background: linear-gradient(114deg, rgba(215, 245, 255, 0.90625) 28.16%, #eef8fb 66.32%, #94d5ea 100%);
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .kv__inner {
    position: relative;
    z-index: -2;
  }
}
.lp-general-wrapper .kv__content {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding-left: 8%;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .kv__content {
    padding-left: 0;
    overflow: hidden;
    z-index: -1;
  }
}
.lp-general-wrapper .kv__content .top__purchase__price {
  text-align: center;
  position: absolute;
  right: 6%;
  top: 0px;
  z-index: 99;
  margin-top: 22px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .kv__content .top__purchase__price form {
    display: none;
  }
}
.lp-general-wrapper .kv__flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .kv__flex {
    padding-top: 14px;
  }
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .kv__flex__left {
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .kv__flex__left {
    padding-bottom: 45px;
  }
}
.lp-general-wrapper .kv__flex__left__catch {
  font-size: 32px;
  color: #226db1;
  font-weight: 700;
  margin-bottom: 6px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .kv__flex__left__catch {
    font-size: 18px;
    line-height: 1.4;
    padding-left: 18px;
    margin-left: 0;
    word-break: keep-all;
  }
}
.lp-general-wrapper .kv__flex__left__catch .big {
  font-size: 53px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .kv__flex__left__catch .big {
    font-size: 29px;
  }
}
.lp-general-wrapper .kv__flex__left__catch.change {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .kv__flex__left__catch.change {
    font-size: 18px;
    padding-left: 0px;
  }
}
.lp-general-wrapper .kv__flex__left__catch.change .big {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .kv__flex__left__catch.change .big {
    font-size: 29px;
  }
}
.lp-general-wrapper .kv__flex__left h1 {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .kv__flex__left h1 {
    margin-left: 0;
    max-width: 260px;
    margin: 12px auto 0;
    padding-left: 13px;
    margin-right: 85px;
  }
}
.lp-general-wrapper .kv__flex__left__chapter {
  text-align: center;
  margin: 24px 0 30px -55px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .kv__flex__left__chapter {
    font-size: 29px;
    padding-left: 8px;
    max-width: 242px;
    margin: 0 auto 0px;
    margin-right: 85px;
  }
}
.lp-general-wrapper .kv__flex__left__block {
  transform: translate(0%, 2%);
}
.lp-general-wrapper .kv__flex__left__block__texts {
  text-align: left;
  position: relative;
  max-width: 578px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .kv__flex__left__block__texts {
    text-align: left;
    max-width: 260px;
    transform: translate(0%, 0%);
    margin-left: -18px;
  }
}
.lp-general-wrapper .kv__flex__left__block__texts::before {
  content: "";
  background-image: url("../../../images/general_lp/general-lp-watch.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  width: 274px;
  height: 274px;
  top: 51%;
  left: -13%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .kv__flex__left__block__texts::before {
    display: none;
  }
}
.lp-general-wrapper .kv__flex__left__block__texts p {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 60px;
  background: linear-gradient(90deg, rgba(34, 109, 177, 0) 0%, rgba(34, 109, 177, 0.52) 0%, #226db1 25.52%, rgba(34, 109, 177, 0.473781) 90.51%, rgba(34, 109, 177, 0) 100%);
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .kv__flex__left__block__texts p {
    font-size: 14px;
    padding: 7px 16px;
    background: linear-gradient(90deg, #226db1 25.52%, rgba(34, 109, 177, 0.473781) 90.51%, rgba(34, 109, 177, 0) 100%);
  }
}
.lp-general-wrapper .kv__flex__left__block__texts p:not(:last-child) {
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .kv__flex__left__block__texts p:not(:last-child) {
    margin-bottom: 10px;
  }
}
.lp-general-wrapper .kv__flex__right {
  padding-top: 90px;
  margin-bottom: auto;
}
.lp-general-wrapper .kv__flex__right__image {
  max-width: 465px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .kv__flex__right__image {
    position: absolute;
    max-width: 251px;
    bottom: -45px;
    right: -21%;
  }
}
.lp-general-wrapper .kv__flex__right__image img {
  z-index: -1;
  width: auto;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .kv__txt {
    text-align: center;
    margin-bottom: 13.3px;
  }
}
.lp-general-wrapper .kv__txt img {
  max-width: 258.62px;
  margin-bottom: 68.76px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .kv__txt img {
    width: 161px;
    margin-bottom: 32px;
  }
}
.lp-general-wrapper .kv__txt p {
  font-style: normal;
  font-weight: 500;
  font-size: 43.1735px;
  line-height: 130%;
  color: white;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .kv__txt p {
    font-size: 29px;
    line-height: 43px;
  }
}
.lp-general-wrapper .product__sell {
  padding: 52px 0;
  background-color: #2874b9;
  text-align: center;
  background-size: auto auto;
  background-color: rgb(40, 116, 185);
  background-image: repeating-linear-gradient(110deg, transparent, transparent 15px, rgb(34, 109, 177) 15px, rgb(34, 109, 177) 50px);
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .product__sell {
    padding: 60px 22px 29px;
  }
}
.lp-general-wrapper .product__sell__title {
  display: inline-block;
  position: relative;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  transform: translate(0px, -5px);
}
.lp-general-wrapper .product__sell__title .br {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .product__sell__title .br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .product__sell__title {
    font-size: 20px;
    width: 238px;
    padding-top: 23px;
  }
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .product__sell__title.top_title {
    font-size: 20px;
    width: 238px;
    padding-top: 10px;
  }
  .lp-general-wrapper .product__sell__title.top_title::after {
    top: -153px;
  }
}
.lp-general-wrapper .product__sell__title::before {
  position: absolute;
  bottom: 0;
  left: -53%;
  content: url("../../../images/general_lp/free-assessment.png");
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .product__sell__title::before {
    top: -130%;
    left: -26%;
    content: url("../../../images/general_lp/free-assessment-sp.png");
  }
}
.lp-general-wrapper .product__sell__watch1::after, .lp-general-wrapper .product__sell__watch2::after, .lp-general-wrapper .product__sell__watch3::after, .lp-general-wrapper .product__sell__watch__sp::after {
  position: absolute;
  bottom: -90%;
  right: -34%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  width: 192px;
  min-height: 166px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .product__sell__watch1::after, .lp-general-wrapper .product__sell__watch2::after, .lp-general-wrapper .product__sell__watch3::after, .lp-general-wrapper .product__sell__watch__sp::after {
    width: 155px;
    top: -189%;
    right: -20%;
  }
}
.lp-general-wrapper .product__sell__watch1::after, .lp-general-wrapper .product__sell__watch3::after {
  content: "";
  background-image: url("../../../images/general_lp/product-sell-watch1.png");
}
.lp-general-wrapper .product__sell__watch2::after {
  content: "";
  background-image: url("../../../images/general_lp/product-sell-watch2.png");
}
.lp-general-wrapper .product__sell__watch__sp::after {
  content: "";
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .product__sell__watch__sp::after {
    background-image: url("../../../images/general_lp/product-sell-watch1.png");
  }
}
.lp-general-wrapper .product__sell__form {
  margin-top: 25px;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-general-wrapper .product__sell__form:last-child {
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .product__sell__form {
    flex-direction: column;
    margin-top: 0px;
  }
  .lp-general-wrapper .product__sell__form:last-child {
    align-items: center;
  }
}
.lp-general-wrapper .product__sell__form label {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
.lp-general-wrapper .product__sell__form__brand, .lp-general-wrapper .product__sell__form__model {
  text-align: left;
  margin-right: 40px;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .product__sell__form__brand, .lp-general-wrapper .product__sell__form__model {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.lp-general-wrapper .product__sell__form__brand select {
  cursor: pointer;
  height: 58px;
  font-size: 21px;
  color: #9c9c9c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  font-weight: 700;
  padding: 0px 20px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding-right: 42px;
}
.lp-general-wrapper .product__sell__form__model select {
  cursor: pointer;
  height: 58px;
  font-size: 21px;
  color: #9c9c9c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  font-weight: 700;
  padding: 0px 20px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.lp-general-wrapper .product__sell__form__model input {
  font-size: 21px;
  font-weight: 700;
  height: 58px;
  padding: 0px 20px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.lp-general-wrapper .product__sell__form__model input::placeholder {
  color: #9c9c9c;
}
.lp-general-wrapper .product__sell__form__model input:focus {
  color: #9c9c9c;
}
.lp-general-wrapper .product__sell__form button, .lp-general-wrapper .product__sell__form a {
  background: linear-gradient(180deg, #f9b19a 0%, #ef3006 100%);
  font-weight: 700;
  font-size: 21px;
  text-decoration: none;
  width: 275px;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #fff;
  outline: none;
  cursor: pointer;
  line-height: 1;
  z-index: 1;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 8px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  justify-content: flex-start;
  align-items: center;
  padding-left: 52px;
  padding-right: 34px;
  padding-top: 10px;
  padding-bottom: 9px;
  font-size: 28px;
  position: relative;
  overflow: hidden;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-general-wrapper .product__sell__form button:before, .lp-general-wrapper .product__sell__form a:before {
  content: "";
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shine 3s ease-in-out infinite;
  position: absolute;
  top: -180px;
  left: 0;
  transform: rotate(45deg);
  display: inline-block;
}
@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .product__sell__form button, .lp-general-wrapper .product__sell__form a {
    width: 275px;
  }
}
.lp-general-wrapper .product__sell__form button::after, .lp-general-wrapper .product__sell__form a::after {
  content: "";
  background-image: url("../../../images/general_lp/hermes_top_arrow.png");
  background-repeat: no-repeat;
  width: 73px;
  height: 36px;
  transform: translate(32%, 0%);
  background-size: contain;
  vertical-align: middle;
}
.lp-general-wrapper .product__sell__form a {
  display: none;
}
.lp-general-wrapper .product__sell__form .jewelry_cv {
  font-size: 24px;
  height: 56px;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  position: relative;
  margin-right: 40px;
}
.lp-general-wrapper .product__sell__form .jewelry_cv:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .product__sell__form .jewelry_cv {
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .lp-general-wrapper .product__sell__form .jewelry_cv:last-child {
    margin-bottom: 0px;
  }
}
.lp-general-wrapper .product__sell__form .jewelry_cv::after {
  position: absolute;
  content: "";
  background-image: url("../../../images/general_lp/arrow.png");
  background-repeat: no-repeat;
  width: 16px;
  height: 12px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-size: contain;
  vertical-align: middle;
}
.lp-general-wrapper .product__sell__form .jewelry_cv img {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.lp-general-wrapper .product__sell__form .line_cv {
  background: linear-gradient(180deg, #5FEF64 0%, #03AB00 100%);
}
.lp-general-wrapper .product__sell__form .line_cv img {
  width: 28px;
}
.lp-general-wrapper .product__sell__form .tel_cv {
  background: linear-gradient(180deg, #FFC93F 0%, #D07D00 100%);
}
.lp-general-wrapper .product__sell__form .tel_cv img {
  width: 24px;
}
.lp-general-wrapper .product__sell__form .mail_cv {
  background: linear-gradient(180deg, #F28D8D 0%, #B71717 100%);
}
.lp-general-wrapper .product__sell__form .mail_cv img {
  width: 24px;
}
.lp-general-wrapper .product__sell .product__sell__form__brand, .lp-general-wrapper .product__sell .product__sell__form__model {
  position: relative;
}
.lp-general-wrapper .product__sell .product__sell__form__brand::after, .lp-general-wrapper .product__sell .product__sell__form__model::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../../../images/general_lp/tab-rect.png");
  background-size: cover;
  pointer-events: none;
  width: 20px;
  height: 16px;
  top: 48px;
  right: 18px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .product__sell .product__sell__form__brand::after, .lp-general-wrapper .product__sell .product__sell__form__model::after {
    width: 15px;
    height: 12px;
  }
}
.lp-general-wrapper .product__sell .product__sell__form__brand.no_after::after, .lp-general-wrapper .product__sell .product__sell__form__model.no_after::after {
  display: none;
}
.lp-general-wrapper .product__sell .product__sell__form__brand.animation::after, .lp-general-wrapper .product__sell .product__sell__form__model.animation::after {
  top: 24px;
}
.lp-general-wrapper .product__sell .product__sell__form__brand.checked, .lp-general-wrapper .product__sell .product__sell__form__model.checked {
  position: relative;
}
.lp-general-wrapper .product__sell .product__sell__form__brand.checked::after, .lp-general-wrapper .product__sell .product__sell__form__model.checked::after {
  background-image: url("../../../images/satei/checked.png") !important;
  top: 21px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .product__sell .product__sell__form__brand.checked::after, .lp-general-wrapper .product__sell .product__sell__form__model.checked::after {
    top: 24px;
  }
}
.lp-general-wrapper .product__sell .product__sell__form__model.text::after {
  display: none;
}
.lp-general-wrapper .lp-side-button {
  display: block;
  background-color: #ddb570;
  padding: 6px 9.72px 23px 30px;
  width: 320px;
  position: fixed;
  right: -100%;
  bottom: 80px;
  z-index: 100;
  transition: 1s;
}
.lp-general-wrapper .lp-side-button .button-inner {
  padding: 5px 21px 0px 0px;
  width: 100%;
}
.lp-general-wrapper .lp-side-button .close-button {
  display: block;
  width: 16.5px;
  height: 16.5px;
  position: relative;
  float: right;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .lp-side-button .close-button {
    display: none;
  }
}
.lp-general-wrapper .lp-side-button .close-button::after, .lp-general-wrapper .lp-side-button .close-button::before {
  content: "";
  position: absolute;
  background-color: #212121;
  width: 1px;
  height: 20px;
  display: block;
  left: 50%;
  top: 0px;
}
.lp-general-wrapper .lp-side-button .close-button::after {
  transform: rotate(45deg);
}
.lp-general-wrapper .lp-side-button .close-button::before {
  transform: rotate(-45deg);
}
.lp-general-wrapper .lp-side-button .title {
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  letter-spacing: 0.14em;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 29px;
}
.lp-general-wrapper .lp-side-button .title span {
  width: 65.05px;
  height: 63.72px;
  display: block;
}
.lp-general-wrapper .lp-side-button .title span img {
  width: 100%;
}
.lp-general-wrapper .lp-side-button .go-link-button {
  width: 100%;
  background: #3b3b3b;
  padding: 16px 0px;
  text-align: center;
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
}
.lp-general-wrapper .isActive {
  right: 0px;
}
.lp-general-wrapper .section {
  width: 100%;
}
.lp-general-wrapper .section-title {
  padding-bottom: 38px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 34.9%, rgba(255, 255, 255, 0.02) 69.79%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section-title {
    padding-bottom: 32px;
  }
}
.lp-general-wrapper .section-title .en-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
}
.lp-general-wrapper .section-title .en-title::before, .lp-general-wrapper .section-title .en-title::after {
  content: "";
  background-position: center center;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}
.lp-general-wrapper .section-title .en-title::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDIzIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMi41IDAuMjAzMTMzTDIyLjUgNS4yMDMxM0wwLjUgNC4wOTg5NUwwLjUgMS41OTg5NUwyMi41IDAuMjAzMTMzWiIgZmlsbD0iIzIyNkRCMSIvPgo8L3N2Zz4K");
}
.lp-general-wrapper .section-title .en-title::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDIzIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjUgMC4yMDMxMzNMMC41IDUuMjAzMTNMMjIuNSA0LjA5ODk1TDIyLjUgMS41OTg5NUwwLjUgMC4yMDMxMzNaIiBmaWxsPSIjMjI2REIxIi8+Cjwvc3ZnPgo=");
}
.lp-general-wrapper .section-title .en-title p {
  text-align: center;
  color: #226db1;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  line-height: 130%;
  margin: 0px 8px;
  line-height: 1.1;
  font-size: 15px;
}
.lp-general-wrapper .section-title .ja-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  color: #000;
  text-align: center;
  line-height: 1.3;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section-title .ja-title {
    font-size: 30px;
  }
}
.lp-general-wrapper .section__price {
  background: linear-gradient(180deg, #daf6ff 0%, #d9f5fe 23.96%, #d2eff8 49.48%, #b3e2f0 71.87%, rgba(170, 222, 238, 0) 100%);
  padding-top: 56px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__price {
    padding-top: 44px;
  }
}
.lp-general-wrapper .section__price h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  padding: 87px 0 54px 0;
  font-style: normal;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__price h2 {
    padding: 46px 0 30px 0;
    font-size: 24px;
  }
}
.lp-general-wrapper .section__price .flex-bg {
  background-size: auto 100%;
  background-position: left;
  background-repeat: no-repeat;
  width: 100%;
}
.lp-general-wrapper .section__price .flex-bg-right {
  background-position: right;
}
.lp-general-wrapper .section__price .flex_wrap {
  width: 620.4px;
  margin: 0px auto;
  padding: 77px 0px;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lp-general-wrapper .section__price .flex_wrap .detail-image {
  width: 290.5px;
}
.lp-general-wrapper .section__price .separation {
  margin: 120px auto 80px;
  display: block;
}
.lp-general-wrapper .section__price .separation__bottom {
  margin: 85px auto 200px;
}
.lp-general-wrapper .section__price .mg {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__price .mg {
    margin-top: 40px;
  }
}
.lp-general-wrapper .section__price-content {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__price-content {
    padding: 0 16px 140px;
  }
}
.lp-general-wrapper .section__price-content .price-detail {
  display: flex;
  flex-direction: column;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__price-content .price-detail {
    width: 160px;
  }
}
.lp-general-wrapper .section__price-content .price-detail .title {
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__price-content .price-detail .title {
    font-size: 12px;
    margin-bottom: 17px;
  }
}
.lp-general-wrapper .section__price-content .price-detail .comparison-flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__price-content .price-detail .comparison-flex {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.lp-general-wrapper .section__price-content .price-detail .comparison-flex p {
  display: block;
  width: 144px;
  background: #dfdfdf;
  padding: 6px 0px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  margin: 0px 8px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__price-content .price-detail .comparison-flex p {
    margin-bottom: 8px;
  }
}
.lp-general-wrapper .section__price-content .price-detail .comparison-flex p span {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  margin-right: 4px;
}
.lp-general-wrapper .section__price-content .price-detail .shrine-price {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffd7cb;
  border-radius: 4px;
  margin: 0 auto;
  padding: 5px 20px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__price-content .price-detail .shrine-price {
    flex-direction: column;
    width: 144px;
    margin: 0 auto;
    padding: 8px 11px;
  }
}
.lp-general-wrapper .section__price-content .price-detail .shrine-price .txt {
  color: #000;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  margin-right: 12px;
}
.lp-general-wrapper .section__price-content .price-detail .shrine-price .txt img {
  width: 140px;
}
.lp-general-wrapper .section__price-content .price-detail .shrine-price .price {
  color: #ef3006;
  font-size: 16px;
  line-height: 100%;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  word-break: keep-all;
}
.lp-general-wrapper .section__price-content .price-detail .shrine-price .price span {
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__price-content .price-detail .shrine-price .price span {
    font-size: 30px;
  }
}
.lp-general-wrapper .section__price-content .price-detail .line {
  width: 100%;
  display: block;
  height: 1px;
  background-color: #777777;
  margin: 16px 0px 8px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__price-content .price-detail .line {
    width: 144px;
    margin: 0 auto;
    margin: 16px 0px 8px;
  }
}
.lp-general-wrapper .section__price-content .price-detail .virtue-txt {
  font-size: 12px;
  color: #333;
  text-align: center;
  font-weight: normal;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__price-content .price-detail .virtue-txt {
    padding-bottom: 14px;
  }
}
.lp-general-wrapper .section__price-content .price-detail .virtue-txt span {
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
}
.lp-general-wrapper .section__price-content .another-flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  width: 90%;
}
.lp-general-wrapper .section__price-content .another-flex:nth-of-type(n + 9) {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__price-content .another-flex {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
.lp-general-wrapper .section__price-content .another-flex .another-block {
  margin: 0px 25px 42px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #dfdfdf;
  width: 340px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__price-content .another-flex .another-block {
    width: 100%;
    max-width: 343px;
    padding-top: 14px;
    margin: 0;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__price-content .another-flex .another-block-fix {
    display: -webkit-box; /* old Android */
    display: -moz-box; /* Firefox */
    display: -webkit-flex; /* Safari etc. */
    display: -ms-flexbox; /* IE10        */
    display: flex;
    justify-content: space-between;
    align-items: initial;
    flex: auto 160px;
  }
  .lp-general-wrapper .section__price-content .another-flex .another-block-fix .title {
    display: none;
  }
}
.lp-general-wrapper .section__price-content .another-flex .another-block .title_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__price-content .another-flex .another-block .title_sp {
    display: block;
    padding: 0px 18px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
  }
}
.lp-general-wrapper .section__price-content .another-flex .another-block .title_sp hr:first-child {
  display: none;
}
.lp-general-wrapper .section__price-content .another-flex .another-block .title_sp hr {
  margin: 1px 0px;
}
.lp-general-wrapper .section__price-content .another-flex .another-block .title_sp_text {
  margin-right: 10px;
  display: inline;
}
.lp-general-wrapper .section__price-content .another-flex .detail-image {
  max-width: 193px;
  margin: 25px auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__price-content .another-flex .detail-image {
    max-width: 180px;
    margin: auto;
    height: auto;
    width: calc(100% - 160px);
  }
}
.lp-general-wrapper .section__lp__review__inner {
  background: rgba(238, 248, 251, 0.5019607843);
  padding: 56px 0 64px;
  margin: 75px 0;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__lp__review__inner {
    padding: 44px 0 77px;
    margin: 40px 0 20px;
  }
}
.lp-general-wrapper .section__lp__review__content {
  max-width: 1120px;
  margin: 0 auto;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__lp__review__content {
    padding: 0 16px;
  }
}
.lp-general-wrapper .section__lp__review__content ul {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  list-style: none;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__lp__review__content ul {
    flex-direction: column;
    align-items: center;
  }
}
.lp-general-wrapper .section__lp__review__content ul li {
  max-width: 336px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__lp__review__content ul li {
    max-width: 500px;
  }
  .lp-general-wrapper .section__lp__review__content ul li:not(:last-child) {
    margin-bottom: 60px;
  }
}
.lp-general-wrapper .section__lp__review__content ul li figure {
  text-align: center;
}
.lp-general-wrapper .section__lp__review__content ul li h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 25px 0 30px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__lp__review__content ul li h3 {
    font-size: 20px;
    margin: 2px 0 18px;
  }
}
.lp-general-wrapper .section__lp__review__content ul li p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 15px;
}
.lp-general-wrapper .section__lp__review__content ul li span {
  display: block;
  text-align: right;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
.lp-general-wrapper .section__reasons {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__reasons {
    padding-top: 48px;
  }
}
.lp-general-wrapper .section__reasons .reason-flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 982px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__reasons .reason-flex {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    margin-top: -5px;
  }
}
.lp-general-wrapper .section__reasons .reason-flex table {
  max-width: 481px;
  width: 50%;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 25px 25px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__reasons .reason-flex table {
    width: 100%;
    max-width: 340px;
  }
  .lp-general-wrapper .section__reasons .reason-flex table:last-child {
    margin-bottom: 37px;
  }
}
.lp-general-wrapper .section__reasons .reason-flex table tbody {
  width: 100%;
}
.lp-general-wrapper .section__reasons .reason-flex table th {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: block;
  min-height: 89px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  border-collapse: collapse;
}
.lp-general-wrapper .section__reasons .reason-flex table tr {
  display: block;
  max-width: 481px;
}
.lp-general-wrapper .section__reasons .reason-flex table tr td {
  display: block;
  max-width: 481px;
  color: #333333;
  text-align: center;
  min-height: 80px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  border-collapse: collapse;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__reasons .reason-flex table tr td {
    width: 100%;
    font-size: 16px;
  }
}
.lp-general-wrapper .section__reasons .reason-flex .company-a {
  border: 1px solid #878787;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__reasons .reason-flex .company-a {
    max-width: 297px;
  }
}
.lp-general-wrapper .section__reasons .reason-flex .company-a .title {
  background: #5b5b5b;
  padding: 28px 0px 25px;
  font-style: normal;
  font-size: 28px;
  color: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__reasons .reason-flex .company-a .title {
    font-size: 20px;
    min-height: 64px;
    padding: 0;
  }
}
.lp-general-wrapper .section__reasons .reason-flex .company-a tbody {
  border: 1px solid #878787;
}
.lp-general-wrapper .section__reasons .reason-flex .company-a tr {
  background-color: #bebebe;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
}
.lp-general-wrapper .section__reasons .reason-flex .company-a td:not(:last-child) {
  border-bottom: 1px solid #878787;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__reasons .reason-flex .company-a td {
    min-height: 68px;
    font-size: 14px;
  }
}
.lp-general-wrapper .section__reasons .reason-flex .company-estime .title {
  background: #2b74b9;
  padding: 37px 0px;
}
.lp-general-wrapper .section__reasons .reason-flex .company-estime .title img {
  width: 187px;
  display: block;
  margin: 0 auto;
}
.lp-general-wrapper .section__reasons .reason-flex .company-estime tr {
  background-color: #bbd6ff;
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
}
.lp-general-wrapper .section__reasons .reason-flex .company-estime th,
.lp-general-wrapper .section__reasons .reason-flex .company-estime td {
  border-bottom: 1px solid #ffffff;
}
.lp-general-wrapper .section__reasons .lp_banner-wrapper {
  margin-top: 195px;
}
.lp-general-wrapper .section__point .point-content {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1030px;
  margin: 0 auto 165px;
}
.lp-general-wrapper .section__point .point-content .point-detail {
  width: 240px;
  color: #ffffff;
}
.lp-general-wrapper .section__point .point-content .point-detail .number {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
}
.lp-general-wrapper .section__point .point-content .point-detail .sub-title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  margin: 40px 0px;
}
.lp-general-wrapper .section__point .point-content .point-detail .detail {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
}
.lp-general-wrapper .section__flow {
  margin: 0 auto 198px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__flow {
    margin: 0 auto 190px;
  }
}
.lp-general-wrapper .section__flow .flow_content {
  max-width: 1120px;
  margin: 0 auto;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__flow .flow_content {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0px 16px;
  }
}
.lp-general-wrapper .section__flow .flow_content .flow_detail {
  max-width: 320px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__flow .flow_content .flow_detail:not(:last-child) {
    margin-bottom: 40px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__flow .flow_content .flow_detail {
    max-width: 340px;
  }
}
.lp-general-wrapper .section__flow .flow_content .flow_detail .title {
  padding: 21px 0px;
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 130%;
  color: #ffffff;
  text-align: center;
  position: relative;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIwIiBoZWlnaHQ9Ijc4IiB2aWV3Qm94PSIwIDAgMzIwIDc4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMCAwSDI5OS4wOTFMMzIwIDM5TDI5OS4wOTEgNzhIMFYwWiIgZmlsbD0iIzI4NzRCOSIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  height: 79px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__flow .flow_content .flow_detail .title {
    height: auto;
    background-image: none;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__flow .flow_content .flow_detail .sp {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQzIiBoZWlnaHQ9Ijc5IiB2aWV3Qm94PSIwIDAgMzQzIDc5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMCAwLjcwMzEyNUgzMjAuNTg4TDM0MyAzOS43MDMxTDMyMC41ODggNzguNzAzMUgwVjAuNzAzMTI1WiIgZmlsbD0iIzI4NzRCOSIvPgo8L3N2Zz4K");
  }
}
.lp-general-wrapper .section__flow .flow_content .flow_detail img {
  width: 100%;
  margin: 32px 0px;
  display: block;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__flow .flow_content .flow_detail img {
    margin: 18px 0;
    height: 200px;
  }
}
.lp-general-wrapper .section__flow .flow_content .flow_detail .detail {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
}
.lp-general-wrapper .section__many__voice {
  background-color: #f6fbfc;
  padding-top: 56px;
  padding-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__many__voice {
    padding-top: 42px;
    padding-bottom: 56px;
    margin-bottom: 137px;
  }
}
.lp-general-wrapper .section__many__voice__wrapper {
  max-width: 1120px;
  margin: 0 auto 160px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__many__voice__wrapper {
    padding: 0 16px;
    margin: 0 auto 0;
  }
}
.lp-general-wrapper .section__many__voice__wrapper ul {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__many__voice__wrapper ul {
    flex-direction: column;
  }
}
.lp-general-wrapper .section__many__voice__wrapper ul li {
  max-width: 510px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__many__voice__wrapper ul li:not(:last-child) {
    margin-bottom: 45px;
  }
}
.lp-general-wrapper .section__many__voice__wrapper ul li h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 24px 0 28px 0;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__many__voice__wrapper ul li h3 {
    font-size: 20px;
    margin: 6px 0 20px 0;
  }
  .lp-general-wrapper .section__many__voice__wrapper ul li h3 .br {
    display: none;
  }
}
.lp-general-wrapper .section__many__voice__wrapper ul li p,
.lp-general-wrapper .section__many__voice__wrapper ul li span {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
.lp-general-wrapper .section__many__voice__wrapper ul li span {
  display: block;
  margin-top: 24px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__many__voice__wrapper ul li span {
    margin-top: 12px;
  }
}
.lp-general-wrapper .section__location {
  padding: 75px 0;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__location {
    padding: 42px 0 50px;
  }
}
.lp-general-wrapper .section__location .location-content {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.lp-general-wrapper .section__location .location-content.osaka {
  margin-top: 40px;
}
.lp-general-wrapper .section__location .location-content .inner-content {
  width: 100%;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: initial;
  align-items: initial;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__location .location-content .inner-content {
    flex-direction: column;
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__location .location-content .inner-content.osaka {
    flex-direction: inherit;
    flex-wrap: wrap-reverse;
  }
}
.lp-general-wrapper .section__location .location-content .inner-content figure {
  max-width: 560px;
}
.lp-general-wrapper .section__location .location-content .inner-content figure img {
  vertical-align: top;
}
.lp-general-wrapper .section__location .location-content .inner-content .text_block {
  max-width: 480px;
  margin-left: 79px;
  margin-top: -4px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__location .location-content .inner-content .text_block {
    margin-left: 0;
  }
}
.lp-general-wrapper .section__location .location-content .inner-content .text_block .content-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__location .location-content .inner-content .text_block .content-title {
    font-size: 20px;
    margin-top: 24px;
  }
}
.lp-general-wrapper .section__location .location-content .inner-content .text_block .detail-block {
  margin-bottom: 16px;
}
.lp-general-wrapper .section__location .location-content .inner-content .text_block .detail-block .title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
}
.lp-general-wrapper .section__location .location-content .inner-content .text_block .detail-block .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
}
.lp-general-wrapper .section__location .location-content .inner-content .text_block .detail-block .text .br {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__location .location-content .inner-content .text_block .detail-block .text .br {
    display: block;
  }
}
.lp-general-wrapper .section__location .location-content .inner-content .text_block .detail-block:last-child {
  margin-bottom: 0px;
}
.lp-general-wrapper .section__location .location-content .inner-content .text_block .detail-block .day {
  text-indent: inherit;
}
.lp-general-wrapper .section__location .location-content .inner-content .text_block.osaka {
  margin-left: 0;
  margin-right: 79px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__location .location-content .inner-content .text_block.osaka {
    margin-right: 0;
  }
}
.lp-general-wrapper .section__contact {
  padding: 0px;
}
.lp-general-wrapper .section__contact__title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
.lp-general-wrapper .section__contact .wpcf7-form {
  max-width: 640px;
  margin: 0 auto;
}
.lp-general-wrapper .section__contact .wpcf7-form .contact-flex .img_form_lp {
  border-radius: 0px;
}
.lp-general-wrapper .section__contact .wpcf7-form .contact-flex label {
  color: #fff;
}
.lp-general-wrapper .section__contact .wpcf7-form .contact-flex .wpcf7-form-control-wrap select,
.lp-general-wrapper .section__contact .wpcf7-form .contact-flex .wpcf7-form-control-wrap input,
.lp-general-wrapper .section__contact .wpcf7-form .contact-flex .wpcf7-form-control-wrap textarea {
  border-radius: 0px;
  color: #333333;
}
.lp-general-wrapper .section__contact .wpcf7-form .contact-flex .wpcf7-form-control-wrap input {
  background: #eef7ff;
}
.lp-general-wrapper .section__contact .wpcf7-form .contact-required .wpcf7-acceptance .wpcf7-list-item input {
  border-radius: 0px;
}
.lp-general-wrapper .section__contact .wpcf7-form .contact-required p {
  color: #fff;
}
.lp-general-wrapper .section__contact .privacy-policy-contact {
  width: 100%;
  height: 230px;
  background-color: #fff;
  overflow-y: scroll;
  padding: 20px;
  margin-bottom: 31px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.lp-general-wrapper .section__contact .privacy-policy-contact .title {
  margin-bottom: 10px;
}
.lp-general-wrapper .section__contact .privacy-policy-contact p,
.lp-general-wrapper .section__contact .privacy-policy-contact h2 {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .section__contact .privacy-policy-contact p,
  .lp-general-wrapper .section__contact .privacy-policy-contact h2 {
    margin-left: 0;
  }
}
.lp-general-wrapper .section__contact .modal_thank_content {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}
.lp-general-wrapper .section__contact .modal_thank_content__content {
  position: absolute;
  width: 80%;
  max-width: 668px;
  z-index: 1000;
  background-color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  position: relative;
  max-height: 90vh;
  overflow: scroll;
}
@media screen and (max-width: 500px) {
  .lp-general-wrapper .section__contact .modal_thank_content__content {
    border-radius: 0px;
    width: 95%;
  }
}
.lp-general-wrapper .section__contact .modal_thank_content__content .modal_thank_close {
  position: fixed;
  z-index: 1001;
  right: 12px;
  top: 12px;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .lp-general-wrapper .section__contact .modal_thank_content__content .modal_thank_close {
    width: 18px;
    height: 18px;
  }
}
.lp-general-wrapper .section__contact .modal_thank_content__content .thank-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 16px;
}
.lp-general-wrapper .section__contact .modal_thank_content__content-inner {
  padding: 40px 58px;
}
.lp-general-wrapper .tell-content {
  background: #eef7ff;
  border-radius: 16px;
  padding: 32px 0px;
  max-width: 867px;
  display: block;
  margin: 48px auto 0px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .tell-content {
    margin: 40px 16px 0;
    padding: 32px 24px;
  }
}
.lp-general-wrapper .tell-content .title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #292929;
  text-align: center;
  margin-bottom: 28px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .tell-content .title {
    font-size: 18px;
    margin-bottom: 21px;
  }
}
.lp-general-wrapper .tell-content .flex-box {
  max-width: 627px;
  border-top: 2px solid #67a4ff;
  padding-top: 20px;
  margin: 0 auto;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .tell-content .flex-box {
    flex-direction: column;
    padding-top: 24px;
  }
}
.lp-general-wrapper .tell-content .flex-box .default-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #181818;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .tell-content .flex-box .default-txt {
    margin-bottom: 40px;
  }
}
.lp-general-wrapper .tell-content .flex-box .default-txt .bold {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}
.lp-general-wrapper .tell-content .flex-box .default-txt .red {
  display: block;
  text-align: center;
  color: #ef3006;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  margin: 8px 0;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.lp-general-wrapper .tell-content .flex-box .default-txt a {
  text-decoration: none;
}
.lp-general-wrapper .tell-content .flex-box .line {
  display: block;
  background-color: #00b900;
  text-align: center;
  width: 320px;
  max-height: 64px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #fff;
  padding: 20px 0px;
  position: relative;
  border-radius: 8px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .tell-content .flex-box .line {
    width: 295px;
  }
}
.lp-general-wrapper .tell-content-footer {
  margin: 67px auto 0px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .tell-content-footer {
    margin: 38px auto 0px;
  }
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .tell-content-footer .flex-box {
    padding-top: 28px;
  }
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .tell-content-footer .flex-box .default-txt {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper .tell-content-footer .flex-box .line {
    width: 295px;
  }
}
.lp-general-wrapper .section__contact .wpcf7-form .contact-flex label {
  color: #333333;
}
.lp-general-wrapper .section__contact .wpcf7-form .contact-flex .wpcf7-form-control-wrap select {
  color: #333333;
}
.lp-general-wrapper .contact-required p {
  color: #333333 !important;
}
.lp-general-wrapper .section__contact .wpcf7-form .contact-flex .wpcf7-form-control-wrap input {
  color: #333333 !important;
}
.lp-general-wrapper .top__purchase__price .product__sell__form a {
  display: none;
}
.lp-general-wrapper .wpcf7-submit {
  background: linear-gradient(180deg, #67a4ff 0%, #226db1 100%);
  border-radius: 50px;
  border: 3px solid #ffffff;
  margin-top: 24px;
}

.lp_footer {
  width: 100%;
  padding: 0px;
}
.lp_footer-wh {
  background: rgba(95, 95, 95, 0.1019607843);
}
.lp_footer-wh ul {
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  padding: 21px 0px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .lp_footer-wh ul {
    display: block;
  }
}
.lp_footer-wh ul .link-lp {
  padding: 0px 40px;
}
@media screen and (max-width: 768px) {
  .lp_footer-wh ul .link-lp {
    text-align: center;
    padding: 12px 0px;
  }
}
.lp_footer-wh ul .link-lp a {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.lp_footer-wh .lp_footer-bottom {
  padding: 24px 0px;
  background: #fff;
}
.lp_footer-wh .lp_footer-bottom p {
  color: #8b8b8b;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp_footer-wh .lp_footer-bottom {
    margin-bottom: 54px;
  }
}

.lp__contact {
  padding: 0px;
}
.lp__contact .modal_photo_content__content .title {
  color: #212121 !important;
  font-family: "Noto Serif JP", serif;
}
.lp__contact .modal_photo_content__content .columns .row .category {
  color: #212121;
  font-family: "Noto Serif JP", serif;
}
.lp__contact .modal_photo_content__content .photo_border {
  border: 0px;
  border-radius: 0px;
}
.lp__contact__logo {
  display: block;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp__contact__logo {
    margin-top: 24px;
  }
}
.lp__contact__title {
  margin: 96px 0 80px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .lp__contact__title {
    font-size: 30px;
    margin: 56px 0 40px;
  }
}
.lp__contact .wpcf7-form {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .lp__contact .wpcf7-form {
    padding: 0 15px;
  }
}
.lp__contact .wpcf7-form .wpcf7-submit {
  background: linear-gradient(180deg, #67a4ff 0%, #226db1 100%);
  border-radius: 50px;
  border: 3px solid #ffffff;
  margin-top: 24px;
}
.lp__contact .wpcf7-form .privacy-policy-contact {
  width: 100%;
  height: 230px;
  background-color: #fff;
  overflow-y: scroll;
  padding: 20px;
  margin-bottom: 31px;
  border: 1px solid #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
.lp__contact .wpcf7-form .privacy-policy-contact .title {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .lp__contact .wpcf7-form .privacy-policy-contact .title {
    font-size: 12px;
  }
}
.lp__contact .wpcf7-form .privacy-policy-contact p,
.lp__contact .wpcf7-form .privacy-policy-contact h2 {
  color: #000000;
}
.lp__contact .wpcf7-form .privacy-policy-contact .block {
  color: #000000;
}
@media screen and (max-width: 768px) {
  .lp__contact .wpcf7-form .privacy-policy-contact .block {
    font-size: 12px;
  }
}
.lp__contact .wpcf7-form .privacy-policy-contact .block h2 {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .lp__contact .wpcf7-form .privacy-policy-contact .block h2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .lp__contact .wpcf7-form .privacy-policy-contact .block {
    margin-left: 0;
  }
}
.lp__contact .wpcf7-form .privacy-policy-contact .block:not(:last-child) {
  margin-bottom: 20px;
}
.lp__contact .modal_thank_content {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}
.lp__contact .modal_thank_content__content {
  position: absolute;
  width: 80%;
  max-width: 668px;
  z-index: 1000;
  background-color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  position: relative;
  max-height: 90vh;
  overflow: scroll;
}
@media screen and (max-width: 500px) {
  .lp__contact .modal_thank_content__content {
    border-radius: 0px;
    width: 95%;
  }
}
.lp__contact .modal_thank_content__content .modal_thank_close {
  position: fixed;
  z-index: 1001;
  right: 12px;
  top: 12px;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .lp__contact .modal_thank_content__content .modal_thank_close {
    width: 18px;
    height: 18px;
  }
}
.lp__contact .modal_thank_content__content .thank-detail-txt {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  padding-bottom: 16px;
  border-bottom: 1px solid #212121;
  margin-bottom: 36px;
  text-align: center;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.lp__contact .modal_thank_content__content .thank-detail-txt .br {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp__contact .modal_thank_content__content .thank-detail-txt .br {
    display: block;
  }
}
.lp__contact .modal_thank_content__content .thank-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 16px;
}
.lp__contact .modal_thank_content__content .thankyou-form .contact-flex label {
  font-family: "Noto Serif JP", serif;
}
.lp__contact .modal_thank_content__content-inner {
  padding: 40px 58px;
}
@media screen and (max-width: 500px) {
  .lp__contact .modal_thank_content__content-inner {
    padding: 40px 22px;
  }
}

.lp-general-wrapper.hermes .kv__inner {
  background: white;
}
.lp-general-wrapper.hermes .kv__flex__left__catch {
  color: #0D0C33;
}
.lp-general-wrapper.hermes .kv__flex__left__block__texts p {
  background: linear-gradient(270deg, rgba(231, 118, 64, 0.078125) 0%, rgba(231, 118, 64, 0.838434) 14.06%, #E77640 50.52%, rgba(231, 118, 64, 0.726316) 87.5%, rgba(231, 118, 64, 0) 100%);
}
.lp-general-wrapper.hermes .product__sell__title::before {
  content: url("../../../images/general_lp/hermes-free-assessment.png");
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper.hermes .product__sell__title::before {
    content: url("../../../images/general_lp/hermes-free-assessment-sp.png");
  }
}
.lp-general-wrapper.hermes .product__sell {
  background-image: url("../../../images/general_lp/hermes-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.lp-general-wrapper.hermes .product__sell__form button, .lp-general-wrapper.hermes .kv__content .top__purchase__price a, .lp-general-wrapper.hermes .product__sell__form a {
  background: linear-gradient(180deg, #ED7200 0%, #BC4400 100%);
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 8px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  justify-content: flex-start;
  align-items: center;
  padding-left: 52px;
  padding-right: 21px;
  padding-top: 10px;
  padding-bottom: 9px;
  font-size: 28px;
}
.lp-general-wrapper.hermes .product__sell__form button::after, .lp-general-wrapper.hermes .kv__content .top__purchase__price a::after, .lp-general-wrapper.hermes .product__sell__form a::after {
  content: "";
  background-image: url(../../../images/general_lp/hermes_top_arrow.png);
  background-repeat: no-repeat;
  width: 73px;
  height: 36px;
  transform: translate(32%, 0%);
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper.hermes .section__lp__review__inner {
    margin-bottom: 48px;
  }
}
.lp-general-wrapper.hermes .section {
  margin-top: 48px;
}
.lp-general-wrapper.hermes .section__flow {
  background: #FCEFE9;
  padding-top: 56px;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper.hermes .section__flow {
    padding-top: 40px;
    padding-bottom: 56px;
  }
}
.lp-general-wrapper.hermes .tell-content {
  background: #FCEFE9;
}
.lp-general-wrapper.hermes .section__price {
  background: linear-gradient(180deg, #FCEFE9 0%, #FCEFE9 71.87%, rgba(252, 239, 233, 0) 100%);
}
.lp-general-wrapper.hermes .section-title .en-title p {
  color: #E77640;
}
.lp-general-wrapper.hermes .section-title .en-title::before {
  background-image: url("../../../images/general_lp/hermes-title-before.svg");
}
.lp-general-wrapper.hermes .section-title .en-title::after {
  background-image: url("../../../images/general_lp/hermes-title-after.svg");
}
.lp-general-wrapper.hermes .tell-content .flex-box {
  border-top: 2px solid #E77640;
}
.lp-general-wrapper.hermes .section__lp__review__inner {
  background: #FCEFE9;
}
.lp-general-wrapper.hermes .section__reasons .reason-flex .company-estime .title {
  background: #E77640;
}
.lp-general-wrapper.hermes .section__reasons .reason-flex .company-estime tr {
  background: #F0CDBC;
}
.lp-general-wrapper.hermes .section__flow .flow_content .flow_detail .title {
  background: url("../../../images/general_lp/hermes-arrow-base.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper.hermes .section__flow .flow_content .flow_detail .sp {
    background: url("../../../images/general_lp/hermes-arrow-base-sp.svg");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.lp-general-wrapper.hermes .section__many__voice {
  background: #FCEFE9;
}
.lp-general-wrapper.hermes .sp_cv .cv_tel {
  background: #FCEFE9;
}
.lp-general-wrapper.hermes .product__sell {
  background-color: #E77640;
}
.lp-general-wrapper.hermes .product__sell__watch1::after, .lp-general-wrapper.hermes .product__sell__watch2::after, .lp-general-wrapper.hermes .product__sell__watch3::after, .lp-general-wrapper.hermes .product__sell__watch__sp::after {
  right: -40%;
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper.hermes .product__sell__watch1::after, .lp-general-wrapper.hermes .product__sell__watch2::after, .lp-general-wrapper.hermes .product__sell__watch3::after, .lp-general-wrapper.hermes .product__sell__watch__sp::after {
    right: -25%;
  }
}
.lp-general-wrapper.hermes .kv__flex__left__block__texts p {
  background: linear-gradient(270deg, rgba(232, 126, 75, 0) 0%, rgba(232, 126, 75, 0.52) 13.02%, #E87E4B 34.38%);
}

footer.lp_footer.hermes {
  background: white;
}
footer.lp_footer.hermes ul {
  background: rgba(95, 95, 95, 0.1);
  list-style: none;
}
footer.lp_footer.hermes ul .link-lp a {
  color: #333333;
}

.lp__contact.hermes .wpcf7-form .contact-flex .wpcf7-form-control-wrap input, .lp__contact.hermes .wpcf7-form .contact-flex .wpcf7-form-control-wrap textarea, .lp__contact.hermes .wpcf7-form .contact-flex .wpcf7-form-control-wrap select {
  background: #FCEFE9;
}
.lp__contact.hermes .wpcf7-form .wpcf7-submit {
  background: linear-gradient(180deg, #ED7200 0%, #BC4400 100%);
  border: 3px solid #FFFFFF;
  box-sizing: border-box;
  /* cta_line */
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

.lp-general-wrapper.rolex .product__sell {
  background-image: url("../../../images/general_lp/rolex-sell_bg.jpg");
  background-size: 50px 96px;
  background-repeat: repeat;
}
.lp-general-wrapper.rolex .product__sell__title::before {
  content: url("../../../images/general_lp/rolex-free-assessment.png");
}
@media screen and (max-width: 768px) {
  .lp-general-wrapper.rolex .product__sell__title::before {
    content: url("../../../images/general_lp/rolex-free-assessment-sp.png");
  }
}
.lp-general-wrapper.rolex .kv__inner {
  background: none;
}
.lp-general-wrapper.rolex .kv__flex__left__block__texts p {
  background: linear-gradient(90deg, rgba(9, 80, 54, 0) 0%, rgba(9, 80, 54, 0.52) 5.21%, #095036 25.52%, rgba(9, 80, 54, 0.473781) 90.51%, rgba(9, 80, 54, 0) 100%);
}
.lp-general-wrapper.rolex .kv__flex__left__catch {
  color: #095036;
}

.product__sell__form__brand.animation .select-txt, .product__sell__form__model.animation .select-txt {
  width: 16px;
}
.product__sell__form__brand.animation .your-brand-select, .product__sell__form__brand.animation .your-model-select, .product__sell__form__model.animation .your-brand-select, .product__sell__form__model.animation .your-model-select {
  box-sizing: border-box;
}
.product__sell__form__brand.animation input[type=text],
.product__sell__form__brand.animation input[type=password],
.product__sell__form__brand.animation textarea,
.product__sell__form__brand.animation select, .product__sell__form__model.animation input[type=text],
.product__sell__form__model.animation input[type=password],
.product__sell__form__model.animation textarea,
.product__sell__form__model.animation select {
  outline: none;
}
.product__sell__form__brand.animation input[type=text],
.product__sell__form__brand.animation input[type=password],
.product__sell__form__brand.animation textarea,
.product__sell__form__brand.animation select, .product__sell__form__model.animation input[type=text],
.product__sell__form__model.animation input[type=password],
.product__sell__form__model.animation textarea,
.product__sell__form__model.animation select {
  outline: none;
}
.product__sell__form__brand.animation .checked, .product__sell__form__model.animation .checked {
  background-color: #DAF6FF;
}
.product__sell__form__brand.animation .blink, .product__sell__form__model.animation .blink {
  border: 5px solid #EF3006;
  display: flex;
  animation: blinkAnimation 1s ease infinite alternate;
}
@keyframes blinkAnimation {
  0% {
    border: 5px solid #FFFFFF;
  }
  49% {
    border: 5px solid #FFFFFF;
  }
  50% {
    border: 5px solid #EF3006;
  }
  100% {
    border: 5px solid #EF3006;
  }
}

.hight_chart.hermes_class {
  background-color: #FCEFE9;
}
.hight_chart.hermes_class .chart_text {
  background-color: #FFE6DA;
}

.hight_chart {
  width: 868px;
  margin: 0 auto;
  background-color: #EEF7FF;
  margin-bottom: 87px;
  padding-top: 36px;
}
@media screen and (max-width: 768px) {
  .hight_chart {
    width: 100%;
    padding: 0px 16px;
    padding-top: 36px;
  }
}
.hight_chart #ex_chart {
  width: 725px;
  margin: 0 auto;
  margin-bottom: 26px;
}
.hight_chart .chart_text {
  padding: 40px;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #DBEEFF;
}
@media screen and (max-width: 768px) {
  .hight_chart .chart_text {
    flex-wrap: wrap;
    padding: 24px 16px;
  }
}
.hight_chart .chart_text img {
  width: 88px;
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .hight_chart .chart_text img {
    display: block;
    margin: 0 auto;
  }
}
.hight_chart .chart_text .chart_text_e {
  background-color: white;
  padding: 24px;
  position: relative;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .hight_chart .chart_text .chart_text_e {
    margin-top: 24px;
  }
}
.hight_chart .chart_text .chart_text_e:before {
  content: "";
  position: absolute;
  top: 14%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid white;
}
@media screen and (max-width: 768px) {
  .hight_chart .chart_text .chart_text_e:before {
    border-right: 0px solid white;
    top: -14px;
    left: calc(50% - 15px);
    margin-top: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid white;
  }
}
.hight_chart .chart_text .chart_text_e .title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 6px;
}
.hight_chart .chart_text .chart_text_e .text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
}

.section__lp__hight.hermes_class .hight_title {
  background: #E77640;
  border-top: #F9B19A solid 6px;
}
.section__lp__hight.hermes_class .reason_1_section {
  background-color: #FCEFE9;
}

.section__lp__hight .hight_title {
  text-align: center;
  background: #2874B9;
  border-top: #5FBCFF solid 6px;
  padding: 32px;
}
.section__lp__hight .hight_title img {
  width: 128px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .section__lp__hight .hight_title img {
    width: 102px;
  }
}
.section__lp__hight .hight_title p {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: white;
}
@media screen and (max-width: 768px) {
  .section__lp__hight .hight_title p {
    font-size: 32px;
  }
}
.section__lp__hight .reason_1_section {
  background-color: #EEF7FF;
  padding: 40px 0px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .section__lp__hight .reason_1_section {
    padding: 40px 16px;
  }
}
.section__lp__hight .reason_1_section .reason_1_content {
  width: 1120px;
  margin: 0 auto;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section__lp__hight .reason_1_section .reason_1_content {
    width: 100%;
    flex-wrap: wrap;
  }
  .section__lp__hight .reason_1_section .reason_1_content:nth-child(even) {
    flex-wrap: wrap-reverse;
  }
}
.section__lp__hight .reason_1_section .reason_1_content img {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .section__lp__hight .reason_1_section .reason_1_content img {
    width: 100%;
  }
}
.section__lp__hight .reason_1_section .reason_1_content .reason_1_text {
  width: 492px;
}
.section__lp__hight .reason_1_section .reason_1_content .reason_1_text:nth-child(even) {
  margin-right: 48px;
}
@media screen and (max-width: 768px) {
  .section__lp__hight .reason_1_section .reason_1_content .reason_1_text:nth-child(even) {
    margin-right: 0px;
    padding: 10px;
  }
}
.section__lp__hight .reason_1_section .reason_1_content .reason_1_text:nth-child(odd) {
  margin-left: 48px;
}
@media screen and (max-width: 768px) {
  .section__lp__hight .reason_1_section .reason_1_content .reason_1_text:nth-child(odd) {
    margin-left: 0px;
    padding: 16px;
    padding-bottom: 24px;
  }
}
.section__lp__hight .reason_1_section .reason_1_content .reason_1_text .reason_1_icon {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 24px;
}
.section__lp__hight .reason_1_section .reason_1_content .reason_1_text .reason_1_icon img {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .section__lp__hight .reason_1_section .reason_1_content .reason_1_text .reason_1_icon img {
    width: 58px;
  }
}
.section__lp__hight .reason_1_section .reason_1_content .reason_1_text .reason_1_icon .title {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 41px;
  color: #333333;
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .section__lp__hight .reason_1_section .reason_1_content .reason_1_text .reason_1_icon .title {
    font-size: 20px;
    line-height: 29px;
  }
}
.section__lp__hight .reason_1_section .reason_1_content .reason_1_text .text {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #333333;
}
.section__lp__hight .condition {
  width: 858px;
  display: block;
  margin: 0 auto;
  margin-bottom: 86px;
}

.section_elected {
  width: 982px !important;
  display: block;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .section_elected {
    width: 100% !important;
    padding: 0px 16px;
  }
}
.section_elected .arrow_down {
  width: 210px;
  display: block;
  margin: 32px auto;
}
@media screen and (max-width: 768px) {
  .section_elected .arrow_down {
    width: 144px;
    margin: 16px auto;
  }
}

.section_review {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .section_review {
    margin-bottom: 48px;
  }
}
.section_review .review_title {
  width: 576px;
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .section_review .review_title {
    width: 88.9333333333%;
  }
}
.section_review .review-swiper-wrapper {
  position: relative;
  /* 次ページボタンのスタイル */
  /* 前ページボタンのスタイル */
}
.section_review .review-swiper-wrapper .review_title_content {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.section_review .review-swiper-wrapper .review_title_content .review_icon {
  width: 48px;
  height: 48px;
  margin-right: 16.5px;
}
.section_review .review-swiper-wrapper .review_title_content .review_title_content_text p {
  font-weight: 600;
  font-size: 15px;
  line-height: 130%;
  margin-bottom: 8px;
}
.section_review .review-swiper-wrapper .review_title_content .review_title_content_text img {
  width: 83px;
}
.section_review .review-swiper-wrapper .slide_card {
  width: 640px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  border-radius: 24.576px;
  padding: 32px 40px;
}
@media screen and (max-width: 768px) {
  .section_review .review-swiper-wrapper .slide_card {
    width: 311px;
  }
}
.section_review .review-swiper-wrapper .slide_card .text {
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
}
.section_review .review-swiper-wrapper .swiper-button-prev,
.section_review .review-swiper-wrapper .swiper-button-next {
  width: 48px; /* ボタンの幅 */
  height: 48px; /* ボタンの高さ */
  background-size: contain;
}
.section_review .review-swiper-wrapper .swiper-button-next {
  background-image: url("../../../images/lp_short/slide_arrow_right.png");
  right: 26%;
}
@media screen and (max-width: 768px) {
  .section_review .review-swiper-wrapper .swiper-button-next {
    right: 3%;
  }
}
.section_review .review-swiper-wrapper .swiper-button-prev {
  background-image: url("../../../images/lp_short/slide_arrow_left.png");
  left: 26%;
}
@media screen and (max-width: 768px) {
  .section_review .review-swiper-wrapper .swiper-button-prev {
    left: 3%;
  }
}
.section_review .review-swiper-wrapper .swiper-button-next.center {
  top: 35%;
}
.section_review .review-swiper-wrapper .swiper-button-prev.center {
  top: 35%;
}

.step_section {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .step_section {
    padding: 0 17px;
  }
}
.step_section .step_title {
  display: block;
  width: 480px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .step_section .step_title {
    width: 232px;
    margin-top: 0px;
  }
}
.step_section .step_content {
  display: block;
  width: 1120px;
  margin: 0 auto;
}

.remove {
  background-color: white;
}
.remove img {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .remove img {
    max-width: 704px;
    padding-top: 32px;
  }
}

.tax-top .remove {
  padding: 32px 0px;
}

.remove_store {
  color: #493938;
  background: #FFEAEA;
  padding: 16px;
  border: 1px solid #D60000;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
}
.remove_store span {
  color: #971000;
}
@media screen and (max-width: 768px) {
  .remove_store {
    font-size: 26px;
  }
}

.recruit_page .recruit_wrapper {
  max-width: 1000px;
  margin: 0 auto 56px;
}
@media screen and (max-width: 768px) {
  .recruit_page .recruit_wrapper {
    margin: 0 32px 64px;
  }
}
.recruit_page .recruit_wrapper .recruit_title {
  color: #971000;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .recruit_page .recruit_wrapper .recruit_title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.recruit_page .recruit_wrapper .flex_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .recruit_page .recruit_wrapper .flex_wrap {
    display: block;
  }
}
.recruit_page .recruit_wrapper .flex_wrap img {
  width: 440px;
}
@media screen and (max-width: 768px) {
  .recruit_page .recruit_wrapper .flex_wrap img {
    width: 100%;
    margin-bottom: 56px;
  }
}
.recruit_page .recruit_wrapper .flex_wrap .text_wrap {
  display: block;
  text-align: left;
}
.recruit_page .recruit_wrapper .flex_wrap .text_wrap .text_top {
  color: #493938;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .recruit_page .recruit_wrapper .flex_wrap .text_wrap .text_top {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.recruit_page .recruit_wrapper .flex_wrap .text_wrap .detail {
  font-size: 16px;
  color: #493938;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .recruit_page .recruit_wrapper .flex_wrap .text_wrap .detail {
    font-size: 28px;
  }
}
.recruit_page .recruit_wrapper .slide_wrap {
  display: block;
  background-color: #F5F5F5;
  border-radius: 8px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .recruit_page .recruit_wrapper .slide_wrap {
    margin-bottom: 40px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  }
}
.recruit_page .recruit_wrapper .slide_wrap__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 24px 32px;
}
@media screen and (max-width: 768px) {
  .recruit_page .recruit_wrapper .slide_wrap__head {
    padding: 32px;
  }
}
.recruit_page .recruit_wrapper .slide_wrap__head p {
  font-weight: 700;
  color: #8E693F;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .recruit_page .recruit_wrapper .slide_wrap__head p {
    font-size: 40px;
  }
}
.recruit_page .recruit_wrapper .slide_wrap__head .slide_button {
  display: block;
  width: 48px;
  height: 48px;
  transition: 0.3s;
  position: relative;
}
.recruit_page .recruit_wrapper .slide_wrap__head .slide_button::after {
  content: "";
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.0015);
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0px;
  left: 0px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .recruit_page .recruit_wrapper .slide_wrap__head .slide_button::after {
    display: none;
  }
}
.recruit_page .recruit_wrapper .slide_wrap__head .slide_button img {
  width: 100%;
  display: block;
}
.recruit_page .recruit_wrapper .slide_wrap__head .slide_button.active {
  transform: rotate(180deg);
}
.recruit_page .recruit_wrapper .slide_wrap__head .slide_button.active::after {
  content: "";
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.0015);
}
.recruit_page .recruit_wrapper .slide_wrap .recruit_content_table {
  display: none;
  padding-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .recruit_page .recruit_wrapper .slide_wrap .recruit_content_table {
    padding: 32px;
  }
}
.recruit_page .recruit_wrapper .slide_wrap .recruit_content_table table {
  max-width: 824px;
  margin: 16px auto 0px;
}
@media screen and (max-width: 768px) {
  .recruit_page .recruit_wrapper .slide_wrap .recruit_content_table table {
    max-width: 100%;
  }
}
.recruit_page .recruit_wrapper .slide_wrap .recruit_content_table table td {
  padding: 6px;
  background: none;
  padding: 24px 0px;
  font-size: 16px;
  word-break: keep-all;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  border: none;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .recruit_page .recruit_wrapper .slide_wrap .recruit_content_table table td {
    word-break: break-all;
    font-size: 28px;
  }
}
.recruit_page .recruit_wrapper .slide_wrap .recruit_content_table table td:first-child {
  width: 160px;
}
.recruit_page .recruit_wrapper .slide_wrap .recruit_content_table table tr {
  border: 0px solid #B0B0B0;
  border-bottom: 1px dashed #B0B0B0;
  background-color: initial;
  padding: 16px 0px;
}
@media screen and (max-width: 768px) {
  .recruit_page .recruit_wrapper .slide_wrap .recruit_content_table table tr {
    padding: 16px 0px 24px;
  }
}
.recruit_page .recruit_wrapper .slide_wrap .recruit_content_table table tr:last-child {
  border-bottom: none;
}
.recruit_page .recruit_wrapper .flow_flex_wrap {
  display: flex;
  justify-content: space-between;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  .recruit_page .recruit_wrapper .flow_flex_wrap {
    display: block;
  }
}
.recruit_page .recruit_wrapper .flow_flex_wrap img {
  transform: rotate(-90deg);
  width: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .recruit_page .recruit_wrapper .flow_flex_wrap img {
    transform: none;
    margin: 16px auto;
    width: 28px;
  }
}
.recruit_page .recruit_wrapper .flow_flex_wrap .flow_item {
  display: block;
  background-color: #F5F5F5;
  padding: 24px;
  width: 290.67px;
  text-align: left;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .recruit_page .recruit_wrapper .flow_flex_wrap .flow_item {
    width: 100%;
    padding: 32px;
  }
}
.recruit_page .recruit_wrapper .flow_flex_wrap .flow_item .step_text {
  color: #971000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .recruit_page .recruit_wrapper .flow_flex_wrap .flow_item .step_text {
    font-size: 24px;
  }
}
.recruit_page .recruit_wrapper .flow_flex_wrap .flow_item .title {
  color: #493938;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .recruit_page .recruit_wrapper .flow_flex_wrap .flow_item .title {
    font-size: 32px;
  }
}
.recruit_page .recruit_wrapper .flow_flex_wrap .flow_item .detail {
  font-size: 16px;
  color: #493938;
}
@media screen and (max-width: 768px) {
  .recruit_page .recruit_wrapper .flow_flex_wrap .flow_item .detail {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .main-contact-wrapper {
    padding: 0px 32px;
  }
}
.main-contact-wrapper .thank-content {
  margin-bottom: 64px;
}
.main-contact-wrapper .thank-content .thank-title {
  font-size: 16px;
  line-height: 1.5;
  color: #493938;
  margin: 0 auto 40px;
  max-width: 640px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .main-contact-wrapper .thank-content .thank-title {
    font-size: 28px;
    max-width: 100%;
  }
}
.main-contact-wrapper .thank-content .thank-title a {
  color: #2797FF;
  text-decoration: underline;
  cursor: pointer;
}
.main-contact-wrapper .thank-content .thankyou-form {
  padding: 40px;
  background-color: #F5F5F5;
  margin-bottom: 32px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .main-contact-wrapper .thank-content .thankyou-form {
    max-width: 100%;
  }
}
.main-contact-wrapper .thank-content .thankyou-form input,
.main-contact-wrapper .thank-content .thankyou-form textarea {
  font-size: 16px;
  color: #000000;
  background-color: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .main-contact-wrapper .thank-content .thankyou-form input,
  .main-contact-wrapper .thank-content .thankyou-form textarea {
    font-size: 28px;
  }
}
.main-contact-wrapper .thank-content .thankyou-form .contact-flex {
  align-items: flex-start;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .main-contact-wrapper .thank-content .thankyou-form .contact-flex {
    margin-bottom: 40px;
  }
}
.main-contact-wrapper .thank-content .thankyou-form .contact-flex label {
  text-align: left;
  font-size: 16px;
  width: 23.9%;
  max-width: 310px;
}
@media screen and (max-width: 768px) {
  .main-contact-wrapper .thank-content .thankyou-form .contact-flex label {
    font-size: 28px;
    max-width: 100%;
    width: 43.9%;
  }
}
.main-contact-wrapper .thank-content .thankyou-form .contact-flex input,
.main-contact-wrapper .thank-content .thankyou-form .contact-flex textarea {
  font-size: 16px;
  color: #000000;
  background-color: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .main-contact-wrapper .thank-content .thankyou-form .contact-flex input,
  .main-contact-wrapper .thank-content .thankyou-form .contact-flex textarea {
    font-size: 28px;
  }
}
.main-contact-wrapper .main_contact_text {
  font-size: 16px;
  line-height: 1.5;
  color: #493938;
  margin: 0 auto 40px;
  max-width: 640px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .main-contact-wrapper .main_contact_text {
    font-size: 28px;
    max-width: 100%;
  }
}
.main-contact-wrapper .main_contact_text a {
  color: #2797FF;
  text-decoration: underline;
  cursor: pointer;
}
.main-contact-wrapper .main_contact_text .main_text.hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .main-contact-wrapper .wpcf7-form {
    max-width: 100%;
  }
}
.main-contact-wrapper .wpcf7-form .required {
  margin: 0px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .main-contact-wrapper .wpcf7-form .required {
    font-size: 28px;
  }
}
.main-contact-wrapper .wpcf7-form .contact-flex {
  display: block;
  margin-bottom: 32px;
}
.main-contact-wrapper .wpcf7-form .contact-flex .contact-required {
  align-items: center;
  justify-content: left;
  margin-top: 8px;
  margin-bottom: 0px;
}
.main-contact-wrapper .wpcf7-form .contact-flex .contact-required p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .main-contact-wrapper .wpcf7-form .contact-flex .contact-required p {
    font-size: 28px;
  }
}
.main-contact-wrapper .wpcf7-form .contact-flex .contact-required a {
  color: #2797FF;
  text-decoration: underline;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .main-contact-wrapper .wpcf7-form .contact-flex .contact-required a {
    font-size: 28px;
  }
}
.main-contact-wrapper .wpcf7-form .contact-flex .contact-required .acceptance {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .main-contact-wrapper .wpcf7-form .contact-flex .contact-required .acceptance {
    width: 42px;
    height: 42px;
  }
}
.main-contact-wrapper .wpcf7-form .contact-flex .contact-required .acceptance input {
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .main-contact-wrapper .wpcf7-form .contact-flex .contact-required .acceptance .wpcf7-acceptance {
    width: 42px;
    height: 42px;
  }
}
.main-contact-wrapper .wpcf7-form .contact-flex .example {
  font-size: 16px;
  margin-top: 8px;
  color: #B0B0B0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .main-contact-wrapper .wpcf7-form .contact-flex .example {
    font-size: 28px;
  }
}
.main-contact-wrapper .wpcf7-form .contact-flex .wpcf7-not-valid-tip {
  font-size: 16px;
  margin-top: 8px;
  text-align: left;
  padding: 0px;
}
@media screen and (max-width: 768px) {
  .main-contact-wrapper .wpcf7-form .contact-flex .wpcf7-not-valid-tip {
    font-size: 28px;
  }
}
.main-contact-wrapper .wpcf7-form .contact-flex label {
  width: 100%;
  display: block;
  color: #493938;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .main-contact-wrapper .wpcf7-form .contact-flex label {
    font-size: 28px;
  }
}
.main-contact-wrapper .wpcf7-form .contact-flex .classmenu::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16%204L16%207L8%2011L-1.31134e-07%207L0%204L8%208L16%204Z%22%20fill%3D%22%23BEA574%22%2F%3E%3C%2Fsvg%3E");
  top: 26px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .main-contact-wrapper .wpcf7-form .contact-flex .classmenu::before {
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 36px;
    right: 32px;
  }
}
.main-contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap {
  width: 100%;
  max-width: 100%;
}
.main-contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap input, .main-contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap select, .main-contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap textarea {
  border: none;
  background-color: #F5F5F5;
  padding: 16px;
  margin-top: 8px;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .main-contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap input, .main-contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap select, .main-contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap textarea {
    font-size: 28px;
    padding: 24px;
  }
}
.main-contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap input:focus, .main-contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap select:focus, .main-contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap textarea:focus {
  border: 1px solid #493938;
  outline: 0;
}
.main-contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap input::placeholder, .main-contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap select::placeholder, .main-contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap textarea::placeholder {
  color: #B0B0B0;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .main-contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap input::placeholder, .main-contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap select::placeholder, .main-contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap textarea::placeholder {
    font-size: 28px;
  }
}
.main-contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap .wpcf7-not-valid {
  border: 1px solid #D60000;
  background-color: #F7EEEE;
  color: #F7EEEE;
}
.main-contact-wrapper .wpcf7-form .contact-flex .attend_txt {
  color: #B0B0B0;
  font-size: 16px;
  text-align: left;
  display: block;
}
@media screen and (max-width: 768px) {
  .main-contact-wrapper .wpcf7-form .contact-flex .attend_txt {
    font-size: 28px;
  }
}
.main-contact-wrapper .wpcf7-form .contact-flex .modal_photo {
  color: #2797FF;
  font-size: 16px;
  text-align: left;
  text-decoration: underline;
  cursor: pointer;
  width: 150px;
  display: block;
}
@media screen and (max-width: 768px) {
  .main-contact-wrapper .wpcf7-form .contact-flex .modal_photo {
    font-size: 28px;
    width: 252px;
  }
}
.main-contact-wrapper .wpcf7-form .submit_cover {
  position: relative;
}
.main-contact-wrapper .wpcf7-form .submit_cover::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4%200H7L11%208L7%2016H4L8%208L4%200Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  left: 58%;
  top: 50%;
}
.main-contact-wrapper .wpcf7-form .wpcf7-submit {
  background: #493938;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  width: 280px;
  padding: 16px 0px 16px 92px;
  color: #fff;
  text-align: left;
  transition: 0.3s;
  border: none;
}
.main-contact-wrapper .wpcf7-form .wpcf7-submit:hover {
  background-color: #876B6A;
}
@media screen and (max-width: 768px) {
  .main-contact-wrapper .wpcf7-form .wpcf7-submit {
    width: 100%;
    max-width: 640px;
    padding: 32px 0px 32px 238px;
    font-size: 28px;
  }
}

.main__modal_photo_content .modal_photo_content__content {
  padding: 32px;
  max-width: 640px;
  background: #F0F0F0;
}
@media screen and (max-width: 768px) {
  .main__modal_photo_content .modal_photo_content__content {
    width: calc(100% - 64px);
    max-width: 100%;
  }
}
.main__modal_photo_content .modal_photo_content__content .title {
  font-size: 32px;
  font-weight: 700;
  color: #493938;
  text-align: left;
  padding: 0px 0px 32px;
}
@media screen and (max-width: 768px) {
  .main__modal_photo_content .modal_photo_content__content .title {
    font-size: 40px;
  }
}
.main__modal_photo_content .modal_photo_content__content .detail {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #493938;
  text-align: left;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .main__modal_photo_content .modal_photo_content__content .detail {
    font-size: 28px;
    margin-bottom: 56px;
  }
}
.main__modal_photo_content .modal_photo_content__content .modal_photo_close {
  right: 16px;
  top: 16px;
  width: 48px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .main__modal_photo_content .modal_photo_content__content .modal_photo_close {
    right: 28px;
    top: 28px;
  }
}
.main__modal_photo_content .modal_photo_content__content .columns {
  padding: 0px;
}
.main__modal_photo_content .modal_photo_content__content .columns .row .category {
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #8E693F;
  font-size: 24px;
  color: #8E693F;
  line-height: 1;
  margin-bottom: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main__modal_photo_content .modal_photo_content__content .columns .row .category {
    font-size: 32px;
  }
}
.main__modal_photo_content .modal_photo_content__content .columns .row ul {
  justify-content: space-between;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  padding-bottom: 56px;
}
.main__modal_photo_content .modal_photo_content__content .columns .row ul li {
  display: block;
  width: calc(50% - 16px);
}
@media screen and (max-width: 768px) {
  .main__modal_photo_content .modal_photo_content__content .columns .row ul li {
    width: calc(50% - 20px);
  }
}
.main__modal_photo_content .modal_photo_content__content .columns .row ul li .photo_border {
  border: none;
}
.main__modal_photo_content .modal_photo_content__content .columns .row ul li p {
  font-size: 16px;
  text-align: left;
  color: #493938;
}
@media screen and (max-width: 768px) {
  .main__modal_photo_content .modal_photo_content__content .columns .row ul li p {
    font-size: 28px;
  }
}

.lp_short_wrapper {
  max-width: 1440px;
  margin: 0 auto;
  margin: 0 auto;
  background-color: #fff;
  background-image: url("../../../images/lp_short/bg_dot.jpg");
  /* 次ページボタンのスタイル */
  /* 前ページボタンのスタイル */
}
.lp_short_wrapper img {
  vertical-align: top;
}
.lp_short_wrapper .line_cv {
  position: fixed;
  right: 0;
  bottom: 5%;
  width: 184.32px;
  z-index: 99;
}
.lp_short_wrapper p {
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.lp_short_wrapper a {
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-decoration: none;
}
.lp_short_wrapper .lp_short__header {
  display: none;
  width: 100%;
  text-align: center;
  background-color: #1F5CA3;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .lp_short__header {
    display: block;
  }
}
.lp_short_wrapper .lp_short__header .logo {
  width: 173.61px;
  margin-bottom: 18.4px;
}
.lp_short_wrapper .lp_short__header .header_cv {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_short_wrapper .lp_short__header .header_cv a {
  width: 50%;
  font-size: 0px;
  height: 90.11px;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_short_wrapper .lp_short__header .header_cv .satei {
  position: relative;
  background: linear-gradient(180deg, #EF3006 53.12%, #A51F01 100%);
}
.lp_short_wrapper .lp_short__header .header_cv .satei .satei_img {
  max-width: 343.92px;
}
.lp_short_wrapper .lp_short__header .header_cv .tel {
  background: linear-gradient(180deg, #FFEB84 0%, #EABA12 38.54%, #9D7D0B 100%), linear-gradient(180deg, #159369 52.08%, #0E694B 100%);
  position: relative;
  overflow: hidden;
}
.lp_short_wrapper .lp_short__header .header_cv .tel:before {
  content: "";
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shine 3s ease-in-out infinite;
  position: absolute;
  top: -180px;
  left: 0;
  transform: rotate(45deg);
  display: inline-block;
}
@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.lp_short_wrapper .lp_short__header .header_cv .tel .tel_img {
  max-width: 211.1px;
}
.lp_short_wrapper .kv_content {
  font-size: 0px;
}
.lp_short_wrapper .kv_content .header_flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lp_short_wrapper .kv_content .header_sp {
  overflow: hidden;
  position: relative;
  height: 650px;
}
.lp_short_wrapper .kv_content .header_sp .main_img {
  position: absolute;
  right: -17%;
  top: 0;
  width: 652px;
}
.lp_short_wrapper .kv_content .header_sp .badge_icon {
  position: absolute;
  top: 20px;
  right: 168px;
  width: 198px;
  height: 196px;
}
.lp_short_wrapper .kv_content .header_sp .img {
  width: 436px;
  padding-top: 44px;
}
.lp_short_wrapper .kv_content .header_pc {
  background-image: url("../../../images/lp_short/kv_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.lp_short_wrapper .kv_content .header_pc .img {
  background-image: url("../../../images/lp_short/light.png"), url("../../../images/lp_short/light.png");
  background-size: 144px, 144px;
  background-repeat: no-repeat, no-repeat;
  background-position: 0 142%, right top;
  padding-bottom: 4px;
}
.lp_short_wrapper .kv_content .header_pc .img .main_title {
  display: block;
  max-width: 638px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .kv_content .header_pc .img {
    padding-left: 32px;
    background-position: 17% 48%, 106% top;
  }
}
.lp_short_wrapper .kv_content .header_pc p {
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #FFFFFF;
}
.lp_short_wrapper .kv_content .header_pc .brand_title {
  font-size: 62px;
  line-height: 100%;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .kv_content .header_pc .brand_title {
    font-size: 32px;
    line-height: 130%;
  }
}
.lp_short_wrapper .kv_content .header_pc .main_bottom {
  display: block;
  width: 562px;
  margin: 0 auto;
}
.lp_short_wrapper .kv_content .header_pc .header_pc_content {
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 66px;
  padding: 0px 40px;
}
.lp_short_wrapper .kv_content .header_pc .header_pc_content .logo {
  margin-top: 50px;
  width: 120px;
}
.lp_short_wrapper .kv_content .header_pc .header_pc_content .left_content {
  flex-basis: 52%;
}
.lp_short_wrapper .kv_content .header_pc .header_pc_content .left_content .cta .page_cta {
  width: 304px;
}
.lp_short_wrapper .kv_content .header_pc .header_pc_content .left_content .lp_short_wrapper .cta .page_cta .main_text::after {
  right: -25px;
}
.lp_short_wrapper .kv_content .header_pc .header_pc_content .left_content .lp_short_wrapper .cta .page_cta .main_text::before {
  left: -32px;
}
.lp_short_wrapper .kv_content .header_pc .header_pc_content .left_content .cta {
  padding: 24px 0px 60px;
}
.lp_short_wrapper .kv_content .header_pc .header_pc_content .right_content {
  flex-basis: 52%;
  position: relative;
}
.lp_short_wrapper .kv_content .header_pc .header_pc_content .right_content .main_img {
  width: 100%;
}
.lp_short_wrapper .kv_content .header_pc .header_pc_content .right_content .badge_icon {
  position: absolute;
  top: -100px;
  right: 40px;
  width: 150px;
}
.lp_short_wrapper .campaign_content {
  background: #FFE0D7;
  padding: 20px 0px;
  background: #FFE0D7;
  background-image: url("../../../images/lp_short/campaign_brder.png");
  background-repeat: repeat-x;
  background-size: 20px 8.6px;
  background-position: bottom;
  width: 100%;
  text-align: center;
  margin-bottom: 136px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .campaign_content {
    max-width: 714px;
    margin: 0 auto;
    margin-bottom: 72px;
    background-image: url("../../../images/lp_short/campaign_brder_sp.png");
    background-repeat: repeat-y;
    background-size: 20px 22px;
    background-position: right;
  }
}
.lp_short_wrapper .campaign_content .campaign_content_date {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .campaign_content .campaign_content_date {
    justify-content: flex-start;
  }
}
.lp_short_wrapper .campaign_content .campaign_content_date img {
  width: 160px;
  margin-right: 26px;
}
.lp_short_wrapper .campaign_content .campaign_content_date p {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.085em;
  color: #EF3006;
}
.lp_short_wrapper .campaign_content .campaign_detail {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 900;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0.085em;
  color: #B00000;
  padding-bottom: 3px;
  margin-bottom: 30px;
}
.lp_short_wrapper .campaign_content .campaign_text {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.085em;
  color: #B00000;
}
.lp_short_wrapper .campaign_content .campaign_comment {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #EF3006;
  margin-top: 38px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .campaign_content .campaign_comment {
    margin-bottom: 0px;
  }
}
.lp_short_wrapper .another-flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}
.lp_short_wrapper .another-flex:nth-of-type(n + 9) {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .another-flex {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
.lp_short_wrapper .price-detail {
  display: flex;
  flex-direction: column;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .price-detail {
    width: 160px;
  }
}
.lp_short_wrapper .price-detail .title {
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 4px;
  margin-top: 8px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .price-detail .title {
    font-size: 12px;
    margin-bottom: 17px;
  }
}
.lp_short_wrapper .price-detail .comparison-flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .price-detail .comparison-flex {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.lp_short_wrapper .price-detail .comparison-flex p {
  display: block;
  width: 144px;
  background: #dfdfdf;
  padding: 6px 0px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  margin: 0px 8px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .price-detail .comparison-flex p {
    margin-bottom: 8px;
  }
}
.lp_short_wrapper .price-detail .comparison-flex p span {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  margin-right: 4px;
}
.lp_short_wrapper .price-detail .shrine-price {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffd7cb;
  border-radius: 4px;
  margin: 0 auto;
  padding: 5px 20px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .price-detail .shrine-price {
    flex-direction: column;
    width: 144px;
    margin: 0 auto;
    padding: 8px 11px;
  }
}
.lp_short_wrapper .price-detail .shrine-price .txt {
  color: #000;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  margin-right: 12px;
}
.lp_short_wrapper .price-detail .shrine-price .txt img {
  width: 64px;
}
.lp_short_wrapper .price-detail .shrine-price .price {
  color: #ef3006;
  font-size: 16px;
  line-height: 100%;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  word-break: keep-all;
}
.lp_short_wrapper .price-detail .shrine-price .price span {
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .price-detail .shrine-price .price span {
    font-size: 30px;
  }
}
.lp_short_wrapper .price-detail .line {
  width: 100%;
  display: block;
  height: 1px;
  background-color: #777777;
  margin: 16px 0px 8px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .price-detail .line {
    width: 144px;
    margin: 0 auto;
    margin: 16px 0px 8px;
  }
}
.lp_short_wrapper .price-detail .number {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
}
.lp_short_wrapper .price-detail .virtue-txt {
  font-size: 12px;
  color: #333;
  text-align: center;
  font-weight: normal;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .price-detail .virtue-txt {
    padding-bottom: 14px;
  }
}
.lp_short_wrapper .price-detail .virtue-txt span {
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
}
.lp_short_wrapper .another-block {
  margin: 0px 20px 42px;
  background: #fff;
  border: 2px solid #1F5CA3;
  box-shadow: 0px 4px 20px rgba(31, 92, 163, 0.2);
  border-radius: 8px;
  width: 320px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .another-block {
    width: 100%;
    max-width: 343px;
    padding-top: 14px;
    margin: 0;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .another-block .another-block-fix {
    display: -webkit-box; /* old Android */
    display: -moz-box; /* Firefox */
    display: -webkit-flex; /* Safari etc. */
    display: -ms-flexbox; /* IE10        */
    display: flex;
    justify-content: space-between;
    align-items: initial;
    flex: auto 160px;
  }
  .lp_short_wrapper .another-block .another-block-fix .title {
    display: none;
  }
}
.lp_short_wrapper .another-block .title_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .another-block .title_sp {
    display: block;
    padding: 0px 18px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
  }
}
.lp_short_wrapper .another-block .title_sp hr:first-child {
  display: none;
}
.lp_short_wrapper .another-block .title_sp hr {
  margin: 1px 0px;
}
.lp_short_wrapper .another-block .title_sp_text {
  margin-right: 10px;
  display: inline;
}
.lp_short_wrapper .detail-image {
  margin: 0 auto;
  max-width: 240px;
  margin-top: 32px;
  display: block;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .detail-image {
    max-width: 180px;
    margin: auto;
    height: auto;
    width: calc(100% - 160px);
  }
}
.lp_short_wrapper .hight_chart {
  width: 100%;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .hight_chart {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .hight_chart .short_title p {
    font-size: 40px;
  }
}
.lp_short_wrapper .hight_chart .chart_text {
  justify-content: center;
}
.lp_short_wrapper .hight_chart .chart_text .chart_text_e {
  padding: 40px;
  max-width: 680px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .hight_chart .chart_text .chart_text_e .title {
    font-size: 40px;
    line-height: 60px;
  }
  .lp_short_wrapper .hight_chart .chart_text .chart_text_e .text {
    font-size: 26px;
    line-height: 160%;
  }
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .hight_chart .chart_text img {
    width: 188px;
  }
}
.lp_short_wrapper .bundle {
  width: 100%;
  display: block;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .bundle {
    margin-bottom: 0px;
  }
}
.lp_short_wrapper .first {
  padding-bottom: 32px;
}
.lp_short_wrapper .first .title {
  width: 540px;
  padding: 50px 0px 31px;
  margin: 0 auto;
}
.lp_short_wrapper .first .first-swiper-wrapper {
  position: relative;
  padding-right: 16.62px;
  padding-left: 16.31px;
}
.lp_short_wrapper .first .first-swiper-wrapper .swiper-container {
  width: 100%;
}
.lp_short_wrapper .first .first-swiper-wrapper .swiper-slide {
  background-color: white;
  border: 2px solid #1F5CA3;
  box-sizing: border-box;
  border-radius: 24.576px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translate(-53%, 0);
  -moz-transform: translate(-53%, 0);
  -ms-transform: translate(-53%, 0);
  -o-transform: translate(-53%, 0);
  transform: translate(-53%, 0);
  padding-top: 28.67px;
  margin-bottom: 2px;
}
.lp_short_wrapper .first .first-swiper-wrapper .swiper-slide .data_title {
  font-weight: 700;
  font-size: 24.576px;
  line-height: 37px;
  text-align: center;
  color: #333333;
}
.lp_short_wrapper .first .first-swiper-wrapper .swiper-slide .a_b_price {
  background: #DFDFDF;
  width: 310px;
  margin: 0 auto;
  padding: 10px 0;
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28.672px;
  line-height: 100%;
  text-align: center;
  color: #292929;
  margin-bottom: 16px;
}
.lp_short_wrapper .first .first-swiper-wrapper .swiper-slide .a_b_price span {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 30.72px;
  line-height: 100%;
  text-align: center;
  color: #333333;
}
.lp_short_wrapper .first .first-swiper-wrapper .swiper-slide .data_content {
  background: #FFD7CB;
  padding: 16px 0px;
  text-align: center;
  margin-bottom: 16px;
}
.lp_short_wrapper .first .first-swiper-wrapper .swiper-slide .data_content img {
  width: 248.5px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.lp_short_wrapper .first .first-swiper-wrapper .swiper-slide .data_content .our_price {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 65.536px;
  line-height: 100%;
  color: #EF3006;
}
.lp_short_wrapper .first .first-swiper-wrapper .swiper-slide .data_content .our_price span {
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 30.72px;
  line-height: 100%;
}
.lp_short_wrapper .first .first-swiper-wrapper .swiper-slide .data_content_detail {
  text-align: center;
  padding-top: 24px;
  border-top: 2.048px solid #777777;
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 24.576px;
  line-height: 100%;
  color: #333333;
  margin-bottom: 28px;
}
.lp_short_wrapper .first .first-swiper-wrapper .swiper-slide .data_content_detail span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 40.96px;
}
.lp_short_wrapper .voice {
  padding: 96px 0px 64px;
  text-align: center;
}
.lp_short_wrapper .voice .voices-swiper-wrapper {
  width: 100%;
}
.lp_short_wrapper .voice .voices-swiper-wrapper .swiper-slide {
  box-sizing: border-box;
  height: 100%;
}
.lp_short_wrapper .voice .voices-swiper-wrapper .voice_flex_detail {
  width: 512px;
  margin: 0 auto;
}
.lp_short_wrapper .voice .voices-swiper-wrapper .voice_flex_detail .text {
  text-align: left;
  border: 2px solid #1F5CA3;
  box-shadow: 0px 4px 20px rgba(31, 92, 163, 0.2);
  border-radius: 8px;
  padding: 32px;
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .voice .voices-swiper-wrapper .voice_flex_detail .text {
    font-size: 28px;
  }
}
.lp_short_wrapper .voice .voices-swiper-wrapper .voice_flex_detail .text span {
  color: #F83535;
}
.lp_short_wrapper .voice .voices-swiper-wrapper .voice_flex_detail .text .name {
  text-align: right;
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #333333;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .voice .voices-swiper-wrapper .voice_flex_detail .text .name {
    font-size: 20px;
  }
}
.lp_short_wrapper .voice .voice_flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1280px;
  margin: 0 auto;
}
.lp_short_wrapper .voice .voice_flex .voice_flex_detail {
  max-width: 400px;
  margin: 0 auto;
  background: #FFFFFF;
}
.lp_short_wrapper .voice .voice_flex .voice_flex_detail .text {
  text-align: left;
  border: 2px solid #1F5CA3;
  box-shadow: 0px 4px 20px rgba(31, 92, 163, 0.2);
  border-radius: 8px;
  padding: 32px;
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #333333;
}
.lp_short_wrapper .voice .voice_flex .voice_flex_detail .text span {
  color: #F83535;
}
.lp_short_wrapper .voice .voice_flex .voice_flex_detail .text .name {
  text-align: right;
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #333333;
  margin-top: 16px;
}
.lp_short_wrapper .form {
  background: linear-gradient(0deg, #1F5CA3, #1F5CA3), #EEF7FF;
  padding: 37px 19px;
}
.lp_short_wrapper .form .title {
  max-width: 627px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.lp_short_wrapper .lp__contact.short {
  background-color: white;
  padding: 32px 21px;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .lp__contact.short {
    max-width: 100%;
  }
}
.lp_short_wrapper .lp__contact.short .contact-flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: column;
  max-width: 335px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .lp__contact.short .contact-flex {
    max-width: 100%;
  }
}
.lp_short_wrapper .lp__contact.short .contact-flex label {
  font-weight: 700;
  font-size: 15px;
  width: 100%;
  margin-bottom: 8px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .lp__contact.short .contact-flex label {
    font-size: 30.72px;
  }
}
.lp_short_wrapper .lp__contact.short .img_flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 100%;
}
.lp_short_wrapper .lp__contact.short .modal_photo_lp {
  cursor: pointer;
  max-width: 335px;
  margin-left: auto;
  margin-right: 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .lp__contact.short .modal_photo_lp {
    max-width: 261px;
    font-size: 28.672px;
  }
}
.lp_short_wrapper .lp__contact.short .modal_photo_lp::after {
  width: 17px;
  height: 16px;
  background-repeat: no-repeat;
  left: -20px;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .lp__contact.short .modal_photo_lp::after {
    width: 35.22px;
    height: 36.86px;
    left: -45px;
    top: 6px;
  }
}
.lp_short_wrapper .lp__contact.short .form_sub {
  width: 100%;
  text-align: center;
  background-color: #B5D7FF;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .lp__contact.short .form_sub {
    font-size: 30.72px;
  }
}
.lp_short_wrapper .lp__contact.short .wpcf7-form-control-wrap input,
.lp_short_wrapper .lp__contact.short .wpcf7-form-control-wrap textarea,
.lp_short_wrapper .lp__contact.short .wpcf7-form-control-wrap select {
  background: white;
  font-size: 16px;
  border: 2.048px solid #333333;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .lp__contact.short .wpcf7-form-control-wrap input,
  .lp_short_wrapper .lp__contact.short .wpcf7-form-control-wrap textarea,
  .lp_short_wrapper .lp__contact.short .wpcf7-form-control-wrap select {
    font-size: 32px;
  }
}
.lp_short_wrapper .lp__contact.short .wpcf7-form-control-wrap input::placeholder,
.lp_short_wrapper .lp__contact.short .wpcf7-form-control-wrap textarea::placeholder,
.lp_short_wrapper .lp__contact.short .wpcf7-form-control-wrap select::placeholder {
  color: #B9B9B9;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .lp__contact.short .wpcf7-form-control-wrap input::placeholder,
  .lp_short_wrapper .lp__contact.short .wpcf7-form-control-wrap textarea::placeholder,
  .lp_short_wrapper .lp__contact.short .wpcf7-form-control-wrap select::placeholder {
    font-size: 32px;
  }
}
.lp_short_wrapper .lp__contact.short .wpcf7-form-control-wrap input {
  padding: 14px 14px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .lp__contact.short .wpcf7-form-control-wrap input {
    padding: 22px 28px;
  }
}
.lp_short_wrapper .contact-wrapper .wpcf7-form .contact-required p {
  margin-left: 16px;
}
.lp_short_wrapper .contact-wrapper .wpcf7-form {
  margin: 0px 0px;
  max-width: 100%;
}
.lp_short_wrapper .contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap {
  max-width: 100%;
  width: 100%;
}
.lp_short_wrapper .lp__contact .wpcf7-form .contact-flex label .add-file {
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .lp__contact .wpcf7-form .contact-flex label .add-file {
    font-size: 30.72px;
    line-height: 45px;
  }
}
.lp_short_wrapper .lp__contact .wpcf7-form .contact-flex label .add-file::after {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .lp__contact .wpcf7-form .contact-flex label .add-file::after {
    font-size: 30.72px;
    line-height: 45px;
  }
}
.lp_short_wrapper .lp__contact .wpcf7-form .contact-flex .img_form .up_link {
  background: #1F5CA3;
  color: white;
  border-radius: 16.384px;
  font-weight: 700;
  font-size: 14px;
  transform: translate(-50%, 5%);
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .lp__contact .wpcf7-form .contact-flex .img_form .up_link {
    font-size: 28.672px;
  }
}
.lp_short_wrapper .lp__contact .wpcf7-form .contact-flex .img_form .up_link img {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .lp__contact .wpcf7-form .contact-flex .img_form .up_link img {
    width: 47.1px;
    height: 47.1px;
  }
}
.lp_short_wrapper .lp__contact .wpcf7-form .contact-flex .img_form .up_link span {
  margin-top: 20px;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .lp__contact .wpcf7-form .contact-flex .img_form .up_link span {
    margin: 31px auto 18px;
  }
}
.lp_short_wrapper .thankyou-form input {
  font-size: 24px !important;
}
.lp_short_wrapper .contact-wrapper .wpcf7-form .contact-flex .img_form a.del span img {
  width: 47.1px;
}
.lp_short_wrapper .contact-wrapper .wpcf7-form .contact-flex .img_form {
  background-color: #1F5CA3;
  border-radius: 16.384px;
}
.lp_short_wrapper .contact-wrapper .wpcf7-form .contact-flex .img_form {
  width: 76px;
  height: 76px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .contact-wrapper .wpcf7-form .contact-flex .img_form {
    width: 154.73px;
    height: 154.73px;
  }
}
.lp_short_wrapper .contact-flex p {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .contact-flex p {
    font-size: 30.72px;
    line-height: 45px;
  }
}
.lp_short_wrapper .contact-wrapper .wpcf7-form .required {
  font-weight: 800;
  font-size: 11px;
  color: white;
  padding: 6px 12px;
  background-color: #EF3006;
  vertical-align: text-bottom;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .contact-wrapper .wpcf7-form .required {
    font-size: 22.528px;
  }
}
.lp_short_wrapper .contact-wrapper .wpcf7-form .contact-required p {
  font-weight: 700;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .contact-wrapper .wpcf7-form .contact-required p {
    font-size: 30.72px;
  }
}
.lp_short_wrapper .lp__contact .wpcf7-form .wpcf7-submit {
  background: #EB350D;
  border: 2.048px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 16.384px;
  font-size: 20px;
  max-width: 340px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .lp__contact .wpcf7-form .wpcf7-submit {
    font-size: 40.96px;
    max-width: 686px;
  }
}
.lp_short_wrapper .contact-flex {
  margin-bottom: 33px;
}
.lp_short_wrapper .contact-flex.mg {
  margin-bottom: 50px !important;
}
.lp_short_wrapper .cta_div {
  background: linear-gradient(180deg, #4683CB 0%, #1F5CA3 88.02%);
  padding: 32px 0px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .cta_div {
    background: #1F5CA3;
  }
}
.lp_short_wrapper .cta_div .title {
  display: block;
  max-width: 656px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.lp_short_wrapper .cta_div .cta {
  margin-top: 20px;
  padding: 16px 32px;
  background-color: white;
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .cta_div .cta {
    background-color: inherit;
  }
}
.lp_short_wrapper .cta_div .cta .page_cta {
  padding: 16px 0px 8px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .cta_div .cta .page_cta {
    padding: 32px 0px 16px;
    margin-bottom: 32px;
  }
}
.lp_short_wrapper .cta_div .cta .page_cta .main_text {
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0px;
  text-align: left;
  display: inline-block;
  width: 205px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .cta_div .cta .page_cta .main_text {
    font-size: 50px;
    margin-bottom: 16px;
    font-weight: 700;
    width: 349px;
  }
}
.lp_short_wrapper .cta_div .cta .page_cta .main_text::before {
  left: -42px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .cta_div .cta .page_cta .main_text::before {
    left: -115px;
  }
}
.lp_short_wrapper .cta_div .cta .page_cta .main_text::after {
  right: -47px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .cta_div .cta .page_cta .main_text::after {
    right: -115px;
    top: 21px;
  }
}
.lp_short_wrapper .cta_div .cta .page_cta .sub_text {
  text-align: left;
  display: inline-block;
  width: 200px;
  word-break: keep-all;
}
.lp_short_wrapper .cta {
  padding: 55px 27px;
  text-align: center;
  margin-bottom: 12px;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .cta {
    flex-flow: column;
  }
}
.lp_short_wrapper .cta .page_cta {
  display: block;
  width: 100%;
  max-width: 348px;
  border: 2.048px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 16px 16px 16px 24px;
  gap: 42px;
  filter: drop-shadow(0px 8.192px 8.192px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .cta .page_cta {
    max-width: 655px;
  }
}
.lp_short_wrapper .cta .page_cta .main_text {
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  display: inline-block;
  position: relative;
  font-size: 20px;
  line-height: 100%;
  color: #FFFFFF;
  margin-bottom: 8px;
  max-width: 205px;
  text-align: left;
  display: inline-block;
  width: 175px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .cta .page_cta .main_text {
    max-width: 351px;
  }
}
.lp_short_wrapper .cta .page_cta .main_text::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  top: 6px;
  left: -44px;
  width: 31.6px;
  height: 31.6px;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .cta .page_cta .main_text::before {
    width: 64.8px;
    height: 64.8px;
  }
}
.lp_short_wrapper .cta .page_cta .main_text::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 13px;
  right: -35px;
  background-image: url("../../../images/lp_short/arrow.svg");
  width: 11px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .cta .page_cta .main_text::after {
    width: 23.52px;
    height: 40.86px;
  }
}
.lp_short_wrapper .cta .page_cta .sub_text {
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #FFFFFF;
  text-align: left;
  display: inline-block;
  width: 175px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .cta .page_cta .sub_text {
    font-size: 28.6px;
    text-align: left;
    display: inline-block;
    width: 355px !important;
  }
}
.lp_short_wrapper .cta .web_cta {
  background: linear-gradient(180deg, #EF3006 53.12%, #A51F01 100%);
}
.lp_short_wrapper .cta .web_cta span::before {
  background-image: url("../../../images/lp_short/web_before.svg");
}
.lp_short_wrapper .cta .tel_cta {
  background: linear-gradient(180deg, #DEAF08 0%, #D29F00 53.65%, #785600 100%), linear-gradient(180deg, #159369 52.08%, #0E694B 100%);
  position: relative;
  overflow: hidden;
}
.lp_short_wrapper .cta .tel_cta:before {
  content: "";
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shine 3s ease-in-out infinite;
  position: absolute;
  top: -180px;
  left: 0;
  transform: rotate(45deg);
  display: inline-block;
}
@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.lp_short_wrapper .cta .tel_cta span::before {
  background-image: url("../../../images/lp_short/tel_before.svg");
}
.lp_short_wrapper .cta .line_cta {
  background: linear-gradient(180deg, #06C755 0%, #04923E 100%);
}
.lp_short_wrapper .cta .line_cta span::before {
  background-image: url("../../../images/lp_short/line_before.svg");
}
.lp_short_wrapper .cta .cta_text {
  font-weight: 700;
  font-size: 36.864px;
  line-height: 100%;
  text-align: center;
  color: #333333;
  margin-bottom: 16.3px;
}
.lp_short_wrapper .short_title {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 56px;
  background: linear-gradient(transparent 70%, #FBFF49 70%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .short_title {
    max-width: 665px;
  }
}
.lp_short_wrapper .short_title span {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .short_title span {
    font-size: 32px;
    margin-bottom: 13px;
  }
}
.lp_short_wrapper .short_title p {
  text-align: center;
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 130%;
  text-align: center;
  color: #1F5CA3;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .short_title p {
    font-size: 60px;
    line-height: 130%;
  }
}
.lp_short_wrapper .recipe {
  padding: 96px 0 64px;
}
.lp_short_wrapper .recipe .recipe_img {
  max-width: 800px;
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .recipe .recipe_img {
    max-width: 665px;
  }
}
.lp_short_wrapper .flow {
  background: #EFF6FF;
  padding-top: 56px;
  padding-bottom: 64px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .flow {
    padding-top: 40px;
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .flow {
    margin: 0 auto;
  }
}
.lp_short_wrapper .flow .flow_content {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .flow .flow_content {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 696px;
  }
}
.lp_short_wrapper .flow .flow_content .flow_detail {
  max-width: 374px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .flow .flow_content .flow_detail {
    max-width: 100%;
    width: 100%;
  }
  .lp_short_wrapper .flow .flow_content .flow_detail:not(:last-child) {
    margin-bottom: 40px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .lp_short_wrapper .flow .flow_content .flow_detail:not(:last-child) {
    margin-bottom: 80px;
  }
}
.lp_short_wrapper .flow .flow_content .flow_detail .title {
  padding: 21px 0px;
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  color: #ffffff;
  text-align: center;
  position: relative;
  background-image: url("../../../images/lp_short/flow_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 79px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .flow .flow_content .flow_detail .title {
    height: 120px;
    background-image: none;
    font-size: 48px;
    padding-top: 28px;
  }
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .flow .flow_content .flow_detail .sp {
    background-image: url("../../../images/lp_short/flow_arrow_sp.svg");
  }
}
.lp_short_wrapper .flow .flow_content .flow_detail img {
  width: 100%;
  margin: 32px 0px;
  display: block;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .flow .flow_content .flow_detail img {
    margin: 18px 0;
  }
}
.lp_short_wrapper .flow .flow_content .flow_detail .detail {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .flow .flow_content .flow_detail .detail {
    font-size: 28px;
  }
}
.lp_short_wrapper .selected {
  max-width: 982px;
  margin: 0 auto;
  text-align: center;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .selected {
    margin-top: 72px;
    padding: 0px 32px;
  }
}
.lp_short_wrapper .selected .arrow_down {
  max-width: 210px;
  margin: 32px 0;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .selected .arrow_down {
    max-width: 320px;
  }
}
.lp_short_wrapper .selected img {
  width: 100%;
}
.lp_short_wrapper .review {
  max-width: 1440px;
  padding-top: 90px;
  padding-bottom: 41px;
  background-color: #EFF6FF;
  margin: 0 auto;
  margin-top: 129px;
  margin-bottom: 72px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .review {
    padding-top: 41px;
    margin: 52px 0 72px;
  }
}
.lp_short_wrapper .review .review_title {
  max-width: 439px;
  position: absolute;
  top: -47px;
  left: 317px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .review .review_title {
    top: inherit;
    left: inherit;
    position: inherit;
    max-width: 405px;
    margin-left: 80px;
  }
}
.lp_short_wrapper .review .review-swiper-wrapper {
  position: relative;
}
.lp_short_wrapper .review .review-swiper-wrapper .batch {
  position: absolute;
  top: -121px;
  right: 317px;
  z-index: 90;
  width: 120px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .review .review-swiper-wrapper .batch {
    top: -116px;
    right: 29px;
    width: 201px;
  }
}
.lp_short_wrapper .review .review-swiper-wrapper .review_title_content {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .review .review-swiper-wrapper .review_title_content {
    margin-bottom: 0px;
  }
}
.lp_short_wrapper .review .review-swiper-wrapper .review_title_content .review_icon {
  width: 46.67px;
  height: 46.67px;
  margin-right: 18.5px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .review .review-swiper-wrapper .review_title_content .review_icon {
    width: 95px;
    height: 95px;
  }
}
.lp_short_wrapper .review .review-swiper-wrapper .review_title_content .review_title_content_text {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .review .review-swiper-wrapper .review_title_content .review_title_content_text {
    margin-bottom: 27px;
  }
}
.lp_short_wrapper .review .review-swiper-wrapper .review_title_content .review_title_content_text p {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .review .review-swiper-wrapper .review_title_content .review_title_content_text p {
    font-size: 28.672px;
    margin-bottom: 10px;
  }
}
.lp_short_wrapper .review .review-swiper-wrapper .review_title_content .review_title_content_text img {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .review .review-swiper-wrapper .review_title_content .review_title_content_text img {
    width: 184px;
  }
}
.lp_short_wrapper .review .review-swiper-wrapper .slide_card {
  width: 800px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0px 6.144px 26.624px rgba(0, 0, 0, 0.2);
  border-radius: 24.576px;
  padding: 33px 50px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .review .review-swiper-wrapper .slide_card {
    width: 645px;
  }
}
.lp_short_wrapper .review .review-swiper-wrapper .slide_card .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .review .review-swiper-wrapper .slide_card .text {
    font-size: 28.672px;
    line-height: 160%;
  }
}
.lp_short_wrapper .swiper-button-prev,
.lp_short_wrapper .swiper-button-next {
  width: 80px; /* ボタンの幅 */
  height: 80px; /* ボタンの高さ */
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .swiper-button-prev,
  .lp_short_wrapper .swiper-button-next {
    width: 86px;
    height: 86px;
  }
}
.lp_short_wrapper .swiper-button-prev.voice,
.lp_short_wrapper .swiper-button-next.voice {
  top: 55%;
}
.lp_short_wrapper .swiper-button-prev.top,
.lp_short_wrapper .swiper-button-next.top {
  width: 69.63px; /* ボタンの幅 */
  height: 69.63px; /* ボタンの高さ */
  background-size: contain;
}
.lp_short_wrapper .swiper-button-next {
  background-image: url("../../../images/lp_short/slide_arrow_right.png");
  right: 80px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .swiper-button-next {
    right: 10px;
  }
}
.lp_short_wrapper .swiper-button-prev {
  background-image: url("../../../images/lp_short/slide_arrow_left.png");
  left: 80px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .swiper-button-prev {
    left: 10px;
  }
}
.lp_short_wrapper .swiper-button-next.top {
  right: -25px;
  background-image: url("../../../images/lp_short/top_slide_arrow_right.png");
}
.lp_short_wrapper .swiper-button-prev.top {
  left: -25px;
  background-image: url("../../../images/lp_short/top_slide_arrow_left.png");
}
.lp_short_wrapper .swiper-button-next.center {
  top: 35%;
}
.lp_short_wrapper .swiper-button-prev.center {
  top: 35%;
}
.lp_short_wrapper .section__location {
  padding: 75px 0;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .section__location {
    padding: 42px 0 50px;
  }
}
.lp_short_wrapper .section__location .location-content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.lp_short_wrapper .section__location .location-content.osaka {
  margin-top: 80px;
  margin-bottom: 80px;
}
.lp_short_wrapper .section__location .location-content .inner-content {
  width: 100%;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: initial;
  align-items: initial;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .section__location .location-content .inner-content {
    flex-direction: column;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .section__location .location-content .inner-content.osaka {
    flex-direction: inherit;
    flex-wrap: wrap-reverse;
  }
}
.lp_short_wrapper .section__location .location-content .inner-content figure {
  max-width: 640px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .section__location .location-content .inner-content figure {
    max-width: 100%;
  }
}
.lp_short_wrapper .section__location .location-content .inner-content figure img {
  vertical-align: top;
  width: 100%;
}
.lp_short_wrapper .section__location .location-content .inner-content .text_block {
  max-width: 100%;
  margin-left: 40px;
  margin-top: -4px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .section__location .location-content .inner-content .text_block {
    margin-left: 0;
  }
}
.lp_short_wrapper .section__location .location-content .inner-content .text_block .content-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .section__location .location-content .inner-content .text_block .content-title {
    font-size: 36.864px;
    margin-top: 24px;
  }
}
.lp_short_wrapper .section__location .location-content .inner-content .text_block .detail-block {
  margin-bottom: 16px;
}
.lp_short_wrapper .section__location .location-content .inner-content .text_block .detail-block .title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .section__location .location-content .inner-content .text_block .detail-block .title {
    font-size: 28.672px;
  }
}
.lp_short_wrapper .section__location .location-content .inner-content .text_block .detail-block .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .section__location .location-content .inner-content .text_block .detail-block .text {
    font-size: 28.672px;
  }
}
.lp_short_wrapper .section__location .location-content .inner-content .text_block .detail-block .text .br {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .section__location .location-content .inner-content .text_block .detail-block .text .br {
    display: block;
  }
}
.lp_short_wrapper .section__location .location-content .inner-content .text_block .detail-block:last-child {
  margin-bottom: 0px;
}
.lp_short_wrapper .section__location .location-content .inner-content .text_block .detail-block .day {
  text-indent: inherit;
}
.lp_short_wrapper .section__location .location-content .inner-content .text_block.osaka {
  margin-left: 0;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .section__location .location-content .inner-content .text_block.osaka {
    margin-right: 0;
  }
}
.lp_short_wrapper .record {
  padding-bottom: 32px;
  color: #000000;
}
.lp_short_wrapper .record table th, .lp_short_wrapper .record table td {
  border: 0px solid black !important;
}
.lp_short_wrapper .record thead tr {
  border-bottom: 2px solid black;
}
.lp_short_wrapper .record th {
  background-color: inherit;
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
}
.lp_short_wrapper .record th:first-child {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .record th {
    font-size: 24px;
    vertical-align: middle;
  }
}
.lp_short_wrapper .record td {
  background-color: inherit;
  text-align: right;
  vertical-align: middle;
  padding: 16px 0px;
}
.lp_short_wrapper .record .name {
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #333333;
  text-align: left;
}
.lp_short_wrapper .record .name span {
  display: block;
  padding-top: 8px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .record .name {
    font-size: 26px;
  }
  .lp_short_wrapper .record .name span {
    font-size: 26px;
  }
}
.lp_short_wrapper .record table tr:nth-of-type(2n+1) {
  background-color: inherit;
}
.lp_short_wrapper .record tbody tr {
  border-bottom: 1px solid black;
}
.lp_short_wrapper .record tbody td:last-child {
  padding-right: 32px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .record tbody td:last-child {
    padding-right: 0px;
  }
}
.lp_short_wrapper .record .a_b_price {
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .record .a_b_price {
    line-height: 170%;
  }
}
.lp_short_wrapper .record .a_b_price span {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
}
.lp_short_wrapper .record .our_price {
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #F83535;
}
.lp_short_wrapper .record .our_price span {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
}
.lp_short_wrapper .record .title {
  width: 540px;
  padding: 50px 0px 31px;
  margin: 0 auto;
}
.lp_short_wrapper .record .record-content {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .record .record-content {
    max-width: 660px;
  }
}
.lp_short_wrapper .record .hidden {
  display: none;
}
.lp_short_wrapper .record .more {
  cursor: pointer;
  display: block;
  max-width: 326px;
  margin: 0 auto;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper .record .more {
    max-width: 486px;
  }
}
.lp_short_wrapper .record .data_img {
  display: block;
  margin-left: auto;
  margin-right: 0px;
  width: 200px;
}
.lp_short_wrapper .record .shop_img {
  width: 96px;
}

.lp_footer-shot {
  text-align: center;
  padding: 12px 0px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 120px;
}
.lp_footer-shot ul {
  padding: 4px 0px 16px;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lp_footer-shot ul {
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  .lp_footer-shot ul .link-lp {
    margin-bottom: 50px;
  }
  .lp_footer-shot ul .link-lp:last-child {
    margin-bottom: 0px;
  }
}
.lp_footer-shot ul a {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 100% !important;
}
@media screen and (max-width: 768px) {
  .lp_footer-shot ul a {
    font-size: 28.672px !important;
  }
}
.lp_footer-shot .lp_footer-bottom {
  background-color: inherit;
}
.lp_footer-shot .lp_footer-bottom p {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .lp_footer-shot .lp_footer-bottom p {
    font-size: 32.768px;
  }
}

.lp_short_wrapper.bag .header_pc {
  background-image: url("../../../images/lp_short/bag/kv_bg.png");
}
.lp_short_wrapper.bag .another-block {
  border: 2px solid #E5852B;
}
.lp_short_wrapper.bag .short_title p {
  color: #D03F11;
}
.lp_short_wrapper.bag .review {
  background-color: #FFF8EE;
}
.lp_short_wrapper.bag .swiper-button-prev {
  background-image: url("../../../images/lp_short/bag/slide_arrow_left.png");
}
.lp_short_wrapper.bag .swiper-button-next {
  background-image: url("../../../images/lp_short/bag/slide_arrow_right.png");
}
.lp_short_wrapper.bag .flow {
  background-color: #FFF8EE;
}
.lp_short_wrapper.bag .flow .flow_content .flow_detail .title {
  background-image: url("../../../images/lp_short/bag/flow_arrow.svg");
}
.lp_short_wrapper.bag .voice .voice_flex .voice_flex_detail .text {
  border: 2px solid #E5852B;
}
.lp_short_wrapper.bag .chart_title {
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.lp_short_wrapper.bag .hight_chart {
  justify-content: center;
  background-color: #FFF8EE;
}
.lp_short_wrapper.bag .hight_chart .chart_text {
  background-color: #FFDDBD;
}
.lp_short_wrapper.bag .hight_chart .chart_text img {
  width: 88px;
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.bag .hight_chart .chart_text img {
    width: auto;
    margin-right: auto;
  }
}
.lp_short_wrapper.bag .lp_short__header {
  background-color: #E5852B;
}
.lp_short_wrapper.bag .form {
  background: #E5852B;
}
.lp_short_wrapper.bag .lp__contact.short .form_sub {
  background-color: #FFDDBD;
}
.lp_short_wrapper.bag .lp__contact .wpcf7-form .contact-flex .img_form .up_link {
  background: #E5852B;
}
.lp_short_wrapper.bag .contact-wrapper .wpcf7-form .contact-flex .img_form {
  background-color: #E5852B;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.bag .lp-general-wrapper .product__sell__title {
    width: 100%;
  }
}
.lp_short_wrapper.bag .lp-general-wrapper .product__sell__title::before {
  display: none;
}
.lp_short_wrapper.bag .lp-general-wrapper .product__sell__form a {
  display: flex;
}
.lp_short_wrapper.bag .lp-general-wrapper .product__sell {
  background: linear-gradient(180deg, #FFE176 0%, #FFA450 100%);
}
.lp_short_wrapper.bag .product__sell__title__img {
  max-width: 570px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.bag .product__sell__title__img {
    max-width: 100%;
    margin-bottom: 32px;
  }
}
.lp_short_wrapper.bag .lp-general-wrapper .product__sell__form button,
.lp_short_wrapper.bag .lp-general-wrapper .product__sell__form a {
  padding-left: 22px;
  padding-top: 14px;
  padding-bottom: 14px;
  background: linear-gradient(180deg, #EF3006 53.12%, #A51F01 100%);
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.bag .lp-general-wrapper .product__sell__form button,
  .lp_short_wrapper.bag .lp-general-wrapper .product__sell__form a {
    border-radius: 16px;
    border: 4px solid #FFFFFF;
    width: 688px;
    font-size: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.lp_short_wrapper.bag .lp-general-wrapper .product__sell__form a::after {
  background-image: url("../../../images/lp_short/bag/form_arrow.png");
  height: 26px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.bag .lp-general-wrapper .product__sell__form a::after {
    width: 218px;
    height: 76px;
    transform: translate(25%, 0%);
  }
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.bag .lp-general-wrapper .product__sell__form__brand,
  .lp_short_wrapper.bag .lp-general-wrapper .product__sell__form__model {
    width: 688px;
  }
}
.lp_short_wrapper.bag .lp-general-wrapper .product__sell .product__sell__form__model::after {
  background-image: inherit;
}
.lp_short_wrapper.bag .lp-general-wrapper .product__sell__form label {
  color: #333333;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.bag .lp-general-wrapper .product__sell__form label {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.lp_short_wrapper.bag .lp-general-wrapper .product__sell__form__brand select {
  box-shadow: 0px 8px 10px rgba(68, 37, 14, 0.25);
  border-radius: 8px;
  border: 2px solid #E6852B;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.bag .lp-general-wrapper .product__sell__form__brand select {
    border: 4px solid #E6852B;
    font-size: 40px;
    height: 120px;
    margin-top: 16px;
    margin-bottom: 40px;
  }
}
.lp_short_wrapper.bag .lp-general-wrapper .product__sell__form__model input {
  box-shadow: 0px 8px 10px rgba(68, 37, 14, 0.25);
  border-radius: 8px;
  border: 2px solid #E6852B;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.bag .lp-general-wrapper .product__sell__form__model input {
    border-radius: 16px;
    border: 4px solid #E6852B;
    font-size: 40px;
    height: 120px;
    margin-top: 16px;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.bag .lp-general-wrapper .product__sell .product__sell__form__brand::after {
    width: 34.8px;
    height: 27.84px;
    top: 96px;
  }
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.bag .kv_content .header_sp .main_img {
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.bag .kv_content .header_pc .img {
    position: relative;
    z-index: 10;
  }
}
.lp_short_wrapper.bag .lp-general-wrapper {
  padding-bottom: 0px;
}
.lp_short_wrapper.bag .lp-general-wrapper {
  overflow: inherit;
}

.lp_short_wrapper.fixed {
  max-width: 100%;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
}
.lp_short_wrapper.fixed .product__sell {
  position: relative;
}
.lp_short_wrapper.fixed .lp-general-wrapper .product__sell {
  padding: 16px 0;
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.fixed .lp-general-wrapper .product__sell {
    padding-bottom: 0px;
  }
}
.lp_short_wrapper.fixed .lp-general-wrapper .product__sell__form {
  margin-top: 0px;
}
.lp_short_wrapper.fixed .product__sell__title {
  width: 800px;
  display: block;
  background: #FAFF00;
  border: 2px solid #E6852B;
  border-radius: 50px;
  font-weight: 800;
  font-size: 26px;
  color: #333333;
  text-align: center;
  padding: 10px 0px;
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.fixed .cta .page_cta .main_text::before {
    background-image: none !important;
  }
}
.lp_short_wrapper.fixed .cta {
  padding: 16px 20px !important;
  padding: 48px;
  flex-flow: inherit;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.fixed .cta {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.fixed .cta .tel_cta {
    width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.fixed .cta .tel_cta .main_text::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.fixed .cta .line_cta {
    width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.fixed .cta .line_cta .main_text::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.fixed .cta .web_cta {
    width: 356px;
  }
}
.lp_short_wrapper.fixed .cta .page_cta .main_text {
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 30px;
  width: 210px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.fixed .product__sell__title {
    width: 700px !important;
  }
}
.lp_short_wrapper.fixed .page_cta .main_text {
  margin-bottom: 0px;
}
.lp_short_wrapper.fixed .cta .page_cta .main_text::after {
  width: 14px;
  height: 25px;
  top: 6px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.fixed .lp-general-wrapper .product__sell {
    background: #E6852B;
  }
}

.lp_short_wrapper.watch.fixed .lp-general-wrapper {
  overflow: inherit;
  padding-bottom: 0px;
}
.lp_short_wrapper.watch.fixed .lp-general-wrapper .product__sell {
  background: #1F5CA3;
}
.lp_short_wrapper.watch.fixed .cta .page_cta .main_text {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.watch.fixed .cta .page_cta .main_text {
    font-size: 30px;
  }
}
.lp_short_wrapper.watch.fixed .cta .page_cta .sub_text {
  width: 200px;
}
.lp_short_wrapper.watch.fixed .product__sell__title::before {
  display: none;
}
.lp_short_wrapper.watch.fixed .cta {
  max-width: 1200px;
  margin: 0 auto;
}
.lp_short_wrapper.watch.fixed .lp-general-wrapper .product__sell {
  padding-bottom: 0px;
}
.lp_short_wrapper.watch.fixed .cta .page_cta {
  line-height: 20px;
}

.lp_short_wrapper.jewelry .header_pc {
  background-image: url("../../../images/lp_short/jewelry/kv_bg.png");
}
.lp_short_wrapper.jewelry .another-block {
  border: 2px solid #16CAB4;
}
.lp_short_wrapper.jewelry .short_title p {
  color: #009B92;
}
.lp_short_wrapper.jewelry .review {
  background-color: #EEFFFD;
}
.lp_short_wrapper.jewelry .swiper-button-prev {
  background-image: url("../../../images/lp_short/jewelry/slide_arrow_left.png");
}
.lp_short_wrapper.jewelry .swiper-button-next {
  background-image: url("../../../images/lp_short/jewelry/slide_arrow_right.png");
}
.lp_short_wrapper.jewelry .flow {
  background-color: #EEFFFD;
}
.lp_short_wrapper.jewelry .flow .flow_content .flow_detail .title {
  background-image: url("../../../images/lp_short/jewelry/flow_arrow.svg");
}
.lp_short_wrapper.jewelry .voice .voice_flex .voice_flex_detail .text {
  border: 2px solid #16CAB4;
}
.lp_short_wrapper.jewelry .chart_title {
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.lp_short_wrapper.jewelry .hight_chart {
  justify-content: center;
  background-color: #EEFFFD;
}
.lp_short_wrapper.jewelry .hight_chart .chart_text {
  background-color: #D5F7F0;
}
.lp_short_wrapper.jewelry .hight_chart .chart_text img {
  width: 88px;
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.jewelry .hight_chart .chart_text img {
    width: auto;
    margin-right: auto;
  }
}
.lp_short_wrapper.jewelry .lp_short__header {
  background-color: #16CAB4;
}
.lp_short_wrapper.jewelry .form {
  background: #16CAB4;
}
.lp_short_wrapper.jewelry .lp__contact.short .form_sub {
  background-color: #D5F7F0;
}
.lp_short_wrapper.jewelry .lp__contact .wpcf7-form .contact-flex .img_form .up_link {
  background: #16CAB4;
}
.lp_short_wrapper.jewelry .contact-wrapper .wpcf7-form .contact-flex .img_form {
  background-color: #16CAB4;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.jewelry .lp-general-wrapper .product__sell__title {
    width: 100%;
  }
}
.lp_short_wrapper.jewelry .lp-general-wrapper .product__sell__title::before {
  display: none;
}
.lp_short_wrapper.jewelry .lp-general-wrapper .product__sell__form a {
  display: flex;
}
.lp_short_wrapper.jewelry .lp-general-wrapper .product__sell {
  background: linear-gradient(180deg, #FFE176 0%, #FFA450 100%);
}
.lp_short_wrapper.jewelry .product__sell__title__img {
  max-width: 570px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.jewelry .product__sell__title__img {
    margin-bottom: 32px;
  }
}
.lp_short_wrapper.jewelry .lp-general-wrapper .product__sell__form button,
.lp_short_wrapper.jewelry .lp-general-wrapper .product__sell__form a {
  padding-left: 22px;
  padding-top: 12px;
  padding-bottom: 12px;
  background: linear-gradient(180deg, #EF3006 53.12%, #A51F01 100%);
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.jewelry .lp-general-wrapper .product__sell__form button,
  .lp_short_wrapper.jewelry .lp-general-wrapper .product__sell__form a {
    width: 688px;
    font-size: 60px;
  }
}
.lp_short_wrapper.jewelry .lp-general-wrapper .product__sell__form a::after {
  background-image: url("../../../images/lp_short/jewelry/form_arrow.png");
  height: 26px;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.jewelry .lp-general-wrapper .product__sell__form a::after {
    width: 218px;
    height: 76px;
    transform: translate(25%, 0%);
  }
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.jewelry .lp-general-wrapper .product__sell__form__brand,
  .lp_short_wrapper.jewelry .lp-general-wrapper .product__sell__form__model {
    width: 688px;
  }
}
.lp_short_wrapper.jewelry .lp-general-wrapper .product__sell .product__sell__form__model::after {
  background-image: inherit;
}
.lp_short_wrapper.jewelry .lp-general-wrapper .product__sell__form label {
  color: #333333;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.jewelry .lp-general-wrapper .product__sell__form label {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.lp_short_wrapper.jewelry .lp-general-wrapper .product__sell__form__brand select {
  box-shadow: 0px 8px 10px rgba(68, 37, 14, 0.25);
  border-radius: 8px;
  border: 2px solid #E6852B;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.jewelry .lp-general-wrapper .product__sell__form__brand select {
    border: 4px solid #E6852B;
    font-size: 40px;
    height: 120px;
    margin-top: 16px;
    margin-bottom: 40px;
  }
}
.lp_short_wrapper.jewelry .lp-general-wrapper .product__sell__form__model input {
  box-shadow: 0px 8px 10px rgba(68, 37, 14, 0.25);
  border-radius: 8px;
  border: 2px solid #E6852B;
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.jewelry .lp-general-wrapper .product__sell__form__model input {
    border-radius: 16px;
    border: 4px solid #E6852B;
    font-size: 40px;
    height: 120px;
    margin-top: 16px;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.jewelry .lp-general-wrapper .product__sell .product__sell__form__brand::after {
    width: 34.8px;
    height: 27.84px;
    top: 96px;
  }
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.jewelry .kv_content .header_sp .main_img {
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  .lp_short_wrapper.jewelry .kv_content .header_pc .img {
    position: relative;
    z-index: 10;
  }
}
.lp_short_wrapper.jewelry .lp-general-wrapper {
  padding-bottom: 0px;
}
.lp_short_wrapper.jewelry .lp-general-wrapper {
  overflow: inherit;
}
.lp_short_wrapper.jewelry .cta_div {
  background: linear-gradient(180deg, #16CAB4 0%, #009B92 88.02%);
}

.lp_short_wrapper.watch.jewelry.fixed .lp-general-wrapper .product__sell {
  background-color: #16CAB4;
}

.lp_short_wrapper_lp3 {
  max-width: 768px;
  margin: 0 auto;
  /* 次ページボタンのスタイル */
  /* 前ページボタンのスタイル */
}
.lp_short_wrapper_lp3 img {
  vertical-align: top;
}
.lp_short_wrapper_lp3 .line_cv {
  position: fixed;
  right: 0;
  bottom: 5%;
  width: 184.32px;
  z-index: 99;
}
.lp_short_wrapper_lp3 p {
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.lp_short_wrapper_lp3 a {
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-decoration: none;
}
.lp_short_wrapper_lp3 .lp_short__header {
  width: 100%;
  text-align: center;
  background-color: #1F5CA3;
  padding-top: 8px;
}
.lp_short_wrapper_lp3 .lp_short__header .logo {
  width: 173.61px;
  margin-bottom: 18.4px;
}
.lp_short_wrapper_lp3 .lp_short__header .header_cv {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_short_wrapper_lp3 .lp_short__header .header_cv a {
  width: 50%;
  font-size: 0px;
  height: 90.11px;
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp_short_wrapper_lp3 .lp_short__header .header_cv .satei {
  position: relative;
  background: linear-gradient(180deg, #EF3006 53.12%, #A51F01 100%);
}
.lp_short_wrapper_lp3 .lp_short__header .header_cv .satei .satei_img {
  max-width: 343.92px;
}
.lp_short_wrapper_lp3 .lp_short__header .header_cv .tel {
  background: linear-gradient(180deg, #FFEB84 0%, #EABA12 38.54%, #9D7D0B 100%), linear-gradient(180deg, #159369 52.08%, #0E694B 100%);
  position: relative;
  overflow: hidden;
}
.lp_short_wrapper_lp3 .lp_short__header .header_cv .tel:before {
  content: "";
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shine 3s ease-in-out infinite;
  position: absolute;
  top: -180px;
  left: 0;
  transform: rotate(45deg);
  display: inline-block;
}
@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.lp_short_wrapper_lp3 .lp_short__header .header_cv .tel .tel_img {
  max-width: 211.1px;
}
.lp_short_wrapper_lp3 .kv_content {
  font-size: 0px;
}
.lp_short_wrapper_lp3 .first-swiper-wrapper {
  max-width: 706.56px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 32px;
}
.lp_short_wrapper_lp3 .first-swiper-wrapper .swiper-slide {
  border: 8.192px solid #333333;
  box-sizing: border-box;
  border-radius: 6.144px;
  background-color: #333333;
}
.lp_short_wrapper_lp3 .first-swiper-wrapper .data_title {
  background-color: #333333;
  text-align: center;
  height: 125px;
  color: white;
}
.lp_short_wrapper_lp3 .first-swiper-wrapper .data_title .title {
  margin: 16px 0;
}
.lp_short_wrapper_lp3 .first-swiper-wrapper .data_title .title.small {
  font-size: 49.152px;
  line-height: 100%;
}
.lp_short_wrapper_lp3 .first-swiper-wrapper .data_title .title.middle {
  font-size: 36.864px;
  line-height: 49px;
}
.lp_short_wrapper_lp3 .first-swiper-wrapper .data_title .title.large {
  font-size: 28.672px;
  line-height: 53px;
}
.lp_short_wrapper_lp3 .first-swiper-wrapper .data_title .number {
  font-size: 32.768px;
  line-height: 100%;
}
.lp_short_wrapper_lp3 .first-swiper-wrapper .data_content {
  position: relative;
}
.lp_short_wrapper_lp3 .first-swiper-wrapper .data_content .data_img {
  position: absolute;
  top: 50%;
  left: -70px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 387px;
}
.lp_short_wrapper_lp3 .first-swiper-wrapper .data_content .data_content_title {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: left;
  align-items: center;
  background: #FFD7CB;
  padding-left: 250px;
  height: 106px;
}
.lp_short_wrapper_lp3 .first-swiper-wrapper .data_content .data_content_title .our_price {
  font-family: "Roboto", sans-serif;
  color: #EF3006;
  font-weight: 800;
  font-size: 84.208px;
}
.lp_short_wrapper_lp3 .first-swiper-wrapper .data_content .data_content_title .our_price span {
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 900;
  font-size: 32.768px;
  line-height: 100%;
}
.lp_short_wrapper_lp3 .first-swiper-wrapper .data_content .data_content_title .our_price.middle {
  font-size: 70px;
}
.lp_short_wrapper_lp3 .first-swiper-wrapper .data_content .data_content_detail {
  padding-left: 250px;
  background-color: white;
  background-size: 172.03px 276.48px;
  background-position: right;
  background-repeat: no-repeat;
  background-image: url("../../../images/lp_short/slide_arrow.png");
}
.lp_short_wrapper_lp3 .first-swiper-wrapper .data_content .data_content_detail .text {
  font-weight: 700;
  font-size: 32.768px;
  line-height: 100%;
  padding-top: 20px;
  padding-bottom: 6px;
}
.lp_short_wrapper_lp3 .first-swiper-wrapper .data_content .data_content_detail .comparison_price {
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 32.768px;
  line-height: 100%;
  color: #CB9E00;
  margin-bottom: 30px;
}
.lp_short_wrapper_lp3 .first-swiper-wrapper .data_content .data_content_detail .comparison_price span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 73.728px;
  line-height: 100%;
  letter-spacing: -0.03em;
  margin-right: 5px;
}
.lp_short_wrapper_lp3 .first-swiper-wrapper .data_content .data_content_detail .a_b_price {
  display: inline-block;
  background: #DFDFDF;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 28.672px;
  line-height: 100%;
  color: #292929;
  margin-bottom: 8px;
}
.lp_short_wrapper_lp3 .first-swiper-wrapper .data_content .data_content_detail .a_b_price:last-child {
  margin-bottom: 30px;
}
.lp_short_wrapper_lp3 .voice {
  background-color: #B5D7FF;
  padding: 32px 30px;
  padding-top: 27px;
  text-align: center;
}
.lp_short_wrapper_lp3 .voice .title {
  max-width: 244px;
  margin: 0 auto;
  margin-bottom: 32px;
}
.lp_short_wrapper_lp3 .voice .title img {
  width: 100%;
}
.lp_short_wrapper_lp3 .voice .voice_contents {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.lp_short_wrapper_lp3 .voice .voice_contents:last-child {
  margin-bottom: 0px;
}
.lp_short_wrapper_lp3 .voice .voice_contents p {
  max-width: 512px;
  background-color: white;
  font-weight: bold;
  padding: 32px;
  text-align: left;
  font-size: 24.576px;
}
.lp_short_wrapper_lp3 .voice .voice_contents p span {
  display: block;
  font-weight: 400;
  text-align: right;
}
.lp_short_wrapper_lp3 .voice .voice_contents img {
  width: 163px;
}
.lp_short_wrapper_lp3 .form {
  background: linear-gradient(0deg, #1F5CA3, #1F5CA3), #EEF7FF;
  padding: 37px 19px;
}
.lp_short_wrapper_lp3 .form .title {
  max-width: 627px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.lp_short_wrapper_lp3 .lp__contact.short {
  background-color: white;
  padding: 32px 21px;
}
.lp_short_wrapper_lp3 .lp__contact.short .contact-flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: column;
}
.lp_short_wrapper_lp3 .lp__contact.short .contact-flex label {
  font-weight: 700;
  font-size: 30.72px;
  width: 100%;
  margin-bottom: 8px;
  max-width: 100%;
}
.lp_short_wrapper_lp3 .lp__contact.short .img_flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 100%;
}
.lp_short_wrapper_lp3 .lp__contact.short .modal_photo_lp {
  cursor: pointer;
  max-width: 261px;
  margin-left: auto;
  margin-right: 0;
  font-size: 28.672px;
}
.lp_short_wrapper_lp3 .lp__contact.short .modal_photo_lp::after {
  width: 35.22px;
  height: 36.86px;
  background-repeat: no-repeat;
  left: -45px;
  top: 6px;
}
.lp_short_wrapper_lp3 .lp__contact.short .form_sub {
  width: 100%;
  text-align: center;
  background-color: #B5D7FF;
  font-weight: 700;
  font-size: 30.72px;
  margin-bottom: 32px;
}
.lp_short_wrapper_lp3 .lp__contact.short .wpcf7-form-control-wrap input,
.lp_short_wrapper_lp3 .lp__contact.short .wpcf7-form-control-wrap textarea,
.lp_short_wrapper_lp3 .lp__contact.short .wpcf7-form-control-wrap select {
  background: white;
  font-size: 32px;
  border: 2.048px solid #333333;
  box-sizing: border-box;
}
.lp_short_wrapper_lp3 .lp__contact.short .wpcf7-form-control-wrap input::placeholder,
.lp_short_wrapper_lp3 .lp__contact.short .wpcf7-form-control-wrap textarea::placeholder,
.lp_short_wrapper_lp3 .lp__contact.short .wpcf7-form-control-wrap select::placeholder {
  color: #B9B9B9;
  font-size: 32px;
}
.lp_short_wrapper_lp3 .lp__contact.short .wpcf7-form-control-wrap input {
  padding: 22px 28px;
}
.lp_short_wrapper_lp3 .contact-wrapper .wpcf7-form .contact-required p {
  margin-left: 16px;
}
.lp_short_wrapper_lp3 .contact-wrapper .wpcf7-form {
  margin: 0px 0px;
  max-width: 100%;
}
.lp_short_wrapper_lp3 .contact-wrapper .wpcf7-form .contact-flex .wpcf7-form-control-wrap {
  max-width: 100%;
  width: 100%;
}
.lp_short_wrapper_lp3 .lp__contact .wpcf7-form .contact-flex label .add-file {
  font-weight: 700;
  font-size: 30.72px;
  line-height: 45px;
}
.lp_short_wrapper_lp3 .lp__contact .wpcf7-form .contact-flex label .add-file::after {
  font-size: 30.72px;
  line-height: 45px;
  font-weight: 400;
}
.lp_short_wrapper_lp3 .lp__contact .wpcf7-form .contact-flex .img_form .up_link {
  background: #1F5CA3;
  color: white;
  border-radius: 16.384px;
  font-weight: 700;
  font-size: 28.672px;
  transform: translate(-50%, 5%);
}
.lp_short_wrapper_lp3 .lp__contact .wpcf7-form .contact-flex .img_form .up_link img {
  width: 47.1px;
  height: 47.1px;
}
.lp_short_wrapper_lp3 .thankyou-form input {
  font-size: 24px !important;
}
.lp_short_wrapper_lp3 .contact-wrapper .wpcf7-form .contact-flex .img_form a.del span img {
  width: 47.1px;
}
.lp_short_wrapper_lp3 .contact-wrapper .wpcf7-form .contact-flex .img_form {
  background-color: #1F5CA3;
  border-radius: 16.384px;
}
.lp_short_wrapper_lp3 .contact-wrapper .wpcf7-form .contact-flex .img_form {
  width: 154.73px;
  height: 154.73px;
}
.lp_short_wrapper_lp3 .contact-flex p {
  font-size: 30.72px;
  line-height: 45px;
  margin-bottom: 8px;
}
.lp_short_wrapper_lp3 .contact-wrapper .wpcf7-form .required {
  font-weight: 800;
  font-size: 22.528px;
  color: white;
  padding: 6px 12px;
  background-color: #EF3006;
  vertical-align: text-bottom;
}
.lp_short_wrapper_lp3 .contact-wrapper .wpcf7-form .contact-required p {
  font-weight: 700;
  font-size: 30.72px;
}
.lp_short_wrapper_lp3 .lp__contact .wpcf7-form .wpcf7-submit {
  background: #EB350D;
  border: 2.048px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 16.384px;
  font-size: 40.96px;
  max-width: 686px;
}
.lp_short_wrapper_lp3 .contact-flex {
  margin-bottom: 33px;
}
.lp_short_wrapper_lp3 .contact-flex.mg {
  margin-bottom: 50px !important;
}
.lp_short_wrapper_lp3 .cta {
  padding: 55px 27px;
  text-align: center;
  margin-bottom: 12px;
}
.lp_short_wrapper_lp3 .cta .page_cta {
  display: block;
  width: 100%;
  border: 2.048px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 16.384px;
  padding: 32px 0px;
  filter: drop-shadow(0px 8.192px 8.192px rgba(0, 0, 0, 0.25));
  margin-bottom: 53px;
}
.lp_short_wrapper_lp3 .cta .page_cta span {
  position: relative;
  font-weight: 600;
  font-size: 40.96px;
  line-height: 100%;
  color: #FFFFFF;
}
.lp_short_wrapper_lp3 .cta .page_cta span::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  top: -4px;
  left: -63px;
  width: 49px;
  height: 49px;
}
.lp_short_wrapper_lp3 .cta .page_cta span::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  top: 0px;
  right: -78px;
  background-image: url("../../../images/lp_short/arrow.svg");
  width: 49px;
  height: 49px;
}
.lp_short_wrapper_lp3 .cta .web_cta {
  background: linear-gradient(180deg, #EF3006 53.12%, #A51F01 100%);
}
.lp_short_wrapper_lp3 .cta .web_cta span::before {
  background-image: url("../../../images/lp_short/web_before.svg");
}
.lp_short_wrapper_lp3 .cta .tel_cta {
  background: linear-gradient(180deg, #DEAF08 0%, #D29F00 53.65%, #785600 100%), linear-gradient(180deg, #159369 52.08%, #0E694B 100%);
  position: relative;
  overflow: hidden;
}
.lp_short_wrapper_lp3 .cta .tel_cta:before {
  content: "";
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shine 3s ease-in-out infinite;
  position: absolute;
  top: -180px;
  left: 0;
  transform: rotate(45deg);
  display: inline-block;
}
@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.lp_short_wrapper_lp3 .cta .tel_cta span::before {
  background-image: url("../../../images/lp_short/tel_before.svg");
}
.lp_short_wrapper_lp3 .cta .line_cta {
  background: linear-gradient(180deg, #06C755 0%, #04923E 100%);
}
.lp_short_wrapper_lp3 .cta .line_cta span::before {
  background-image: url("../../../images/lp_short/line_before.svg");
}
.lp_short_wrapper_lp3 .cta .cta_text {
  font-weight: 700;
  font-size: 36.864px;
  line-height: 100%;
  text-align: center;
  color: #333333;
  margin-bottom: 16.3px;
}
.lp_short_wrapper_lp3 .flow {
  background: #B5D7FF;
  padding: 50px 30px;
}
.lp_short_wrapper_lp3 .flow .title {
  font-weight: 700;
  font-size: 45.056px;
  line-height: 130%;
  text-align: center;
  color: #333333;
  margin-bottom: 50px;
}
.lp_short_wrapper_lp3 .flow .flow_content {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  padding: 32px 20px;
  position: relative;
  margin-bottom: 40px;
}
.lp_short_wrapper_lp3 .flow .flow_content p {
  font-weight: 700;
  font-size: 36.864px;
  line-height: 100%;
  color: #333333;
}
.lp_short_wrapper_lp3 .flow .flow_content p span {
  font-weight: 400;
  font-size: 28.672px;
  line-height: 160%;
}
.lp_short_wrapper_lp3 .flow .flow_content img {
  width: 157px;
}
.lp_short_wrapper_lp3 .flow .flow_content .triangle {
  position: absolute;
  border-top: 36px solid white;
  border-right: 26px solid transparent;
  border-left: 26px solid transparent;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.lp_short_wrapper_lp3 .review {
  padding-top: 41px;
  padding-bottom: 41px;
}
.lp_short_wrapper_lp3 .review .review_title {
  max-width: 405px;
  margin-bottom: 30px;
  margin-left: 80px;
}
.lp_short_wrapper_lp3 .review .review-swiper-wrapper {
  position: relative;
}
.lp_short_wrapper_lp3 .review .review-swiper-wrapper .batch {
  position: absolute;
  top: -116px;
  right: 29px;
  z-index: 90;
  width: 201px;
}
.lp_short_wrapper_lp3 .review .review-swiper-wrapper .review_title_content {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.lp_short_wrapper_lp3 .review .review-swiper-wrapper .review_title_content .review_icon {
  width: 95px;
  height: 95px;
  margin-right: 18.5px;
}
.lp_short_wrapper_lp3 .review .review-swiper-wrapper .review_title_content .review_title_content_text {
  margin-bottom: 27px;
}
.lp_short_wrapper_lp3 .review .review-swiper-wrapper .review_title_content .review_title_content_text p {
  font-weight: 700;
  font-size: 28.672px;
  line-height: 130%;
  margin-bottom: 10px;
}
.lp_short_wrapper_lp3 .review .review-swiper-wrapper .review_title_content .review_title_content_text img {
  width: 184px;
}
.lp_short_wrapper_lp3 .review .review-swiper-wrapper .slide_card {
  width: 645px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0px 6.144px 26.624px rgba(0, 0, 0, 0.2);
  border-radius: 24.576px;
  padding: 33px 50px;
}
.lp_short_wrapper_lp3 .review .review-swiper-wrapper .slide_card .text {
  font-weight: 400;
  font-size: 28.672px;
  line-height: 160%;
}
.lp_short_wrapper_lp3 .swiper-button-prev,
.lp_short_wrapper_lp3 .swiper-button-next {
  width: 86px;
  /* ボタンの幅 */
  height: 86px;
  /* ボタンの高さ */
  background-size: contain;
}
.lp_short_wrapper_lp3 .swiper-button-prev.top,
.lp_short_wrapper_lp3 .swiper-button-next.top {
  width: 69.63px;
  /* ボタンの幅 */
  height: 69.63px;
  /* ボタンの高さ */
  background-size: contain;
}
.lp_short_wrapper_lp3 .swiper-button-next {
  background-image: url("../../../images/lp_short/slide_arrow_right.png");
}
.lp_short_wrapper_lp3 .swiper-button-prev {
  background-image: url("../../../images/lp_short/slide_arrow_left.png");
}
.lp_short_wrapper_lp3 .swiper-button-next.top {
  right: -25px;
  background-image: url("../../../images/lp_short/top_slide_arrow_right.png");
}
.lp_short_wrapper_lp3 .swiper-button-prev.top {
  left: -25px;
  background-image: url("../../../images/lp_short/top_slide_arrow_left.png");
}
.lp_short_wrapper_lp3 .swiper-button-next.center {
  top: 35%;
}
.lp_short_wrapper_lp3 .swiper-button-prev.center {
  top: 35%;
}
.lp_short_wrapper_lp3 .shop {
  background: #EFEFEF;
  padding: 32px 30px;
}
.lp_short_wrapper_lp3 .shop img {
  margin-bottom: 32px;
}
.lp_short_wrapper_lp3 .shop .title {
  font-weight: 700;
  font-size: 45.056px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.lp_short_wrapper_lp3 .shop .sub_title {
  font-weight: 700;
  font-size: 36.864px;
  line-height: 100%;
  margin-bottom: 32px;
}
.lp_short_wrapper_lp3 .shop table {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .lp_short_wrapper_lp3 .shop table {
    max-width: 100%;
    width: 100%;
    margin-top: 32px;
  }
}
.lp_short_wrapper_lp3 .shop table-title {
  font-size: 24px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #202020;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width: 375px) {
  .lp_short_wrapper_lp3 .shop table-title {
    font-size: 22px;
  }
}
.lp_short_wrapper_lp3 .shop table tr {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: left;
  align-items: top;
  background-color: transparent;
  text-align: left;
}
.lp_short_wrapper_lp3 .shop table tr:last-child {
  margin-bottom: 0px;
}
.lp_short_wrapper_lp3 .shop table tr .flex {
  display: -webkit-box; /* old Android */
  display: -moz-box; /* Firefox */
  display: -webkit-flex; /* Safari etc. */
  display: -ms-flexbox; /* IE10        */
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
.lp_short_wrapper_lp3 .shop table tr .flex span {
  margin-right: 7.8px;
}
.lp_short_wrapper_lp3 .shop table tr td,
.lp_short_wrapper_lp3 .shop table tr th {
  border: none;
  background-color: transparent;
  color: #202020;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  padding: 0px;
}
.lp_short_wrapper_lp3 .shop table tr th {
  font-weight: bold;
  text-align: left;
  font-weight: 700;
  font-size: 28.672px;
  line-height: 100%;
  padding-bottom: 16px;
}
.lp_short_wrapper_lp3 .shop table tr td {
  font-weight: 400;
  font-size: 28.672px;
  line-height: 43px;
}
.lp_short_wrapper_lp3 .shop table tr .mg-buttom {
  margin-bottom: 32px;
}
.lp_short_wrapper_lp3 .record {
  background-color: #1F5CA3;
  padding-bottom: 32px;
}
.lp_short_wrapper_lp3 .record .title {
  width: 540px;
  padding: 50px 0px 31px;
  margin: 0 auto;
}
.lp_short_wrapper_lp3 .record .record-swiper-wrapper {
  position: relative;
  padding-right: 16.62px;
  padding-left: 16.31px;
}
.lp_short_wrapper_lp3 .record .record-swiper-wrapper .swiper-container {
  width: 100%;
}
.lp_short_wrapper_lp3 .record .record-swiper-wrapper .swiper-slide {
  background-color: white;
  border: 2.048px solid #DFDFDF;
  box-sizing: border-box;
  border-radius: 24.576px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translate(-53%, 0);
  -moz-transform: translate(-53%, 0);
  -ms-transform: translate(-53%, 0);
  -o-transform: translate(-53%, 0);
  transform: translate(-53%, 0);
}
.lp_short_wrapper_lp3 .record .record-swiper-wrapper .swiper-slide .data_title {
  font-weight: 700;
  font-size: 24.576px;
  line-height: 37px;
  text-align: center;
  color: #333333;
}
.lp_short_wrapper_lp3 .record .record-swiper-wrapper .swiper-slide .a_b_price {
  background: #DFDFDF;
  width: 310px;
  margin: 0 auto;
  padding: 10px 0;
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28.672px;
  line-height: 100%;
  text-align: center;
  color: #292929;
  margin-bottom: 16px;
}
.lp_short_wrapper_lp3 .record .record-swiper-wrapper .swiper-slide .a_b_price span {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 30.72px;
  line-height: 100%;
  text-align: center;
  color: #333333;
}
.lp_short_wrapper_lp3 .record .record-swiper-wrapper .swiper-slide .data_content {
  background: #FFD7CB;
  padding: 16px 0px;
  text-align: center;
  margin-bottom: 16px;
}
.lp_short_wrapper_lp3 .record .record-swiper-wrapper .swiper-slide .data_content img {
  width: 248.5px;
  margin: 0 auto;
}
.lp_short_wrapper_lp3 .record .record-swiper-wrapper .swiper-slide .data_content .our_price {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 65.536px;
  line-height: 100%;
  color: #EF3006;
}
.lp_short_wrapper_lp3 .record .record-swiper-wrapper .swiper-slide .data_content .our_price span {
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 30.72px;
  line-height: 100%;
}
.lp_short_wrapper_lp3 .record .record-swiper-wrapper .swiper-slide .data_content_detail {
  text-align: center;
  padding-top: 16px;
  border-top: 2.048px solid #777777;
  font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 24.576px;
  line-height: 100%;
  color: #333333;
  margin-bottom: 28px;
}
.lp_short_wrapper_lp3 .record .record-swiper-wrapper .swiper-slide .data_content_detail span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 40.96px;
}

.lp_footer-shot {
  text-align: center;
  padding: 12px 0px;
}
@media screen and (max-width: 768px) {
  .lp_footer-shot ul .link-lp {
    margin-bottom: 50px;
  }
}
.lp_footer-shot ul .link-lp:last-child {
  margin-bottom: 0px;
}
.lp_footer-shot ul a {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 100% !important;
}
@media screen and (max-width: 768px) {
  .lp_footer-shot ul a {
    font-size: 28.672px !important;
  }
}
.lp_footer-shot .lp_footer-bottom p {
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .lp_footer-shot .lp_footer-bottom p {
    font-size: 32.768px;
  }
}

.howto_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .howto_wrapper {
    width: calc(100% - 64px);
  }
}
.howto_wrapper .howto_tab_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  gap: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .howto_tab_list {
    flex-wrap: wrap;
    margin-bottom: 56px;
    gap: 24px;
  }
}
.howto_wrapper .howto_tab_list li {
  background: #F5F5F5;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  width: calc(25% - 8px);
}
@media screen and (max-width: 768px) {
  .howto_wrapper .howto_tab_list li {
    width: calc(50% - 12px);
  }
}
.howto_wrapper .howto_tab_list li:last-child a {
  color: #00B900;
}
.howto_wrapper .howto_tab_list li a {
  padding: 16px 0px 7px;
  display: block;
  text-decoration: none;
  color: #493938;
  font-weight: 700;
  border-radius: 8px;
  line-height: 1;
  font-size: 16px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .howto_tab_list li a {
    font-size: 32px;
    padding: 24px 0px 16px;
  }
}
.howto_wrapper .howto_tab_list li a .arrow {
  display: block;
  margin: 9px auto 0px;
  width: 16px;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .howto_tab_list li a .arrow {
    width: 28px;
  }
}
.howto_wrapper .howto_tab_list li a .arrow__hover {
  display: none;
}
.howto_wrapper .howto_tab_list li a:hover {
  background-color: #876B6A;
  color: #fff;
}
.howto_wrapper .howto_tab_list li a:hover .arrow__hover {
  display: block;
}
.howto_wrapper .howto_tab_list li a:hover .arrow__normal {
  display: none;
}
.howto_wrapper .how_to_section {
  background-color: #F5F5F5;
  border-radius: 8px;
  margin-bottom: 56px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .how_to_section {
    margin-bottom: 64px;
  }
}
.howto_wrapper .how_to_section h2 {
  padding: 16px 32px;
  background-color: #493938;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  line-height: 1;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .how_to_section h2 {
    font-size: 40px;
    padding: 24px 32px;
  }
}
.howto_wrapper .how_to_section .recommend_wrap, .howto_wrapper .how_to_section .flow_wrap {
  padding: 0px 32px 0px 32px;
}
.howto_wrapper .how_to_section .recommend_wrap .wrap_title, .howto_wrapper .how_to_section .flow_wrap .wrap_title {
  color: #8E693F;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .how_to_section .recommend_wrap .wrap_title, .howto_wrapper .how_to_section .flow_wrap .wrap_title {
    font-size: 40px;
  }
}
.howto_wrapper .how_to_section .recommend_wrap .recommend_flex, .howto_wrapper .how_to_section .flow_wrap .recommend_flex {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  max-width: 808px;
  margin: 0 auto 56px;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .how_to_section .recommend_wrap .recommend_flex, .howto_wrapper .how_to_section .flow_wrap .recommend_flex {
    display: block;
    width: 100%;
    margin: 0 auto 40px;
  }
}
.howto_wrapper .how_to_section .recommend_wrap .recommend_flex p, .howto_wrapper .how_to_section .flow_wrap .recommend_flex p {
  display: block;
  width: calc(33.3333333333% - 32px);
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 28px 0px;
  font-size: 16px;
  font-weight: 700;
  color: #493938;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .how_to_section .recommend_wrap .recommend_flex p, .howto_wrapper .how_to_section .flow_wrap .recommend_flex p {
    width: 100%;
    font-size: 28px;
    margin-bottom: 16px;
  }
  .howto_wrapper .how_to_section .recommend_wrap .recommend_flex p br, .howto_wrapper .how_to_section .flow_wrap .recommend_flex p br {
    display: none;
  }
}
.howto_wrapper .how_to_section .recommend_wrap .flow_contents, .howto_wrapper .how_to_section .flow_wrap .flow_contents {
  max-width: 808px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .how_to_section .recommend_wrap .flow_contents, .howto_wrapper .how_to_section .flow_wrap .flow_contents {
    max-width: 100%;
  }
}
.howto_wrapper .how_to_section .recommend_wrap .flow_contents .flow_content, .howto_wrapper .how_to_section .flow_wrap .flow_contents .flow_content {
  display: flex;
  justify-content: space-between;
  padding: 16px 24px;
  background-color: #fff;
  gap: 40px;
  border-radius: 8px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .how_to_section .recommend_wrap .flow_contents .flow_content, .howto_wrapper .how_to_section .flow_wrap .flow_contents .flow_content {
    display: block;
    padding: 24px 24px 40px 24px;
    margin-bottom: 40px;
  }
}
.howto_wrapper .how_to_section .recommend_wrap .flow_contents .flow_content:last-child, .howto_wrapper .how_to_section .flow_wrap .flow_contents .flow_content:last-child {
  margin-bottom: 0px;
}
.howto_wrapper .how_to_section .recommend_wrap .flow_contents .flow_content picture, .howto_wrapper .how_to_section .recommend_wrap .flow_contents .flow_content img, .howto_wrapper .how_to_section .flow_wrap .flow_contents .flow_content picture, .howto_wrapper .how_to_section .flow_wrap .flow_contents .flow_content img {
  order: 2;
  width: 240px;
  display: block;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .how_to_section .recommend_wrap .flow_contents .flow_content picture, .howto_wrapper .how_to_section .recommend_wrap .flow_contents .flow_content img, .howto_wrapper .how_to_section .flow_wrap .flow_contents .flow_content picture, .howto_wrapper .how_to_section .flow_wrap .flow_contents .flow_content img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.howto_wrapper .how_to_section .recommend_wrap .flow_contents .flow_content .text_wrap, .howto_wrapper .how_to_section .flow_wrap .flow_contents .flow_content .text_wrap {
  order: 1;
  text-align: left;
  width: calc(100% - 240px);
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .how_to_section .recommend_wrap .flow_contents .flow_content .text_wrap, .howto_wrapper .how_to_section .flow_wrap .flow_contents .flow_content .text_wrap {
    width: 100%;
    padding: 0px;
  }
}
.howto_wrapper .how_to_section .recommend_wrap .flow_contents .flow_content .text_wrap .step, .howto_wrapper .how_to_section .flow_wrap .flow_contents .flow_content .text_wrap .step {
  color: #971000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .how_to_section .recommend_wrap .flow_contents .flow_content .text_wrap .step, .howto_wrapper .how_to_section .flow_wrap .flow_contents .flow_content .text_wrap .step {
    font-size: 28px;
  }
}
.howto_wrapper .how_to_section .recommend_wrap .flow_contents .flow_content .text_wrap .title, .howto_wrapper .how_to_section .flow_wrap .flow_contents .flow_content .text_wrap .title {
  font-weight: 700;
  font-size: 24px;
  color: #493938;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .how_to_section .recommend_wrap .flow_contents .flow_content .text_wrap .title, .howto_wrapper .how_to_section .flow_wrap .flow_contents .flow_content .text_wrap .title {
    font-size: 32px;
  }
}
.howto_wrapper .how_to_section .recommend_wrap .flow_contents .flow_content .text_wrap .detail, .howto_wrapper .how_to_section .flow_wrap .flow_contents .flow_content .text_wrap .detail {
  font-size: 16px;
  color: #493938;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .how_to_section .recommend_wrap .flow_contents .flow_content .text_wrap .detail, .howto_wrapper .how_to_section .flow_wrap .flow_contents .flow_content .text_wrap .detail {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .howto_wrapper .how_to_section .recommend_wrap .flow_contents .flow_content .text_wrap .link_wrap, .howto_wrapper .how_to_section .flow_wrap .flow_contents .flow_content .text_wrap .link_wrap {
    text-align: center;
  }
}
.howto_wrapper .how_to_section .recommend_wrap .flow_contents .flow_content .text_wrap .link, .howto_wrapper .how_to_section .flow_wrap .flow_contents .flow_content .text_wrap .link {
  background: #F5F5F5;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 16px 56px 16px 24px;
  color: #493938;
  font-size: 16px;
  display: inline-block;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .how_to_section .recommend_wrap .flow_contents .flow_content .text_wrap .link, .howto_wrapper .how_to_section .flow_wrap .flow_contents .flow_content .text_wrap .link {
    padding: 24px 100px 24px 40px;
    font-size: 28px;
  }
}
.howto_wrapper .how_to_section .recommend_wrap .flow_contents .flow_content .text_wrap .link .arrow, .howto_wrapper .how_to_section .flow_wrap .flow_contents .flow_content .text_wrap .link .arrow {
  width: 16px;
  display: inline-block;
  position: absolute;
  right: 24px;
  transform: translateY(-50%);
  top: 50%;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .how_to_section .recommend_wrap .flow_contents .flow_content .text_wrap .link .arrow, .howto_wrapper .how_to_section .flow_wrap .flow_contents .flow_content .text_wrap .link .arrow {
    width: 28px;
  }
}
.howto_wrapper .how_to_section .recommend_wrap .flow_contents .flow_content .text_wrap .link .arrow__hover, .howto_wrapper .how_to_section .flow_wrap .flow_contents .flow_content .text_wrap .link .arrow__hover {
  display: none;
}
.howto_wrapper .how_to_section .recommend_wrap .flow_contents .flow_content .text_wrap .link .arrow__right, .howto_wrapper .how_to_section .flow_wrap .flow_contents .flow_content .text_wrap .link .arrow__right {
  transform: rotate(-90deg) translateX(-50%);
  top: 23%;
}
.howto_wrapper .how_to_section .recommend_wrap .flow_contents .flow_content .text_wrap .link .arrow__top, .howto_wrapper .how_to_section .flow_wrap .flow_contents .flow_content .text_wrap .link .arrow__top {
  transform: rotate(180deg);
  top: 35%;
}
.howto_wrapper .how_to_section .recommend_wrap .flow_contents .flow_content .text_wrap .link:hover, .howto_wrapper .how_to_section .flow_wrap .flow_contents .flow_content .text_wrap .link:hover {
  background-color: #876B6A;
  color: #fff;
}
.howto_wrapper .how_to_section .recommend_wrap .flow_contents .flow_content .text_wrap .link:hover .arrow__hover, .howto_wrapper .how_to_section .flow_wrap .flow_contents .flow_content .text_wrap .link:hover .arrow__hover {
  display: block;
}
.howto_wrapper .how_to_section .recommend_wrap .flow_contents .flow_content .text_wrap .link:hover .arrow__normal, .howto_wrapper .how_to_section .flow_wrap .flow_contents .flow_content .text_wrap .link:hover .arrow__normal {
  display: none;
}
.howto_wrapper .how_to_section .recommend_wrap .flow_contents .flow_content .text_wrap .link__add-bottom, .howto_wrapper .how_to_section .flow_wrap .flow_contents .flow_content .text_wrap .link__add-bottom {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .how_to_section .recommend_wrap .flow_contents .flow_content .text_wrap .link__add-bottom, .howto_wrapper .how_to_section .flow_wrap .flow_contents .flow_content .text_wrap .link__add-bottom {
    margin-bottom: 40px;
  }
}
.howto_wrapper .how_to_section .recommend_wrap .flow_contents .flow_content .text_wrap .link__line, .howto_wrapper .how_to_section .flow_wrap .flow_contents .flow_content .text_wrap .link__line {
  background-color: #00B900;
  color: #fff;
}
.howto_wrapper .how_to_section .attend_wrap {
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .how_to_section .attend_wrap {
    background-color: #fff;
    padding: 40px 32px;
    margin: 56px 32px 0px;
    border-radius: 8px;
  }
}
.howto_wrapper .how_to_section .attend_wrap__sub_title {
  font-size: 16px;
  color: #493938;
  margin-bottom: 8px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .how_to_section .attend_wrap__sub_title {
    font-size: 24px;
    color: #832323;
    margin-bottom: 16px;
  }
}
.howto_wrapper .how_to_section .attend_wrap__main_title {
  color: #493938;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .how_to_section .attend_wrap__main_title {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.howto_wrapper .how_to_section .attend_wrap__detail {
  display: flex;
  border-radius: 8px;
  justify-content: space-between;
  max-width: 788px;
  margin: 0 auto 24px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .how_to_section .attend_wrap__detail {
    display: block;
    max-width: 100%;
    margin: 0px 0px 32px;
    background-color: #E6E6E6;
  }
}
.howto_wrapper .how_to_section .attend_wrap__detail .title {
  padding: 36px 34px;
  background-color: #493938;
  color: #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 228px;
  font-size: 32px;
  font-weight: 700;
  display: block;
  line-height: 1;
}
.howto_wrapper .how_to_section .attend_wrap__detail .title span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .how_to_section .attend_wrap__detail .title {
    padding: 26px 0px;
    width: 100%;
    font-size: 28px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }
  .howto_wrapper .how_to_section .attend_wrap__detail .title span {
    font-size: 28px;
  }
  .howto_wrapper .how_to_section .attend_wrap__detail .title br {
    display: none;
  }
}
.howto_wrapper .how_to_section .attend_wrap__detail .detail {
  padding: 21px 41px;
  font-size: 20px;
  color: #493938;
  font-weight: 700;
  width: calc(100% - 228px);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .how_to_section .attend_wrap__detail .detail {
    width: 100%;
    font-size: 25px;
  }
}
.howto_wrapper .how_to_section .attend_wrap .attend_txt {
  max-width: 640px;
  margin: 0 auto;
  display: block;
  font-size: 16px;
  color: #493938;
  text-align: left;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .howto_wrapper .how_to_section .attend_wrap .attend_txt {
    font-size: 24px;
    padding-bottom: 0px;
  }
}
.howto_wrapper .how_to_section__line .flow_wrap .flow_contents .flow_content .text_wrap .step {
  color: #00B900;
}
.howto_wrapper .how_to_section__line h2 {
  background-color: #00B900;
  color: #fff;
}

.takuhai_lp_wrap {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap {
    padding-top: 160px;
  }
}
.takuhai_lp_wrap img {
  pointer-events: none;
}
.takuhai_lp_wrap .side_link {
  display: block;
  background: linear-gradient(90deg, #00B900 0%, #009B00 100%);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px 0px 0px 8px;
  width: 264px;
  position: fixed;
  right: 0px;
  bottom: 45px;
  z-index: 1000;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .side_link {
    width: 100%;
    bottom: 0px;
    border-radius: 0px;
  }
}
.takuhai_lp_wrap .side_link__inner {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .side_link__inner {
    justify-content: center;
    gap: 40px;
    padding: 27px 16px;
  }
}
.takuhai_lp_wrap .side_link__inner .left_block {
  display: block;
}
.takuhai_lp_wrap .side_link__inner .left_block .sub_title {
  padding: 6px 16px;
  background: #008000;
  border-radius: 8px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  width: 144px;
  display: block;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .side_link__inner .left_block .sub_title {
    display: none;
  }
}
.takuhai_lp_wrap .side_link__inner .left_block .main_title {
  font-size: 24px;
  font-weight: 700;
  display: block;
  color: #fff;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .side_link__inner .left_block .main_title {
    font-size: 40px;
  }
}
.takuhai_lp_wrap .side_link__inner .arrow {
  width: 32px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .side_link__inner .arrow {
    width: 56px;
  }
}
.takuhai_lp_wrap .side_link::before {
  content: "";
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shine 3s ease-in-out infinite;
  position: absolute;
  top: -180px;
  left: 0;
  transform: rotate(45deg);
  display: inline-block;
}
.takuhai_lp_wrap .side_link.active {
  opacity: 1;
  pointer-events: all;
}
.takuhai_lp_wrap .apply_button {
  border-radius: 8px;
  max-width: 466px;
  margin: 0 auto;
  display: block;
  padding: 4px;
  background: linear-gradient(180deg, #41D641 0%, #028802 100%);
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .apply_button {
    width: 100%;
    max-width: calc(100% - 64px);
  }
}
.takuhai_lp_wrap .apply_button__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #00B900 0%, #009B00 100%);
  border-radius: 8px;
  padding: 8px 0px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .apply_button__inner {
    padding: 20px 0px;
    gap: 30px;
  }
}
.takuhai_lp_wrap .apply_button__inner .txt_wrap img {
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .apply_button__inner .txt_wrap img {
    width: 278px;
  }
}
.takuhai_lp_wrap .apply_button__inner .txt_wrap .main_txt {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 700;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .apply_button__inner .txt_wrap .main_txt {
    font-size: 56px;
  }
}
.takuhai_lp_wrap .apply_button__inner .txt_wrap .main_txt .is_pc {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .apply_button__inner .txt_wrap .main_txt .is_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .apply_button__inner .arrow {
    width: 70.35px;
    height: 70.35px;
  }
}
.takuhai_lp_wrap .apply_button::before {
  content: "";
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shine 3s ease-in-out infinite;
  position: absolute;
  top: -180px;
  left: 0;
  transform: rotate(45deg);
  display: inline-block;
}
.takuhai_lp_wrap .apply_button:hover .apply_button__inner {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), linear-gradient(90deg, #00B900 0%, #009B00 100%);
}
.takuhai_lp_wrap .button_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .button_flex {
    flex-direction: column;
    gap: 48px;
  }
}
.takuhai_lp_wrap .button_flex .apply_banner_button {
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
  padding: 13px 0px;
  width: 300px;
  transition: 0.3s;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .button_flex .apply_banner_button {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 23px 32px;
    position: relative;
  }
}
.takuhai_lp_wrap .button_flex .apply_banner_button:hover {
  opacity: 0.5;
}
.takuhai_lp_wrap .button_flex .apply_banner_button::after {
  content: "";
  display: block;
  clear: both;
}
.takuhai_lp_wrap .button_flex .apply_banner_button .shadow {
  position: absolute;
  left: 0px;
  bottom: -22px;
  display: block;
  width: 100%;
  height: auto;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .button_flex .apply_banner_button .shadow {
    bottom: -65px;
  }
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .button_flex .apply_banner_button .txt_block {
    margin-left: 58px;
  }
}
.takuhai_lp_wrap .button_flex .apply_banner_button svg {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.takuhai_lp_wrap .button_flex .apply_banner_button .is_pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .button_flex .apply_banner_button .is_pc {
    display: none;
  }
}
.takuhai_lp_wrap .button_flex .apply_banner_button .is_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .button_flex .apply_banner_button .is_sp {
    display: block;
  }
}
.takuhai_lp_wrap .button_flex .apply_banner_button .small_txt {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  display: block;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .button_flex .apply_banner_button .small_txt {
    font-size: 28px;
    text-align: left;
  }
}
.takuhai_lp_wrap .button_flex .apply_banner_button .main_txt {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  display: block;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .button_flex .apply_banner_button .main_txt {
    font-size: 48px;
    text-align: left;
  }
}
.takuhai_lp_wrap .button_flex .apply_banner_button__brown {
  color: #8E693F;
  order: 1;
}
.takuhai_lp_wrap .button_flex .apply_banner_button__brown img,
.takuhai_lp_wrap .button_flex .apply_banner_button__brown svg {
  display: none;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .button_flex .apply_banner_button__brown img,
  .takuhai_lp_wrap .button_flex .apply_banner_button__brown svg {
    display: block;
  }
}
.takuhai_lp_wrap .button_flex .apply_banner_button__black {
  color: #493938;
  order: 2;
  padding: 17px 0px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .button_flex .apply_banner_button__black {
    padding: 23px 32px;
  }
}
.takuhai_lp_wrap .button_flex .apply_banner_button__black .main_txt {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .button_flex .apply_banner_button__black .main_txt {
    font-size: 48px;
  }
}
.takuhai_lp_wrap .button_flex .apply_banner_button__black img,
.takuhai_lp_wrap .button_flex .apply_banner_button__black svg {
  display: none;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .button_flex .apply_banner_button__black img,
  .takuhai_lp_wrap .button_flex .apply_banner_button__black svg {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .button_flex .apply_banner_button__black {
    margin: 48px auto;
  }
}
.takuhai_lp_wrap .button_flex .apply_banner_button__green {
  color: #06C755;
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
  order: 3;
}
.takuhai_lp_wrap .button_flex .apply_banner_button__green img {
  width: 40px;
  display: block;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .button_flex .apply_banner_button__green img {
    height: 100%;
    width: auto;
  }
}
.takuhai_lp_wrap .button_flex .apply_banner_button__green svg {
  display: none;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .button_flex .apply_banner_button__green svg {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .button_flex .apply_banner_button__green {
    justify-content: left;
  }
}
.takuhai_lp_wrap .button_flex .apply_banner_button__line {
  display: flex;
  order: 3;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 300px;
  height: 84px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .button_flex .apply_banner_button__line {
    order: 0;
    justify-content: flex-start;
    gap: 58px;
    width: 100%;
    height: 160px;
  }
}
.takuhai_lp_wrap .button_flex .apply_banner_button__line i {
  flex-shrink: 0;
  width: 40px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .button_flex .apply_banner_button__line i {
    width: 114px;
  }
}
.takuhai_lp_wrap .button_flex .apply_banner_button__line i img {
  width: 100%;
}
.takuhai_lp_wrap .button_flex .apply_banner_button__line span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  font-weight: bold;
  color: #06C755;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .button_flex .apply_banner_button__line span {
    gap: 16px;
  }
}
.takuhai_lp_wrap .button_flex .apply_banner_button__line span small {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .button_flex .apply_banner_button__line span small {
    font-size: 27px;
  }
}
.takuhai_lp_wrap .button_flex .apply_banner_button__line span em {
  font-size: 24px;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .button_flex .apply_banner_button__line span em {
    flex-grow: 1;
    font-size: 48px;
  }
}
.takuhai_lp_wrap .button_flex .apply_banner_button__line svg {
  display: none;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .button_flex .apply_banner_button__line svg {
    display: block;
    margin-left: auto;
  }
}
.takuhai_lp_wrap .button_flex .apply_banner_button__tel {
  display: flex;
  order: -1;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 300px;
  height: 84px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .button_flex .apply_banner_button__tel {
    order: 0;
    justify-content: flex-start;
    gap: 58px;
    width: 100%;
    height: 160px;
  }
}
.takuhai_lp_wrap .button_flex .apply_banner_button__tel i {
  flex-shrink: 0;
  width: 40px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .button_flex .apply_banner_button__tel i {
    width: 114px;
  }
}
.takuhai_lp_wrap .button_flex .apply_banner_button__tel i img {
  width: 100%;
}
.takuhai_lp_wrap .button_flex .apply_banner_button__tel span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  font-weight: bold;
  color: #333;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .button_flex .apply_banner_button__tel span {
    gap: 16px;
  }
}
.takuhai_lp_wrap .button_flex .apply_banner_button__tel span small {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .button_flex .apply_banner_button__tel span small {
    font-size: 27px;
  }
}
.takuhai_lp_wrap .button_flex .apply_banner_button__tel span em {
  font-size: 24px;
  font-style: normal;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .button_flex .apply_banner_button__tel span em {
    flex-grow: 1;
    font-size: 65px;
  }
}
.takuhai_lp_wrap .button_flex .apply_banner_button__tel svg {
  display: none;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .button_flex .apply_banner_button__tel svg {
    display: block;
    margin-left: auto;
  }
}
.takuhai_lp_wrap .button_flex .apply_banner_button__tel.-bd {
  border: 1px solid #333;
}
.takuhai_lp_wrap .kv_wrap {
  position: relative;
  margin-bottom: 60px;
}
.takuhai_lp_wrap .kv_wrap .kv_picture {
  width: 100%;
  background-color: #F2F3F7;
  display: block;
}
.takuhai_lp_wrap .kv_wrap .kv_picture img {
  margin: 0 auto;
  max-width: 1440px;
  display: block;
  width: 100%;
}
.takuhai_lp_wrap .kv_wrap .apply_button {
  transform: translateY(-40px);
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .kv_wrap .apply_button {
    position: absolute;
    bottom: -16px;
    left: 32px;
  }
}
.takuhai_lp_wrap .intro_wrap {
  max-width: 1280px;
  margin: 0 auto 64px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .intro_wrap {
    margin: 0 32px 64px;
  }
}
.takuhai_lp_wrap .intro_wrap .intro_top, .takuhai_lp_wrap .intro_wrap .intro_bottom {
  display: block;
  position: relative;
}
.takuhai_lp_wrap .intro_wrap .intro_top .intro_img, .takuhai_lp_wrap .intro_wrap .intro_bottom .intro_img {
  width: 100%;
  display: block;
}
.takuhai_lp_wrap .voice_wrap {
  border-top: solid 2px rgb(142, 105, 63);
  border-bottom: solid 2px rgb(142, 105, 63);
  background-color: #F7EEEE;
  padding-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .voice_wrap {
    border-top: solid 4px rgb(142, 105, 63);
    border-bottom: solid 4px rgb(142, 105, 63);
  }
}
.takuhai_lp_wrap .voice_wrap .voice_top_block {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.takuhai_lp_wrap .voice_wrap .voice_top_block .voice_title {
  width: 425px;
  display: block;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .voice_wrap .voice_top_block .voice_title {
    display: block;
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
  }
}
.takuhai_lp_wrap .voice_wrap .voice_top_block .voice_title img {
  width: 100%;
  display: block;
}
.takuhai_lp_wrap .voice_wrap .voice_top_block .voice_img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 385px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .voice_wrap .voice_top_block .voice_img {
    display: none;
  }
}
.takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper {
  position: relative;
}
.takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-wrapper {
  align-items: stretch !important;
  min-height: 100%;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-wrapper {
    padding-top: 15px;
  }
}
.takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-container {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-container {
    padding-bottom: 15px;
    width: 100%;
  }
}
.takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-options {
  margin: 0 auto;
  width: 890px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-options {
    display: none;
  }
}
.takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-pagination {
  transform: translateX(-50%);
  left: 50%;
  bottom: -5px;
}
.takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-pagination-bullet {
  background: #D0C5BB;
  opacity: 1;
  height: 16px;
  width: 16px;
  margin: 0 9px;
}
.takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-pagination-bullet-active {
  background: #5e0a00;
}
.takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-button-prev {
  transform: translateX(-50%);
  left: -55px;
  height: 56px;
  width: 56px;
  background-size: cover;
  transition: all ease 0.4s;
  background-image: url("../../../images/voice/voice-slide-btn-prev.svg");
}
.takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-button-prev:hover {
  background-image: url("../../../images/voice/voice-slide-btn-prev-hover.svg");
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-button-prev {
    left: 0px;
    transform: inherit;
    height: 22px;
  }
}
.takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-button-next {
  transform: translateX(-50%);
  right: -110px;
  left: auto;
  height: 56px;
  width: 56px;
  background-size: cover;
  transition: all ease 0.4s;
  background-image: url("../../../images/voice/voice-slide-btn-next.svg");
}
.takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-button-next:hover {
  background-image: url("../../../images/voice/voice-slide-btn-next-hover.svg");
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-button-next {
    right: 0px;
    transform: inherit;
    height: 22px;
  }
}
.takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-slide {
  background-color: white;
  padding: 65px 55px 55px 90px;
  border-radius: 8px;
  position: relative;
  display: flex;
  height: auto !important;
  width: 1000px !important;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-slide {
    width: 640px !important;
    padding: 40px;
    box-shadow: 0px 4px 16px rgba(131, 35, 35, 0.15);
  }
}
.takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-slide-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 74px;
}
.takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-slide-inner.pc {
  display: flex;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-slide-inner.pc {
    display: none;
  }
}
.takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-slide-inner.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-slide-inner.sp {
    display: block;
  }
}
.takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-slide-inner.sp .voice__content-top {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-bottom: 40px;
}
.takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-slide-inner.sp .voice__content-top__image {
  min-width: 128px;
}
.takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-slide-inner.sp .voice__content-top__image img {
  width: 100%;
}
.takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-slide-inner.sp .voice__content-top__texts__star {
  padding-bottom: 16px;
  width: 180px;
}
.takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-slide-inner.sp .voice__content-top__texts__star img {
  width: 100%;
}
.takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-slide-inner.sp .voice__content-top__texts .voice__content-title {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  color: #493938;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-slide-inner.sp .voice__content-bottom .voice__content-detail {
  font-size: 26px;
  font-weight: 500;
  color: #493938;
  line-height: 1.5;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding-bottom: 40px;
}
.takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-slide-inner.sp .voice__content-bottom__customer {
  font-size: 26px;
  line-height: 1.5;
  font-family: 500;
  text-align: right;
  color: #b0b0b0;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-slide .voice__content-image {
  flex: 1;
  text-align: center;
  min-width: 184px;
}
.takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-slide .voice__content-image__star {
  padding-bottom: 14px;
}
.takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-slide .voice__content-image figcaption {
  padding-top: 16px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #B0B0B0;
}
.takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-slide .voice__content-texts {
  flex: 5;
}
.takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-slide .voice__content-title {
  color: #493938;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  display: block;
  margin-bottom: 16px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.takuhai_lp_wrap .voice_wrap .voice_swiper_wrapper .swiper-slide .voice__content-detail {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  color: #493938;
}
.takuhai_lp_wrap .banner_wrap {
  max-width: 1000px;
  margin: 56px auto;
}
.takuhai_lp_wrap .banner_wrap .banner_apply {
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .banner_wrap .banner_apply {
    padding-bottom: 39px;
  }
}
.takuhai_lp_wrap .banner_wrap .banner_apply .banner_picture {
  max-width: 634px;
  margin: 0 auto;
  display: block;
}
.takuhai_lp_wrap .banner_wrap .banner_apply .banner_picture img {
  width: 97%;
  display: block;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .banner_wrap .banner_apply .banner_picture {
    width: 100%;
    max-width: 100%;
  }
}
.takuhai_lp_wrap .banner_wrap .banner_apply .arrow_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .banner_wrap .banner_apply .arrow_sp {
    display: block;
    margin: 24px auto;
    max-width: 248px;
  }
}
.takuhai_lp_wrap .banner_wrap .banner_apply .apply_button {
  margin: 16px auto 0px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .banner_wrap .banner_apply .apply_button {
    margin: 24px auto 0px;
  }
}
.takuhai_lp_wrap .banner_wrap .banner_apply .banner_decoration {
  position: absolute;
  width: 174px;
  display: block;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .banner_wrap .banner_apply .banner_decoration {
    display: none;
  }
}
.takuhai_lp_wrap .banner_wrap .banner_apply .banner_decoration__left {
  left: 0px;
  bottom: 0px;
}
.takuhai_lp_wrap .banner_wrap .banner_apply .banner_decoration__right {
  right: 0px;
  bottom: 0px;
}
.takuhai_lp_wrap .banner_wrap .before_apply {
  background-color: #7B4945;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .banner_wrap .before_apply {
    border-radius: 0px;
  }
}
.takuhai_lp_wrap .banner_wrap .before_apply__inner {
  max-width: 768px;
  display: block;
  margin: 0 auto;
  padding: 24px 0px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .banner_wrap .before_apply__inner {
    padding: 32px 32px 40px;
  }
}
.takuhai_lp_wrap .banner_wrap .before_apply .before_apply_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.takuhai_lp_wrap .banner_wrap .before_apply .before_apply_top .line {
  display: block;
  height: 2px;
  width: calc((100% - 224px) / 2);
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .banner_wrap .before_apply .before_apply_top .line {
    width: calc((100% - 368px) / 2);
  }
}
.takuhai_lp_wrap .banner_wrap .before_apply .before_apply_top .apply_txt {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .banner_wrap .before_apply .before_apply_top .apply_txt {
    font-size: 40px;
  }
}
.takuhai_lp_wrap .banner_wrap .attention_apply {
  display: block;
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .banner_wrap .attention_apply {
    margin-top: 28px;
    margin: 32px 32px 0px;
    width: auto;
  }
}
.takuhai_lp_wrap .banner_wrap .attention_apply .banner_picture {
  width: 100%;
  display: block;
}
.takuhai_lp_wrap .banner_wrap .attention_apply .banner_picture img {
  width: 100%;
  display: block;
}
.takuhai_lp_wrap .service_wrap {
  display: block;
  position: relative;
  background-color: #E3CEA3;
  margin-top: 139px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .service_wrap {
    margin-top: 200px;
  }
}
.takuhai_lp_wrap .service_wrap .nameplate {
  position: absolute;
  top: -91px;
  left: 50%;
  transform: translateX(-50%);
  width: 333.94px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .service_wrap .nameplate {
    width: 528px;
    top: -144px;
  }
}
.takuhai_lp_wrap .service_wrap .service_decoration {
  position: absolute;
  display: block;
  width: 73px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .service_wrap .service_decoration {
    width: 97px;
    z-index: 0;
  }
}
.takuhai_lp_wrap .service_wrap .service_decoration__1 {
  left: 11px;
  top: 12px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .service_wrap .service_decoration__1 {
    left: 16px;
    top: 17px;
  }
}
.takuhai_lp_wrap .service_wrap .service_decoration__2 {
  left: 11px;
  bottom: 12px;
  rotate: -90deg;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .service_wrap .service_decoration__2 {
    left: 16px;
    bottom: 17px;
  }
}
.takuhai_lp_wrap .service_wrap .service_decoration__3 {
  right: 11px;
  top: 12px;
  rotate: 90deg;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .service_wrap .service_decoration__3 {
    right: 16px;
    top: 17px;
  }
}
.takuhai_lp_wrap .service_wrap .service_decoration__4 {
  right: 11px;
  bottom: 12px;
  rotate: 180deg;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .service_wrap .service_decoration__4 {
    right: 16px;
    bottom: 17px;
  }
}
.takuhai_lp_wrap .service_wrap .service_title {
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .service_wrap .service_title {
    margin-bottom: 32px;
  }
}
.takuhai_lp_wrap .service_wrap .service_title span {
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
}
.takuhai_lp_wrap .service_wrap .service_title .small_txt {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .service_wrap .service_title .small_txt {
    font-size: 32px;
  }
}
.takuhai_lp_wrap .service_wrap .service_title .main_txt {
  background: linear-gradient(180deg, #726436 24.56%, #493938 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  line-height: 1.425;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .service_wrap .service_title .main_txt {
    font-size: 64px;
  }
}
.takuhai_lp_wrap .service_wrap .service_title .main_txt .is_pc {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .service_wrap .service_title .main_txt .is_pc {
    display: none;
  }
}
.takuhai_lp_wrap .service_wrap .service_title .main_txt .is_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .service_wrap .service_title .main_txt .is_sp {
    display: inline-block;
  }
}
.takuhai_lp_wrap .service_wrap .service_items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .service_wrap .service_items {
    display: block;
  }
}
.takuhai_lp_wrap .service_wrap .service_items .service_item {
  max-width: 480px;
  display: block;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .service_wrap .service_items .service_item {
    max-width: 100%;
    margin: 0 auto 32px;
    width: calc(100% - 64px);
  }
}
.takuhai_lp_wrap .service_wrap .service_items .service_item img {
  display: block;
  width: 100%;
}
.takuhai_lp_wrap .service_wrap .service_message {
  display: block;
  max-width: 724px;
  margin: 0 auto;
  background: linear-gradient(90deg, rgba(255, 246, 226, 0) 0%, rgba(255, 246, 226, 0.8) 20.31%, #FFF6E2 51.04%, rgba(255, 246, 226, 0.8) 81.25%, rgba(255, 246, 226, 0) 100%);
  padding: 18px 0px 19px;
  position: relative;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .service_wrap .service_message {
    width: calc(100% - 44px);
    margin-bottom: 23px;
  }
}
.takuhai_lp_wrap .service_wrap .service_message .message_txt {
  font-size: 40px;
  font-weight: 700;
  color: #8E693F;
  font-family: "Noto Serif JP", serif;
  margin-left: 17.11%;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .service_wrap .service_message .message_txt {
    font-size: 48px;
  }
}
.takuhai_lp_wrap .service_wrap .service_message .service_women {
  display: block;
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  width: 283px;
}
.takuhai_lp_wrap .service_wrap .service_contact {
  background-color: #EFD8A9;
  padding: 16px 0px 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .service_wrap .service_contact {
    background-color: #E3CEA3;
  }
}
.takuhai_lp_wrap .service_wrap .service_contact .contact_title {
  font-size: 24px;
  font-weight: 700;
  color: #8E693F;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .service_wrap .service_contact .contact_title {
    font-size: 32px;
  }
}
.takuhai_lp_wrap .service_wrap .service_contact .contact_title br {
  display: none;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .service_wrap .service_contact .contact_title br {
    display: block;
  }
}
.takuhai_lp_wrap .service_wrap .service_contact .button_flex {
  max-width: 538px;
  margin: 16px auto 0px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .service_wrap .service_contact .button_flex {
    width: calc(100% - 64px);
    max-width: 100%;
  }
}
.takuhai_lp_wrap .service_wrap .service_contact .button_flex .apply_banner_button {
  width: calc(50% - 12px);
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .service_wrap .service_contact .button_flex .apply_banner_button {
    width: 100%;
    border-radius: 16px;
  }
}
.takuhai_lp_wrap .service_wrap .service_contact .button_flex .apply_banner_button .shadow {
  bottom: -24px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .service_wrap .service_contact .button_flex .apply_banner_button .shadow {
    bottom: -65px;
  }
}
.takuhai_lp_wrap .step_wrap {
  margin: 40px auto 56px;
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .step_wrap {
    margin: 64px auto;
  }
}
.takuhai_lp_wrap .step_wrap .step_title {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .step_wrap .step_title {
    margin-bottom: 8px;
  }
}
.takuhai_lp_wrap .step_wrap .step_title img {
  width: 100%;
}
.takuhai_lp_wrap .step_wrap .step_items {
  margin: 0 auto;
  max-width: 1120px;
  display: block;
}
.takuhai_lp_wrap .step_wrap .step_items img {
  display: block;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .step_wrap .step_items {
    max-width: 624px;
  }
}
.takuhai_lp_wrap .step_wrap .step_button {
  display: block;
  width: 320px;
  text-align: center;
  color: #493938;
  background-color: #F5F5F5;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 16px 0px 4px;
  margin: 40px auto 0px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .step_wrap .step_button {
    width: 400px;
    font-size: 32px;
    padding: 24px 0px 16px;
  }
}
.takuhai_lp_wrap .step_wrap .step_button:hover {
  opacity: 0.8;
}
.takuhai_lp_wrap .step_wrap .step_button svg {
  display: block;
  margin: 4px auto 0px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .step_wrap .step_button svg {
    width: 28px !important;
  }
}
.takuhai_lp_wrap .reason_wrap {
  background-color: #F7EEEE;
  padding: 24px 0px 56px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .reason_wrap {
    padding: 64px 0px;
  }
}
.takuhai_lp_wrap .reason_wrap__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.takuhai_lp_wrap .reason_wrap__inner .reason_title {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .reason_wrap__inner .reason_title {
    margin-bottom: 8px;
  }
}
.takuhai_lp_wrap .reason_wrap__inner .reason_title img {
  width: 100%;
}
.takuhai_lp_wrap .reason_wrap__inner .reason_items {
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .reason_wrap__inner .reason_items {
    width: calc(100% - 64px);
  }
}
.takuhai_lp_wrap .reason_wrap__inner .reason_items img {
  display: block;
}
.takuhai_lp_wrap .attention_wrap {
  max-width: 1280px;
  margin: 56px auto;
}
.takuhai_lp_wrap .stuff_wrap {
  max-width: 1000px;
  margin: 0 auto 56px;
}
@media screen and (min-width: 1441px) {
  .takuhai_lp_wrap .stuff_wrap {
    max-width: 1480px;
  }
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .stuff_wrap {
    width: calc(100% - 64px);
  }
}
.takuhai_lp_wrap .stuff_wrap h2 {
  padding: 24px 0px;
  border-top: 2px solid #493938;
  border-bottom: 2px solid #493938;
  font-size: 32px;
  font-weight: 700;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
}
.takuhai_lp_wrap .stuff_wrap .stuff_img {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
.takuhai_lp_wrap .stuff_wrap .stuff_img img {
  display: block;
}
.takuhai_lp_wrap .point_wrap {
  padding: 40px 0px;
  background-color: #F5F5F5;
  border-top: 2px solid #876B6A;
  border-bottom: 2px solid #876B6A;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .point_wrap {
    padding: 40px 32px;
    border-top: 4px solid #876B6A;
    border-bottom: 4px solid #876B6A;
    margin-bottom: 0px;
  }
}
.takuhai_lp_wrap .point_wrap h2 {
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}
.takuhai_lp_wrap .point_wrap .point_img {
  max-width: 1000px;
  display: block;
  margin: 40px auto 32px;
}
.takuhai_lp_wrap .point_wrap .point_attend {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .point_wrap .point_attend {
    font-size: 26px;
    text-align: left;
  }
  .takuhai_lp_wrap .point_wrap .point_attend br {
    display: none;
  }
}
.takuhai_lp_wrap .brand_wrap {
  display: block;
  background-color: #FAF4EA;
  max-width: 1280px;
  margin: 0 auto 56px;
  padding: 64px 0px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .brand_wrap {
    padding: 64px 32px;
  }
}
.takuhai_lp_wrap .brand_wrap h2 {
  padding: 24px 0px;
  border-top: 2px solid #493938;
  border-bottom: 2px solid #493938;
  font-size: 32px;
  font-weight: 700;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "BIZ UD ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .brand_wrap h2 {
    font-size: 48px;
  }
}
.takuhai_lp_wrap .brand_wrap .brand_items {
  display: block;
  margin: 0 auto 40px;
  max-width: 1000px;
}
.takuhai_lp_wrap .flow_wrap {
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .flow_wrap {
    margin-bottom: 0px;
    padding-top: 40px;
    background-color: #F5F5F5;
  }
}
.takuhai_lp_wrap .flow_wrap h2 {
  display: block;
  margin-bottom: 40px;
  text-align: center;
  color: #493938;
  font-size: 48px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .flow_wrap h2 {
    margin-bottom: 32px;
  }
}
.takuhai_lp_wrap .flow_wrap h2 .small_txt {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  color: #832323;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .flow_wrap h2 .small_txt {
    font-size: 26px;
  }
}
.takuhai_lp_wrap .flow_wrap h2 .small_txt .line {
  display: block;
  width: 16px;
  height: 2px;
  background-color: #832323;
}
.takuhai_lp_wrap .flow_wrap__inner {
  padding: 40px 0px;
  max-width: 1280px;
  display: block;
  margin: 0 auto;
  background-color: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .flow_wrap__inner {
    padding: 0px 0px 64px;
  }
}
.takuhai_lp_wrap .flow_wrap__inner .flow_item {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  background-color: #fff;
  border-radius: 8px;
  max-width: 1000px;
  margin: 0 auto 32px;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .flow_wrap__inner .flow_item {
    display: block;
    width: calc(100% - 64px);
    padding: 24px;
  }
}
.takuhai_lp_wrap .flow_wrap__inner .flow_item svg {
  position: absolute;
  left: -20px;
  top: -10px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .flow_wrap__inner .flow_item svg {
    display: none;
  }
}
.takuhai_lp_wrap .flow_wrap__inner .flow_item .flow_img {
  width: 384px;
  display: block;
  order: 2;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .flow_wrap__inner .flow_item .flow_img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 16px;
  }
}
.takuhai_lp_wrap .flow_wrap__inner .flow_item .flow_detail {
  order: 1;
}
.takuhai_lp_wrap .flow_wrap__inner .flow_item .flow_detail .step {
  display: none;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .flow_wrap__inner .flow_item .flow_detail .step {
    display: block;
    color: #971000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 28px;
    font-weight: 700;
  }
}
.takuhai_lp_wrap .flow_wrap__inner .flow_item .flow_detail .title {
  background: linear-gradient(90deg, #D54D3C 0%, #9F1D0D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .flow_wrap__inner .flow_item .flow_detail .title {
    color: #493938;
    background-color: initial;
    text-fill-color: initial;
    -webkit-text-fill-color: initial;
  }
}
.takuhai_lp_wrap .flow_wrap__inner .flow_item .flow_detail .detail {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #493938;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .flow_wrap__inner .flow_item .flow_detail .detail {
    font-size: 28px;
  }
}
.takuhai_lp_wrap .flow_wrap__inner .flow_item .flow_detail a {
  display: block;
  margin: 16px 0px 0px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .flow_wrap__inner .flow_item .flow_detail a {
    max-width: 396px;
    margin: 40px auto 0px;
  }
}
.takuhai_lp_wrap .flow_wrap__inner .flow_item .flow_detail a img {
  rotate: 90deg;
  margin-left: 5px;
}
.takuhai_lp_wrap .kit_wrap {
  background: #E3CEA3;
  padding: 56px 0px;
}
.takuhai_lp_wrap .kit_wrap__inner {
  background: linear-gradient(150.12deg, #FFFFFF 18.24%, #E9E9E9 51.05%, #FFFFFF 83.19%);
  border-radius: 8px;
  max-width: 1280px;
  margin: 0 auto 32px;
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .kit_wrap__inner {
    width: calc(100% - 64px);
    padding: 120px 32px 64px;
  }
}
.takuhai_lp_wrap .kit_wrap__inner .kit_bg {
  position: absolute;
  right: 0px;
  top: -1px;
  width: 456px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .kit_wrap__inner .kit_bg {
    width: 457px;
  }
}
.takuhai_lp_wrap .kit_wrap__inner h2 {
  background: linear-gradient(90deg, #2784B9 0%, #1BAD8A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 72px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .kit_wrap__inner h2 {
    font-size: 96px;
    margin-bottom: 48px;
  }
}
.takuhai_lp_wrap .kit_wrap__inner .detail_txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .kit_wrap__inner .detail_txt {
    font-size: 26px;
    text-align: left;
  }
}
.takuhai_lp_wrap .kit_wrap__inner .detail_txt br {
  display: block;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .kit_wrap__inner .detail_txt br {
    display: none;
  }
}
.takuhai_lp_wrap .kit_wrap__inner .kit_points {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin: 24px auto;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .kit_wrap__inner .kit_points {
    max-width: 487px;
    margin: 48px auto 32px;
    flex-wrap: wrap;
  }
}
.takuhai_lp_wrap .kit_wrap__inner .kit_points .kit_item {
  background: rgba(39, 151, 255, 0.2);
  border-radius: 4px;
  color: #2797FF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .kit_wrap__inner .kit_points .kit_item {
    width: 100%;
    font-size: 28px;
    padding: 18px 35px;
  }
}
.takuhai_lp_wrap .kit_wrap__inner .kit_sizes {
  max-width: 868px;
  margin: 0 auto;
}
.takuhai_lp_wrap .kit_wrap__inner .kit_sizes .line {
  display: block;
  width: 100%;
}
.takuhai_lp_wrap .kit_wrap__inner .kit_sizes .kit_img {
  max-width: 716px;
  display: block;
  margin: 24px auto;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .kit_wrap__inner .kit_sizes .kit_img {
    max-width: 586px;
  }
}
.takuhai_lp_wrap .kit_wrap__inner .kit_sizes .kit_img img {
  display: block;
  width: 100%;
}
.takuhai_lp_wrap .kit_wrap__inner .burgundy-link-button {
  display: block;
  margin: 16px auto 0px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .kit_wrap__inner .burgundy-link-button {
    margin: 40px auto 0px;
  }
}
.takuhai_lp_wrap .kit_wrap__inner .burgundy-link-button img {
  rotate: 90deg;
  margin-left: 5px;
}
.takuhai_lp_wrap .kit_wrap .kit_wrap_bottom {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  color: #8E693F;
  text-align: center;
}
.takuhai_lp_wrap .kit_wrap .kit_wrap_bottom .kit_bottom_txt {
  margin-bottom: 24px;
}
.takuhai_lp_wrap .kit_wrap .kit_wrap_bottom br {
  display: none;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .kit_wrap .kit_wrap_bottom br {
    display: block;
  }
}
.takuhai_lp_wrap .kit_wrap .kit_wrap_bottom .button_flex {
  max-width: 538px;
  margin: 16px auto 0px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .kit_wrap .kit_wrap_bottom .button_flex {
    width: calc(100% - 64px);
    max-width: 100%;
  }
}
.takuhai_lp_wrap .kit_wrap .kit_wrap_bottom .button_flex .apply_banner_button {
  width: calc(50% - 12px);
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .kit_wrap .kit_wrap_bottom .button_flex .apply_banner_button {
    width: 100%;
    border-radius: 16px;
  }
}
.takuhai_lp_wrap .kit_wrap .kit_wrap_bottom .button_flex .apply_banner_button .shadow {
  bottom: -24px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .kit_wrap .kit_wrap_bottom .button_flex .apply_banner_button .shadow {
    bottom: -65px;
  }
}
.takuhai_lp_wrap .reason_price_wrap {
  background-color: #F5F5F5;
  padding: 24px 0px 56px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .reason_price_wrap {
    padding: 64px 0px;
  }
}
.takuhai_lp_wrap .reason_price_wrap__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.takuhai_lp_wrap .reason_price_wrap__inner .reason_title {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .reason_price_wrap__inner .reason_title {
    margin-bottom: 8px;
  }
}
.takuhai_lp_wrap .reason_price_wrap__inner .reason_title img {
  width: 100%;
}
.takuhai_lp_wrap .reason_price_wrap__inner .reason_items {
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .reason_price_wrap__inner .reason_items {
    width: calc(100% - 64px);
  }
}
.takuhai_lp_wrap .reason_price_wrap__inner .reason_items img {
  display: block;
}
.takuhai_lp_wrap .faq_wrap {
  background-color: #F7EEEE;
  padding: 40px 0px 56px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .faq_wrap {
    padding: 40px 32px;
  }
}
.takuhai_lp_wrap .faq_wrap__inner h2 {
  display: block;
  margin-bottom: 40px;
  text-align: center;
  color: #493938;
  font-size: 48px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .faq_wrap__inner h2 {
    margin-bottom: 32px;
  }
}
.takuhai_lp_wrap .faq_wrap__inner h2 .small_txt {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  color: #832323;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .faq_wrap__inner h2 .small_txt {
    font-size: 26px;
  }
}
.takuhai_lp_wrap .faq_wrap__inner h2 .small_txt .line {
  display: block;
  width: 16px;
  height: 2px;
  background-color: #832323;
}
.takuhai_lp_wrap .faq_wrap .faq_wrap_bottom {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  color: #8E693F;
  text-align: center;
  margin-top: 40px;
}
.takuhai_lp_wrap .faq_wrap .faq_wrap_bottom .faq_wrap_bottom_txt {
  margin-bottom: 24px;
}
.takuhai_lp_wrap .faq_wrap .faq_wrap_bottom br {
  display: none;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .faq_wrap .faq_wrap_bottom br {
    display: block;
  }
}
.takuhai_lp_wrap .faq_wrap .faq_wrap_bottom .button_flex {
  max-width: 538px;
  margin: 16px auto 0px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .faq_wrap .faq_wrap_bottom .button_flex {
    max-width: 100%;
  }
}
.takuhai_lp_wrap .faq_wrap .faq_wrap_bottom .button_flex .apply_banner_button {
  width: calc(50% - 12px);
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .faq_wrap .faq_wrap_bottom .button_flex .apply_banner_button {
    width: 100%;
    border-radius: 16px;
  }
}
.takuhai_lp_wrap .faq_wrap .faq_wrap_bottom .button_flex .apply_banner_button .shadow {
  bottom: -24px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .faq_wrap .faq_wrap_bottom .button_flex .apply_banner_button .shadow {
    bottom: -65px;
  }
}
.takuhai_lp_wrap .delivery_purchase_wrap {
  padding: 24px 0px 56px;
  background-color: #F7EEEE;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .delivery_purchase_wrap {
    margin-bottom: 0px;
  }
}
.takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_title {
  display: block;
  max-width: 1280px;
  margin: 0 auto 32px;
}
.takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_title .title_picture {
  display: block;
  width: 100%;
}
.takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_title .title_picture img {
  display: block;
  width: 100%;
}
.takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper {
  position: relative;
}
.takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-slide {
  background-color: #FFFFFF;
  border-radius: 8px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 226.88px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-slide {
    max-width: 405px;
  }
}
.takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-slide__inner {
  padding: 16px 16px 36px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-slide__inner {
    padding: 24px;
  }
}
.takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-slide__inner .brand_name {
  padding: 4px;
  background-color: #F5F5F5;
  border-radius: 4px;
  text-align: center;
  color: #493938;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-slide__inner .brand_name {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-slide__inner .stuff_name {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  color: #B0B0B0;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-slide__inner .stuff_name {
    font-size: 26px;
  }
}
.takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-slide__inner .thumbnail {
  max-width: 180px;
  width: 100%;
  display: block;
  margin: 10px auto 8px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-slide__inner .thumbnail {
    margin: 30px auto 8px;
    max-width: 296px;
  }
}
.takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-slide__inner .item_tie {
  font-size: 14px;
  font-weight: 700;
  padding: 4px;
  text-align: center;
  background: #493938;
  border-radius: 4px;
  color: #fff;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-slide__inner .item_tie {
    font-size: 26px;
    border-radius: 8px;
    margin-bottom: 12px;
  }
}
.takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-slide__inner .price {
  color: #D60000;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-slide__inner .price {
    font-size: 40px;
  }
}
.takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-slide__inner .company_price {
  border-bottom: 1px dashed #8E693F;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-slide__inner .company_price {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-slide__inner .company_price .company_price_txt {
  display: flex;
  justify-content: space-between;
  width: 136px;
  color: #B0B0B0;
  font-weight: 700;
  font-size: 14px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-slide__inner .company_price .company_price_txt {
    font-size: 26px;
    width: 252px;
  }
}
.takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-slide__inner .difference_block .difference_txt {
  color: #8E693F;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-slide__inner .difference_block .difference_txt {
    font-size: 22px;
  }
}
.takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-slide__inner .difference_block .difference_txt .big {
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-slide__inner .difference_block .difference_txt .big {
    font-size: 31px;
  }
}
.takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-options {
  margin: 0 auto;
  max-width: 1280px;
  width: 88vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-options {
    display: none;
  }
}
.takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-options .swiper-button-prev {
  left: 0px;
  height: 56px;
  width: 56px;
  background-size: cover;
  transition: all ease 0.4s;
  background-image: url("../../../images/voice/voice-slide-btn-prev.svg");
}
.takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-options .swiper-button-prev:hover {
  background-image: url("../../../images/voice/voice-slide-btn-prev-hover.svg");
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-options .swiper-button-prev {
    left: 0px;
    transform: inherit;
    height: 22px;
  }
}
.takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-options .swiper-button-next {
  right: 0px;
  left: auto;
  height: 56px;
  width: 56px;
  background-size: cover;
  transition: all ease 0.4s;
  background-image: url("../../../images/voice/voice-slide-btn-next.svg");
}
.takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-options .swiper-button-next:hover {
  background-image: url("../../../images/voice/voice-slide-btn-next-hover.svg");
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-options .swiper-button-next {
    right: 0px;
    transform: inherit;
    height: 22px;
  }
}
.takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper::after {
  content: "";
  display: block;
  height: 100%;
  width: calc((100vw - 1280px) / 2);
  background-color: #F7EEEE;
  opacity: 0.7;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper::after {
    display: none;
  }
}
.takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper::before {
  content: "";
  display: block;
  height: 100%;
  width: calc((100vw - 1280px) / 2);
  background-color: #F7EEEE;
  opacity: 0.7;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper::before {
    display: none;
  }
}
.takuhai_lp_wrap .customer_review_wrap {
  padding: 24px 0px 56px;
  background-color: #F7EEEE;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .customer_review_wrap {
    margin-bottom: 0px;
    padding: 24px 0px 64px;
  }
}
.takuhai_lp_wrap .customer_review_wrap__inner .customer_review_title {
  display: block;
  max-width: 1280px;
  margin: 0 auto 40px;
}
.takuhai_lp_wrap .customer_review_wrap__inner .customer_review_title .title_picture {
  display: block;
  width: 100%;
}
.takuhai_lp_wrap .customer_review_wrap__inner .customer_review_title .title_picture img {
  display: block;
  width: 100%;
}
.takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
.takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper .swiper-slide {
  border: 1px solid #2797FF;
  border-radius: 8px;
  background: #FFFFFF;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper .swiper-slide {
    max-width: 640px;
    border: 2px solid #2797FF;
  }
}
.takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper .swiper-slide__inner {
  padding: 32px 24px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper .swiper-slide__inner {
    padding: 32px;
  }
}
.takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper .swiper-slide__inner .customer_head {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper .swiper-slide__inner .customer_head {
    margin-bottom: 16px;
  }
}
.takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper .swiper-slide__inner .customer_head .name {
  display: block;
  padding: 8px 16px;
  background: rgba(39, 151, 255, 0.2);
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  font-family: "Noto Sans JP", sans-serif;
  color: #2797FF;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper .swiper-slide__inner .customer_head .name {
    font-size: 26px;
    padding: 8px 24px;
  }
}
.takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper .swiper-slide__inner .customer_head .review_star {
  padding-bottom: 14px;
}
.takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper .swiper-slide__inner .customer_head figcaption {
  padding-top: 16px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #B0B0B0;
}
.takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper .swiper-slide__inner .detail {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper .swiper-slide__inner .detail {
    font-size: 26px;
  }
}
.takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper .swiper-slide__inner .icon {
  width: 56px;
  display: block;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper .swiper-slide__inner .icon {
    width: 92px;
    display: block;
  }
}
.takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper .swiper-options {
  margin: 0 auto;
  max-width: 1280px;
  width: 88vw;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper .swiper-options {
    height: auto;
    bottom: -15px;
    top: auto;
  }
}
.takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper .swiper-options .swiper-button-prev {
  left: 0px;
  height: 56px;
  width: 56px;
  background-size: cover;
  transition: all ease 0.4s;
  background-image: url("../../../images/voice/voice-slide-btn-prev.svg");
}
.takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper .swiper-options .swiper-button-prev:hover {
  background-image: url("../../../images/voice/voice-slide-btn-prev-hover.svg");
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper .swiper-options .swiper-button-prev {
    display: none;
  }
}
.takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper .swiper-options .swiper-button-next {
  right: 0px;
  left: auto;
  height: 56px;
  width: 56px;
  background-size: cover;
  transition: all ease 0.4s;
  background-image: url("../../../images/voice/voice-slide-btn-next.svg");
}
.takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper .swiper-options .swiper-button-next:hover {
  background-image: url("../../../images/voice/voice-slide-btn-next-hover.svg");
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper .swiper-options .swiper-button-next {
    display: none;
  }
}
.takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper .swiper-options .swiper-pagination {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -32px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper .swiper-options .swiper-pagination {
    top: 0px;
    bottom: auto;
  }
}
.takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper .swiper-options .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 8px;
  border-radius: 10px;
  margin: 0px 4px;
}
.takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper .swiper-options .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #493938;
}
.takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper::after {
  content: "";
  display: block;
  height: 100%;
  width: calc((100% - 1030px) / 2);
  background-color: #F7EEEE;
  opacity: 0.7;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper::after {
    display: none;
  }
}
.takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper::before {
  content: "";
  display: block;
  height: 100%;
  width: calc((100% - 1030px) / 2);
  background-color: #F7EEEE;
  opacity: 0.7;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper::before {
    display: none;
  }
}
.takuhai_lp_wrap .contact_wrap {
  background: linear-gradient(90deg, #D54D3C 0%, #5E0A00 100%);
  padding: 32px 0px 56px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .contact_wrap {
    background: #fff;
  }
}
.takuhai_lp_wrap .contact_wrap h2 {
  display: block;
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
.takuhai_lp_wrap .contact_wrap h2 .small_txt {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .contact_wrap h2 .small_txt {
    font-size: 26px;
    color: #832323;
  }
}
.takuhai_lp_wrap .contact_wrap h2 .small_txt .line {
  display: block;
  width: 16px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .contact_wrap h2 .small_txt .line {
    background-color: #832323;
  }
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .contact_wrap h2 {
    margin-bottom: 0px;
    color: #493938;
  }
}
.takuhai_lp_wrap .contact_wrap .wpcf7 {
  background-color: #fff;
  padding: 56px 0px;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
}
.takuhai_lp_wrap .contact_wrap .wpcf7 .zip-code .wpcf7-not-valid-tip {
  width: 90vw;
}
.takuhai_lp_wrap .contact_wrap .wpcf7 .contact-flex label {
  display: inline-block;
}
.takuhai_lp_wrap .contact_wrap .wpcf7 .contact-flex .zip_code_wrap {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.takuhai_lp_wrap .contact_wrap .wpcf7 .contact-flex .zip_code_wrap .zip_code_box {
  width: 255px;
  display: block;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .contact_wrap .wpcf7 .contact-flex .zip_code_wrap .zip_code_box {
    width: 426px;
  }
}
.takuhai_lp_wrap .contact_wrap .wpcf7 .contact-flex .zip_code_wrap .links {
  color: rgb(39, 151, 255);
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .contact_wrap .wpcf7 .contact-flex .zip_code_wrap .links {
    font-size: 28px;
  }
}
.takuhai_lp_wrap .contact_wrap .wpcf7 .contact-flex .zip_code_wrap .search_address {
  display: block;
  padding: 16px 24px;
  background: #F5F5F5;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  color: #493938;
  font-weight: 500;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .contact_wrap .wpcf7 .contact-flex .zip_code_wrap .search_address {
    font-size: 28px;
    padding: 23px 32px;
  }
}
.takuhai_lp_wrap .contact_wrap .wpcf7 #howToContact {
  display: none;
}
.takuhai_lp_wrap .contact_wrap .wpcf7 .submit_cover {
  position: relative;
  width: 280px;
  margin: 0 auto;
  display: block;
}
.takuhai_lp_wrap .contact_wrap .wpcf7 .submit_cover::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4%200H7L11%208L7%2016H4L8%208L4%200Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  right: 24px;
  top: 50%;
}
.takuhai_lp_wrap .contact_wrap .wpcf7 .wpcf7-submit {
  background: #493938;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  width: 280px;
  padding: 16px 0px 16px 44px;
  color: #fff;
  text-align: left;
  transition: 0.3s;
  border: none;
}
.takuhai_lp_wrap .contact_wrap .wpcf7 .wpcf7-submit:hover {
  background-color: #876B6A;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .contact_wrap .wpcf7 .wpcf7-submit {
    width: 100%;
    max-width: 640px;
    padding: 32px 0px 32px 238px;
    font-size: 28px;
  }
}
.takuhai_lp_wrap .contact_wrap .wpcf7 .wpcf7-radio {
  margin-top: 8px;
  display: block;
  /* デフォルトのボタン */
  /* チェック後のボタン */
}
.takuhai_lp_wrap .contact_wrap .wpcf7 .wpcf7-radio .wpcf7-list-item {
  width: 224px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .contact_wrap .wpcf7 .wpcf7-radio .wpcf7-list-item {
    width: calc(50% - 12px);
  }
}
.takuhai_lp_wrap .contact_wrap .wpcf7 .wpcf7-radio .wpcf7-list-item.first {
  margin: 0;
}
.takuhai_lp_wrap .contact_wrap .wpcf7 .wpcf7-radio .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
  padding: 16px;
  background-color: #F5F5F5;
  border-radius: 8px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .contact_wrap .wpcf7 .wpcf7-radio .wpcf7-list-item-label {
    gap: 28%;
  }
}
.takuhai_lp_wrap .contact_wrap .wpcf7 .wpcf7-radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 2px solid #493938;
  border-radius: 100%;
  /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  /* 色をじんわり変化させる */
  width: 1.2em;
}
.takuhai_lp_wrap .contact_wrap .wpcf7 .wpcf7-radio input[type=radio] {
  opacity: 0;
  /* デフォルトのボタンを非表示 */
  position: absolute;
}
.takuhai_lp_wrap .contact_wrap .wpcf7 .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #493938;
  /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff;
  /* 中心の色のスタイル */
}
.takuhai_lp_wrap .contact_wrap .wpcf7-form {
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .contact_wrap .wpcf7-form {
    max-width: 704px;
  }
}
.takuhai_lp_wrap .contact_wrap .wpcf7-form .required {
  margin: 0px;
  font-size: 16px;
  color: rgb(214, 0, 0);
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .contact_wrap .wpcf7-form .required {
    font-size: 28px;
  }
}
.takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-required {
  align-items: center;
  justify-content: left;
  margin-top: 8px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-required {
    margin-bottom: 56px;
  }
}
.takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-required p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-required p {
    font-size: 28px;
  }
}
.takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-required a {
  color: #2797FF;
  text-decoration: underline;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-required a {
    font-size: 28px;
  }
}
.takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-required .acceptance {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-required .acceptance {
    width: 42px;
    height: 42px;
  }
}
.takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-required .acceptance input {
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-required .acceptance .wpcf7-acceptance {
    width: 42px;
    height: 42px;
  }
}
.takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-flex {
  display: block;
  margin-bottom: 32px;
}
.takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-flex br {
  display: none;
}
.takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-flex.no-bottom {
  margin-bottom: 0px;
}
.takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-flex .example {
  font-size: 16px;
  margin-top: 8px;
  color: #B0B0B0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-flex .example {
    font-size: 28px;
  }
}
.takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-flex .wpcf7-not-valid-tip {
  font-size: 16px;
  margin-top: 8px;
  text-align: left;
  padding: 0px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-flex .wpcf7-not-valid-tip {
    font-size: 28px;
  }
}
.takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-flex label {
  width: 100%;
  color: #493938;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-flex label {
    font-size: 28px;
  }
}
.takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-flex .wpcf7-select::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16%204L16%207L8%2011L-1.31134e-07%207L0%204L8%208L16%204Z%22%20fill%3D%22%23BEA574%22%2F%3E%3C%2Fsvg%3E");
  top: 26px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-flex .wpcf7-select::before {
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 36px;
    right: 32px;
  }
}
.takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-flex .wpcf7-form-control-wrap {
  width: 100%;
  max-width: 100%;
}
.takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-flex .wpcf7-form-control-wrap input,
.takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-flex .wpcf7-form-control-wrap select,
.takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-flex .wpcf7-form-control-wrap textarea {
  border: none;
  background-color: #F5F5F5;
  padding: 16px;
  margin-top: 8px;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-flex .wpcf7-form-control-wrap input,
  .takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-flex .wpcf7-form-control-wrap select,
  .takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-flex .wpcf7-form-control-wrap textarea {
    font-size: 28px;
    padding: 24px;
  }
}
.takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-flex .wpcf7-form-control-wrap input:focus,
.takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-flex .wpcf7-form-control-wrap select:focus,
.takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-flex .wpcf7-form-control-wrap textarea:focus {
  border: 1px solid #493938;
  outline: 0;
}
.takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-flex .wpcf7-form-control-wrap input::placeholder,
.takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-flex .wpcf7-form-control-wrap select::placeholder,
.takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-flex .wpcf7-form-control-wrap textarea::placeholder {
  color: #B0B0B0;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-flex .wpcf7-form-control-wrap input::placeholder,
  .takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-flex .wpcf7-form-control-wrap select::placeholder,
  .takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-flex .wpcf7-form-control-wrap textarea::placeholder {
    font-size: 28px;
  }
}
.takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-flex .wpcf7-form-control-wrap .wpcf7-not-valid {
  border: 1px solid #D60000;
  background-color: #F7EEEE;
  color: #000;
}
.takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-flex .example_txt {
  color: #B0B0B0;
  font-size: 16px;
  text-align: left;
  display: block;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .contact_wrap .wpcf7-form .contact-flex .example_txt {
    font-size: 28px;
  }
}
.takuhai_lp_wrap .contact_wrap .wpcf7-form .submit_cover {
  position: relative;
  width: 280px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .contact_wrap .wpcf7-form .submit_cover {
    width: 640px;
  }
}
.takuhai_lp_wrap .contact_wrap .wpcf7-form .submit_cover::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4%200H7L11%208L7%2016H4L8%208L4%200Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  right: 24px;
  top: 50%;
  left: auto;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .contact_wrap .wpcf7-form .submit_cover::after {
    right: 161px;
  }
}
.takuhai_lp_wrap .contact_wrap .wpcf7-form .wpcf7-submit {
  background: #493938;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  width: 280px;
  padding: 16px 0px 16px 44px;
  color: #fff;
  text-align: left;
  transition: 0.3s;
  border: none;
}
.takuhai_lp_wrap .contact_wrap .wpcf7-form .wpcf7-submit:hover {
  background-color: #876B6A;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .contact_wrap .wpcf7-form .wpcf7-submit {
    width: 100%;
    max-width: 640px;
    padding: 32px 0px 32px 154px;
    font-size: 28px;
  }
}

.commission_wrapper {
  display: grid;
  grid-template-columns: 1fr min(1000px, 100%) 1fr;
}
.commission_wrapper > * {
  grid-column: 2;
}
@media screen and (max-width: 768px) {
  .commission_wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.commission_wrapper .full-bleed {
  grid-column: 1/-1;
}
@media screen and (max-width: 768px) {
  .commission_wrapper .full-bleed {
    margin-left: -32px;
    margin-right: -32px;
  }
}
.commission_wrapper .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .commission_wrapper .pc {
    display: none;
  }
}
.commission_wrapper .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .commission_wrapper .sp {
    display: block;
  }
}
.commission_wrapper_top {
  text-align: left;
  padding-bottom: 64px;
}
.commission_wrapper_top_image {
  margin-bottom: 67px;
}
.commission_wrapper_top_image.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_top_image.pc {
    display: none;
  }
}
.commission_wrapper_top_image.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_top_image.sp {
    display: block;
  }
}
.commission_wrapper_top_text {
  max-width: 800px;
  margin: 0 auto;
}
.commission_wrapper_top_text h2 {
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  color: #493938;
  padding-bottom: 32px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_top_text h2 {
    font-size: 54px;
  }
}
.commission_wrapper_top_text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_top_text p {
    font-size: 28px;
  }
}
.commission_wrapper_icon {
  background: #e6e6e6;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_icon {
    padding: 64px 118px;
  }
}
.commission_wrapper_icon_list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  max-width: 784px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_icon_list {
    flex-direction: column;
    gap: 56px;
  }
}
.commission_wrapper_icon_list_block {
  display: flex;
  align-items: center;
  gap: 16px;
}
.commission_wrapper_icon_list_block_image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #493938;
  border-radius: 50%;
  padding: 12px;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_icon_list_block_image {
    width: 120px;
    height: 120px;
    padding: 28px;
  }
}
.commission_wrapper_icon_list_block_image img {
  width: 100%;
  height: 100%;
}
.commission_wrapper_icon_list_block p {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #493938;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_icon_list_block p {
    font-size: 36px;
  }
}
.commission_wrapper_merit {
  background-color: #f5f5f5;
  padding: 56px 0;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_merit {
    padding: 64px 32px;
  }
}
.commission_wrapper_merit_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.commission_wrapper_merit_inner h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  color: #971000;
  padding-bottom: 32px;
  text-align: left;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_merit_inner h2 {
    font-size: 40px;
    padding-bottom: 40px;
  }
}
.commission_wrapper_merit_inner_list {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_merit_inner_list {
    margin-bottom: 40px;
  }
}
.commission_wrapper_merit_inner_list_block {
  display: flex;
  justify-content: space-between;
  gap: 46px;
  border: 2px solid #8e693f;
  border-radius: 8px;
  overflow: hidden;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_merit_inner_list_block {
    gap: 40px;
    flex-direction: column;
    border: 4px solid #8e693f;
  }
}
.commission_wrapper_merit_inner_list_block:not(:last-of-type) {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_merit_inner_list_block:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.commission_wrapper_merit_inner_list_block_number {
  background-color: #8e693f;
  padding: 40px;
  width: 160px;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_merit_inner_list_block_number {
    text-align: left;
    padding: 24px;
    width: 100%;
    flex-direction: column;
  }
}
.commission_wrapper_merit_inner_list_block_text {
  text-align: left;
  max-width: 500px;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_merit_inner_list_block_text {
    padding: 0 32px;
    max-width: initial;
  }
}
.commission_wrapper_merit_inner_list_block_text h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #493938;
  padding-bottom: 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_merit_inner_list_block_text h3 {
    font-size: 48px;
    padding-bottom: 24px;
  }
}
.commission_wrapper_merit_inner_list_block_text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #493938;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_merit_inner_list_block_text p {
    font-size: 28px;
  }
}
.commission_wrapper_merit_inner_list_block_image img {
  width: 100%;
  vertical-align: bottom;
}
.commission_wrapper_merit_inner_attention {
  border: 4px solid #900;
}
.commission_wrapper_merit_inner_attention_title {
  background: #900;
  padding: 18px;
}
.commission_wrapper_merit_inner_attention_title h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_merit_inner_attention_title h3 {
    font-size: 40px;
  }
}
.commission_wrapper_merit_inner_attention_text {
  background: #ffdede;
  padding: 40px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_merit_inner_attention_text {
    padding: 40px 32px;
    text-align: left;
  }
}
.commission_wrapper_merit_inner_attention_text p {
  font-size: 16px;
  font-weight: 400;
  color: #493938;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_merit_inner_attention_text p {
    font-size: 28px;
  }
}
.commission_wrapper_merit_inner_attention_text .red {
  color: #cc0000;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  display: block;
  padding: 21px 0;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_merit_inner_attention_text .red {
    font-size: 36px;
  }
}
.commission_wrapper_high_price {
  padding: 64px 0 56px;
}
.commission_wrapper_high_price h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  color: #971000;
  padding-bottom: 40px;
  text-align: left;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_high_price h2 {
    font-size: 40px;
  }
}
.commission_wrapper_high_price_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-direction: column-reverse;
  place-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_high_price_content {
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
@media screen and (max-width: 768px) {
  .commission_wrapper_high_price_content_block {
    width: 100%;
  }
}
.commission_wrapper_high_price_content_block:first-of-type {
  justify-self: flex-start;
}
.commission_wrapper_high_price_content_block:last-of-type {
  justify-self: flex-end;
}
.commission_wrapper_high_price_content_block_image {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_high_price_content_block_image {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .commission_wrapper_high_price_content_block_image img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .commission_wrapper_high_price_content_block:nth-of-type(3) {
    grid-row: 4/5;
  }
  .commission_wrapper_high_price_content_block:last-of-type {
    grid-row: 3/4;
  }
}
.commission_wrapper_high_price_content_block_text {
  text-align: left;
}
.commission_wrapper_high_price_content_block_text h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #493938;
  padding-bottom: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_high_price_content_block_text h3 {
    font-size: 48px;
  }
}
.commission_wrapper_high_price_content_block_text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #493938;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_high_price_content_block_text p {
    font-size: 28px;
    padding-bottom: 56px;
  }
}
.commission_wrapper_how_to {
  background-color: #f5f5f5;
  border-radius: 8px;
  margin-bottom: 56px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_how_to {
    margin-bottom: 64px;
  }
}
.commission_wrapper_how_to h2 {
  padding: 16px 32px;
  background-color: #493938;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  line-height: 1;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_how_to h2 {
    font-size: 40px;
    padding: 24px 32px;
  }
}
.commission_wrapper_how_to .recommend_wrap,
.commission_wrapper_how_to .flow_wrap {
  padding: 0px 32px 0px 32px;
}
.commission_wrapper_how_to .recommend_wrap .wrap_title,
.commission_wrapper_how_to .flow_wrap .wrap_title {
  color: #8e693f;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_how_to .recommend_wrap .wrap_title,
  .commission_wrapper_how_to .flow_wrap .wrap_title {
    font-size: 40px;
  }
}
.commission_wrapper_how_to .recommend_wrap .recommend_flex,
.commission_wrapper_how_to .flow_wrap .recommend_flex {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  max-width: 808px;
  margin: 0 auto 56px;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_how_to .recommend_wrap .recommend_flex,
  .commission_wrapper_how_to .flow_wrap .recommend_flex {
    display: block;
    width: 100%;
    margin: 0 auto 40px;
  }
}
.commission_wrapper_how_to .recommend_wrap .recommend_flex p,
.commission_wrapper_how_to .flow_wrap .recommend_flex p {
  display: block;
  width: calc(33.3333333333% - 32px);
  background-color: #ffffff;
  border-radius: 8px;
  padding: 28px 0px;
  font-size: 16px;
  font-weight: 700;
  color: #493938;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_how_to .recommend_wrap .recommend_flex p,
  .commission_wrapper_how_to .flow_wrap .recommend_flex p {
    width: 100%;
    font-size: 28px;
    margin-bottom: 16px;
  }
  .commission_wrapper_how_to .recommend_wrap .recommend_flex p br,
  .commission_wrapper_how_to .flow_wrap .recommend_flex p br {
    display: none;
  }
}
.commission_wrapper_how_to .recommend_wrap .flow_contents,
.commission_wrapper_how_to .flow_wrap .flow_contents {
  max-width: 808px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_how_to .recommend_wrap .flow_contents,
  .commission_wrapper_how_to .flow_wrap .flow_contents {
    max-width: 100%;
  }
}
.commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content,
.commission_wrapper_how_to .flow_wrap .flow_contents .flow_content {
  display: flex;
  justify-content: space-between;
  padding: 16px 24px;
  background-color: #fff;
  gap: 40px;
  border-radius: 8px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content,
  .commission_wrapper_how_to .flow_wrap .flow_contents .flow_content {
    display: block;
    padding: 24px 24px 40px 24px;
    margin-bottom: 40px;
  }
}
.commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content:last-child,
.commission_wrapper_how_to .flow_wrap .flow_contents .flow_content:last-child {
  margin-bottom: 0px;
}
.commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content picture,
.commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content img,
.commission_wrapper_how_to .flow_wrap .flow_contents .flow_content picture,
.commission_wrapper_how_to .flow_wrap .flow_contents .flow_content img {
  order: 2;
  width: 240px;
  display: block;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content picture,
  .commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content img,
  .commission_wrapper_how_to .flow_wrap .flow_contents .flow_content picture,
  .commission_wrapper_how_to .flow_wrap .flow_contents .flow_content img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content .text_wrap,
.commission_wrapper_how_to .flow_wrap .flow_contents .flow_content .text_wrap {
  order: 1;
  text-align: left;
  width: calc(100% - 240px);
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content .text_wrap,
  .commission_wrapper_how_to .flow_wrap .flow_contents .flow_content .text_wrap {
    width: 100%;
    padding: 0px;
  }
}
.commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content .text_wrap .step,
.commission_wrapper_how_to .flow_wrap .flow_contents .flow_content .text_wrap .step {
  color: #971000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content .text_wrap .step,
  .commission_wrapper_how_to .flow_wrap .flow_contents .flow_content .text_wrap .step {
    font-size: 28px;
  }
}
.commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content .text_wrap .title,
.commission_wrapper_how_to .flow_wrap .flow_contents .flow_content .text_wrap .title {
  font-weight: 700;
  font-size: 24px;
  color: #493938;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content .text_wrap .title,
  .commission_wrapper_how_to .flow_wrap .flow_contents .flow_content .text_wrap .title {
    font-size: 32px;
  }
}
.commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content .text_wrap .detail,
.commission_wrapper_how_to .flow_wrap .flow_contents .flow_content .text_wrap .detail {
  font-size: 16px;
  color: #493938;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content .text_wrap .detail,
  .commission_wrapper_how_to .flow_wrap .flow_contents .flow_content .text_wrap .detail {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content .text_wrap .link_box,
.commission_wrapper_how_to .flow_wrap .flow_contents .flow_content .text_wrap .link_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content .text_wrap .link_box,
  .commission_wrapper_how_to .flow_wrap .flow_contents .flow_content .text_wrap .link_box {
    max-width: 438px;
    margin: 0 auto;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content .text_wrap .link_wrap,
  .commission_wrapper_how_to .flow_wrap .flow_contents .flow_content .text_wrap .link_wrap {
    text-align: center;
  }
}
.commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content .text_wrap .link,
.commission_wrapper_how_to .flow_wrap .flow_contents .flow_content .text_wrap .link {
  background: #f5f5f5;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 16px 56px 16px 24px;
  color: #493938;
  font-size: 16px;
  display: inline-block;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content .text_wrap .link,
  .commission_wrapper_how_to .flow_wrap .flow_contents .flow_content .text_wrap .link {
    padding: 24px 100px 24px 40px;
    font-size: 28px;
  }
}
.commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content .text_wrap .link .arrow,
.commission_wrapper_how_to .flow_wrap .flow_contents .flow_content .text_wrap .link .arrow {
  width: 16px;
  display: inline-block;
  position: absolute;
  right: 24px;
  transform: translateY(-50%);
  top: 50%;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content .text_wrap .link .arrow,
  .commission_wrapper_how_to .flow_wrap .flow_contents .flow_content .text_wrap .link .arrow {
    width: 28px;
  }
}
.commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content .text_wrap .link .arrow__hover,
.commission_wrapper_how_to .flow_wrap .flow_contents .flow_content .text_wrap .link .arrow__hover {
  display: none;
}
.commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content .text_wrap .link .arrow__right,
.commission_wrapper_how_to .flow_wrap .flow_contents .flow_content .text_wrap .link .arrow__right {
  transform: rotate(-90deg) translateX(-50%);
  top: 23%;
}
.commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content .text_wrap .link .arrow__top,
.commission_wrapper_how_to .flow_wrap .flow_contents .flow_content .text_wrap .link .arrow__top {
  transform: rotate(180deg);
  top: 35%;
}
.commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content .text_wrap .link:hover,
.commission_wrapper_how_to .flow_wrap .flow_contents .flow_content .text_wrap .link:hover {
  background-color: #876b6a;
  color: #fff;
}
.commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content .text_wrap .link:hover .arrow__hover,
.commission_wrapper_how_to .flow_wrap .flow_contents .flow_content .text_wrap .link:hover .arrow__hover {
  display: block;
}
.commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content .text_wrap .link:hover .arrow__normal,
.commission_wrapper_how_to .flow_wrap .flow_contents .flow_content .text_wrap .link:hover .arrow__normal {
  display: none;
}
.commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content .text_wrap .link__add-bottom,
.commission_wrapper_how_to .flow_wrap .flow_contents .flow_content .text_wrap .link__add-bottom {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content .text_wrap .link__add-bottom,
  .commission_wrapper_how_to .flow_wrap .flow_contents .flow_content .text_wrap .link__add-bottom {
    margin-bottom: 40px;
  }
}
.commission_wrapper_how_to .recommend_wrap .flow_contents .flow_content .text_wrap .link__line,
.commission_wrapper_how_to .flow_wrap .flow_contents .flow_content .text_wrap .link__line {
  background-color: #00b900;
  color: #fff;
}
.commission_wrapper_how_to .attend_wrap {
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_how_to .attend_wrap {
    background-color: #fff;
    padding: 40px 32px;
    margin: 56px 32px 0px;
    border-radius: 8px;
  }
}
.commission_wrapper_how_to .attend_wrap__sub_title {
  font-size: 16px;
  color: #493938;
  margin-bottom: 8px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_how_to .attend_wrap__sub_title {
    font-size: 24px;
    color: #832323;
    margin-bottom: 16px;
  }
}
.commission_wrapper_how_to .attend_wrap__main_title {
  color: #493938;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_how_to .attend_wrap__main_title {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.commission_wrapper_how_to .attend_wrap__detail {
  display: flex;
  border-radius: 8px;
  justify-content: space-between;
  max-width: 788px;
  margin: 0 auto 24px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_how_to .attend_wrap__detail {
    display: block;
    max-width: 100%;
    margin: 0px 0px 32px;
    background-color: #e6e6e6;
  }
}
.commission_wrapper_how_to .attend_wrap__detail .title {
  padding: 36px 34px;
  background-color: #493938;
  color: #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 228px;
  font-size: 32px;
  font-weight: 700;
  display: block;
  line-height: 1;
}
.commission_wrapper_how_to .attend_wrap__detail .title span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_how_to .attend_wrap__detail .title {
    padding: 26px 0px;
    width: 100%;
    font-size: 28px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }
  .commission_wrapper_how_to .attend_wrap__detail .title span {
    font-size: 28px;
  }
  .commission_wrapper_how_to .attend_wrap__detail .title br {
    display: none;
  }
}
.commission_wrapper_how_to .attend_wrap__detail .detail {
  padding: 21px 41px;
  font-size: 20px;
  color: #493938;
  font-weight: 700;
  width: calc(100% - 228px);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_how_to .attend_wrap__detail .detail {
    width: 100%;
    font-size: 25px;
  }
}
.commission_wrapper_how_to .attend_wrap .attend_txt {
  max-width: 640px;
  margin: 0 auto;
  display: block;
  font-size: 16px;
  color: #493938;
  text-align: left;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_how_to .attend_wrap .attend_txt {
    font-size: 24px;
    padding-bottom: 0px;
  }
}
.commission_wrapper_how_to__line .flow_wrap .flow_contents .flow_content .text_wrap .step {
  color: #00b900;
}
.commission_wrapper_how_to__line h2 {
  background-color: #00b900;
  color: #fff;
}
.commission_wrapper_can {
  margin-bottom: 56px;
  background-color: #f5f5f5;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .commission_wrapper_can {
    margin-bottom: 64px;
  }
}
.commission_wrapper_can_inner {
  max-width: 1000px;
  margin-inline: auto;
}
.commission_card {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 64px;
}
.commission_card_title {
  padding: 16px;
  background: #e6e6e6;
}
@media screen and (max-width: 768px) {
  .commission_card_title {
    padding: 24px;
  }
}
.commission_card_title h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #493938;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .commission_card_title h3 {
    font-size: 48px;
  }
}
.commission_card_content {
  background: #f5f5f5;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .commission_card_content {
    padding: 40px 32px;
  }
}
.commission_card_content_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  place-items: center;
  align-items: flex-start;
  max-width: 664px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .commission_card_content_inner {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
.commission_card_content_inner_block {
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .commission_card_content_inner_block {
    max-width: 640px;
  }
}
.commission_card_content_inner_block:last-of-type {
  grid-column: 1/-1;
}
.commission_card_content_inner_block_link {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  background: linear-gradient(90deg, #d54d3c 0%, #5e0a00 100%);
  padding: 16px 40px;
  transition: all ease 0.4s;
  transform: translateY(0);
  opacity: 1;
  z-index: 1;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .commission_card_content_inner_block_link {
    gap: 16px;
    padding: 16px 112px 16px 152px;
  }
}
.commission_card_content_inner_block_link:hover {
  transform: translateY(5px);
  opacity: 0.5;
  color: #fff;
}
.commission_card_content_inner_block_link_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .commission_card_content_inner_block_link_text {
    font-size: 32px;
  }
}
.commission_card_content_inner_block_link_text .big {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .commission_card_content_inner_block_link_text .big {
    font-size: 56px;
  }
}
.commission_card_content_inner_block_link_image {
  width: 40px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .commission_card_content_inner_block_link_image {
    width: 56px;
  }
}
.commission_card_content_inner_block_link_image img {
  width: 100%;
}
.commission_card_content_inner_block_bottom_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #493938;
  padding-top: 8px;
  display: block;
}
@media screen and (max-width: 768px) {
  .commission_card_content_inner_block_bottom_text {
    font-size: 28px;
  }
}
.commission_card_content_inner_block_money {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.commission_card_content_inner_block_money .gradient {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  background: linear-gradient(90deg, #d54d3c 0%, #9f1d0d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 4px;
}
@media screen and (max-width: 768px) {
  .commission_card_content_inner_block_money .gradient {
    font-size: 40px;
  }
}
.commission_card_content_inner_block_money .yen {
  font-size: 32px;
  font-family: "Oswald", sans-serif;
  color: #971000;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .commission_card_content_inner_block_money .yen {
    font-size: 64px;
  }
}

.lp-4_wrap {
  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&family=Oswald:wght@700&display=swap");
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
  /** VARIABLES
  ===================================*/
  /** RESET AND LAYOUT
  ===================================*/
  /** THEME
  ===================================*/
  /* LOADER */
  /* PAGER */
  /* DIRECTION CONTROLS (NEXT / PREV) */
  /* AUTO CONTROLS (START / STOP) */
  /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
  /* IMAGE CAPTIONS */
  /* 本来の送信メッセージは非表示にする */
  /* モーダルウィンドウを作成する */
}
.lp-4_wrap .num {
  font-family: "Oswald", sans-serif;
}
.lp-4_wrap .fadein {
  opacity: 0;
}
.lp-4_wrap .fadein.isAnimate {
  animation: popup 1s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
  transform: translateZ(0);
  backface-visibility: hidden;
}
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
.lp-4_wrap .movie {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
.lp-4_wrap .movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.lp-4_wrap .pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .pc-none {
    display: block;
  }
}
.lp-4_wrap .sp-none {
  display: block;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .sp-none {
    display: none;
  }
}
.lp-4_wrap .ac-header.open::after {
  transform-origin: center;
  transform: translateY(-50%) rotate(0);
}
.lp-4_wrap ul {
  list-style: none;
}
.lp-4_wrap a {
  text-decoration: none;
  color: #333;
  transition: 0.2s;
}
.lp-4_wrap a:hover {
  opacity: 0.5;
}
.lp-4_wrap img {
  width: 100%;
  height: auto;
}
.lp-4_wrap .inner {
  padding-right: 29px;
  padding-left: 29px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .inner {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.lp-4_wrap .menu_item {
  border-bottom: 1px solid #adadad;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lp-4_wrap .menu_item:not(:first-of-type) {
  padding: 12px 0;
}
.lp-4_wrap .menu_item:first-of-type {
  padding-bottom: 12px;
}
.lp-4_wrap .menu_item::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../../../images/lp-4/pc/arrow-right.png) center/contain no-repeat !important;
}
.lp-4_wrap .menu_item a {
  font-weight: 700;
}
.lp-4_wrap .cta-title {
  margin-bottom: 33.64px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .cta-title {
    margin-bottom: 58px;
  }
}
.lp-4_wrap .cta-line_text {
  margin: 0 auto 13.92px;
  width: 339.3px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .cta-line_text {
    width: 516px;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .cta-line_text.-affiliate {
    width: 585px;
  }
}
.lp-4_wrap .cta-line_btn {
  margin-bottom: 37.12px;
  display: block;
  animation: poyoyon2 1.5s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .cta-line_btn {
    margin-bottom: 64px;
  }
}
@keyframes poyoyon2 {
  0% {
    transform: scale(1, 1) translate(0, 0);
  }
  14% {
    transform: scale(1, 1) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1, 0.9) translate(0, 5px);
  }
  75% {
    transform: scale(1, 1) translate(0, 0);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
.lp-4_wrap .cta-tell {
  margin: 0 auto 18.56px;
  display: block;
  width: 303.92px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .cta-tell {
    margin: 0 auto 32px;
    width: 524px;
  }
}
.lp-4_wrap .cta-bottom {
  width: 310.88px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .cta-bottom {
    width: 536px;
  }
}
.lp-4_wrap .pc-side {
  position: relative;
}
.lp-4_wrap .pc-side_main {
  width: calc(100vw - 450px - 20vw);
  position: fixed;
  top: 0;
  left: 0;
  right: calc(450px + 20vw);
  bottom: 0;
  overflow-y: scroll;
  background: url(../../../images/lp-4/pc/main-btn_bk.png) center bottom/100% 307px no-repeat;
  padding-top: 22px;
  padding-top: 1.5277777778vw;
  padding-bottom: 5vh;
}
@media screen and (max-width: 1024px) {
  .lp-4_wrap .pc-side_main {
    width: calc(100vw - 450px);
  }
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .pc-side_main {
    display: none;
  }
}
.lp-4_wrap .pc-side_main::-webkit-scrollbar {
  display: none;
}
.lp-4_wrap .pc-side_mainInner {
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 553px;
  width: 38.4027777778vw;
}
.lp-4_wrap .pc-side_main .pc-title {
  margin: 0 auto 54px;
  margin-bottom: 54px;
  margin-bottom: 3.75vw;
}
.lp-4_wrap .pc-side_main .pc-movie {
  margin-bottom: 80px;
  margin-bottom: 5.5555555556vw;
}
.lp-4_wrap .pc-side_main .pc-movie_title {
  max-width: 208px;
  margin: 0 auto 12px;
  width: 208px;
  width: 14.4444444444vw;
  margin-bottom: 12px;
  margin-bottom: 0.8333333333vw;
}
.lp-4_wrap .pc-side_main .pc-contact_lineText {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
  margin-bottom: 0.8333333333vw;
}
.lp-4_wrap .pc-side_main .pc-contact_lineBtn {
  display: block;
  margin-bottom: 30px;
  margin-bottom: 2.0833333333vw;
}
.lp-4_wrap .pc-side_main .pc-contact_lineBtn svg {
  width: 100%;
  height: auto;
}
.lp-4_wrap .pc-side_main .pc-contact_bottom {
  max-width: 413px;
  margin: 20px auto 0;
  width: 413px;
  width: 28.6805555556vw;
}
.lp-4_wrap .pc-side_main .pc-contact_cta {
  display: block;
}
.lp-4_wrap .pc-side_main .pc-contact_cta a {
  display: block;
}
.lp-4_wrap .pc-side_main .pc-contact_cta svg {
  width: 100%;
  height: auto;
}
.lp-4_wrap .pc-side_main .pc-contact_cta + .pc-contact_cta {
  margin-top: 20px;
  margin-top: 1.3888888889vw;
}
.lp-4_wrap .pc-side_main .pc-tell {
  margin-top: 20px;
}
.lp-4_wrap .pc-side_main .pc-tell a {
  display: block;
  width: 100%;
}
.lp-4_wrap .pc-side .side_aside {
  background: #f1f1f1;
  width: 20vw;
  position: fixed;
  top: 0;
  right: 0;
  left: 80vw;
  bottom: 0;
  padding-top: 37px;
  overflow-y: auto;
}
@media screen and (max-width: 1023px) {
  .lp-4_wrap .pc-side .side_aside {
    display: none;
  }
}
.lp-4_wrap .pc-side .side_aside::-webkit-scrollbar {
  display: none;
}
.lp-4_wrap .pc-side .side_aside_scroll {
  overflow-y: scroll;
}
.lp-4_wrap .pc-side .side_aside_inner {
  max-width: 200px;
  margin: 0 auto;
}
.lp-4_wrap .pc-side .side_aside .qr {
  max-width: 152px;
  margin: 0 auto 80px;
}
.lp-4_wrap .pc-side .side_aside .qr_text {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}
.lp-4_wrap .side-menu {
  padding-bottom: 45px;
}
.lp-4_wrap .side-menu li::after {
  background: url(../../../images/lp-4/pc/link-arrow.svg) center/contain no-repeat;
}
.lp-4_wrap .sp-area {
  background: #fff;
  width: 450px;
  margin-left: calc(100vw - 450px - 20vw);
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .lp-4_wrap .sp-area {
    margin-left: calc(100vw - 450px);
  }
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .sp-area {
    margin-left: 0;
    width: 100%;
  }
}
.lp-4_wrap .sp-area .mv {
  height: 684.4px;
  overflow: hidden;
  background: url(../../../images/lp-4/sp/mv/mv.jpg) center/contain no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* add animation */
  /* side position */
  /* size */
  /* colors */
  /* animation-duration */
  /* animation-delay */
  /* animation */
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .sp-area .mv {
    height: 1180px;
    margin-top: 114px;
  }
}
.lp-4_wrap .sp-area .mv-title {
  height: auto;
  margin-top: 14.5px;
  margin-right: auto;
  margin-left: auto;
  width: 94%;
  padding-left: 8%;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .sp-area .mv-title {
    margin-top: 25px;
    width: 94%;
    padding-left: 8%;
  }
}
.lp-4_wrap .sp-area .mv-slide {
  position: relative;
  z-index: 5;
}
.lp-4_wrap .sp-area .mv-slide_item {
  width: 114.84px;
  height: 178.06px;
  margin: 0 6.96px;
  border: 1px solid #d4d4d4;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .sp-area .mv-slide_item {
    width: 198px;
    height: 307px;
    margin: 0 12px;
  }
}
.lp-4_wrap .sp-area .mv-slide_img {
  border-radius: 8px;
  background: #f6f6f6;
  padding: 8.7px 6.96px 6.38px;
  height: 132.24px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .sp-area .mv-slide_img {
    padding: 15px 12px 11px;
    height: 228px;
  }
}
.lp-4_wrap .sp-area .mv-slide_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lp-4_wrap .sp-area .mv-slide_text {
  display: flex;
  justify-content: center;
  padding: 9.28px 0px 4.64px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .sp-area .mv-slide_text {
    padding: 16px 0px 8px;
  }
}
.lp-4_wrap .sp-area .mv-slide_text .text {
  color: #503900;
  height: 31.9px;
  margin-right: 4px;
  font-weight: 700;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .sp-area .mv-slide_text .text {
    height: 55px;
    font-size: 16px;
  }
}
.lp-4_wrap .sp-area .mv-slide_text .price {
  color: #eb350d;
  font-size: 27.84px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .sp-area .mv-slide_text .price {
    font-size: 48px;
  }
}
.lp-4_wrap .sp-area .mv-slide_text .price span {
  font-size: 10.44px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .sp-area .mv-slide_text .price span {
    font-size: 18px;
  }
}
.lp-4_wrap .sp-area .mv .confetti {
  position: absolute;
  width: 100%;
  height: 100%;
}
.lp-4_wrap .sp-area .mv .confetti span {
  position: absolute;
  top: -10%;
  left: 0;
  width: 1.5vw;
  height: 1vw;
  background: linear-gradient(#a7892b 0%, #ffe081 100%);
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(2n+1) {
  animation: confetti-anim-1 10s 0s linear infinite;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(2n+2) {
  animation: confetti-anim-2 10s 0s linear infinite;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(1) {
  left: 0%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(2) {
  left: 2%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(3) {
  left: 4%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(4) {
  left: 6%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(5) {
  left: 8%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(6) {
  left: 10%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(7) {
  left: 12%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(8) {
  left: 14%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(9) {
  left: 16%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(10) {
  left: 18%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(11) {
  left: 20%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(12) {
  left: 22%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(13) {
  left: 24%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(14) {
  left: 26%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(15) {
  left: 28%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(16) {
  left: 30%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(17) {
  left: 32%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(18) {
  left: 34%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(19) {
  left: 36%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(20) {
  left: 38%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(21) {
  left: 40%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(22) {
  left: 42%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(23) {
  left: 44%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(24) {
  left: 46%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(25) {
  left: 48%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(26) {
  left: 50%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(27) {
  left: 52%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(28) {
  left: 54%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(29) {
  left: 56%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(30) {
  left: 58%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(31) {
  left: 60%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(32) {
  left: 62%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(33) {
  left: 64%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(34) {
  left: 66%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(35) {
  left: 68%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(36) {
  left: 70%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(37) {
  left: 72%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(38) {
  left: 74%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(39) {
  left: 76%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(40) {
  left: 78%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(41) {
  left: 80%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(42) {
  left: 82%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(43) {
  left: 84%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(44) {
  left: 86%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(45) {
  left: 88%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(46) {
  left: 90%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(47) {
  left: 92%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(48) {
  left: 94%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(49) {
  left: 96%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(50) {
  left: 98%;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(3n+1) {
  width: 18px;
  height: 32px;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(3n+2) {
  width: 18px;
  height: 32px;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(3n+3) {
  width: 18px;
  height: 32px;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(5n+1) {
  background: linear-gradient(#a7892b 0%, #ffe081 100%);
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(4n+1) {
  animation-duration: 5s;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(4n+2) {
  animation-duration: 12s;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(4n+3) {
  animation-duration: 8s;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(4n+4) {
  animation-duration: 6s;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(11n+1) {
  animation-delay: 0s;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(11n+2) {
  animation-delay: 9s;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(11n+3) {
  animation-delay: 2s;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(11n+4) {
  animation-delay: 5s;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(11n+5) {
  animation-delay: 6s;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(11n+6) {
  animation-delay: 7s;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(11n+7) {
  animation-delay: 3s;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(11n+8) {
  animation-delay: 1s;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(11n+9) {
  animation-delay: 2s;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(11n+10) {
  animation-delay: 11s;
}
.lp-4_wrap .sp-area .mv .confetti span:nth-child(11n+11) {
  animation-delay: 10s;
}
@keyframes confetti-anim-1 {
  0% {
    top: -10%;
    transform: translateX(0) rotateX(0) rotateY(0);
  }
  100% {
    top: 100%;
    transform: translateX(20vw) rotateX(180deg) rotateY(360deg);
  }
}
@keyframes confetti-anim-2 {
  0% {
    top: -10%;
    transform: translateX(0) rotateX(0) rotateY(0);
  }
  100% {
    top: 100%;
    transform: translateX(-20vw) rotateX(180deg) rotateY(360deg);
  }
}
.lp-4_wrap .sp-area .first-banner {
  padding: 58px 0;
}
.lp-4_wrap .sp-area .cta-1 {
  padding: 56px 0;
  background: url(../../../images/lp-4/sp/cta/bg.png) center bottom/cover no-repeat;
}
.lp-4_wrap .sp-area .cta-1.lp4-belowmv {
  padding-top: 80px;
  margin-top: 40px;
}
.lp-4_wrap .sp-area .assessment {
  padding: 20px 0 72px;
  background: url(../../../images/lp-4/sp/assessment/bg.jpg) center bottom/cover no-repeat;
}
.lp-4_wrap .sp-area .assessment-slide {
  width: 100%;
  background: #fff;
  border: 4px solid #ffce4f;
}
.lp-4_wrap .sp-area .assessment-slide li {
  border-bottom: 1px solid #bfbfbf;
  padding: 13.92px 18.56px;
  font-size: 16.24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .sp-area .assessment-slide li {
    padding: 24px 32px;
    font-size: 28px;
  }
}
.lp-4_wrap .sp-area .authority {
  padding: 64px 0 125px;
  background: url(../../../images/lp-4/sp/authority/bottom.png) center bottom/contain no-repeat;
}
.lp-4_wrap .sp-area .authority-img {
  width: 344.52px;
  height: 54.52px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .sp-area .authority-img {
    width: 594px;
    height: 94px;
  }
}
.lp-4_wrap .sp-area .authority-img:not(:last-of-type) {
  margin-bottom: 48px;
}
.lp-4_wrap .sp-area .authority-img::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}
.lp-4_wrap .sp-area .authority-img:nth-of-type(1)::before {
  animation: shinyshiny 2.5s ease-in-out infinite;
}
.lp-4_wrap .sp-area .authority-img:nth-of-type(2)::before {
  animation: shinyshiny 2.5s ease-in-out infinite;
  animation-delay: 0.2s;
}
.lp-4_wrap .sp-area .authority-img:nth-of-type(3)::before {
  animation: shinyshiny 2.5s ease-in-out infinite;
  animation-delay: 0.4s;
}
@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.lp-4_wrap .sp-area .cause {
  position: relative;
}
.lp-4_wrap .sp-area .cause-title {
  position: absolute;
  top: 19px;
  left: 50px;
  width: calc(100% - 100px);
}
.lp-4_wrap .sp-area .sp-movie {
  margin-top: -10px;
  padding: 52px 0 36px;
  background: url(../../../images/lp-4/sp/sp-movie/bg.jpg) center bottom/cover no-repeat;
}
.lp-4_wrap .sp-area .sp-movie_title {
  margin-bottom: 41px;
}
.lp-4_wrap .sp-area .sp-movie_img {
  width: 290px;
  height: auto;
  margin: 0 auto 48px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .sp-area .sp-movie_img {
    width: 500px;
  }
}
.lp-4_wrap .sp-area .sp-movie_text {
  color: #fff;
  font-size: 16.24px;
  padding: 0 36px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .sp-area .sp-movie_text {
    font-size: 28px;
  }
}
.lp-4_wrap .expensive {
  padding: 48px 0 96px;
  background: url(../../../images/lp-4/sp/expensive/top.jpg) center top/contain no-repeat;
}
.lp-4_wrap .expensive-title {
  margin-bottom: 82.36px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .expensive-title {
    margin-bottom: 142px;
  }
}
.lp-4_wrap .expensive-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 13.92px;
  grid-row-gap: 69.6px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .expensive-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 120px;
  }
}
.lp-4_wrap .expensive-item {
  min-width: 50%;
}
.lp-4_wrap .expensive-item_img {
  aspect-ratio: 322/429;
  background: rgba(191, 191, 191, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.lp-4_wrap .expensive-item_img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.lp-4_wrap .expensive-item_name {
  text-align: center;
  word-break: keep-all;
  font-size: 15.08px;
  min-height: 95.12px;
  margin-bottom: 16.24px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .expensive-item_name {
    font-size: 26px;
    min-height: 164px;
    margin-bottom: 28px;
  }
}
.lp-4_wrap .expensive-item_reference .text {
  font-size: 13.92px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .expensive-item_reference .text {
    font-size: 24px;
  }
}
.lp-4_wrap .expensive-item_reference .price {
  font-size: 27.84px;
  text-align: center;
  position: relative;
  width: fit-content;
  min-width: fit-content;
  display: flex;
  align-items: baseline;
  margin: 0 auto;
  margin-bottom: 13.92px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .expensive-item_reference .price {
    font-size: 48px;
    margin-bottom: 24px;
  }
}
.lp-4_wrap .expensive-item_reference .price::after {
  content: "";
  display: block;
  width: 100%;
  background: #000;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  height: 2px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .expensive-item_reference .price::after {
    height: 3px;
  }
}
.lp-4_wrap .expensive-item_reference .price span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 13.92px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .expensive-item_reference .price span {
    font-size: 24px;
  }
}
.lp-4_wrap .expensive-item_estime {
  margin-bottom: 12px;
  box-sizing: border-box;
  border: 4px solid #c60000;
}
.lp-4_wrap .expensive-item_estime .text {
  color: #fff;
  background: #c60000;
  text-align: center;
  font-size: 13.92px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .expensive-item_estime .text {
    font-size: 24px;
  }
}
.lp-4_wrap .expensive-item_estime .price {
  color: #c60000;
  font-size: 27.84px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .expensive-item_estime .price {
    font-size: 48px;
  }
}
.lp-4_wrap .expensive-item_estime .price span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18.56px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .expensive-item_estime .price span {
    font-size: 32px;
  }
}
.lp-4_wrap .expensive-item_otoku {
  height: 38.28px;
  background: url(../../../images/lp-4/sp/expensive/otoku.png) center top/contain no-repeat;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .expensive-item_otoku {
    height: 66px;
  }
}
.lp-4_wrap .expensive-item_otoku p {
  font-size: 27.84px;
  margin-top: -4px;
  margin-right: 126.44px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .expensive-item_otoku p {
    font-size: 48px;
    margin-right: 218px;
    margin-left: auto;
  }
}
.lp-4_wrap .security {
  position: relative;
}
.lp-4_wrap .security-title {
  position: absolute;
  top: 52.2px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .security-title {
    top: 90px;
  }
}
.lp-4_wrap .cta-2 {
  margin-top: -10px;
  padding: 56px 0;
  background: url(../../../images/lp-4/sp/cta/cta2-bg.png) center top/cover no-repeat;
}
.lp-4_wrap .sell {
  margin-top: -1px;
  padding-top: 77px;
  background: url(../../../images/lp-4/sp/sell/top.png) center top/contain no-repeat;
}
.lp-4_wrap .sell-month {
  font-size: 16.24px;
  text-align: right;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .sell-month {
    font-size: 28px;
  }
}
.lp-4_wrap .sell-wrap {
  padding: 28px 0;
}
.lp-4_wrap .sell-item {
  display: flex;
}
.lp-4_wrap .sell-item:not(:last-of-type) {
  margin-bottom: 27.84px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .sell-item:not(:last-of-type) {
    margin-bottom: 48px;
  }
}
.lp-4_wrap .sell-item_img {
  width: 50%;
  background: #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 322/429;
  position: relative;
}
.lp-4_wrap .sell-item_img::before {
  content: "";
  display: block;
  position: absolute;
  width: 47.56px;
  height: 46.4px;
  background: url(../../../images/lp-4/sp/sell/mark.png) center top/cover no-repeat;
  top: 9.28px;
  left: 9.28px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .sell-item_img::before {
    top: 16px;
    left: 16px;
    width: 82px;
    height: 80px;
  }
}
.lp-4_wrap .sell-item_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lp-4_wrap .sell-item_textBox {
  width: 50%;
  background: #f2f2f2;
  padding: 13.92px 4.64px 13.92px 17.4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .sell-item_textBox {
    padding: 24px 8px 24px 30px;
  }
}
.lp-4_wrap .sell-item_name {
  font-weight: 700;
  font-size: 16.24px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .sell-item_name {
    font-size: 28px;
  }
}
.lp-4_wrap .sell-item_price {
  color: #c60000;
  font-weight: 700;
}
.lp-4_wrap .sell-item_price .text {
  font-size: 13.92px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .sell-item_price .text {
    font-size: 24px;
  }
}
.lp-4_wrap .sell-item_price .price {
  font-size: 30.16px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .sell-item_price .price {
    font-size: 52px;
  }
}
.lp-4_wrap .sell-item_price .price span {
  font-size: 18.56px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .sell-item_price .price span {
    font-size: 32px;
  }
}
.lp-4_wrap .cta-3 {
  padding: 20px 0 73px;
}
.lp-4_wrap .allright {
  position: relative;
}
.lp-4_wrap .allright-title {
  position: absolute;
  top: 0;
}
.lp-4_wrap .matomeuri {
  margin-top: -5px;
}
.lp-4_wrap .cation {
  position: relative;
}
.lp-4_wrap .cation-title {
  position: absolute;
  top: 113.1px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .cation-title {
    top: 195px;
  }
}
.lp-4_wrap .voice {
  padding: 29px 0 60.9px;
  background: #ededed;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .voice {
    padding: 50px 0 105px;
  }
}
.lp-4_wrap .voice-title {
  margin-bottom: 38px;
}
.lp-4_wrap .voice-wrap {
  background: #fff;
  padding: 0 37.7px;
  height: 345.1px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .voice-wrap {
    padding: 0 65px;
    height: 595px;
  }
}
.lp-4_wrap .voice-list {
  padding-top: 1px;
}
.lp-4_wrap .voice-item {
  margin-top: 23.2px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .voice-item {
    margin-top: 40px;
  }
}
.lp-4_wrap .voice-item_icon {
  width: 38.86px;
  height: 38.86px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .voice-item_icon {
    width: 67px;
    height: 67px;
  }
}
.lp-4_wrap .voice-item_wrap {
  width: calc(100% - 38.86px);
  padding-left: 24.36px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .voice-item_wrap {
    width: calc(100% - 67px);
    padding-left: 42px;
  }
}
.lp-4_wrap .voice-item_comment {
  font-size: 16.24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .voice-item_comment {
    font-size: 28px;
  }
}
.lp-4_wrap .voice-item_data {
  font-size: 16.24px;
  color: rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .voice-item_data {
    font-size: 28px;
  }
}
.lp-4_wrap .flow {
  padding: 60px 0 120px;
}
.lp-4_wrap .flow-title {
  width: 390px;
  margin: 0 auto 46px;
}
.lp-4_wrap .flow-top {
  margin-bottom: 87px;
}
.lp-4_wrap .flow-box {
  position: relative;
}
.lp-4_wrap .flow-box:not(:last-of-type) {
  position: relative;
  margin-bottom: 46.4px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .flow-box:not(:last-of-type) {
    margin-bottom: 80px;
  }
}
.lp-4_wrap .flow-box:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 46.4px;
  height: 34.22px;
  background: url(../../../images/lp-4/sp/flow/arrow.png) center top/contain no-repeat;
  position: absolute;
  bottom: -58px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .flow-box:not(:last-of-type)::after {
    width: 80px;
    height: 59px;
    bottom: -100px;
  }
}
.lp-4_wrap .flow-step1_list {
  padding: 0 22.04px;
  display: flex;
  gap: 24.36px;
  position: absolute;
  bottom: 19.14px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .flow-step1_list {
    gap: 42px;
    padding: 0 38px;
    bottom: 33px;
  }
}
.lp-4_wrap .flow-step1_list.-affiliate {
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
}
.lp-4_wrap .flow-step1_list.-affiliate a {
  display: block;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .flow-step1_list.-affiliate a {
    width: 170px;
  }
}
.lp-4_wrap .flow-step2_title {
  width: 288.26px;
  height: 118.9px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .flow-step2_title {
    width: 497px;
    height: 205px;
  }
}
.lp-4_wrap .flow-step2_box {
  background: #fff;
  border-radius: 16px;
  padding: 13.92px 23.2px 23.2px;
  margin-bottom: 18.56px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .flow-step2_box {
    padding: 24px 40px 40px;
    margin-bottom: 32px;
  }
}
.lp-4_wrap .flow-step2_boxWrap {
  bottom: 26.68px;
  padding: 0 21.46px 1px;
  background: #f6d556;
  padding-top: 121.8px;
  margin-top: -87px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .flow-step2_boxWrap {
    bottom: 46px;
    padding: 0 37px 1px;
    padding-top: 210px;
    margin-top: -150px;
  }
}
.lp-4_wrap .flow-step2_header {
  position: relative;
}
.lp-4_wrap .flow-step2_header img {
  width: 200.68px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .flow-step2_header img {
    width: 346px;
  }
}
.lp-4_wrap .flow-step2_header::before, .lp-4_wrap .flow-step2_header::after {
  content: "";
  display: block;
  width: 34.8px;
  height: 4.64px;
  background: #f6d556;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .flow-step2_header::before, .lp-4_wrap .flow-step2_header::after {
    width: 60px;
    height: 8px;
  }
}
.lp-4_wrap .flow-step2_header::after {
  transform-origin: center;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.2s;
}
.lp-4_wrap .flow-step2_body {
  display: none;
  padding-top: 23.2px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .flow-step2_body {
    padding-top: 40px;
  }
}
.lp-4_wrap .line-flow {
  padding: 86px 0 107px;
  background: #ededed;
  display: block;
}
.lp-4_wrap .line-flow_title {
  width: 319.58px;
  height: 81.2px;
  margin: 0 auto 26.1px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .line-flow_title {
    width: 551px;
    height: 140px;
    margin: 0 auto 45px;
  }
}
.lp-4_wrap .line-flow_box {
  height: 479.08px;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .line-flow_box {
    height: 826px;
  }
}
.lp-4_wrap .line-flow_box img {
  width: 100%;
  height: auto;
}
.lp-4_wrap .brand {
  padding: 35px 0 96px;
  background: url(../../../images/lp-4/sp/brand/top.jpg) center top/contain no-repeat;
}
.lp-4_wrap .brand.model {
  background: url(../../../images/lp-4/chanel/model-top.jpg) center top/contain no-repeat;
}
.lp-4_wrap .brand-title {
  margin-bottom: 82.36px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .brand-title {
    margin-bottom: 142px;
  }
}
.lp-4_wrap .brand-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12.76px 32.48px;
  margin-top: 32.48px;
  padding-bottom: 58px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .brand-wrap {
    gap: 22px 56px;
    margin-top: 56px;
    padding-bottom: 100px;
  }
}
.lp-4_wrap .brand-item_name {
  margin-top: 13.34px;
  font-weight: 700;
  font-size: 20.88px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .brand-item_name {
    margin-top: 23px;
    font-weight: 700;
    font-size: 36px;
  }
}
.lp-4_wrap .brand-item_name span {
  font-size: 16.24px;
  display: block;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .brand-item_name span {
    font-size: 28px;
  }
}
.lp-4_wrap .brand-item_img {
  aspect-ratio: 323/431;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-4_wrap .brand-item_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lp-4_wrap .brand-more.open {
  display: none;
}
.lp-4_wrap .brand-more_box {
  display: none;
}
.lp-4_wrap .brand-more_boxTitle {
  font-size: 16.24px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  margin-bottom: 9.28px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .brand-more_boxTitle {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
.lp-4_wrap .brand-more_boxTitle span {
  font-size: 23.2px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .brand-more_boxTitle span {
    font-size: 40px;
  }
}
.lp-4_wrap .brand-more_box ul {
  margin-bottom: 29px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .brand-more_box ul {
    gap: 20px;
    margin-bottom: 50px;
  }
}
.lp-4_wrap .brand-more_box ul li {
  font-weight: 700px;
  font-size: 18.56px;
  margin-bottom: 13.92px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .brand-more_box ul li {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.lp-4_wrap .brand-more_box ul li .en {
  font-size: 11.6px;
  color: #8a8a8a;
  padding-left: 9.28px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .brand-more_box ul li .en {
    font-size: 20px;
    padding-left: 16px;
  }
}
.lp-4_wrap .faq {
  padding: 60px 0 96px;
  background: #f5f5f5;
}
.lp-4_wrap .faq-title {
  margin-bottom: 54.52px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .faq-title {
    margin-bottom: 94px;
  }
}
.lp-4_wrap .faq-box:not(:last-of-type) {
  margin-bottom: 23.2px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .faq-box:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.lp-4_wrap .faq-header {
  position: relative;
}
.lp-4_wrap .faq-header::before, .lp-4_wrap .faq-header::after {
  content: "";
  display: block;
  width: 23.2px;
  height: 3.48px;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23.2px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .faq-header::before, .lp-4_wrap .faq-header::after {
    width: 40px;
    height: 6px;
    right: 40px;
  }
}
.lp-4_wrap .faq-header::after {
  transform-origin: center;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.2s;
}
.lp-4_wrap .faq-body {
  display: none;
}
.lp-4_wrap .shop {
  padding: 66.12px 0 92.8px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .shop {
    padding: 114px 0 160px;
  }
}
.lp-4_wrap .shop-title {
  width: 349.16px;
  margin: 0 auto 68.44px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .shop-title {
    width: 602px;
    margin: 0 auto 118px;
  }
}
.lp-4_wrap .shop-slide_wrap {
  position: relative;
}
.lp-4_wrap .shop-box {
  position: relative;
}
.lp-4_wrap .shop-box:not(:last-of-type) {
  margin-bottom: 69.6px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .shop-box:not(:last-of-type) {
    margin-bottom: 120px;
  }
}
.lp-4_wrap .shop-detail {
  margin-top: 32px;
  position: relative;
}
.lp-4_wrap .shop-detail_tell, .lp-4_wrap .shop-detail_map {
  width: 58px;
  height: 58px;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .shop-detail_tell, .lp-4_wrap .shop-detail_map {
    width: 100px;
    height: 100px;
  }
}
.lp-4_wrap .shop-detail_tell {
  top: 0;
}
.lp-4_wrap .shop-detail_map {
  top: 67.28px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .shop-detail_map {
    top: 116px;
  }
}
.lp-4_wrap .sp-header {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .sp-header {
    background: #fff;
    width: 100%;
    padding: 18px 30px 18px 38px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 100;
    top: 0;
    box-sizing: border-box;
  }
}
.lp-4_wrap .sp-header .header-logo {
  width: 186px;
  height: 72px;
}
.lp-4_wrap .sp-header .btn {
  width: 78px;
  height: 78px;
}
.lp-4_wrap .sp-header .tell {
  width: 261px;
}
.lp-4_wrap .sp-header .line {
  width: 73px;
}
.lp-4_wrap .sp-header .lp-line {
  width: 264px;
  height: 78px;
}
.lp-4_wrap .sp-header .btn {
  background: url(../../../images/lp-4/sp/header/menu.png) center top/contain no-repeat;
}
.lp-4_wrap .sp-header .btn.active {
  background: url(../../../images/lp-4/sp/header/close.svg) center top/contain no-repeat;
}
.lp-4_wrap .sp-header_wrap {
  display: flex;
  gap: 14px;
}
.lp-4_wrap .sp-header .sp-nav {
  background: #fff;
  position: absolute;
  top: 114px;
  right: 0;
  width: 100%;
  height: 100vh;
  padding-bottom: 35vh;
  overflow-y: scroll;
  transform: translateX(100%);
  transition: 0.3s;
  z-index: 1000;
  overflow: scroll;
}
.lp-4_wrap .sp-header .sp-nav.active {
  transform: translateX(0);
}
.lp-4_wrap .sp-header .sp-nav .side-menu {
  margin-top: 40px;
}
.lp-4_wrap .sp-footer_movie {
  background: #f5f5f5;
  padding: 80px 0;
}
.lp-4_wrap .sp-footer_movieTitle {
  width: 223.88px;
  margin: 0 auto 13.92px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .sp-footer_movieTitle {
    width: 386px;
    margin: 0 auto 24px;
  }
}
.lp-4_wrap .sp-menu {
  padding: 86px 0 50px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .sp-menu {
    padding: 86px 0 200px;
  }
}
.lp-4_wrap .sp-menu .logo {
  width: 196.04px;
  height: 75.98px;
  margin: 0 auto 64.96px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .sp-menu .logo {
    width: 338px;
    height: 131px;
    margin: 0 auto 112px;
  }
}
.lp-4_wrap .sp-menu .menu_item {
  padding: 32px 24px;
}
.lp-4_wrap .sp-menu .menu_item::after {
  width: 32.48px;
  height: 32.48px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .sp-menu .menu_item::after {
    width: 56px;
    height: 56px;
  }
}
.lp-4_wrap .sp-menu .menu_item a {
  width: 100%;
  height: 100%;
  font-size: 23.2px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .sp-menu .menu_item a {
    font-size: 40px;
  }
}
.lp-4_wrap .contact {
  background: #f6d556;
  padding: 50px 0 147px;
  position: relative;
}
.lp-4_wrap .contact-line-lp4 {
  margin-top: 50px;
}
.lp-4_wrap .contact-form {
  margin-top: 74.24px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .contact-form {
    margin-top: 128px;
  }
}
.lp-4_wrap .contact-form_box {
  background: #fff;
  padding: 35.38px 30.74px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .contact-form_box {
    padding: 61px 53px;
  }
}
.lp-4_wrap .contact-form_box label {
  font-size: 18.56px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 13.92px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .contact-form_box label {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.lp-4_wrap .contact-form_box label span {
  font-weight: 500;
  font-size: 16.24px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .contact-form_box label span {
    font-size: 28px;
  }
}
.lp-4_wrap .contact-form_box label .required-no {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #868686;
  color: #fff;
  border-radius: 8px;
  padding: 0 4px;
  width: 45.24px;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .contact-form_box label .required-no {
    width: 78px;
  }
}
.lp-4_wrap .contact-form_box label .required {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c60000;
  color: #fff;
  border-radius: 8px;
  padding: 0 4px;
  width: 45.24px;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .contact-form_box label .required {
    width: 78px;
  }
}
.lp-4_wrap .contact-form_box textarea {
  background: #f1f1f1;
  min-height: 200.1px;
  width: 100%;
  padding: 22.04px 20.88px;
  border: none;
  appearance: none;
  border-radius: 8px;
  background: #f1f1f1;
  font-size: 20.88px;
  height: 200px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .contact-form_box textarea {
    min-height: 345px;
    padding: 38px 36px;
    font-size: 36px;
  }
}
.lp-4_wrap .contact-form_box select,
.lp-4_wrap .contact-form_box input[type=file],
.lp-4_wrap .contact-form_box input[type=tel],
.lp-4_wrap .contact-form_box input[type=email],
.lp-4_wrap .contact-form_box input[type=text] {
  width: 100%;
  padding: 22.04px 12.18px;
  border: none;
  appearance: none;
  height: 72.5px;
  border-radius: 8px;
  background: #f1f1f1;
  font-size: 20.88px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .contact-form_box select,
  .lp-4_wrap .contact-form_box input[type=file],
  .lp-4_wrap .contact-form_box input[type=tel],
  .lp-4_wrap .contact-form_box input[type=email],
  .lp-4_wrap .contact-form_box input[type=text] {
    height: 125px;
    font-size: 36px;
    padding: 38px 21px;
  }
}
.lp-4_wrap .contact-form_box select {
  padding: 22.04px 28.42px 22.04px 12.18px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .contact-form_box select {
    padding: 38px 49px 38px 21px;
  }
}
.lp-4_wrap .contact-img_wrap {
  padding-bottom: 98.6px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .contact-img_wrap {
    padding-bottom: 170px;
  }
}
.lp-4_wrap .contact-img_wrap input {
  display: none;
}
.lp-4_wrap .contact-img_wrap .del {
  display: none;
}
.lp-4_wrap .contact .contact-flex {
  margin-bottom: 20.88px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .contact .contact-flex {
    margin-bottom: 36px;
  }
}
.lp-4_wrap .contact .select-wrap {
  position: relative;
  width: 100%;
}
.lp-4_wrap .contact .select-wrap:before {
  position: absolute;
  right: 15px;
  transform: translateY(-50%) translateX(0);
  content: "";
  width: 18.56px;
  height: 18.56px;
  background: url(../../../images/lp-4/sp/contact/arrow-down.png) center top/contain no-repeat;
  z-index: 9;
  bottom: 16.24px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .contact .select-wrap:before {
    width: 32px;
    height: 32px;
    bottom: 28px;
  }
}
.lp-4_wrap .contact-border {
  padding-bottom: 38.28px;
  margin-bottom: 16.24px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .contact-border {
    padding-bottom: 66px;
    margin-bottom: 28px;
  }
}
.lp-4_wrap .contact .textare-box {
  padding-bottom: 38.28px;
  margin-bottom: 16.24px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .contact .textare-box {
    padding-bottom: 66px;
    margin-bottom: 28px;
  }
}
.lp-4_wrap .sp-fixedMenu {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .sp-fixedMenu {
    display: block;
    position: fixed;
    bottom: 0;
    height: 176px;
    z-index: 10;
  }
}
.lp-4_wrap .sp-fixedMenu span.wpcf7-form-control.wpcf7-acceptance {
  width: 358px;
  display: block;
  height: 107px;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.lp-4_wrap input[type=submit] {
  border: none;
  display: block;
  width: 100%;
  height: 69.6px;
  background-color: #57a2fb;
  color: #fff;
  font-weight: bold;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  margin: 0 auto;
  font-size: 18.56px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap input[type=submit] {
    height: 120px;
    font-size: 32px;
  }
}
.lp-4_wrap .del {
  position: relative;
  width: 19.72px;
  height: 19.72px;
  margin-bottom: -26.1px;
  margin-right: 8.7px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .del {
    width: 34px;
    height: 34px;
    margin-bottom: -45px;
    margin-right: 15px;
  }
}
.lp-4_wrap .img_flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  position: relative;
}
.lp-4_wrap label.up_link {
  width: 100% !important;
  left: a;
  position: absolute;
  bottom: -101.5px;
  min-width: 325.96px;
  right: 0;
  left: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap label.up_link {
    bottom: -175px;
    min-width: 562px;
  }
}
.lp-4_wrap .check-link {
  margin-top: 38.28px;
  padding-bottom: 38.28px;
  text-align: center;
  font-size: 18.56px;
  text-decoration: underline;
  text-align: center;
  display: block;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .check-link {
    font-size: 32px;
    padding-bottom: 66px;
    margin-top: 66px;
  }
}
.lp-4_wrap .check-wrap {
  background: #f1f1f1;
  width: 207.06px;
  height: 60.32px;
  margin: 0 auto 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .check-wrap {
    width: 357px;
    height: 104px;
  }
}
.lp-4_wrap .check-wrap label {
  margin-bottom: 0;
}
.lp-4_wrap .check-wrap input {
  display: none;
}
.lp-4_wrap .check-wrap input + span {
  padding-left: 40.6px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .check-wrap input + span {
    padding-left: 70px;
  }
}
.lp-4_wrap .check-wrap input + span::before {
  content: "";
  display: block;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #8f8f8f;
  position: absolute;
  top: 0px;
  left: 0;
  width: 32.48px;
  height: 32.48px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .check-wrap input + span::before {
    width: 56px;
    height: 56px;
  }
}
.lp-4_wrap .check-wrap input:checked + span::after {
  content: "";
  background-image: url(../../../images/lp-4/sp/contact/check.svg);
  background-size: contain;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 29px;
  height: 29px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap .check-wrap input:checked + span::after {
    width: 50px;
    height: 50px;
  }
}
.lp-4_wrap .bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  background-color: transparent;
  margin: 0px auto;
  border: none;
  box-shadow: none;
}
.lp-4_wrap .bx-wrapper img {
  max-width: 100%;
  display: block;
  display: block;
  margin: 0px auto;
}
.lp-4_wrap .bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}
.lp-4_wrap ul.bxslider {
  list-style: none;
}
.lp-4_wrap .bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
.lp-4_wrap .bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
  background-color: transparent;
  margin: 0px auto;
  border: none;
  box-shadow: none;
}
.lp-4_wrap .bx-wrapper .bx-pager,
.lp-4_wrap .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 8px;
  width: 100%;
}
.lp-4_wrap .bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.lp-4_wrap .bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.lp-4_wrap .bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.lp-4_wrap .bx-wrapper .bx-pager.bx-default-pager a:hover,
.lp-4_wrap .bx-wrapper .bx-pager.bx-default-pager a.active,
.lp-4_wrap .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.lp-4_wrap .bx-wrapper .bx-pager-item,
.lp-4_wrap .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.lp-4_wrap .bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
.lp-4_wrap .bx-wrapper .bx-prev {
  left: 10px;
  background: url("images/controls.png") no-repeat 0 -32px;
}
.lp-4_wrap .bx-wrapper .bx-prev:hover,
.lp-4_wrap .bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.lp-4_wrap .bx-wrapper .bx-next {
  right: 10px;
  background: url("images/controls.png") no-repeat -43px -32px;
}
.lp-4_wrap .bx-wrapper .bx-next:hover,
.lp-4_wrap .bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.lp-4_wrap .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.lp-4_wrap .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.lp-4_wrap .bx-wrapper .bx-controls-auto {
  text-align: center;
}
.lp-4_wrap .bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}
.lp-4_wrap .bx-wrapper .bx-controls-auto .bx-start:hover,
.lp-4_wrap .bx-wrapper .bx-controls-auto .bx-start.active,
.lp-4_wrap .bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.lp-4_wrap .bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}
.lp-4_wrap .bx-wrapper .bx-controls-auto .bx-stop:hover,
.lp-4_wrap .bx-wrapper .bx-controls-auto .bx-stop.active,
.lp-4_wrap .bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
.lp-4_wrap .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.lp-4_wrap .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.lp-4_wrap .bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.lp-4_wrap .bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
.lp-4_wrap .feed-prev-btn {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../../images/lp-4/sp/shop/prev.png) center center/contain no-repeat;
  z-index: 5;
}
.lp-4_wrap .feed-next-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../../images/lp-4/sp/shop/next.png) center center/contain no-repeat;
}
.lp-4_wrap .feed-prev-btn:hover {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../../images/lp-4/sp/shop/prev.png) center center/contain no-repeat;
  z-index: 100;
}
.lp-4_wrap .feed-next-btn:hover {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../../images/lp-4/sp/shop/next.png) center center/contain no-repeat;
}
.lp-4_wrap .feed-prev-btn .bx-prev {
  opacity: 0;
  display: block;
}
.lp-4_wrap .feed-next-btn .bx-next {
  opacity: 0;
  display: block;
}
.lp-4_wrap .wpcf7 form.sent .wpcf7-response-output {
  display: none;
}
.lp-4_wrap #wpcf7-modal {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  z-index: 100000;
  cursor: pointer;
}
.lp-4_wrap #wpcf7-modal.active {
  display: flex;
}
.lp-4_wrap #wpcf7-modal__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.lp-4_wrap #wpcf7-modal__wrap {
  background-color: #ffffff;
  border-radius: 10px;
  width: 90%;
  padding: 40px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-align: center;
  font-size: 20.88px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap #wpcf7-modal__wrap {
    font-size: 36px;
    padding: 40px;
  }
}
.lp-4_wrap__brand .sp-header_wrap {
  align-items: baseline;
}
.lp-4_wrap__brand .cta-line_btn {
  margin-bottom: 32px;
}
.lp-4_wrap__brand .cta-attend_text {
  max-width: 536px;
  margin: 0 auto;
  display: block;
}
.lp-4_wrap__brand .side-menu {
  padding-top: 213px;
}
@media screen and (max-width: 768px) {
  .lp-4_wrap__brand .side-menu {
    padding-top: 23px;
  }
}
.lp-4_wrap__brand .pc-side_main .pc-contact_bottom {
  margin: 23px auto 0px;
}
.lp-4_wrap__brand .authority .review-img {
  margin-bottom: 64px;
}
.lp-4_wrap__brand .contact-form {
  margin-top: 62px;
}

section.price {
  max-width: 1000px;
  margin: 0 auto;
}
section.price .is_pc {
  display: block;
}
@media screen and (max-width: 768px) {
  section.price .is_pc {
    display: none;
  }
}
section.price .is_sp {
  display: none;
  font-size: 26px !important;
}
@media screen and (max-width: 768px) {
  section.price .is_sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  section.price {
    padding: 0 32px;
  }
}
section.price h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  section.price h2 {
    font-size: 40px;
  }
}
section.price .price_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  section.price .price_flex {
    flex-wrap: wrap;
  }
}
section.price .price_flex .img {
  width: 436px;
  height: 436px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.price .price_flex .img {
    width: 100%;
    padding-top: 100%;
    margin-bottom: 40px;
    position: relative;
  }
}
section.price .price_flex .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  section.price .price_flex .img img {
    position: absolute;
    left: 0px;
    top: 0px;
  }
}
section.price .price_flex .right_content {
  max-width: 500px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.price .price_flex .right_content {
    max-width: 100%;
  }
}
section.price .price_flex .right_content .estime {
  width: 100%;
  background: linear-gradient(90deg, #D54D3C 0%, #5E0A00 100%);
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: white;
  padding: 10px 0px;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 768px) {
  section.price .price_flex .right_content .estime {
    font-size: 26px;
  }
}
section.price .price_flex .right_content .price_number {
  margin-bottom: 35px;
}
section.price .price_flex .right_content .price_this {
  width: 100%;
  background-color: #F5F5F5;
  border-radius: 0px 0px 8px 8px;
  color: #D60000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 0.5;
  padding: 16px 0px;
}
@media screen and (max-width: 768px) {
  section.price .price_flex .right_content .price_this {
    font-size: 56px;
    padding: 24px 0px;
  }
}
section.price .price_flex .right_content .price_this span {
  font-size: 32px;
}
section.price .price_flex .right_content table td {
  border: 0px solid white;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #493938;
  font-weight: 500;
  padding: 16px 0px;
}
@media screen and (max-width: 768px) {
  section.price .price_flex .right_content table td {
    font-size: 26px;
    line-height: 1.5;
  }
}
section.price .price_flex .right_content table a {
  color: #493938;
}
section.price .price_flex .right_content table td:first-child {
  width: 120px;
  font-weight: 700;
  padding-right: 0px;
}
@media screen and (max-width: 768px) {
  section.price .price_flex .right_content table td:first-child {
    width: 240px;
  }
}
section.price .price_flex .right_content table td:last-child {
  padding-left: 16px;
}
section.price .price_flex .right_content table tr {
  border-bottom: 1px #E6E6E6 solid;
}
section.price .price_flex .right_content table tr:nth-of-type(2n+1) {
  background-color: inherit !important;
}
section.price .point {
  width: 100%;
  background-color: #F5F5F5;
  padding: 40px 80px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  section.price .point {
    padding: 40px;
  }
}
section.price .point img {
  width: 104px;
  margin-right: 40px;
}
section.price .point .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: #8E693F;
}
@media screen and (max-width: 768px) {
  section.price .point .title {
    font-size: 40px;
    line-height: 40px;
  }
}
section.price .point .sub_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #8E693F;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  section.price .point .sub_title {
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 40px;
  }
}
section.price .point p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #493938;
}
section.price .point .description_flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  section.price .point .description_flex {
    align-items: center;
    margin-bottom: 40px;
  }
}
section.price .point.description {
  background-color: inherit;
}
section.price .point.description .f_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #493938;
  word-break: keep-all;
  margin-right: 48px;
}
@media screen and (max-width: 768px) {
  section.price .point.description .f_title {
    font-size: 40px;
  }
}

.price_slide_content {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .price_slide_content {
    padding: 64px 16px;
  }
}

.price_slide {
  position: relative;
}
.price_slide .swiper-container {
  max-width: 1000px;
  margin: 0 auto;
}
.price_slide .swiper-container a {
  text-decoration: none;
}
.price_slide .swiper-container .img {
  background-size: contain;
  background-repeat: no-repeat;
  width: 232px;
  height: 232px;
  border-radius: 8px;
  background-position: center center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .price_slide .swiper-container .img {
    width: 304px;
    height: 304px;
  }
}
.price_slide .swiper-container .title {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  color: #493938;
  margin-bottom: 16px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .price_slide .swiper-container .title {
    font-size: 26px;
    -webkit-line-clamp: 3;
    height: 114px;
  }
}
.price_slide .swiper-container .estime_logo {
  text-align: center;
  padding: 8px 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #D60000;
  background: #F0F0F0;
  margin-bottom: 9px;
}
@media screen and (max-width: 768px) {
  .price_slide .swiper-container .estime_logo {
    font-size: 26px;
  }
}
.price_slide .swiper-container .price {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #D60000;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .price_slide .swiper-container .price {
    font-size: 40px;
  }
}
.price_slide .swiper-container .price span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .price_slide .swiper-container .price span {
    font-size: 26px;
  }
}
.price_slide .swiper-options {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .price_slide .swiper-options {
    display: none;
  }
}
.price_slide .swiper-button-prev {
  transform: translateX(-50%);
  left: -1px;
  height: 56px;
  width: 56px;
  background-size: cover;
  transition: all ease 0.4s;
  background-image: url("../../../images/voice/voice-slide-btn-prev.svg");
}
.price_slide .swiper-button-prev:hover {
  background-image: url("../../../images/voice/voice-slide-btn-prev-hover.svg");
}
@media screen and (max-width: 768px) {
  .price_slide .swiper-button-prev {
    left: 0px;
    transform: inherit;
    height: 22px;
  }
}
.price_slide .swiper-button-next {
  transform: translateX(-50%);
  right: -57px;
  left: auto;
  height: 56px;
  width: 56px;
  background-size: cover;
  transition: all ease 0.4s;
  background-image: url("../../../images/voice/voice-slide-btn-next.svg");
}
.price_slide .swiper-button-next:hover {
  background-image: url("../../../images/voice/voice-slide-btn-next-hover.svg");
}
@media screen and (max-width: 768px) {
  .price_slide .swiper-button-next {
    right: 0px;
    transform: inherit;
    height: 22px;
  }
}

.top-container {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #745a09;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .top-container {
    font-size: 22px;
    box-sizing: border-box;
  }
}
.top-container .fixed_cta {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-container .fixed_cta {
    display: none !important;
  }
}
.top-container a {
  text-decoration: none;
  transition: 0.2s;
}
.top-container a:hover {
  opacity: 0.7;
}
.top-container ul {
  list-style: none;
}
.top-container .num {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.top-container .pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-container .pc-none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .top-container .sp-none {
    display: none !important;
  }
}
.top-container .small {
  font-size: 12px;
}
.top-container .inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top-container .inner {
    padding-right: 48px;
    padding-left: 48px;
    box-sizing: border-box;
  }
}
.top-container .inner.w-large {
  max-width: 1320px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-container .inner.w-large {
    max-width: none;
  }
}
.top-container .inner.w-medium {
  max-width: 1064px;
}
@media screen and (max-width: 768px) {
  .top-container .inner.w-medium {
    max-width: none;
  }
}
.top-container .ttl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
  letter-spacing: 0.1em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .top-container .ttl {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.top-container .ttl::before {
  content: "";
  display: block;
  width: 62px;
  height: 20px;
  background: url(../../../images/top-new/deco-yellow.svg) center/contain no-repeat;
  margin: 0 auto 8px;
}
@media screen and (max-width: 768px) {
  .top-container .ttl::before {
    margin: 0 auto 12px;
  }
}
.top-container .ls-10p {
  letter-spacing: 0.1em;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.top-container .loop-wrap {
  overflow: hidden;
}
.top-container .loop-box {
  width: 100vw;
}
.top-container .loop-item {
  padding-top: 89px;
  padding-bottom: 40px;
  z-index: -1;
}
.top-container .box {
  opacity: 0;
}
.top-container .fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.top-container .delay-time02 {
  animation-delay: 0.2s;
}
.top-container .delay-time04 {
  animation-delay: 0.4s;
}
.top-container .delay-time06 {
  animation-delay: 0.6s;
}
.top-container .delay-time08 {
  animation-delay: 0.8s;
}
.top-container .delay-time10 {
  animation-delay: 1s;
}
.top-container .delay-time12 {
  animation-delay: 1.2s;
}
.top-container .delay-time14 {
  animation-delay: 1.4s;
}
.top-container .delay-time16 {
  animation-delay: 1.6s;
}
.top-container .delay-time18 {
  animation-delay: 1.8s;
}
.top-container .delay-time20 {
  animation-delay: 2s;
}
.top-container .delay-time22 {
  animation-delay: 2.2s;
}
.top-container .delay-time24 {
  animation-delay: 2.4s;
}
.top-container .delay-time26 {
  animation-delay: 2.6s;
}
.top-container .delay-time28 {
  animation-delay: 2.8s;
}
.top-container .delay-time30 {
  animation-delay: 3s;
}
.top-container .fadeinbox {
  opacity: 0;
}
.top-container .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
@media screen and (min-width: 767px) {
  .top-container .loader {
    display: none;
  }
}
.top-container .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  width: 320px;
  height: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-container .btn {
    width: 518px;
    height: 99px;
    font-size: 24px;
    font-weight: 500;
  }
}
.top-container .btn::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
}
@media screen and (max-width: 768px) {
  .top-container .btn::after {
    width: 34px;
    height: 34px;
  }
}
.top-container .btn-brown {
  border: 2px solid #745a09;
  color: #745a09;
  background-color: transparent;
  border-radius: 0px;
}
.top-container .btn-brown::after {
  background: url(../../../images/top-new/arrow-brown.svg) center/contain no-repeat;
}
.top-container .btn-blank {
  border: 2px solid #745a09;
  color: #745a09;
  background-color: transparent;
  border-radius: 0px;
}
.top-container .btn-blank::after {
  background: url(../../../images/top-new/blank.svg) center/contain no-repeat;
}
.top-container .nenmatu {
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-container .nenmatu {
    padding: 100px 0;
  }
}
.top-container .nenmatu .title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
  color: #be0000;
}
@media screen and (max-width: 768px) {
  .top-container .nenmatu .title {
    text-align: left;
    font-size: 30px;
    margin-bottom: 32px;
  }
}
.top-container .nenmatu .text {
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .top-container .nenmatu .text {
    text-align: left;
    font-size: 30px;
  }
}
.top-container .mv {
  height: 100vh;
  min-height: 650px;
}
@media screen and (max-width: 768px) {
  .top-container .mv {
    height: auto;
    width: 100%;
    min-height: auto;
  }
}
.top-container .mv-inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-container .mv-inner {
    padding: 0;
    display: block;
  }
}
.top-container .mv-movie {
  width: 50%;
  height: 100vh;
  position: relative;
  min-height: 650px;
}
@media screen and (max-width: 768px) {
  .top-container .mv-movie {
    height: calc(100vh - 244px);
    min-height: calc(100vh - 244px);
  }
}
.top-container .mv-movie_bk {
  width: 100%;
  height: 100%;
  position: relative;
}
.top-container .mv-movie_bk::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1254901961);
  backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
}
.top-container .mv-movie_bk video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-container .mv-movie_main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top-container .mv-movie_main video {
  height: 100%;
  width: auto;
  margin: 0 auto;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .top-container .mv-movie_main video {
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .top-container .mv-movie {
    width: 100vw;
    margin-bottom: 40px;
  }
}
.top-container .mv-text {
  width: 50%;
  padding-top: 52px;
  padding-right: 104px;
  padding-bottom: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .top-container .mv-text {
    width: calc(50% - 20px);
    padding-right: 20px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .top-container .mv-text {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.top-container .mv-logo {
  margin-bottom: auto;
  margin-top: 0;
}
.top-container .mv-logo img {
  width: 181px;
  height: 70px;
}
.top-container .mv-logo_text {
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
.top-container .mv-copywriting {
  font-size: 42px;
  margin-bottom: 74px;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .top-container .mv-copywriting {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .top-container .mv-copywriting {
    padding: 0 48px;
    margin-bottom: 0;
    font-size: 44px;
  }
}
.top-container .mv-line {
  background: #06c755;
  width: 100%;
  padding: 24px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .top-container .mv-line {
    font-size: 36px;
  }
}
.top-container .mv-line span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .top-container .mv-line span {
    font-size: 24px;
  }
}
.top-container .mv-line::before {
  content: "";
  display: block;
  width: 51px;
  height: 48px;
  background: url(../../../images/top-new/line-white.svg) center/contain no-repeat;
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .top-container .mv-line::before {
    width: 80px;
    height: 74px;
  }
}
.top-container .mv-line::after {
  content: "";
  display: block;
  background: url(../../../images/top-new/arrow-white.svg) center/contain no-repeat;
  width: 9px;
  height: 16px;
  margin-left: 32px;
}
@media screen and (max-width: 768px) {
  .top-container .mv-line::after {
    width: 10px;
    height: 18px;
  }
}
.top-container .mv-tell {
  background: #d5f4d0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #008b39;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  letter-spacing: 0.08em;
  margin-bottom: 48px;
}
.top-container .mv-tell::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../../../images/top-new/call.svg) center/contain no-repeat;
  margin-right: 8px;
}
.top-container .mv-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}
.top-container .mv-menu_item {
  width: 23%;
  display: flex;
  align-items: center;
  min-width: 110px;
}
.top-container .mv-menu_item::before {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  background: url(../../../images/top-new/arrow-brown-2.svg) center/contain no-repeat;
  margin-right: 10px;
}
.top-container .mv-menu_item a {
  padding: 8px 0;
  font-weight: 700;
  color: #333;
}
.top-container .mv-menu .space {
  width: 100%;
}
.top-container .mv-menu_link {
  color: #745a09;
}
.top-container .emblem {
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .top-container .emblem {
    padding-top: 80px;
  }
}
.top-container .emblem-inner {
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .top-container .emblem-inner {
    flex-direction: column;
    gap: 48px;
  }
}
.top-container .emblem-text {
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
  color: #aa8100;
}
@media screen and (max-width: 768px) {
  .top-container .emblem-text {
    font-size: 22px;
    margin-top: 24px;
  }
}
.top-container .emblem-img {
  width: 350px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .top-container .emblem-img {
    width: 671px;
    height: 113px;
  }
}
.top-container .emblem-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-container .price {
  padding-top: 64px;
  padding-bottom: 80px;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .top-container .price {
    padding: 120px 0;
  }
}
.top-container .price-inner {
  padding-right: 0;
  padding-left: 0;
}
.top-container .price-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 32px;
}
@media screen and (max-width: 1280px) {
  .top-container .price-list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .top-container .price-list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 9px;
    grid-row-gap: 40px;
  }
}
.top-container .price-item {
  background: linear-gradient(180deg, rgb(240, 240, 240) 0%, rgba(240, 240, 240, 0.7) 70%, rgba(240, 240, 240, 0) 90%);
}
@media screen and (max-width: 1280px) {
  .top-container .price-item {
    max-width: none;
  }
}
.top-container .price-item_img {
  padding: 0 25px;
  height: 264px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top-container .price-item_img {
    height: 250px;
    padding: 0;
    margin-bottom: 0;
  }
}
.top-container .price-item_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-container .price-item_price {
  color: #aa8100;
  text-align: center;
  margin-bottom: 12px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .top-container .price-item_price {
    font-size: 34px;
    margin-bottom: 16px;
  }
}
.top-container .price-item_price span {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top-container .price-item_price span {
    font-size: 22px;
  }
}
.top-container .price-item_ttl {
  font-weight: 400;
  padding: 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-container .price-item_ttl {
    padding: 0 12px;
    word-break: break-all;
  }
}
.top-container .search {
  background: #fff;
  padding: 0;
}
.top-container .search-btnWrap {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  width: 100%;
}
.top-container .search-btn {
  width: 33.3333333333%;
  text-align: center;
}
.top-container .search-btn label {
  background: #f4f4f4;
  border: 2px solid #b9b9b9;
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top-container .search-btn label {
    height: 96px;
    font-size: 29px;
  }
}
.top-container .search-btn input[type=radio]:checked + label {
  border: 2px solid #e7a600;
  background: #ffce4f;
  position: relative;
}
.top-container .search-btn input[type=radio]:checked + label::before {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  background: #745a09;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  border: none;
}
@media screen and (max-width: 768px) {
  .top-container .search-btn input[type=radio]:checked + label::before {
    width: 24px;
    height: 8px;
  }
}
.top-container .search-formBox {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-container .search-formBox {
    max-width: none;
    padding-right: 48px;
    padding-left: 48px;
  }
}
.top-container .search_input {
  position: relative;
}
.top-container .search_input::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../../../images/top-new/search-icon.svg) center/contain no-repeat;
  position: absolute;
  top: 16px;
  left: 32px;
}
@media screen and (max-width: 768px) {
  .top-container .search_input::before {
    width: 48px;
    height: 48px;
    top: 28px;
  }
}
.top-container .search_input input {
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  border: none;
  background: #f4f4f4;
  border-bottom: 2px solid #f6d556;
  padding-left: 72px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .top-container .search_input input {
    height: 112px;
    padding-left: 96px;
    font-size: 36px;
  }
}
.top-container .how {
  padding-top: 80px;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .top-container .how {
    padding-top: 120px;
  }
}
.top-container .how-wrap {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .top-container .how-wrap {
    flex-direction: column;
    gap: 40px;
  }
}
.top-container .how-item {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-container .how-item {
    width: 100%;
  }
}
.top-container .how-item:nth-of-type(1) {
  background: #e7fff1;
}
.top-container .how-item:nth-of-type(1) .how-blowing {
  background: #008b39;
}
.top-container .how-item:nth-of-type(1) .how-blowing::after {
  background: #008b39;
}
.top-container .how-item:nth-of-type(1) .how-link,
.top-container .how-item:nth-of-type(1) .how-text,
.top-container .how-item:nth-of-type(1) .how-ttl {
  color: #008b39;
}
.top-container .how-item:nth-of-type(1) .how-link {
  border: 2px solid #008b39;
}
.top-container .how-item:nth-of-type(1) .how-link::after {
  background: url(../../../images/top-new/arrow-green.svg) center/contain no-repeat;
}
.top-container .how-item:nth-of-type(2) {
  background: #fff8f1;
}
.top-container .how-item:nth-of-type(2) .how-blowing {
  background: #b25600;
}
.top-container .how-item:nth-of-type(2) .how-blowing::after {
  background: #b25600;
}
.top-container .how-item:nth-of-type(2) .how-link,
.top-container .how-item:nth-of-type(2) .how-text,
.top-container .how-item:nth-of-type(2) .how-ttl {
  color: #b25600;
}
.top-container .how-item:nth-of-type(2) .how-link {
  border: 2px solid #b25600;
}
.top-container .how-item:nth-of-type(2) .how-link::after {
  background: url(../../../images/top-new/arrow-red.svg) center/contain no-repeat;
}
.top-container .how-item:nth-of-type(3) {
  background: #f5f9ff;
}
.top-container .how-item:nth-of-type(3) .how-blowing {
  background: #00769b;
}
.top-container .how-item:nth-of-type(3) .how-blowing::after {
  background: #00769b;
}
.top-container .how-item:nth-of-type(3) .how-link,
.top-container .how-item:nth-of-type(3) .how-text,
.top-container .how-item:nth-of-type(3) .how-ttl {
  color: #00769b;
}
.top-container .how-item:nth-of-type(3) .how-link {
  border: 2px solid #00769b;
}
.top-container .how-item:nth-of-type(3) .how-link::after {
  background: url(../../../images/top-new/arrow-blue.svg) center/contain no-repeat;
}
.top-container .how-ttl {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top-container .how-ttl {
    font-size: 64px;
    margin-bottom: 48px;
  }
}
.top-container .how-box {
  padding: 26px 30px 32px;
}
@media screen and (max-width: 768px) {
  .top-container .how-box {
    padding: 52px 77px 64px;
  }
}
.top-container .how-blowing {
  color: #fff;
  position: relative;
  padding: 16px 0;
  width: 100%;
  box-sizing: border-box;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-container .how-blowing {
    padding: 24px 0;
    font-size: 28px;
  }
}
.top-container .how-blowing::after {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 768px) {
  .top-container .how-blowing::after {
    width: 32px;
    height: 20px;
    bottom: -19px;
  }
}
.top-container .how-img {
  height: 141px;
}
@media screen and (max-width: 768px) {
  .top-container .how-img {
    height: 282px;
  }
}
.top-container .how-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-container .how-text {
  text-align: center;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top-container .how-text {
    font-size: 28px;
  }
}
.top-container .how-text:first-of-type {
  margin-bottom: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .top-container .how-text:first-of-type {
    margin-bottom: 20px;
    margin-top: 32px;
  }
}
.top-container .how-text:last-of-type {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .top-container .how-text:last-of-type {
    margin-bottom: 48px;
  }
}
.top-container .how-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 61px;
  position: relative;
  font-weight: 700;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .top-container .how-link {
    height: 99px;
    font-size: 24px;
  }
}
.top-container .how-link::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top-container .how-link::after {
    width: 34px;
    height: 34px;
  }
}
.top-container .rialTime {
  position: relative;
  padding-top: 80px;
  overflow: hidden;
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
@media screen and (max-width: 768px) {
  .top-container .rialTime {
    padding-top: 0;
    padding-bottom: 80px;
  }
}
.top-container .rialTime-loop {
  font-size: 169px;
  font-weight: 500;
  letter-spacing: 0.05em;
  top: 25px;
  color: #f4f4f4;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .top-container .rialTime-loop {
    display: none;
  }
}
.top-container .rialTime-loop .loop-item {
  top: -150px;
}
.top-container .rialTime-loop .swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (max-width: 768px) {
  .top-container .rialTime-inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.top-container .rialTime-ttl {
  position: relative;
  z-index: 2;
}
.top-container .rialTime-slide {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .top-container .rialTime-slide {
    padding-bottom: 40px;
  }
}
.top-container .rialTime-item {
  opacity: 0.6;
  height: auto;
}
@media screen and (max-width: 768px) {
  .top-container .rialTime-item {
    opacity: 1;
  }
}
.top-container .rialTime-item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.top-container .rialTime-item.swiper-slide-next + li, .top-container .rialTime-item.swiper-slide-prev, .top-container .rialTime-item.swiper-slide-next, .top-container .rialTime-item.swiper-slide-active {
  opacity: 1;
}
.top-container .rialTime-item_img {
  width: 100%;
  height: 264px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .top-container .rialTime-item_img {
    height: 332px;
  }
}
.top-container .rialTime-item_img img {
  width: auto;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.top-container .rialTime-item_ttl {
  text-align: center;
  color: #745a09;
  margin-bottom: 16px;
  padding: 0 16px;
}
.top-container .rialTime-item_text {
  background: #eeeeee;
  text-align: center;
  color: #be0000;
  font-weight: 700;
  margin-bottom: 8px;
  height: 30px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .top-container .rialTime-item_text {
    height: 58px;
    line-height: 58px;
    margin-bottom: 16px;
    font-size: 24px;
  }
}
.top-container .rialTime-item_price {
  font-weight: 700;
  color: #be0000;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .top-container .rialTime-item_price {
    font-size: 48px;
  }
}
.top-container .rialTime-item_price span {
  display: inline-block;
  padding-left: 8px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .top-container .rialTime-item_price span {
    font-size: 24px;
    padding-left: 0;
  }
}
.top-container .rialTime-item_priceBox {
  margin-bottom: 0;
  margin-top: auto;
}
.top-container .rialTime .swiper-wrapper {
  margin-left: 240px;
}
@media screen and (max-width: 768px) {
  .top-container .rialTime .swiper-wrapper {
    margin-left: 100px;
  }
}
.top-container .rialTime .swiper-button-prev {
  bottom: 0;
  top: auto;
  left: 46%;
  background-image: none;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .top-container .rialTime .swiper-button-prev {
    left: 43%;
  }
}
@media screen and (max-width: 768px) {
  .top-container .rialTime .swiper-button-prev {
    display: none;
  }
}
.top-container .rialTime .swiper-button-next {
  bottom: 0;
  top: auto;
  right: 47%;
  background-image: none;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1024px) {
  .top-container .rialTime .swiper-button-next {
    right: 43%;
  }
}
@media screen and (max-width: 768px) {
  .top-container .rialTime .swiper-button-next {
    display: none;
  }
}
.top-container .rialTime .swiper-button-prev::after,
.top-container .rialTime .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 40px;
  margin: auto;
  width: 40px;
  display: block;
}
.top-container .rialTime .swiper-button-prev::after {
  background-image: url(../../../images/top-new/arrow-prev.svg);
}
.top-container .rialTime .swiper-button-next::after {
  background-image: url(../../../images/top-new/arrow-next.svg);
}
@media screen and (max-width: 768px) {
  .top-container .rialTime .swiper-container {
    padding-left: 125px;
  }
}
.top-container .rialTime .btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-container .rialTime .btn {
    display: flex;
  }
}
.top-container .satei {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .top-container .satei {
    padding-top: 80px;
  }
}
.top-container .satei-btn {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .top-container .satei-btn {
    margin-top: 0;
  }
}
.top-container .satei-ttl {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .top-container .satei-ttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top-container .satei .inner {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 767px) {
  .top-container .satei-wrapper {
    gap: 8px;
  }
}
.top-container .satei-inner {
  display: flex;
  gap: 8px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top-container .satei-inner {
    margin-right: calc(50% - 50vw);
    position: relative;
  }
}
.top-container .satei-item {
  background: #eeeeee;
  padding-top: 56px;
  text-align: center;
  width: 33.3333333333%;
}
.top-container .satei-itemTtl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .top-container .satei-itemTtl {
    font-size: 32px;
  }
}
.top-container .satei-itemTxt {
  margin-bottom: 32px;
}
.top-container .satei-itemImg {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top-container .satei-itemImg {
    height: 388px;
  }
  .top-container .satei-itemImg img {
    width: auto;
    height: 100%;
    object-fit: contain;
  }
}
.top-container .satei .swiper-pagination {
  bottom: -50px;
}
.top-container .satei .swiper-pagination-bullet {
  width: 41px;
  height: 5px;
  background: #e0e0e0;
  border-radius: 0;
  opacity: 1;
  margin: 0 6px;
}
.top-container .satei .swiper-pagination-bullet-active {
  background: #f6d556;
}
.top-container .top-brand {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .top-container .top-brand {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .top-container .top-brand .inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.top-container .top-brand_ttl {
  margin-bottom: 32px;
}
.top-container .top-brand_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  height: auto;
  max-height: 370px;
  position: relative;
  transition: max-height 0.5s;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-container .top-brand_wrap {
    max-height: 700px;
  }
}
.top-container .top-brand_wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 80px;
  transition: 1s;
  background: linear-gradient(to bottom, transparent 0%, #ffffff 40%, #ffffff 100%);
}
@media screen and (max-width: 768px) {
  .top-container .top-brand_wrap::after {
    content: none;
  }
}
.top-container .top-brand_wrap.open {
  max-height: 100%;
}
.top-container .top-brand_wrap.open:after {
  z-index: -1;
  opacity: 0;
}
.top-container .top-brand_item {
  box-sizing: border-box;
}
.top-container .top-brand_item:nth-of-type(1), .top-container .top-brand_item:nth-of-type(2), .top-container .top-brand_item:nth-of-type(3), .top-container .top-brand_item:nth-of-type(4) {
  width: calc(25% - 8px);
}
@media screen and (max-width: 768px) {
  .top-container .top-brand_item:nth-of-type(1), .top-container .top-brand_item:nth-of-type(2), .top-container .top-brand_item:nth-of-type(3), .top-container .top-brand_item:nth-of-type(4) {
    width: calc(50% - 8px);
  }
}
.top-container .top-brand_item:nth-of-type(n + 5) {
  width: calc(16.6666666667% - 8px);
}
@media screen and (max-width: 768px) {
  .top-container .top-brand_item:nth-of-type(n + 5) {
    width: calc(33.3333333333% - 8px);
  }
}
@media screen and (max-width: 768px) {
  .top-container .top-brand .btn {
    margin-top: 56px;
  }
}
.top-container .top-feature {
  padding-top: 64px;
  padding-bottom: 68px;
  background: #f4f4f4;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-container .top-feature {
    padding-top: 158px;
    padding-bottom: 78px;
  }
}
.top-container .top-feature .inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .top-container .top-feature .inner {
    display: block;
  }
}
.top-container .top-feature-loop {
  font-size: 152px;
  position: absolute;
  top: 0;
}
.top-container .top-feature-loop .swiper-wrapper {
  transition-timing-function: linear;
}
.top-container .top-feature-loop .loop-item {
  color: #fff;
  z-index: 0;
  top: -66px;
  white-space: nowrap;
}
.top-container .top-feature_ttl {
  width: 50%;
  font-weight: 700;
  font-size: 24px;
  padding-top: 68px;
  position: relative;
  z-index: 2;
  color: #333;
}
@media screen and (max-width: 768px) {
  .top-container .top-feature_ttl {
    width: 100%;
    font-size: 40px;
    padding-top: 0;
    margin-bottom: 56px;
    text-align: center;
  }
}
.top-container .top-feature_item {
  display: flex;
  width: 100%;
  box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.2);
}
.top-container .top-feature_item:not(:last-of-type) {
  margin-bottom: 8px;
}
.top-container .top-feature_itemWrap {
  width: 50%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-container .top-feature_itemWrap {
    width: 100%;
  }
}
.top-container .top-feature_img {
  width: 106px;
  background: #f6d556;
}
.top-container .top-feature_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: auto;
}
.top-container .top-feature_box {
  background: #fff;
  padding: 22px 0 22px 32px;
  width: calc(100% - 106px);
}
@media screen and (max-width: 768px) {
  .top-container .top-feature_box {
    padding: 48px 0 48px 32px;
  }
}
.top-container .top-feature_boxTtl {
  font-size: 24px;
  margin-bottom: 12px;
}
.top-container .mind {
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .top-container .mind {
    padding: 80px 48px;
  }
}
.top-container .mind_box {
  background: #f3fff8;
  border: 2px solid #06c755;
  width: 768px;
  margin: 0 auto;
  padding: 40px 0px;
}
@media screen and (max-width: 768px) {
  .top-container .mind_box {
    padding: 62px 54px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
.top-container .mind_ttl {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-container .mind_ttl {
    font-size: 48px;
  }
}
.top-container .mind_ttl span {
  color: #06c755;
}
.top-container .mind_ttl::before {
  content: "";
  display: block;
  width: 24px;
  height: 18px;
  background: url(../../../images/top-new/heart.svg) center/contain no-repeat;
  margin: 0 auto 8px;
}
@media screen and (max-width: 768px) {
  .top-container .mind_ttl::before {
    width: 44px;
    height: 33px;
  }
}
.top-container .mind_wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-container .mind_wrap {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.top-container .mind_item {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .top-container .mind_item {
    width: 275px;
  }
}
.top-container .mind_itemImg {
  width: 80px;
  height: 80px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 768px) {
  .top-container .mind_itemImg {
    width: 146px;
    height: 146px;
  }
}
.top-container .mind_itemTxt {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-container .mind_itemTxt {
    font-size: 28px;
  }
}
.top-container .top-satei {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .top-container .top-satei {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-container .top-satei .inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.top-container .top-satei-top {
  padding-top: 35px;
  padding-bottom: 56px;
  background: radial-gradient(at center top, #ffe6a6 0%, #ffce4f 60%, #e4b12d 100%);
}
@media screen and (max-width: 768px) {
  .top-container .top-satei-top {
    padding: 102px 48px 64px;
  }
}
.top-container .top-satei-wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-container .top-satei-wrap {
    display: block;
  }
}
.top-container .top-satei-wrap:first-of-type {
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .top-container .top-satei-wrap:first-of-type {
    margin-bottom: 40px;
  }
}
.top-container .top-satei-wrap:nth-of-type(2) {
  align-items: flex-end;
}
.top-container .top-satei-wrap:last-of-type {
  align-items: center;
}
.top-container .top-satei-ttl {
  font-size: 32px;
  font-weight: 700;
  padding-right: 85px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .top-container .top-satei-ttl {
    font-size: 60px;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
    margin-top: 0;
  }
}
.top-container .top-satei-ttl .num {
  font-size: 66px;
  font-weight: 700;
  color: #09be53;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-container .top-satei-ttl .num {
    font-size: 104px;
  }
}
.top-container .top-satei-ttl .num::before {
  content: "";
  display: block;
  width: 46px;
  height: 15px;
  position: absolute;
  top: 6px;
  left: -23px;
  background: url(../../../images/top-new/deco-green.svg) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .top-container .top-satei-ttl .num::before {
    width: 74px;
    height: 23px;
  }
}
.top-container .top-satei-ttl .big {
  font-size: 48px;
  margin-top: -10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top-container .top-satei-ttl .big {
    font-size: 104px;
  }
}
.top-container .top-satei-contact {
  width: 372px;
}
@media screen and (max-width: 768px) {
  .top-container .top-satei-contact {
    width: 100%;
    margin-bottom: 40px;
  }
}
.top-container .top-satei-line {
  width: 100%;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .top-container .top-satei-line {
    margin-bottom: 24px;
  }
}
.top-container .top-satei-tell {
  background: #d5f4d0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #008b39;
  font-size: 20px;
  font-weight: 700;
  height: 57px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .top-container .top-satei-tell {
    font-size: 36px;
    height: 104px;
  }
}
.top-container .top-satei-tell::before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background: url(../../../images/top-new/call.svg) center/contain no-repeat;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .top-container .top-satei-tell::before {
    width: 56px;
    height: 56px;
    margin-right: 10px;
  }
}
.top-container .top-satei-check {
  display: flex;
  align-items: flex-end;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .top-container .top-satei-check {
    color: #fff;
  }
}
.top-container .top-satei-check:first-of-type {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .top-container .top-satei-check:first-of-type {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.top-container .top-satei-check::before {
  content: "";
  display: block;
  width: 32px;
  height: 44px;
  background: url(../../../images/top-new/check.svg) center/contain no-repeat;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .top-container .top-satei-check::before {
    width: 48px;
    height: 67px;
  }
}
.top-container .top-satei-checkTtl {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .top-container .top-satei-checkTtl {
    font-size: 36px;
  }
}
.top-container .top-satei-checkTtl span {
  font-size: 38px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top-container .top-satei-checkTtl span {
    font-size: 64px;
  }
}
@media screen and (max-width: 768px) {
  .top-container .top-satei-checkTxt {
    font-size: 24px;
    font-weight: 700;
  }
}
.top-container .top-satei-bottom {
  padding: 24px 0;
  background: #fff6d1;
}
@media screen and (max-width: 768px) {
  .top-container .top-satei-bottom {
    padding: 48px;
  }
}
.top-container .top-satei-bottomTxt {
  font-size: 20px;
  font-weight: 700;
  width: 241px;
  margin-right: 98px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top-container .top-satei-bottomTxt {
    font-size: 28px;
    text-align: center;
    width: 100%;
    margin-bottom: 32px;
    margin-right: 0;
  }
}
.top-container .top-satei-bottomTxt .small {
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .top-container .top-satei-bottomTxt .small {
    margin-bottom: 12px;
    font-size: 28px;
  }
}
.top-container .top-satei-bottomTxt .big {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .top-container .top-satei-bottomTxt .big {
    font-size: 50px;
  }
}
.top-container .top-satei-takuhai {
  width: 372px;
  height: auto;
}
.top-container .imgArea {
  width: 100vw;
  height: 467px;
}
@media screen and (max-width: 768px) {
  .top-container .imgArea {
    height: 400px;
  }
}
.top-container .imgArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-container .top-buyer {
  padding-top: 64px;
  padding-bottom: 97px;
}
@media screen and (max-width: 768px) {
  .top-container .top-buyer {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.top-container .top-buyer .swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (max-width: 768px) {
  .top-container .top-buyer .inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-container .top-buyer_ttl {
    margin-bottom: 56px;
  }
}
.top-container .top-buyer_img {
  background: #eee;
  margin-bottom: 16px;
}
.top-container .top-buyer_office, .top-container .top-buyer_detail {
  font-size: 12px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .top-container .top-buyer_office, .top-container .top-buyer_detail {
    font-size: 22px;
  }
}
.top-container .top-buyer_name {
  margin-top: 12px;
  font-weight: 700;
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .top-container .top-buyer_name {
    font-size: 28px;
  }
}
.top-container .top-buyer_name span {
  padding-left: 4px;
  font-size: 10px;
  color: #b9b9b9;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .top-container .top-buyer_name span {
    font-size: 22px;
  }
}
.top-container .loop-sec {
  overflow: hidden;
  position: relative;
  height: 169px;
}
.top-container .top-voice {
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
  background: #f4f4f4;
  position: relative;
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
.top-container .top-voice-loop {
  font-size: 169px;
  font-weight: 500;
  letter-spacing: 0.05em;
  top: 25px;
  color: #f4f4f4;
}
.top-container .top-voice-loop .swiper-wrapper {
  transition-timing-function: linear;
}
.top-container .top-voice-loop .loop-item {
  top: 0;
  padding: 0;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top-container .top-voice {
    padding-top: 80px;
    padding-bottom: 120px;
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .top-container .top-voice .inner {
    padding: 0;
  }
}
.top-container .top-voice_ttl {
  margin-bottom: 40px;
}
.top-container .top-voice_imgWrap {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-bottom: 40px;
}
.top-container .top-voice_img {
  width: auto;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .top-container .top-voice_img {
    height: 172px;
  }
}
.top-container .top-voice_img:nth-of-type(1) {
  padding-right: 40px;
  border-right: 2px solid #b9b9b9;
}
.top-container .top-voice_img:nth-of-type(2) {
  padding-left: 40px;
}
.top-container .top-voice_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-container .top-voice_slide {
  background: #fff;
  padding: 40px 32px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top-container .top-voice_slide {
    background: #f4f4f4;
    padding: 56px 40px;
  }
}
.top-container .top-voice_data {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .top-container .top-voice_data {
    margin-bottom: 24px;
  }
}
.top-container .top-voice_dataIcon {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  min-width: 48px;
}
@media screen and (max-width: 768px) {
  .top-container .top-voice_dataIcon {
    width: 80px;
    height: 80px;
    margin-right: 31px;
    min-width: 80px;
  }
}
.top-container .top-voice_dataIcon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-container .top-voice_dataTxt h3 {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .top-container .top-voice_dataTxt h3 {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
.top-container .top-voice_dataTxt p {
  color: #959595;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .top-container .top-voice_dataTxt p {
    font-size: 24px;
  }
}
.top-container .top-voice_star {
  width: 116px;
  height: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .top-container .top-voice_star {
    width: 187px;
    height: 24px;
    margin-bottom: 24px;
  }
}
.top-container .top-voice .swiper-container {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .top-container .top-voice .swiper-container {
    padding-bottom: 40px;
  }
}
.top-container .top-voice .swiper-wrapper {
  align-items: stretch;
}
.top-container .top-voice .swiper-pagination {
  bottom: 0;
}
.top-container .top-voice .swiper-pagination-bullet {
  width: 41px;
  height: 5px;
  background: #e0e0e0;
  border-radius: 0;
  opacity: 1;
}
.top-container .top-voice .swiper-pagination-bullet-active {
  background: #f6d556;
}
.top-container .top-voice .swiper-button-prev {
  bottom: 30px;
  top: auto;
  left: 46%;
  background-image: none;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1024px) {
  .top-container .top-voice .swiper-button-prev {
    left: 46%;
  }
}
@media screen and (max-width: 768px) {
  .top-container .top-voice .swiper-button-prev {
    display: none;
  }
}
.top-container .top-voice .swiper-button-next {
  bottom: 30px;
  top: auto;
  right: 47%;
  background-image: none;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1024px) {
  .top-container .top-voice .swiper-button-next {
    right: 43%;
  }
}
@media screen and (max-width: 768px) {
  .top-container .top-voice .swiper-button-next {
    display: none;
  }
}
.top-container .top-voice .swiper-button-prev::after,
.top-container .top-voice .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 40px;
  margin: auto;
  width: 40px;
  display: block;
}
.top-container .top-voice .swiper-button-prev::after {
  background-image: url(../../../images/top-new/arrow-prev.svg);
}
.top-container .top-voice .swiper-button-next::after {
  background-image: url(../../../images/top-new/arrow-next.svg);
}
.top-container .top-voice .swiper-slide img {
  height: auto;
  width: 100%;
}
.top-container .top-youtube {
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .top-container .top-youtube {
    padding-top: 0;
  }
}
.top-container .top-youtube_box {
  width: 768px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-container .top-youtube_box {
    position: relative;
/*     display: flex;
    align-items: stretch; */
  }
}
.top-container .top-youtube_topic {
	color: #fff;
	background: #f6d556;
	width: 100%;
	height: 37px;
	line-height: 37px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.top-container .top-youtube_topic {
		/* width: 73px; */
		height: revert;
		line-height: 2.2;
		/* writing-mode: vertical-rl; */
		font-size: 28px;
	}
}
.top-container .top-youtube_contents {
	background: #eee;
	padding: 32px 48px 40px;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-container .top-youtube_contents {
/*     display: block;
    padding: 62px 64px; */
    box-sizing: border-box;
  }
}
.top-container .top-youtube-inner {
    width: 49%;
}
.top-container .top-youtube_img {
/*   width: 50%; */
  padding-right: 4px;
}
@media screen and (max-width: 768px) {
  .top-container .top-youtube_img {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.top-container .top-youtube_text {
/*   width: 50%; */
  padding-left: 20px;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .top-container .top-youtube_text {
    width: 100%;
    padding: 0;
  }
}
.top-container .top-youtube_ttl {
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .top-container .top-youtube_ttl {
    font-size: 32px;
  }
}
.top-container .top-youtube_desc {
  letter-spacing: 0.05em;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .top-container .top-youtube_desc {
    font-size: 24px;
  }
}
.top-container .top-flow {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .top-container .top-flow {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.top-container .top-flow_wrap {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .top-container .top-flow_wrap {
    display: block;
  }
}
.top-container .top-flow_box {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .top-container .top-flow_box {
    width: calc(100% - 80px);
    margin-right: 0;
    margin-left: auto;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .top-container .top-flow_box:not(:last-of-type) {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .top-container .top-flow_box:not(:last-of-type)::before {
    content: "";
    width: 8px;
    height: 100%;
    z-index: -1;
    display: block;
    background: #f6d556;
    position: absolute;
    top: 0;
    left: -52px;
  }
}
@media screen and (max-width: 768px) {
  .top-container .top-flow_box:nth-of-type(1) .top-flow_btn {
    width: calc(33.3333333333% - 16px);
    height: 160px;
  }
}
@media screen and (max-width: 768px) {
  .top-container .top-flow_box:nth-of-type(2) .top-flow_btn {
    width: 100%;
    height: 112px;
    display: flex;
    align-items: center;
  }
}
.top-container .top-flow_ttl {
  font-size: 20px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .top-container .top-flow_ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .top-container .top-flow_ttl {
    font-size: 36px;
    margin-bottom: 48px;
    margin-left: -80px;
  }
}
.top-container .top-flow_ttl span {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: #f6d556;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .top-container .top-flow_ttl span {
    width: 56px;
    height: 56px;
  }
}
.top-container .top-flow_img {
  width: 100%;
  height: 152px;
}
@media screen and (max-width: 768px) {
  .top-container .top-flow_img {
    height: 333px;
    margin-top: 48px;
  }
}
.top-container .top-flow_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-container .top-flow_desc {
  padding: 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .top-container .top-flow_desc {
    padding: 16px 8px;
  }
}
@media screen and (max-width: 768px) {
  .top-container .top-flow_desc {
    padding: 0;
  }
}
.top-container .top-flow_btnWrap {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .top-container .top-flow_btnWrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.top-container .top-flow_btn {
  background: #f4f4f4;
  border: 2px solid #bababa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33.3333333333%;
  color: #745a09;
  line-height: 1;
  height: 80px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .top-container .top-flow_btn {
    font-size: 28px;
  }
}
.top-container .top-flow_btn img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .top-container .top-flow_btn.line-btn img {
    width: 80px;
    height: 76px;
  }
}
@media screen and (max-width: 768px) {
  .top-container .top-flow_btn.tell-btn img {
    width: 72px;
    height: 72px;
  }
}
@media screen and (max-width: 768px) {
  .top-container .top-flow_btn.web-btn img {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .top-container .top-flow_btn.flex-btn {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 135px;
  }
}
@media screen and (max-width: 768px) {
  .top-container .top-flow_btn.flex-btn img {
    width: 72px;
    height: 72px;
    margin-right: 10px;
  }
}
.top-container .top-shop {
  background: #fff3c6;
  padding-top: 64px;
  padding-bottom: 64px;
}
.top-container .top-shop_inner {
  margin-right: calc(50% - 50vw);
}
.top-container .top-shop .inner {
  position: relative;
}
.top-container .top-shop .inner::before {
  content: "";
  display: block;
  height: 515px;
  width: 198px;
  background: url(../../../images/top-new/logo-shop.svg) center/contain no-repeat;
  position: absolute;
  top: -50px;
  left: -150px;
}
@media screen and (max-width: 768px) {
  .top-container .top-shop .inner::before {
    content: none;
  }
}
.top-container .top-shop_item {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .top-container .top-shop_item {
    display: block;
    background: #fff;
  }
}
.top-container .top-shop_text {
  background: #fff;
  padding: 32px 40px;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .top-container .top-shop_text {
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
    position: relative;
  }
}
.top-container .top-shop .shopImg_slide {
  width: 60%;
  height: 392px;
}
@media screen and (max-width: 768px) {
  .top-container .top-shop .shopImg_slide {
    width: 100%;
    height: 378px;
  }
}
.top-container .top-shop .shopImg_slide img {
  width: 100%;
  height: 392px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .top-container .top-shop .shopImg_slide img {
    height: 378px;
  }
}
.top-container .top-shop_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.top-container .top-shop_btnWrap {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .top-container .top-shop_btnWrap {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 40px;
    right: 40px;
    gap: 16px;
  }
}
.top-container .top-shop_btnWrap a {
  display: block;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 768px) {
  .top-container .top-shop_btnWrap a {
    width: 100px;
    height: 100px;
  }
}
.top-container .top-shop_btnWrap a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-container .top-shop_name {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .top-container .top-shop_name {
    font-size: 32px;
    margin-bottom: 57px;
  }
}
.top-container .top-shop_time {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-container .top-shop_time {
    position: absolute;
  }
}
.top-container .top-shop_time:first-of-type {
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .top-container .top-shop_time:first-of-type {
    top: 40px;
    left: 250px;
  }
}
.top-container .top-shop_time:nth-of-type(2) {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .top-container .top-shop_time:nth-of-type(2) {
    top: 80px;
    left: 250px;
  }
}
.top-container .top-shop_week {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #f4f4f4;
  margin-right: 9px;
  font-size: 10px;
  width: 56px;
  height: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top-container .top-shop_week {
    font-size: 24px;
    width: 88px;
    height: 34px;
  }
}
.top-container .top-shop_adress {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .top-container .top-shop_adress {
    font-size: 28px;
    padding-right: 137px;
  }
}
.top-container .top-shop_acsess {
  box-sizing: border-box;
  border-left: 8px solid #f6d556;
  padding-left: 16px;
  font-weight: 700;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .top-container .top-shop_acsess {
    font-size: 28px;
    margin-bottom: 34px;
  }
}
.top-container .top-shop .swiper-wrapper {
  align-items: stretch;
}
.top-container .top-shop .swiper-container {
  position: relative;
}
.top-container .top-shop .swiper-container.shop_slide {
  padding-bottom: 32px;
}
.top-container .top-shop .swiper-pagination-2 {
  position: absolute;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}
.top-container .top-shop .swiper-pagination-bullet {
  width: 80px;
  height: 40px;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .top-container .top-shop .swiper-pagination-bullet {
    width: 115px;
    height: 75px;
    line-height: 75px;
  }
}
.top-container .top-shop .swiper-pagination-bullet-active {
  background: #f6d556;
}
.top-container .top-shop .btn {
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .top-container .top-shop .btn {
    margin-top: 170px;
  }
}
.top-container .faq {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .top-container .faq {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.top-container .faq-box {
  max-width: 672px;
  margin: 0 auto;
  border-bottom: 2px solid #e0e0e0;
}
.top-container .faq-term {
  padding: 16px 24px 16px 0;
  position: relative;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .top-container .faq-term {
    padding: 47px 72px 47px 0;
    font-size: 28px;
  }
}
.top-container .faq-term::before, .top-container .faq-term::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  transition: 0.2s;
  background: #f6d556;
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  .top-container .faq-term::before, .top-container .faq-term::after {
    width: 40px;
    height: 4px;
  }
}
.top-container .faq-term::after {
  transform: rotate(90deg);
}
.top-container .faq-term.active::after {
  transform: rotate(0);
}
.top-container .faq-desc {
  padding-bottom: 16px;
  padding-right: 24px;
  display: none;
}
@media screen and (max-width: 768px) {
  .top-container .faq-desc {
    padding-bottom: 47px;
    padding-right: 40px;
  }
}
.top-container .faq .btn {
  margin-top: 40px;
}
.top-container .column {
  padding-top: 64px;
  padding-bottom: 64px;
  background: #f4f4f4;
}
@media screen and (max-width: 768px) {
  .top-container .column {
    padding-top: 80px;
    padding-bottom: 120px;
    background: #fff;
  }
}
.top-container .column-ttl {
  margin-bottom: 40px;
}
.top-container .column-list {
  display: flex;
  gap: 8px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top-container .column-list {
    margin-bottom: 56px;
  }
}
.top-container .column-item {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .top-container .column-item {
    width: 50%;
  }
}
.top-container .column-item_ttl {
  padding: 0 22px;
  color: #000;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .top-container .column-item_ttl {
    padding: 0 16px;
    font-size: 24px;
  }
}
.top-container .column-img {
  width: 100%;
  height: 186px;
  margin-bottom: 16px;
}
.top-container .column-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-container .column .btn {
  background: #fff;
}
.top-container .sp-bottom {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-container .sp-bottom {
    display: flex;
    position: fixed;
    bottom: 0;
    margin-bottom: 0;
    z-index: 100;
  }
}
.top-container .sp-bottom.active {
  display: none;
}

.top-header {
  color: #745a09;
  background: #fff;
  height: 104px;
  transform: translateY(-100%);
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .top-header {
    transform: translateY(0);
    position: fixed;
    top: 0;
    height: 120px;
    box-sizing: border-box;
    color: #333;
  }
}
.top-header a {
  color: #745a09;
  text-decoration: none;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .top-header a {
    color: #333;
  }
}
.top-header a:hover {
  opacity: 0.7;
}
.top-header_top {
  height: 64px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-header_top {
    height: 120px;
    max-width: 100%;
    padding-left: 48px;
    width: 100%;
    box-sizing: border-box;
  }
}
.top-header_logo {
  margin-right: auto;
  margin-left: 0;
}
.top-header_logo a {
  display: flex;
  align-items: flex-end;
  text-decoration: none;
}
.top-header_logo img {
  width: 112px;
  height: 40px;
  margin-right: 29px;
}
@media screen and (max-width: 768px) {
  .top-header_logo img {
    width: 183px;
    height: 70px;
    margin-right: 55px;
  }
}
.top-header_btn {
  height: 100%;
  width: 120px;
  box-sizing: border-box;
  padding: 42px 36px;
  position: relative;
  background: #f6d556;
}
.top-header_btnWrap {
  width: 48px;
  height: 36px;
  margin: auto;
  position: relative;
}
.top-header_btnWrap span {
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  transition: 0.2s;
}
.top-header_btnWrap span:nth-of-type(1) {
  top: 0;
}
.top-header_btnWrap span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.top-header_btnWrap span:nth-of-type(3) {
  bottom: 0;
}
.top-header_btn.active {
  right: 0;
}
.top-header_btn.active span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 13px;
}
.top-header_btn.active span:nth-of-type(2) {
  display: none;
}
.top-header_btn.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  bottom: 18px;
}
.top-header_contact {
  display: flex;
}
.top-header_contactItem {
  font-size: 20px;
  font-weight: 700;
  padding: 13px 32px;
  display: flex;
  align-items: center;
  line-height: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .top-header_contactItem {
    font-size: 16px;
    padding: 8px 6px;
  }
}
@media screen and (max-width: 768px) {
  .top-header_contactItem {
    font-size: 36px;
    padding: 42px 42px 42px 30px;
    height: 120px;
  }
}
.top-header_contactItem::before {
  content: "";
  display: block;
}
.top-header_contactItem .small {
  display: block;
}
@media screen and (max-width: 768px) {
  .top-header_contactItem .small {
    display: none;
  }
}
.top-header_contactItem.web::before {
  width: 32px;
  height: 32px;
  background: url(../../../images/top-new/web.svg) center/contain no-repeat;
  margin-right: 16px;
}
@media screen and (max-width: 1024px) {
  .top-header_contactItem.web::before {
    margin-right: 3px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .top-header_contactItem.web::before {
    margin-right: 3px;
    width: 56px;
    height: 56px;
  }
}
.top-header_contactItem.web .small {
  margin-top: 6px;
}
.top-header_contactItem.tell {
  background: #f4f4f4;
  letter-spacing: 0.05em;
}
.top-header_contactItem.tell::before {
  width: 32px;
  height: 32px;
  background: url(../../../images/top-new/header-call.svg) center/contain no-repeat;
  margin-right: 16px;
}
@media screen and (max-width: 1024px) {
  .top-header_contactItem.tell::before {
    width: 24px;
    height: 24px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .top-header_contactItem.tell::before {
    background: url(../../../images/top-new/call-black.svg) center/contain no-repeat;
    width: 56px;
    height: 56px;
    margin-right: 5px;
  }
}
.top-header_contactItem.tell .num {
  font-weight: 700;
}
.top-header_contactItem.tell .small {
  margin-bottom: 6px;
}
.top-header_contactItem.line {
  background: #06c755;
  color: #fff;
}
.top-header_contactItem.line::before {
  width: 40px;
  height: 38px;
  background: url(../../../images/top-new/line-white.svg) center/contain no-repeat;
  margin-right: 16px;
}
@media screen and (max-width: 1024px) {
  .top-header_contactItem.line::before {
    width: 24px;
    height: 24px;
    margin-right: 5px;
  }
}
.top-header_contactItem.line .small {
  margin-bottom: 6px;
}
.top-header_bottom {
  background: #f6d556;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  height: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top-header_bottom {
    width: 100%;
    height: 100vh;
    display: block;
    padding: 38px 48px;
    transition: 0.3s;
    right: -100%;
    position: relative;
    z-index: 1000;
  }
}
.top-header_bottomWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-header_bottomWrap {
    overflow: scroll;
    height: 1200px;
    padding-bottom: 100px;
    display: block;
  }
}
.top-header_bottomContents {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-header_bottomContents {
    display: block;
    height: fit-content;
    padding-bottom: 500px;
  }
}
.top-header_bottom.active {
  right: 0;
}
.top-header_bottomLine {
  margin-bottom: 70px;
}
.top-header_bottomBox {
  padding: 0 12px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .top-header_bottomBox {
    display: block;
    margin-bottom: 56px;
  }
}
.top-header_bottomBox:nth-of-type(1) {
  order: 3;
}
.top-header_bottomBox:nth-of-type(2) {
  order: 2;
}
.top-header_bottomBox:nth-of-type(3) {
  order: 1;
}
.top-header_bottomBox:nth-of-type(2), .top-header_bottomBox:nth-of-type(3) {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .top-header_bottomBox:nth-of-type(2), .top-header_bottomBox:nth-of-type(3) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .top-header_bottomTtl {
    font-weight: 700;
    font-size: 28px;
    position: relative;
    margin-bottom: 24px;
  }
  .top-header_bottomTtl::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
  }
}
@media screen and (max-width: 768px) {
  .top-header_bottomTtl span {
    background: #f6d556;
    padding-right: 24px;
    position: relative;
    z-index: 2;
  }
}
.top-header_bottomList {
  display: flex;
}
@media screen and (max-width: 768px) {
  .top-header_bottomList {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .top-header_bottomItem {
    background: #fff;
    height: 120px;
    display: flex !important;
    align-items: center;
    box-sizing: border-box;
  }
}
.top-header_bottomItem a {
  font-weight: 700;
  padding: 5px 20px;
  position: relative;
}
.top-header_bottomItem a::after {
  content: "";
  width: 34px;
  height: 34px;
}
@media screen and (max-width: 1024px) {
  .top-header_bottomItem a {
    padding: 5px 6px;
    font-size: 12px;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .top-header_bottomItem a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-header_bottomItem.w-100 {
    width: 100%;
    align-items: center;
  }
  .top-header_bottomItem.w-100 a {
    display: flex;
    font-size: 32px;
    position: relative;
    padding-left: 96px;
  }
  .top-header_bottomItem.w-100 a::before {
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    position: absolute;
  }
  .top-header_bottomItem.w-100 a::after {
    background: url(../../../images/top-new/arrow-yellow.svg) center/contain no-repeat;
    margin-right: 0;
    margin-left: auto;
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .top-header_bottomItem.w-30 {
    justify-content: space-between;
    width: calc(33.3333333333% - 8px);
  }
  .top-header_bottomItem.w-30 a {
    font-size: 24px;
    padding: 0 16px;
    position: relative;
  }
  .top-header_bottomItem.w-30 a::after {
    background: url(../../../images/top-new/arrow-footer.svg) center/contain no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .top-header_bottomItem.w-50 {
    justify-content: space-between;
    width: calc(50% - 8px);
  }
  .top-header_bottomItem.w-50 a {
    padding: 0 16px;
    position: relative;
    font-size: 24px;
  }
  .top-header_bottomItem.w-50 a::after {
    background: url(../../../images/top-new/arrow-footer.svg) center/contain no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .top-header_bottomItem.access a::before {
    background: url(../../../images/top-new/shop-black.svg) center/contain no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .top-header_bottomItem.takuhai a::before {
    background: url(../../../images/top-new/box-black.svg) center/contain no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .top-header_bottomItem.syuttyou a::before {
    background: url(../../../images/top-new/car-black.svg) center/contain no-repeat;
  }
}
.top-header.fixed {
  transform: translateY(0);
}
.top-footer {
  background: #f4f4f4;
  border-top: 4px solid #f6d556;
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  .top-footer {
    padding: 120px 0 180px;
    border-top: none;
  }
}
.top-footer a {
  color: #745a09;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .top-footer a {
    font-size: 24px;
  }
}
.top-footer a:hover {
  opacity: 0.7;
}
.top-footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  max-width: 1320px;
  margin: 0 auto;
  row-gap: 40px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .top-footer_inner {
    width: 100%;
    padding-right: 48px;
    padding-left: 48px;
    display: block;
    box-sizing: border-box;
  }
}
.top-footer_menu {
  width: 688px;
}
@media screen and (max-width: 768px) {
  .top-footer_menu {
    width: 100%;
  }
}
.top-footer_menuTtl {
  color: #b9b9b9;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .top-footer_menuTtl {
    font-size: 28px;
    margin-bottom: 24px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .top-footer_menuTtl span {
    background: #f4f4f4;
    padding-right: 24px;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .top-footer_menuTtl::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #b9b9b9;
    position: absolute;
    top: 26px;
  }
}
.top-footer_menuBox:not(:last-of-type) {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .top-footer_menuBox:not(:last-of-type) {
    margin-bottom: 56px;
  }
}
.top-footer_menuList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.top-footer_menuItem {
  width: 224px;
  background: #fff;
  height: 48px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-footer_menuItem {
    width: calc(33.3333333333% - 8px);
    height: 104px;
  }
}
.top-footer_menuItem a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  position: relative;
}
.top-footer_menuItem a::after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../../../images/top-new/arrow-footer.svg) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .top-footer_menuItem a::after {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .top-footer_menuItem.w-100 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-footer_menuItem.w-50 {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 768px) {
  .top-footer .menuHow-box .top-footer_menuItem {
    border-right: 8px solid #f6d556;
  }
  .top-footer .menuHow-box .top-footer_menuItem::after {
    background: url(../../../images/top-new/arrow-yellow.svg) center/contain no-repeat;
  }
}
.top-footer_right {
  width: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .top-footer_right {
    width: 100%;
    margin-top: 48px;
  }
}
.top-footer_rightWrap {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .top-footer_rightWrap {
    justify-content: space-between;
  }
}
.top-footer_logo {
  width: 171px;
  height: 65px;
  margin: 0 0 32px auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .top-footer_logo {
    width: 227px;
    height: 87px;
    margin: 0 auto 48px;
  }
}
.top-footer_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-footer_copy {
  color: #b9b9b9;
}

.admin-cresponsive,
.copy-info {
  display: none;
}

.takuhai_lpNew_wrap {
  padding-top: 104px;
}
.takuhai_lpNew_wrap .button_flex .apply_banner_button__black {
  color: #333;
}
.takuhai_lpNew_wrap .burgundy-link-button {
  background: #333;
}
@media screen and (max-width: 768px) {
  .takuhai_lpNew_wrap .apply_button__inner .txt_wrap img {
    width: calc(278px + 3em);
  }
}
@media screen and (max-width: 768px) {
  .takuhai_lpNew_wrap .apply_button__inner:not(:root) {
    display: flex;
    flex-direction: row;
    gap: 30px;
  }
}
.takuhai_lpNew_wrap .apply_button__inner > img {
  display: none;
}
@media screen and (max-width: 768px) {
  .takuhai_lpNew_wrap .apply_button__inner > img {
    display: block;
    flex-shrink: 0;
    width: 70px;
  }
}
.takuhai_lpNew_wrap .apply_button__inner .txt_wrap {
  gap: 10px;
}
.takuhai_lpNew_wrap .apply_button__inner .txt_wrap img {
  width: 184px;
  height: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .takuhai_lpNew_wrap .apply_button__inner .txt_wrap img {
    width: 278px;
    height: 40px;
  }
}
.takuhai_lpNew_wrap .apply_button__inner .txt_wrap .main_txt {
  height: auto;
}
@media screen and (max-width: 768px) {
  .takuhai_lpNew_wrap .apply_button__inner .txt_wrap .main_txt:not(:root) {
    display: flex;
    font-size: 56px;
  }
}
.takuhai_lpNew_wrap .apply_button__inner .txt_wrap .main_txt span {
  height: auto;
}
.takuhai_lpNew_wrap .before_apply__inner:not(:root) {
  max-width: 948px;
}
@media screen and (max-width: 768px) {
  .takuhai_lpNew_wrap .apply_banner_button {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .takuhai_lpNew_wrap .intro_wrap {
    margin: 0 0 64px;
  }
}
.takuhai_lpNew_wrap .voice_wrap {
  background-color: #fff6d1;
}
.takuhai_lpNew_wrap .voice_wrap .voice_swiper_wrapper .swiper-button-prev {
  background-image: url("../../../images/lp_takuhai_new/voice-slide-btn-prev.svg");
}
.takuhai_lpNew_wrap .voice_wrap .voice_swiper_wrapper .swiper-button-prev:hover {
  background-image: url("../../../images/voice/voice-slide-btn-prev-hover.svg");
}
.takuhai_lpNew_wrap .voice_wrap .voice_swiper_wrapper .swiper-button-next {
  background-image: url("../../../images/lp_takuhai_new/voice-slide-btn-next.svg");
}
.takuhai_lpNew_wrap .voice_wrap .voice_swiper_wrapper .swiper-button-next:hover {
  background-image: url("../../../images/voice/voice-slide-btn-next-hover.svg");
}
.takuhai_lpNew_wrap .voice_wrap .voice_swiper_wrapper .swiper-wrapper {
  padding-bottom: 4px;
}
.takuhai_lpNew_wrap .voice_wrap .voice_swiper_wrapper .swiper-slide {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
.takuhai_lpNew_wrap .voice_wrap .voice_swiper_wrapper .swiper-slide .voice__content-title {
  color: #333;
  font-size: 32px;
}
.takuhai_lpNew_wrap .voice_wrap .voice_swiper_wrapper .swiper-slide .voice__content-detail {
  font-size: 16px;
  color: #333;
}
.takuhai_lpNew_wrap .banner_wrap .banner_apply .banner_decoration__left {
  width: 197px;
}
.takuhai_lpNew_wrap .banner_wrap .before_apply {
  background: linear-gradient(180deg, rgb(255, 230, 166) 0%, rgb(255, 206, 79) 50%, rgb(214, 137, 22) 100%);
}
.takuhai_lpNew_wrap .banner_wrap .before_apply .before_apply_top .apply_txt {
  color: #745a09;
}
.takuhai_lpNew_wrap .banner_wrap .before_apply .before_apply_top .line {
  background-color: #745a09;
}
.takuhai_lpNew_wrap .service_wrap {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.takuhai_lpNew_wrap .reason_wrap {
  background-color: #fff6d1;
}
.takuhai_lpNew_wrap .stuff_wrap {
  max-width: 1000px;
}
.takuhai_lpNew_wrap .stuff_wrap h2 {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  color: #333;
}
.takuhai_lpNew_wrap .point_wrap .point_attend {
  color: #333;
}
.takuhai_lpNew_wrap .brand_wrap h2 {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  color: #333;
}
.takuhai_lpNew_wrap .brand_wrap .brand_attend {
  text-align: center;
  color: #333;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .takuhai_lpNew_wrap .brand_wrap .brand_attend {
    text-align: left;
    font-size: 26px;
    margin-bottom: 56px;
  }
}
.takuhai_lpNew_wrap .delivery_purchase_wrap {
  background-color: #fff6d1;
}
.takuhai_lpNew_wrap .delivery_purchase_wrap .swiper-slide {
  height: auto;
}
.takuhai_lpNew_wrap .delivery_purchase_wrap .delivery_purchase_swiper_wrapper::before,
.takuhai_lpNew_wrap .delivery_purchase_wrap .delivery_purchase_swiper_wrapper::after {
  background-color: rgba(255, 246, 209, 0.7);
}
.takuhai_lpNew_wrap .delivery_purchase_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-slide__inner {
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .takuhai_lpNew_wrap .delivery_purchase_wrap .delivery_purchase_wrap__inner .delivery_purchase_swiper_wrapper .swiper-slide__inner {
    padding-bottom: 24px;
  }
}
.takuhai_lpNew_wrap .flow_wrap h2 {
  color: #333;
}
@media screen and (max-width: 768px) {
  .takuhai_lpNew_wrap .flow_wrap h2 .small_txt {
    color: #745a09;
  }
}
.takuhai_lpNew_wrap .flow_wrap h2 .small_txt .line {
  background-color: #745a09;
}
.takuhai_lpNew_wrap .flow_wrap .flow_wrap__inner .flow_item .flow_detail .title {
  background: #745a09;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .takuhai_lpNew_wrap .flow_wrap .flow_wrap__inner .flow_item .flow_detail .title {
    background: #333;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media screen and (max-width: 768px) {
  .takuhai_lpNew_wrap .flow_wrap .flow_wrap__inner .flow_item .flow_detail .step {
    color: #745a09;
  }
}
@media screen and (max-width: 768px) {
  .takuhai_lpNew_wrap .kit_wrap {
    padding-top: 0;
  }
}
.takuhai_lpNew_wrap .kit_wrap .kit_introSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .takuhai_lpNew_wrap .kit_wrap .kit_introSp {
    display: block;
    margin-bottom: 32px;
  }
}
.takuhai_lpNew_wrap .kit_wrap .kit_wrap__inner .detail_txt {
  color: #333;
}
.takuhai_lpNew_wrap .kit_wrap .kit_wrap_bottom {
  font-size: 24px;
}
.takuhai_lpNew_wrap .kit_wrap .kit_wrap_bottom .kit_bottom_txt {
  font-size: 32px;
}
.takuhai_lpNew_wrap .customer_review_wrap {
  background-color: #fff6d1;
}
.takuhai_lpNew_wrap .customer_review_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper::before,
.takuhai_lpNew_wrap .customer_review_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper::after {
  background-color: rgba(255, 246, 209, 0.7);
}
.takuhai_lpNew_wrap .customer_review_wrap .customer_review_wrap__inner .customer_review_swiper_wrapper .swiper-slide__inner .detail {
  color: #333;
}
.takuhai_lpNew_wrap .faq_wrap {
  padding-top: 64px;
  background-color: #fff;
}
.takuhai_lpNew_wrap .faq_wrap .ttl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
  letter-spacing: 0.1em;
  color: #333;
}
@media screen and (max-width: 768px) {
  .takuhai_lpNew_wrap .faq_wrap .ttl {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.takuhai_lpNew_wrap .faq_wrap .ttl::before {
  content: "";
  display: block;
  width: 62px;
  height: 20px;
  background: url(../../../images/top-new/deco-yellow.svg) center/contain no-repeat;
  margin: 0 auto 8px;
}
@media screen and (max-width: 768px) {
  .takuhai_lpNew_wrap .faq_wrap .ttl::before {
    margin: 0 auto 12px;
  }
}
.takuhai_lpNew_wrap .faq_wrap .faq-box {
  max-width: 672px;
  margin: 0 auto;
  border-bottom: 2px solid #e0e0e0;
}
.takuhai_lpNew_wrap .faq_wrap .faq-term {
  padding: 16px 24px 16px 0;
  position: relative;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .takuhai_lpNew_wrap .faq_wrap .faq-term {
    padding: 47px 72px 47px 0;
    font-size: 28px;
  }
}
.takuhai_lpNew_wrap .faq_wrap .faq-term::before, .takuhai_lpNew_wrap .faq_wrap .faq-term::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  transition: 0.2s;
  background: #f6d556;
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  .takuhai_lpNew_wrap .faq_wrap .faq-term::before, .takuhai_lpNew_wrap .faq_wrap .faq-term::after {
    width: 40px;
    height: 4px;
  }
}
.takuhai_lpNew_wrap .faq_wrap .faq-term::after {
  transform: rotate(90deg);
}
.takuhai_lpNew_wrap .faq_wrap .faq-term.active::after {
  transform: rotate(0);
}
.takuhai_lpNew_wrap .faq_wrap .faq-desc {
  padding-bottom: 16px;
  padding-right: 24px;
  display: none;
}
@media screen and (max-width: 768px) {
  .takuhai_lpNew_wrap .faq_wrap .faq-desc {
    padding-bottom: 47px;
    padding-right: 40px;
  }
}
.takuhai_lpNew_wrap .faq_wrap .faq_wrap_bottom_txt {
  font-size: 24px;
  color: #745a09;
}
@media screen and (max-width: 768px) {
  .takuhai_lpNew_wrap .faq_wrap .faq_wrap_bottom_txt {
    font-size: 32px;
  }
}
.takuhai_lpNew_wrap .faq_wrap .apply_banner_button__black {
  border: 1px solid #333;
}
.takuhai_lpNew_wrap .faq_wrap .apply_banner_button__green {
  border: 1px solid #008b39;
}
.takuhai_lpNew_wrap .contact_wrap {
  background: linear-gradient(180deg, rgb(255, 230, 166) 0%, rgb(255, 206, 79) 50%, rgb(214, 137, 22) 100%);
}
@media screen and (max-width: 768px) {
  .takuhai_lpNew_wrap .contact_wrap {
    background: #fff;
    border-top: 4px solid #f6d556;
    border-bottom: 4px solid #f6d556;
    padding-top: 64px;
  }
}
.takuhai_lpNew_wrap .contact_wrap h2 {
  color: #333;
}
.takuhai_lpNew_wrap .contact_wrap h2 .small_txt {
  color: #333;
}
@media screen and (max-width: 768px) {
  .takuhai_lpNew_wrap .contact_wrap h2 .small_txt {
    color: #745a09;
  }
}
.takuhai_lpNew_wrap .contact_wrap h2 .small_txt .line {
  background-color: #333;
}
@media screen and (max-width: 768px) {
  .takuhai_lpNew_wrap .contact_wrap h2 .small_txt .line {
    background-color: #745a09;
  }
}
.takuhai_lpNew_wrap .contact_wrap .contact_attend {
  color: #d60000;
  white-space: nowrap;
  font-size: 16px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .takuhai_lpNew_wrap .contact_wrap .contact_attend {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .takuhai_lpNew_wrap .contact_wrap .links {
    display: flex;
    align-items: center;
  }
}
.takuhai_lpNew_wrap .contact_wrap .links span {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .takuhai_lpNew_wrap .contact_wrap .links::after {
    content: "";
    display: block;
    width: 29px;
    height: 41px;
    background: url(../../../images/lp_takuhai_new/link-icon.svg) center/contain no-repeat;
    margin-left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .takuhai_lpNew_wrap .contact_wrap .wpcf7-form .contact-flex {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 768px) {
  .takuhai_lpNew_wrap .contact_wrap .wpcf7 .wpcf7-radio .wpcf7-list-item {
    width: calc(50% - 15px);
  }
}
.takuhai_lpNew_wrap .contact_wrap .wpcf7-form .contact-flex label {
  color: #333;
}
.takuhai_lpNew_wrap .contact_wrap .wpcf7-form .wpcf7-submit {
  background: #333;
}

.new-container .singlePrice .under-page-top {
  padding-top: 0;
}
.new-container .singlePrice time {
  color: #B9B9B9;
  color: 14px;
}
@media screen and (max-width: 768px) {
  .new-container .singlePrice time {
    font-size: 26px;
  }
}
.new-container .singlePrice .postTitle {
  color: #333;
}
.new-container .singlePrice-link {
  text-decoration: underline;
}
.new-container .singlePrice section.price .price_flex .right_content .estime {
  background: #F6D556;
  color: #745A09;
}
.new-container .singlePrice section.price .price_flex .right_content .price_this span {
  font-size: 16px;
}
.new-container .singlePrice section.price .price_flex .right_content .price_this {
  font-family: "Oswald", sans-serif;
}
.new-container .singlePrice section.price .point.description {
  background-color: #F4F4F4;
  margin-bottom: 0;
}

.takuhai_lp_wrap .syuttyouKv {
  margin-bottom: 0;
}
.takuhai_lp_wrap .apply_button {
  width: 423px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .apply_button {
    width: 704px;
  }
}
.takuhai_lp_wrap .apply_button span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 102px;
  gap: 7px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .apply_button span {
    gap: 12px;
    height: 181px;
  }
}
.takuhai_lp_wrap .apply_button span small {
  width: 376px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .apply_button span small {
    width: 591px;
  }
}
.takuhai_lp_wrap .apply_button span small svg {
  width: 100%;
  height: auto;
}
.takuhai_lp_wrap .apply_button span em {
  display: flex;
  justify-content: center;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  font-style: normal;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .apply_button span em {
    font-size: 64px;
  }
}
.takuhai_lp_wrap .apply_button span em i {
  flex-shrink: 0;
}
.takuhai_lp_wrap .apply_button span em i svg,
.takuhai_lp_wrap .apply_button span em i img {
  width: 100%;
  height: auto;
}
.takuhai_lp_wrap .apply_button span em i.-icon {
  width: 55px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .apply_button span em i.-icon {
    width: 85px;
    margin-right: 12px;
  }
}
.takuhai_lp_wrap .apply_button span em i.-arrow {
  width: 40px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .apply_button span em i.-arrow {
    width: 70px;
    margin-left: 35px;
  }
}
.takuhai_lp_wrap .apply_button__inner .txt_wrap .main_txt span {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .apply_button__inner .txt_wrap .main_txt span {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .apply_button__inner .txt_wrap .main_txt {
    font-size: 50px;
  }
}
.takuhai_lp_wrap .apply_button__inner {
  gap: 12px;
}
.takuhai_lp_wrap .syuttyou-intro_wrap {
  margin: 56px auto 64px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .syuttyou-intro_wrap {
    margin-bottom: 0;
  }
}
.takuhai_lp_wrap .banner_wrap .before_apply .before_apply_top .line {
  width: calc((100% - 282px) / 2);
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .banner_wrap .before_apply .before_apply_top .line {
    width: calc((100% - 482px) / 2);
  }
}
.takuhai_lp_wrap .button_flex {
  justify-content: center;
  align-items: center;
}
.takuhai_lp_wrap .syuttyou-useful-img picture {
  line-height: 0;
  display: block;
}
.takuhai_lp_wrap .syuttyou-flow_link {
  display: block;
  width: 261px;
  height: 56px;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .syuttyou-flow_link {
    width: 374px;
    height: 90px;
  }
}
.takuhai_lp_wrap .syuttyou-flow_link img {
  rotate: 0deg !important;
}
.takuhai_lp_wrap .rialTime {
  padding-bottom: 64px;
}
.takuhai_lp_wrap .rialTime .newbtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .rialTime .newbtn {
    display: flex;
  }
}
.takuhai_lp_wrap .flow_wrap {
  padding-top: 40px;
}
.takuhai_lp_wrap .flow_wrap h2 .small_txt {
  color: #745A09;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .syuttyou-sp-link {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .syuttyou-attention_wrap {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .stuff_wrap h2.syuttyou-stuff_ttl {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .syuttyou-reason_title {
    width: 704px;
    height: auto;
    margin: 0 auto 40px;
    margin-bottom: 40px !important;
  }
}
.takuhai_lp_wrap .customer_review_wrap {
  margin-bottom: 0px;
}
.takuhai_lp_wrap .faq_wrap .faq-desc,
.takuhai_lp_wrap .faq_wrap .faq-term {
  color: #745A09;
}
.takuhai_lp_wrap .syuttyou-nonePc {
  display: none;
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .syuttyou-nonePc {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .top-buyer .inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .takuhai_lp_wrap .top-buyer .top-buyer_name,
  .takuhai_lp_wrap .top-buyer .top-buyer_detail,
  .takuhai_lp_wrap .top-buyer .top-buyer_office {
    color: #745A09;
  }
}

.new-container .section__brands-list-inner .flex_wrap .sticky_wrap .search-kana ul li a {
  border-radius: 0;
  box-shadow: none;
}
.new-container .section__brands-list-inner .flex_wrap .sticky_wrap .search-kana ul li a:hover {
  color: #333;
  background-color: #f5f5f5;
}
.new-container .section__brands-list-inner .flex_wrap .sticky_wrap .search-kana ul li a:hover .arrow_hover {
  display: none;
}
.new-container .section__brands-list-inner .flex_wrap .sticky_wrap .search-kana ul li a:hover .arrow {
  display: block;
}
.new-container .section__brands-list-inner .flex_wrap .brands-list .list_block h3 span {
  color: #745A09;
  background: #F6D556;
  font-size: 28px;
  padding: 4px 8px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .new-container .section__brands-list-inner .flex_wrap .brands-list .list_block h3 span {
    font-size: 40px;
  }
}
.new-container .section__brands-list-inner .flex_wrap .brands-list .list_block ul li a {
  padding: 16px 24px;
  color: #333;
  font-size: 16px;
  border-radius: 0;
  cursor: pointer;
  box-shadow: none;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .new-container .section__brands-list-inner .flex_wrap .brands-list .list_block ul li a {
    padding: 32px 24px;
    font-size: 28px;
    font-weight: 700;
  }
}
.new-container .section__brands-list-inner .flex_wrap .brands-list .list_block ul li a:hover {
  background-color: #f5f5f5;
}
.new-container .section__brands-list-inner .flex_wrap .brands-list .list_block ul li a span {
  color: #745A09;
  font-weight: 400;
}

.new-contents .page .page__faq-list__anker a {
  box-shadow: none;
  border-radius: 0;
  color: #333;
  padding: 16px 24px;
}
.new-contents .page .page__faq-list-inner .faq-title {
  font-size: 20px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .new-contents .page .page__faq-list-inner .faq-title {
    text-align: center;
    font-size: 28px;
  }
}
.new-contents .page .page__faq-list-inner .faq-title span {
  color: #745A09;
  background: #F6D556;
  font-size: 28px;
  padding: 4px 8px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .new-contents .page .page__faq-list-inner .faq-title span {
    font-size: 40px;
    padding: 8px;
  }
}
.new-contents .page .page__faq-list-inner .section__faq-inner-qa-list .qa-content {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .new-contents .page .page__faq-list-inner .section__faq-inner-qa-list .qa-content {
    border-bottom: 2px solid #e0e0e0;
    margin-top: 0;
  }
}
.new-contents .section__faq-inner-qa-list .qa-content::after,
.new-contents .section__faq-inner-qa-list .qa-content::before {
  content: "";
  position: absolute;
  background: none;
  box-shadow: none;
  border-radius: 0;
  top: 30px;
  right: 16px;
  width: 24px;
  height: 2px;
  display: block;
  z-index: 1;
  transition: 0.3s;
  background: #F6D556;
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  .new-contents .section__faq-inner-qa-list .qa-content::after,
  .new-contents .section__faq-inner-qa-list .qa-content::before {
    width: 40px;
    height: 4px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.new-contents .section__faq-inner-qa-list .qa-content::before {
  box-shadow: none;
  transform: rotate(90deg);
}
.new-contents .section__faq-inner-qa-list .open::before {
  box-shadow: none;
  transform: rotate(0);
}
.new-contents .page .page__faq-list-inner .section__faq-inner-qa-list .qa-content dt {
  background-color: #fff;
  padding-left: 0;
  color: #745A09;
  cursor: pointer;
}
.new-contents .page .page__faq-list-inner .section__faq-inner-qa-list .qa-content dd {
  background-color: #fff;
  padding-left: 0;
  color: #333;
}
.new-contents .section__faq-inner-qa-list .qa-content dt::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .new-contents .page .page__faq-list-inner .section__faq-inner-qa-list .qa-content dt {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .new-contents .page .page__faq-list-inner .section__faq-inner-qa-list .qa-content dd {
    padding-bottom: 32px;
    padding-right: 75px;
  }
}
.new-contents .page .page__faq-list-inner .section__faq-inner-qa-list {
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .new-contents .page .page__faq-list-inner .section__faq-inner-qa-list {
    margin-bottom: 80px;
  }
}

.new-container .column-archive .column-list {
  display: block;
}
.new-container .column-article-box-wrapper-content .article-title,
.new-container .column-article-box-wrapper-content .article-title {
  color: #745A09;
}
.new-container .column-article-box-wrapper-content .column-brands a,
.new-container .column-article-box-wrapper-content .column-categories a {
  color: #333;
  font-size: 14px;
  border-radius: 0;
  box-shadow: none;
  font-family: "Noto Sans JP";
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .new-container .column-article-box-wrapper-content .column-brands a,
  .new-container .column-article-box-wrapper-content .column-categories a {
    font-size: 28px;
    padding: 32px;
  }
}
@media screen and (max-width: 768px) {
  .new-container .single-wrapper .column-article-box-wrapper-content .column-brands a,
  .new-container .single-wrapper .column-article-box-wrapper-content .column-categories a {
    border: 2px solid #bababa;
  }
}
.new-container .column-article-box-wrapper-content .column-brands a::before,
.new-container .column-article-box-wrapper-content .column-categories a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../../../images/newParts/arrow.svg") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .new-container .column-article-box-wrapper-content .column-brands a::before,
  .new-container .column-article-box-wrapper-content .column-categories a::before {
    width: 34px;
    height: 34px;
  }
}
.new-container .column-article-box-wrapper-content .column-brands a:hover,
.new-container .column-article-box-wrapper-content .column-categories a:hover {
  background-color: #F5F5F5;
}
.new-container .column-article-box-wrapper-content .column-brands .active,
.new-container .column-article-box-wrapper-content .column-categories .active {
  color: #ffffff;
  background-color: #333 !important;
}
.new-container .column-article-box-wrapper-content .column-brands .active::before,
.new-container .column-article-box-wrapper-content .column-categories .active::before {
  background: url("../../../images/newParts/arrow-white.svg") center/contain no-repeat;
}
.new-container .column-categories {
  color: #333;
}
.new-container .pager .column-link {
  background-color: #F4F4F4;
  width: calc(50% - 40px);
  color: #333;
  font-weight: 700;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 19px 0px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .new-container .pager .column-link {
    width: calc(50% - 24px);
    font-size: 28px;
    padding: 35px;
  }
}
.new-container .pager .column-link-prev::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../../../images/newParts/arrow-black_left.svg") center/contain no-repeat;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .new-container .pager .column-link-prev::before {
    width: 34px;
    height: 34px;
    margin-right: 24px;
  }
}
.new-container .pager .column-link-next::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../../../images/newParts/arrow-black.svg") center/contain no-repeat;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .new-container .pager .column-link-next::after {
    width: 34px;
    height: 34px;
    margin-left: 24px;
  }
}
.new-container .column-article-box-wrapper-content .column-categories__select-cover {
  background-color: #fff;
  border-radius: 0;
  color: #333;
  border-radius: 0;
  box-shadow: none;
  border: 2px solid #BABABA;
}
.new-container .column-article-box-wrapper-content .column-categories__select-cover::after {
  position: absolute;
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background-size: contain;
  background-image: url("../../../images/newParts/arrow-down.svg");
}
.new-container .article-detail-box .over-image-wrapper {
  height: auto;
  aspect-ratio: 16/9;
}
.new-container .article-detail-box .over-image-wrapper img {
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .new-container .column-list .column-article-box-wrapper {
    margin: 0 48px;
  }
}
.new-container .single-wrapper {
  margin: 64px auto 80px;
  max-width: 1024px;
}
@media screen and (max-width: 1023px) {
  .new-container .single-wrapper {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .new-container .single-wrapper {
    padding-right: 48px;
    padding-left: 48px;
  }
}
.new-container .single-wrapper .single-content-detail .title {
  color: #333;
}
.new-container .single-wrapper .single-content-detail .categories {
  margin-bottom: 16px;
}
.new-container .single-wrapper .single-content-detail .categories .category {
  border-radius: 0;
  color: #745A09;
  padding: 12px 20px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .new-container .single-wrapper .single-content-detail .categories .category {
    font-size: 24px;
    padding: 16px 32px;
  }
}
.new-container .single-wrapper .single-content-detail p h3, .new-container .single-wrapper .single-content-detail h4, .new-container .single-wrapper .single-content-detail h5, .new-container .single-wrapper .single-content-detail h6, .new-container .single-wrapper .single-content-detail li {
  color: #333;
}
.new-container .single-wrapper .single-content-detail h2 {
  background-color: #333;
}
.new-container .single-wrapper .single-content-detail h3 {
  padding-bottom: 10px;
  border-bottom: 2px solid #333;
}
.new-container .single-wrapper .single-content-detail tr:nth-child(odd) {
  background-color: #E0E0E0;
}
.new-container .single-wrapper .single-content-detail tr:nth-child(even) {
  background-color: #f4f4f4;
}
.new-container .single-wrapper .single-content-detail tr th:nth-child(odd) {
  background: #333;
}
.new-container .single-wrapper .single-content-detail tr th:nth-child(even) {
  background: #534521;
}
.new-container .single-wrapper .single-content-detail .wp-caption {
  padding-top: 8px;
  border: none;
  border-radius: 0;
  background-color: #fff;
  text-align: left;
  max-width: 100%;
  color: #B9B9B9;
}
.new-container .single-wrapper .single-content-detail .wp-caption a {
  text-decoration: underline;
  color: #2797FF;
}
.new-container .single-wrapper .single-content-detail ul:not(.toc_list) li {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .new-container .single-wrapper .single-content-detail ul:not(.toc_list) li {
    font-size: 28px;
  }
}
.new-container .single-wrapper .single-content-detail ul:not(.toc_list) li::before {
  content: "・";
}
.new-container .single-wrapper .single-content-detail .toc_list li {
  display: initial;
}
.new-container .single-wrapper .single-content-detail .toc_list li::before {
  content: none !important;
}
.new-container .single-wrapper .single-content {
  width: 696px;
}
@media screen and (max-width: 1023px) {
  .new-container .single-wrapper .single-content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .new-container .single-wrapper .single-content .top-satei {
    width: 100vw;
    margin-left: -48px;
    margin-top: 64px;
  }
}
.new-container .single-wrapper .single-content .top-satei .inner {
  padding-right: 0;
  padding-left: 0;
}
.new-container .single-wrapper .single-content .top-satei .top-satei-ttl {
  padding-right: 30px;
}
.new-container .single-wrapper .single-content .top-satei .top-satei-checkTtl {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .new-container .single-wrapper .single-content .top-satei .top-satei-checkTtl {
    padding-left: 0;
  }
}
.new-container .single-wrapper .single-content .top-satei .top-satei-contact {
  width: 325px;
}
@media screen and (max-width: 768px) {
  .new-container .single-wrapper .single-content .top-satei .top-satei-contact {
    width: 100%;
  }
}
.new-container .single-wrapper .single-content .top-satei .top-satei-ttl .big {
  letter-spacing: 0.05em;
}
.new-container .single-wrapper .single-content .top-satei .top-satei-check {
  margin-left: 0;
  position: relative;
}
.new-container .single-wrapper .single-content .top-satei .top-satei-check::before {
  position: absolute;
  left: 0;
  width: 24px;
}
@media screen and (max-width: 768px) {
  .new-container .single-wrapper .single-content .top-satei .top-satei-check::before {
    width: 48px;
    position: static;
  }
}
.new-container .single-wrapper .single-content .top-satei .top-satei-check:nth-of-type(1)::before {
  bottom: 14px;
}
.new-container .single-wrapper .single-content .top-satei .top-satei-check:nth-of-type(2)::before {
  bottom: 9px;
}
.new-container .single-wrapper .single-content .top-satei .top-satei-checkInner {
  align-items: flex-end !important;
}
.new-container .single-wrapper .single-content .top-satei .top-satei-bottomTxt {
  margin-right: 14px;
}
@media screen and (max-width: 768px) {
  .new-container .single-wrapper .single-content .top-satei .top-satei-wrap.top-satei-checkInner {
    width: fit-content;
    margin: 0 auto;
  }
}
.new-container .single-wrapper .single-content .go-link {
  border-radius: 0;
  box-shadow: none;
  width: 47%;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .new-container .single-wrapper .single-content .go-link {
    width: 100%;
  }
}
.new-container .single-wrapper .single-content .go-link:hover {
  background-color: #F5F5F5;
}
.new-container .single-wrapper .single-content .go-link:hover .title {
  color: #333;
}
.new-container .single-wrapper .single-content .go-link:hover .prev-text {
  color: #745A09;
}
.new-container .single-wrapper .single-content .go-link:hover .prev-text::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9%200H12L16%208L12%2016H9L13%208L9%200Z%22%20fill%3D%22%238E693F%22%2F%3E%3Cpath%20d%3D%22M2%200H5L9%208L5%2016H2L6%208L2%200Z%22%20fill%3D%22%238E693F%22%2F%3E%3C%2Fsvg%3E");
}

.new-container .article-404 {
  background-color: #fff;
}
.new-container .article-404 .newbtn {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .new-container .article-404 .newbtn {
    margin-left: auto;
  }
}
.new-container .article-404__inner .left_content h2 {
  color: #745A09;
}
.new-container .page_404 {
  color: #745A09;
}
.new-container .page_404 .how {
  padding-bottom: 64px;
}
.new-container .page_404 .satei {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .new-container .page_404 .satei {
    padding-top: 80px;
  }
}
.new-container .page_404 .top-brand {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .new-container .page_404 .top-brand {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.new-container .page_404 .syuttyou-nonePc {
  display: none;
}
@media screen and (max-width: 768px) {
  .new-container .page_404 .imgArea {
    height: 400px;
  }
}
.new-container .page_404 .imgArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-container .page_404 .rialTime .newbtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .new-container .page_404 .rialTime .newbtn {
    display: flex;
  }
}
.new-container .page_404 .column-item_ttl {
  color: #745A09;
}

.new-container .overview {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .new-container .overview {
    padding-right: 0;
    padding-left: 0;
  }
}
.new-container .overview_box_image img {
  border-radius: 0px;
}
.new-container .overview_box {
  max-width: none;
}
.new-container .overview_box table th {
  background-color: #fff;
}
.new-container .overview_box tbody tr:nth-of-type(2n+1) {
  background-color: #fff;
}
.new-container .overview_box tbody tr {
  border-bottom: 1px dashed #bababa;
}
.new-container .overview_box tbody tr th {
  color: #745A09;
}
.new-container .overview_box tbody tr td {
  color: #333;
}
.new-container .overview_box tbody tr td a {
  color: #745A09;
  text-decoration: underline;
}
.new-container .message_box {
  max-width: none;
}
.new-container .message_box_image img,
.new-container .message_box_image {
  border-radius: 0px;
}
.new-container .message_box_texts p,
.new-container .message_box_texts h3 {
  color: #333;
}
.new-container .companyInfo_buyer-wrap .syuttyou-nonePc {
  display: none;
}
@media screen and (max-width: 768px) {
  .new-container .companyInfo_buyer-wrap .syuttyou-nonePc {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .new-container .companyInfo_buyer-wrap .inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.new-contents .privacy-wrapper-inner {
  color: #333;
}
.new-contents .privacy-wrapper-inner h2 {
  font-weight: 700;
}

.new-container .recruit_page .recruit_wrapper {
  max-width: none;
}
@media screen and (max-width: 768px) {
  .new-container .recruit_page .recruit_wrapper {
    margin: 0 0 64px;
  }
}
.new-container .recruit_page .recruit_wrapper .flex_wrap .text_wrap .detail,
.new-container .recruit_page .recruit_wrapper .flex_wrap .text_wrap .text_top {
  color: #333;
}
.new-container .recruit_page .recruit_wrapper .slide_wrap {
  background-color: #FFF;
  border-radius: 0px;
  box-shadow: none;
}
.new-container .recruit_page .recruit_wrapper .slide_wrap .slide_wrap__head {
  position: relative;
  padding: 18px 32px;
}
@media screen and (max-width: 768px) {
  .new-container .recruit_page .recruit_wrapper .slide_wrap .slide_wrap__head {
    padding: 36px 32px;
  }
}
.new-container .recruit_page .recruit_wrapper .slide_wrap .slide_wrap__head p {
  color: #333;
}
.new-container .recruit_page .recruit_wrapper .slide_wrap .slide_button {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 34px;
  right: 26px;
}
@media screen and (max-width: 768px) {
  .new-container .recruit_page .recruit_wrapper .slide_wrap .slide_button {
    width: 40px;
    height: 40px;
    top: 62px;
    right: 32px;
  }
}
.new-container .recruit_page .recruit_wrapper .slide_wrap .slide_button::before, .new-container .recruit_page .recruit_wrapper .slide_wrap .slide_button::after {
  content: "";
  display: block;
  width: 27px;
  height: 3px;
  background: #F6D556;
  border-radius: 0;
  box-shadow: none;
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  .new-container .recruit_page .recruit_wrapper .slide_wrap .slide_button::before, .new-container .recruit_page .recruit_wrapper .slide_wrap .slide_button::after {
    width: 40px;
    height: 4px;
  }
}
.new-container .recruit_page .recruit_wrapper .slide_wrap .slide_button::before {
  transform: rotate(90deg);
  transition: 0.2s;
}
.new-container .recruit_page .recruit_wrapper .slide_wrap .slide_button.active {
  transform: rotate(0);
}
.new-container .recruit_page .recruit_wrapper .slide_wrap .slide_button.active::before {
  transform: rotate(0);
}
.new-container .recruit_page .recruit_wrapper .slide_wrap .recruit_content_table table td:first-child {
  font-weight: 700;
}
.new-container .recruit_page .recruit_wrapper .flow_flex_wrap .flow_item {
  background-color: #F4F4F4;
  border-radius: 0px;
}
.new-container .recruit_page .recruit_wrapper .flow_flex_wrap .flow_item .step_text {
  color: #745A09;
  margin-bottom: 0;
}
.new-container .recruit_page .recruit_wrapper .flow_flex_wrap .flow_item .detail,
.new-container .recruit_page .recruit_wrapper .flow_flex_wrap .flow_item .title {
  color: #333;
}
.new-container .recruit_page .recruit_wrapper .flow_flex_wrap img {
  transform: rotate(0);
  width: 8px;
}
@media screen and (max-width: 768px) {
  .new-container .recruit_page .recruit_wrapper .flow_flex_wrap img {
    transform: rotate(90deg);
    width: 16px;
  }
}
.new-container .recruit_page .recruit-job {
  background: #F4F4F4;
  padding: 64px 0;
}
