@charset "UTF-8";

/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: top.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
dl,
form,
fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  /*font-family: "Noto Sans JP", sans-serif;*/
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

* html body {
  font-size: 62.5%;
}

*+html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

body>iframe {
  display: none;
}

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

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

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

caption,
th {
  font-weight: normal;
  text-align: left;
}

th,
td {
  padding: 0px;
}

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

textarea {
  vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

header,
footer,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

@media screen and (min-width: 769px) {

  html,
  body {
    min-width: 1100px;
  }
}

html {
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #220055;
  font-weight: 500;
}

body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body ::selection {
  color: #F7F7F7;
  background: #220055;
  /* Safari */
}

body ::-moz-selection {
  color: #F7F7F7;
  background: #220055;
  /* Firefox */
}

a,
a:before,
a:after {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

a>* {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

a:hover>* {
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
}

* html #container {
  height: 100%;
}

body>#container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.fll {
  float: left;
}

.flr {
  float: right;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
  .sp_br{
    display: none;
  }
}

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

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}

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

.right-nav {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  .right-nav {
    bottom: 8px;
    right: 8px;
  }
}

.right-nav a {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  display: block;
}

.right-nav a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.right-nav img {
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 768px) {
  .right-nav img {
    width: 45px;
    height: 45px;
  }
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
.header {
  position: fixed;
  z-index: 10000;
  width: 100%;
  *zoom: 1;
  border-bottom: 5px solid;
  background-image: url(../img/title_header_bg.jpg);
  background-size: cover;
  transition: .5s;
}

.header::after {
  content: "";
  position: absolute;
  left: 0px;
  display: block;
  width: 100%;
  height: 5px;
  /* background: linear-gradient(90deg, #c56aff, #1f9dff); */
  background: linear-gradient(90deg, #8b008b, #2255ee);
}

@media screen and (max-width: 768px) {
  .header {
    top: 0;
    height: 55px;
  }
}

.header__inner,
.header__inner2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
}

@media screen and (max-width: 1080px) {
  .header__inner,
  .header__inner2 {
    padding: 6px 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner,
  .header__inner2 {
    height: 50px;
    padding: 2% 3%;
  }
}

.header__inner2 {
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .header__inner2 {
    display: none;
    height: 50px;
    padding: 0;
  }
}

@media screen and (max-width: 1080px) {
  .header__logo img {
    height: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .header__nav {
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}

.header__nav__list {
  display: flex;
}

.header__nav__list2 {
  display: flex;
  justify-content: center;
  flex-basis: 100%;
  max-width: 100%;
  background: #804126;
}

.header__nav__item a,
.header__nav__item2 a {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  line-height: 20px;
}

@media screen and (max-width: 1200px) {

  .header__nav__item a,
  .header__nav__item2 a {
    font-size: 14px;
  }
}

.header__nav__item {
  margin: 0 20px;
  align-self: center;
}

@media screen and (max-width: 1200px) {
  .header__nav__item {
    margin: 0 12px;
  }
}

.header__nav__item2 {
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  line-height: 20px;
  border-right: 1px solid #d2b48c;
  text-align: center;
}
@media screen and (max-width: 1130px) {
  .header__contact img {
    width: 150px;
  }
}
@media screen and (max-width: 1080px) {
  .header__contact {
    display: none;
  }
}

/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
.footer__copyright {
  padding: 20px 0;
  background: #220055;
  color: #FFF;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
.main {
  /*padding-top: 110px;*/
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .main {
    overflow: unset;
    padding-top: 0;
  }
}

.main__visual {
  margin-top: 97px;
  background-color: #220055;
  *zoom: 1;
}
@media screen and (max-width: 1080px) {
  .main__visual {
    margin-top: 58px;
  }
}
@media screen and (max-width: 768px) {
  .main__visual {
    margin-top: 0px;
  }
}
.main__visual__inner {
  padding: 0;
  background: url("../img/dealer_lp/main_visual_bg_eng.jpg") center top no-repeat;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .main__visual__inner {
    padding: 116% 0 10%;
    background: url("../img/dealer_lp/main_visual_bg_sp_eng.jpg") center top no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.lp_title{
  display: flex;
  justify-content: center;
  flex: 1 0 0;
  font-size: 30px;
  color: #220055;
  font-weight: 600;
  letter-spacing: .2rem;
  margin-bottom: 20px;
  padding: 30px 0;
  background: linear-gradient(90deg, #58c6ff 0%, #076ad9 40%, #ff3bef 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1400px) {
  .lp_title{
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .lp_title{
    display: none;
  }
}
.main__visual__title,
.main__visual__contact {
  text-align: center;
}

.main__visual__title {
  margin-bottom: 20px;
}

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

@media screen and (max-width: 1500px) {
  .main__visual__title img {
    width: 400px;
  }
}

.main__visual__contact {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .main__visual__contact {
    margin-bottom: 10%;
  }
}

.main__visual__contact__lead {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .main__visual__contact__lead {
    margin: 0 8% 5%;
  }
}

@media screen and (max-width: 1400px) {
  .main__visual__contact__lead img {
    width: 500px;
  }
}

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

.main__visual__contact__link {
  display: inline-block;
  margin-bottom: 25px;
  background: #FFF;
}

@media screen and (min-width: 769px) {
  .main__visual__contact__link {
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
}

@media screen and (max-width: 768px) {
  .main__visual__contact__link {
    width: 73.33333%;
    margin-bottom: 4%;
  }
}

.main__visual__contact__link a {
  display: block;
  position: relative;
}

.main__visual__contact__link a:after {
  content: "";
  position: absolute;
  right: -45px;
  top: -47px;
  width: 111px;
  height: 110px;
  background: url("../img/dealer_lp/main_visual_contact_link_icon_eng.png") left top no-repeat;
}

@media screen and (max-width: 768px) {
  .main__visual__contact__link a:after {
    right: -10%;
    top: -40%;
    width: 60px;
    height: 60px;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

.main__visual__contact__notice {
  color: #FFF;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .main__visual__contact__notice {
    font-size: clamp(18px,3vw,24px);
  }
}
@media screen and (max-width: 480px) {
  .main__visual__contact__notice {
    font-size: clamp(12px,3vw,16px);
  }
}
.box {
  padding: 100px 0 30px;
}

@media screen and (max-width: 768px) {
  .box {
    padding: 8% 0 3%;
  }
}

.box__inner {
  width: 1200px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .box__inner {
    width: auto;
  }
}

.box__title {
  position: relative;
  margin-bottom: 80px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #8b008b;
}
@media screen and (max-width: 1400px) {
  .box__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .box__title {
    margin-bottom: 10%;
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .box__title {
    font-size: 20px;
    line-height: 1.5;
  }
}

.box__title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  width: 132px;
  height: 13px;
  margin: auto;
  background: url("../img/dealer_lp/box_title_bg1.png") left top no-repeat;
}

@media screen and (max-width: 768px) {
  .box__title:before {
    bottom: -20px;
    width: 66px;
    height: 6.5px;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

.problem_hr {
  border: none;
  border-bottom: 2px dotted #fff;
  max-width: 1050px;
  width: 100%;
  margin: 50px auto;
}

.problem2 {
  padding-bottom: 270px;
  background: url("../img/dealer_lp/problem_bg.png") center bottom no-repeat;
}

@media screen and (max-width: 768px) {
  .problem2 {
    padding-bottom: 27%;
    background: url("../img/dealer_lp/problem_bg_sp.png") center bottom no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.problem_box{
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
  width: 100%;
  margin: 20px auto 0;
  max-width: 1024px;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 1400px) {
  .problem_box{
    max-width: 900px;
  }
}
@media screen and (max-width: 768px) {
  .problem_box{
    border-radius: 5px;
    width: 98%;
  }
}
@media screen and (max-width: 480px) {
  .problem_box{
    padding: 20px;
  }
}
.problem__title {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .problem__title {
    margin: 0 12% 6%;
  }
}

.problem__title img {
  margin: auto;
  padding-left: 120px;
}
@media screen and (max-width: 1400px) {
  .problem__title img {
    padding-left: 60px;
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .problem__title img {
    padding-left: 0;
    width: 100%;
  }
}

.problem__list {
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .problem__list {
    display: block;
    margin-bottom: 5%;
  }
}

.pd_btm_50 {
  padding-bottom: 50px;
}

.problem__item {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .problem__item {
    margin: 0 5% 4%;
  }
}

@media screen and (max-width: 768px) {
  .problem__item dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.problem__item__term {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .problem__item__term {
    width: 24%;
    margin-bottom: 0;
  }
}
.problem__item__term2 {
  margin-bottom: 10px;
}
.problem__item__description,
.problem__item__description2 {
  font-size: 16px;
  line-height: 1.66667;
  color: #FFF;
  font-weight: 600;
}
.problem__item__description2{
  color: #220055;
}
@media screen and (max-width: 768px) {
  .problem__item__description,
  .problem__item__description2 {
    width: 72%;
    font-size: 14px;
    line-height: 1.57143;
    text-align: left;
    padding-left: 1rem;
  }
}

.problem__item__description em,
.problem__item__description2 em,
.problem__lead em {
  color: #D7CB84;
  font-weight: bold;
}
.problem_box .problem__item__description2 em,
.problem_box .problem__lead em {
  color: #AE2917;
}
@media screen and (max-width: 768px) {
  .problem__item__description br {
    display: none;
  }
}

.problem__lead {
  max-width: 1024px;
  margin: auto;
  font-size: 18px;
  line-height: 2;
  color: #220055;
  /*padding-left: 54px;*/
}
@media screen and (max-width: 1400px) {
  .problem__lead {
    max-width: 900px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .problem__lead {
    padding: 0;
  }
}
.problem__lead img {
  width: 100%;
  margin: auto;
  padding-top: 50px;
  /*padding-right:54px ;*/
}
@media screen and (max-width:1400px) {
  .problem__lead img {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .problem__lead img {
    padding-right: 0;
    width: 600px;
  }
}
@media screen and (max-width: 480px) {
  .problem__lead img {
    width: 350px;
  }
}
.problem__text {
  color: #FFF;
  font-size: 20px;
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width:1400px) {
  .problem__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .problem__text {
    font-size:16px;
    line-height: 2;
  }
}
div.problem_box .problem__text{
  color: #220055;
}
.__pd-top-50{
  padding-top: 50px;
}

div.problem_box .problem__text.__ttl{
  padding-bottom: 20px;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  border-bottom:solid 5px coral;
}
@media screen and (max-width: 1400px) {
  div.problem_box .problem__text.__ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  div.problem_box .problem__text.__ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  div.problem_box .problem__text.__ttl {
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 1rem;
  }
}
.problem__text em {
  color: #D7CB84;
  font-weight: bold;
}
div.problem_box .problem__text em{
  color: #ae2917;
}
.about__lead {
  width: 900px;
  margin: 0 auto 50px;
  font-size: 18px;
  line-height: 2;
  padding-left:54px;
}
@media screen and (max-width: 1400px) {
  .about__lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .about__lead {
    width: auto;
    margin: 0 5% 5%;
    line-height: 2;
    text-align: left;
    padding: 0;
  }
}
.about__lead em {
  color: #AE2917;
  font-weight: bold;
}

.about__pic {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .about__pic {
    width: 74.66667%;
    margin: auto;
  }
}

.about__pic img {
  width: 750px;
  margin: auto;
}

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

.strength {
  position: relative;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .strength {
    margin-bottom: 10%;
  }
}

.strength:after {
  content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 200px solid #fff;
}

@media screen and (max-width: 768px) {
  .strength:after {
    content: none;
  }
}

.strength__list {
  display: flex;
  justify-content: space-between;
  width: 1024px;
  margin: auto;
}

@media screen and (max-width: 1400px) {
  .strength__list {
    max-width: 900px;
  }
}

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

.strength__item {
  width: 360px;
  padding: 180px 0 35px;
  background-position: left top;
  background-repeat: no-repeat;
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
}

@media screen and (max-width: 1200px) {
  .strength__item {
    width: 300px;
    padding: 170px 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .strength__item {
    width: auto;
    padding: 54% 0 6%;
  }
}

@media screen and (max-width: 768px) {
  .strength__item:not(:last-child) {
    margin-bottom: 8%;
  }
}

.strength__item:nth-child(1) {
  background-image: url("../img/dealer_lp/strength_item_bg1.jpg");
}

.strength__item:nth-child(2) {
  background-image: url("../img/dealer_lp/strength_item_bg2.jpg");
}

.strength__item:nth-child(3) {
  background-image: url("../img/dealer_lp/strength_item_bg3.jpg");
}

.strength__item:nth-child(1) {
  background-color: #E0EAF1;
}

.strength__item:nth-child(2) {
  background-color: #F2E7E8;
}

.strength__item:nth-child(3) {
  background-color: #F6EFD6;
}

.strength__item__term {
  margin-top: 25px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .strength__item__term {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .strength__item__term {
    margin-top: 0;
  }
}

.strength__item__description {
  margin-top: 20px;
  padding: 0 30px;
  color: #333;
  font-size: 16px;
  line-height: 1.625;
}

@media screen and (max-width: 1200px) {
  .strength__item__description {
    padding: 0 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .strength__item__description {
    margin-top: 3%;
    padding: 0 5%;
    font-size: 14px;
    font-size: clamp(18px,3vw,24px);
  }
}

.merit {
  padding: 300px 0 100px;
  background: #ccccff;
}

@media screen and (max-width: 1200px) {
  .merit {
    padding: 260px 0 60px;
  }
}

@media screen and (max-width: 768px) {
  .merit {
    padding: 10% 0;
  }
}

.merit__title {
  margin-bottom: 85px;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .merit__title {
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .merit__title {
    margin: 0 6% 6%;
  }
}
@media screen and (max-width: 1400px) {
  .merit__title img{
    width: 60%;
  }
}

.merit__inner {
  width: 1024px;
  margin: auto;
}

@media screen and (max-width: 1400px) {
  .merit__inner {
    width: 900px;
  }
}

@media screen and (max-width: 768px) {
  .merit__inner {
    width: auto;
  }
}

.merit__anchor {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

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

.merit__anchor__item {
  width: 226px;
}

@media screen and (max-width: 1200px) {
  .merit__anchor__item {
    width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .merit__anchor__item {
    width: auto;
  }
}

.merit__anchor__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 160px;
  background-color: #FFF;
  background-position: left top;
  background-repeat: no-repeat;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5625;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .merit__anchor__item a {
    font-size: 15px;
  }
}

.merit__anchor__item a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  width: 22px;
  height: 10px;
  margin: auto;
  background: url("../img/dealer_lp/arrow1.png") left top no-repeat;
}

.merit__anchor__item:nth-child(1) a {
  background-image: url("../img/dealer_lp/merit_anchor_item_bg1.png");
}

.merit__anchor__item:nth-child(2) a {
  background-image: url("../img/dealer_lp/merit_anchor_item_bg2.png");
}

.merit__anchor__item:nth-child(3) a {
  background-image: url("../img/dealer_lp/merit_anchor_item_bg3.png");
}

.merit__anchor__item:nth-child(4) a {
  background-image: url("../img/dealer_lp/merit_anchor_item_bg4.png");
}

.merit__anchor__item:nth-child(5) a {
  background-image: url("../img/dealer_lp/merit_anchor_item_bg5.png");
}

.merit__box {
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  padding: 65px 60px;
  background-color: #FFF;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1200px) {
  .merit__box {
    padding: 34px 30px 34px 40px;
  }
}

@media screen and (max-width: 768px) {
  .merit__box {
    margin: 0 5%;
    padding: 6% 5% 5%;
    -moz-background-size: 65px 65px;
    -webkit-background-size: 65px 65px;
    background-size: 65px 65px;
  }
}

.merit__box:nth-of-type(1) {
  background-image: url("../img/dealer_lp/merit_box_bg1_eng.png");
}

.merit__box:nth-of-type(2) {
  background-image: url("../img/dealer_lp/merit_box_bg2_eng.png");
}

.merit__box:nth-of-type(3) {
  background-image: url("../img/dealer_lp/merit_box_bg3_eng.png");
}

.merit__box:nth-of-type(4) {
  background-image: url("../img/dealer_lp/merit_box_bg4_eng.png");
}

.merit__box:nth-of-type(5) {
  background-image: url("../img/dealer_lp/merit_box_bg5_eng.png");
}

@media screen and (max-width: 1200px) {
  .merit__box:nth-of-type(5) {
    background-position: left top, right -50px bottom 0px;
  }
}

@media screen and (max-width: 768px) {
  .merit__box:nth-of-type(5) {
    background-image: url("../img/dealer_lp/merit_box_bg5.png");
  }
}

.merit__box:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .merit__box:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .merit__box:not(:last-child) {
    margin-bottom: 8%;
  }
}

.merit__box__title {
  margin-bottom: 45px;
  padding-left: 85px;
  color: #333;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 1400px) {
  .merit__box__title {
    margin-bottom: 35px;
    padding-left: 80px;
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .merit__box__title {
    margin-bottom: 5%;
    padding-left: 12%;
    font-size: 16px;
    font-size: clamp(18px,3vw,24px);
    line-height: 1.3;
  }
}

.merit__box__text {
  color: #333;
  font-size: 18px;
  line-height: 2;
  display: block;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .merit__box__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .merit__box__text {
    font-size: 14px;
    font-size: clamp(14px,3vw,18px);
    line-height: 1.71429;
  }
}

.merit__box__text em {
  color: #AE2917;
  font-weight: bold;
}

.merit__box__text strong {
  font-weight: bold;
}
.ship_sys{
  border-radius: 10px;
  box-shadow: 4px 4px 4px #ccc;
  margin: auto;
  border: 1px solid #6a5acd;
  display: flex;
  margin-top: 50px;
  width: 600px;
}
@media screen and (max-width: 768px) {
  .ship_sys{
    width: 100%;
  }
}
.merit__pic {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}

@media screen and (max-width: 768px) {
  .merit__pic {
    display: block;
    margin: 8% 0;
  }
}

.merit__pic__item {
  width: 500px;
}

@media screen and (max-width: 1200px) {
  .merit__pic__item {
    width: 420px;
  }
}

@media screen and (max-width: 768px) {
  .merit__pic__item {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .merit__pic__item:first-child {
    margin-bottom: 8%;
  }
}

.merit__pic__item__term {
  margin-bottom: 20px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .merit__pic__item__term {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .merit__pic__item__term {
    margin-bottom: 3%;
    font-size: 14px;
    font-size: clamp(18px,3vw,24px);
    line-height: 1.3;
  }
}

.merit__pic__item img {
  width: 100%;
}

.circle {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 35px;
}

@media screen and (max-width: 768px) {
  .circle {
    display: block;
    margin: 8% 0;
  }
}

.circle__pic {
  width: 377px;
}

@media screen and (max-width: 1200px) {
  .circle__pic {
    width: 250px;
  }
}

@media screen and (max-width: 768px) {
  .circle__pic {
    width: auto;
  }
}

.circle__pic img {
  width: 90%;
}

.circle__right {
  width: 655px;
}

@media screen and (max-width: 1200px) {
  .circle__right {
    width: 600px;
  }
}

@media screen and (max-width: 768px) {
  .circle__right {
    width: auto;
  }
}

.circle__right__title {
  position: relative;
  padding: 40px 0 25px 140px;
  color: #333;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 1400px) {
  .circle__right__title {
    padding: 32px 0 15px 125px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .circle__right__title {
    margin-bottom: 2%;
    padding: 34px 0 10px 64px;
    font-size: 13px;
    font-size: clamp(14px,3vw,16px);
  }
}

.circle__right__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 100px;
  height: 50px;
  background: url("../img/dealer_lp/circle_right_title.png") left top no-repeat;
}

@media screen and (max-width: 1400px) {
  .circle__right__title:before {
    top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .circle__right__title:before {
    width: 50px;
    height: 25px;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

.circle__right__list {
  padding-left: 75px;
}

@media screen and (max-width: 768px) {
  .circle__right__list {
    padding-left: 52px;
  }
}

.circle__right__item {
  position: relative;
  padding: 30px 0 25px;
  color: #333;
  font-size: 14px;
  border-bottom: 1px dotted #858585;
}

@media screen and (max-width: 1200px) {
  .circle__right__item {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .circle__right__item {
    padding: 7px 0;
    font-size: 12px;
    font-size: clamp(14px,3vw,18px);
    line-height: 1.3;
  }
}

.circle__right__item:before {
  content: "";
  position: absolute;
  left: -77px;
  top: 11px;
  width: 60px;
  height: 60px;
  background-position: left top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .circle__right__item:before {
    left: -52px;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

.circle__right__item:nth-child(1):before {
  background-image: url("../img/dealer_lp/circle_right_item_bg1.png");
}

.circle__right__item:nth-child(2):before {
  background-image: url("../img/dealer_lp/circle_right_item_bg2.png");
}

.circle__right__item:nth-child(3):before {
  background-image: url("../img/dealer_lp/circle_right_item_bg3.png");
}

@media screen and (max-width: 768px) {
  .circle__right__item:not(:last-child) {
    margin-bottom: 3%;
  }
}

.circle__right__item em {
  color: #AE2917;
  font-weight: bold;
}
.function{
  width: 900px;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .function{
    width: 100%;
}
}
.function__item {
  display: inline-block;
  margin: 10px 40px 0 0;
  color: #333;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .function__item {
    margin: 3% 5% 0 0;
    font-size: 13px;
    font-size: clamp(14px,3vw,18px);
  }
}

.function__item:before {
  content: "・";
}

.product {
  display: flex;
  justify-content: space-between;
}

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

.product__list {
  width: 48%;
  margin-top: 35px;
  padding-left: 70px;
}

@media screen and (max-width: 768px) {
  .product__list {
    width: auto;
    padding-left: 52px;
  }
}

.product__item,
.product__item2 {
  position: relative;
  color: #333;
  font-size: 16px;
}

.product__item:before,
.product__item2:before {
  content: "";
  position: absolute;
  left: -77px;
  top: -9px;
  width: 60px;
  height: 60px;
  background-position: left top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .product__item:before,
  .product__item2:before {
    left: -52px;
    width: 40px;
    height: 40px;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

.product__item:nth-child(1):before {
  background-image: url("../img/dealer_lp/product_item_bg1.png");
}

.product__item:nth-child(2):before {
  background-image: url("../img/dealer_lp/product_item_bg2.png");
}

.product__item:nth-child(3):before {
  background-image: url("../img/dealer_lp/product_item_bg3.png");
}

.product__item:nth-child(4):before {
  background-image: url("../img/dealer_lp/product_item_bg4.png");
}

.product__item:nth-child(5):before {
  background-image: url("../img/dealer_lp/product_item_bg5.png");
}

.product__item:nth-child(6):before {
  background-image: url("../img/dealer_lp/product_item_bg6.png");
}

.product__item2:nth-child(1):before {
  background-image: url("../img/dealer_lp/product_item_bg7.png");
}

.product__item2:nth-child(2):before {
  background-image: url("../img/dealer_lp/product_item_bg8.png");
}

.product__item2:nth-child(3):before {
  background-image: url("../img/dealer_lp/product_item_bg9.png");
}

.product__item2:nth-child(4):before {
  background-image: url("../img/dealer_lp/product_item_bg10.png");
}

.product__item2:nth-child(5):before {
  background-image: url("../img/dealer_lp/product_item_bg11.png");
}

.product__item:not(:last-child),
.product__item2:not(:last-child) {
  margin-bottom: 35px;
}

.product__item__term {
  margin-bottom: 5px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .product__item__term {
    font-size: 14px;
    font-size: clamp(18px,3vw,24px);
  }
}

.product__item__description {
  font-size: 16px;
  line-height: 1.625;
}

@media screen and (max-width: 768px) {
  .product__item__description {
    font-size: 13px;
    font-size: clamp(14px,3vw,18px);
  }
}

.lower {
  background-color: #220055;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#6a5acd', endColorstr='#220055');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZjNTA0ZSIvPjxzdG9wIG9mZnNldD0iMjIlIiBzdG9wLWNvbG9yPSIjNmM1MDRlIi8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiMzYjE1MTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(top, #6a5acd 0%, #6a5acd 22%, #220055 90%);
  background-image: -webkit-linear-gradient(top, #6a5acd 0%, #6a5acd 22%, #220055 90%);
  background-image: linear-gradient(to bottom, #6a5acd 0%, #6a5acd 22%, #220055 90%);
}

.lower__inner {
  padding: 100px 0 110px;
  background: url("../img/dealer_lp/lower_inner_bg.png") center bottom no-repeat;
}

@media screen and (max-width: 1200px) {
  .lower__inner {
    padding: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .lower__inner {
    padding: 10% 0;
    background: none;
  }
}

.lower__wrapper {
  width: 1024px;
  margin: auto;
}

@media screen and (max-width: 1400px) {
  .lower__wrapper {
    width: 900px;
  }
}

@media screen and (max-width: 768px) {
  .lower__wrapper {
    width: auto;
  }
}

.contact__text {
  margin-bottom: 75px;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .contact__text {
    margin-bottom: 40px;
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .contact__text {
    margin-bottom: 6%;
    font-size: 16px;
    font-size: clamp(18px,3vw,24px);
    line-height: 1.3;
  }
}

.contact__list {
  display: flex;
  justify-content: space-between;
}

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

.contact__item {
  width: 360px;
  padding: 40px 0 35px;
  background: #220055;
  color: #FFF;
  border: 1px solid #C2973B;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .contact__item {
    width: 300px;
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .contact__item {
    width: auto;
    margin: 0 5% 5%;
    padding: 7% 0 8%;
  }
}

.contact__item__term {
  position: relative;
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .contact__item__term {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .contact__item__term {
    margin-bottom: 10%;
    font-size: 22px;
    font-size: 5.86667vw;
  }
}

.contact__item__term:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 40px;
  height: 2px;
  margin: auto;
  background: #FFF;
}

.contact__item__description {
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 1.6;
}

@media screen and (max-width: 1200px) {
  .contact__item__description {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .contact__item__description {
    margin-bottom: 5%;
    font-size: 15px;
    font-size: 4vw;
  }
}

@media screen and (max-width: 768px) {
  .contact__item__link {
    width: 77.61194%;
    margin: auto;
  }
}

.contact__item__link img {
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .contact__item__link img {
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
}

.price__title {
  margin-bottom: 50px;
  color: #FFF;
}

@media screen and (max-width: 1200px) {
  .price__title {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 480px) {
  .price__title {
    margin-bottom: 20px;
    font-size: .8215rem;
  }
}

.price__title:before {
  background: url(../img/dealer_lp/box_title_bg2.png) left top no-repeat;
}

@media screen and (max-width: 768px) {
  .price__title:before {
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

.price__lead {
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .price__lead {
    margin-bottom: 7%;
  }
}

@media screen and (max-width: 768px) {
  .price__lead img {
    width: 65%;
  }
}

.price__flex {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .price__flex {
    flex-direction: column;
  }
}
.price__box,
.campaing__box {
  width: 580px;
  background: #FFF;
  text-align: center;
}

@media screen and (max-width: 1200px) {

  .price__box,
  .campaing__box {
    width: 460px;
  }
}

@media screen and (max-width: 768px) {

  .price__box,
  .campaing__box {
    width: auto;
  }
}

.price__box__title,
.campaing__box__title,
.event-info__box__title {
  text-shadow: 2px 2px 2px #fff,2px -2px 2px #fff,-2px 2px 2px #fff,-2px -2px 2px #fff;
  padding: 25px 0 20px;
  color: #000055;
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .price__box__title,
  .campaing__box__title,
  .event-info__box__title {
    padding: 5% 0;
    font-size: 16px;
    font-size: clamp(18px,3vw,24px);
  }
}

.price__box__title.-normal {
  background: #736F6F;
  text-shadow: none;
  color: #fff;
}

.price__box__title.-year {
  text-shadow: none;
  color: #fff;
  background-color: #b3a46e;
  background-size: 100%;
  background-image: -moz-linear-gradient(left, #b3a46e 0%, #836e47 100%);
  background-image: -webkit-linear-gradient(left, #b3a46e 0%, #836e47 100%);
  background-image: linear-gradient(to right, #b3a46e 0%, #836e47 100%);
}

.campaing__box__title {
  gap: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b3a46e;
  background-size: 100%;
  background-image: linear-gradient(-45deg, #836e47 0%,#FEE9A0 25%,#b3a46e 30%, #FEE9A0 50%, #b3a46e 70%,#FEE9A0 75%, #836e47 100%);
  background-size: 400% 200%;
  animation: gradient 10s infinite cubic-bezier(.62, .28, .23, .99) both;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
@media screen and (max-width: 768px) {
  .campaing__box__title {
    gap: 10px;
    padding: 10px;
    font-size: 24px;
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .campaing__box__title {
    font-size: 15px;
  }
}
.campaing__flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 0;
}

.campaing__box {
  width: 100%;
  background: #fff;
}

.plus__box {
  width: 50px;
  height: 50px;
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plus__box::before {
  content: "";
  width: 100%;
  height: 14px;
  background: #fff;
  position: absolute;
}

.plus__box::after {
  content: "";
  width: 14px;
  height: 100%;
  background: #fff;
  position: absolute;
}

.price__box__subtitle,
.campaing__box__subtitle {
  padding: 30px 0;
  color: #333;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px dashed #999;
}

@media screen and (max-width: 1200px) {
  .price__box__subtitle,
  .campaing__box__subtitle {
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .price__box__subtitle,
  .campaing__box__subtitle {
    padding: 5% 0;
    font-size: 16px;
    font-size: clamp(18px,3vw,24px);
  }
}

.campaing__box__subtitle {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: none;
  padding: 20px;
}

.campaing__box__subtitle span.small__text {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .campaing__box__subtitle span.small__text {
    font-size: 15px;
  }
}
.campaing__box__subtitle span.main__text {
  border-bottom: #ae2917 3px solid;
  padding-bottom: 5px;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .campaing__box__subtitle span.main__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .campaing__box__subtitle span.main__text {
    font-size: 20px;
  }
}
.campaing__box__subtitle span.main__text em {
  font-size: 32px;
  font-weight: bold;
  color: #ae2917;
}
@media screen and (max-width: 480px) {
  .campaing__box__subtitle span.main__text em {
    font-size: 24px;
  }
}
.campaing__box__subtitle span.__note,
.campaing__box__subtitle span.__asterisk {
  align-self: flex-end;
  position: relative;
  font-size: 14px;
  padding-left: 20px;
}
.campaing__box__subtitle span.__note{
  padding-left: 40px;
}
@media screen and (max-width: 480px) {
  .campaing__box__subtitle span.__note,
.campaing__box__subtitle span.__asterisk {
  text-align: left;
}
}

.campaing__box__subtitle span.__note::before,
.campaing__box__subtitle span.__asterisk::before {
  position: absolute;
  left: 0;
}

.campaing__box__subtitle span.__note::before {
  content: "Note:";
}

.campaing__box__subtitle span.__asterisk::before {
  content: "※";
}

.event-info__box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-image: url(../img/smo_event_bnr_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .event-info__box {
    flex-direction: column;
    gap: 20px;
  }
  .event-info__box img{
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .event-info__box img{
    width: 150px;
  }
}
.event-info__box__title_wrap{
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background: rgba(0, 0, 50, 0.5);
}
@media screen and (max-width: 768px) {
  .event-info__box__title_wrap{
    flex-direction: column;
    padding: 10px;
  }
}
.event-info__box__title {
  flex-basis: 40%;
}
.event-info__box__list {
  flex-basis: 60%;
}

.event-info__box__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0 50px 0 0;
}
@media screen and (max-width: 1400px) {
  .event-info__box__title {
    padding: 0;
  }
}
.event-info__box__title img {
  width: 200px;
}
.event-info__box__title span{
  font-size: 18px;  
  text-shadow: none;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 1400px) {
  .event-info__box__title span{
    font-size: 16px;
  }
}
.event-info__box__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .event-info__box__list {
    padding-left: 60px;
  }
}

@media screen and (max-width: 480px) {
  .event-info__box__list {
    padding: 10px;
  }
}

.event-info__box__list li {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  gap: 10px;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 14000px) {
  .event-info__box__list li {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .event-info__box__list li {
    font-size: 14px;
  }
}

.event-info__box__list li label {
  flex-basis: 30%;
  font-size: 26px;
  font-weight: 600;
}

@media screen and (max-width: 480px) {
  .event-info__box__list li label {
    flex-basis: 23%;
  }
}

.event-info__box__list li em {
  font-size: 26px;
  color: khaki;
  font-weight: 600;
}

@media screen and (max-width: 480px) {
  .event-info__box__list li em {
    font-size: 14px;
  }
}

.event-info__box__list li.__asterisk {
  color: khaki;
  align-self: flex-end;
  position: relative;
  font-size: 14px;
  padding-left: 20px;
}

@media screen and (max-width: 480px) {
  .event-info__box__list li.__asterisk {
    font-size: 12px;
    padding-left: 13px;
  }
}

.event-info__box__list li.__asterisk::before {
  content: "※";
  position: absolute;
  left: 0;
}

ul.__child__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

ul.__child__list li{
  display: flex;
  flex-direction: row;
}

ul.price__box__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 30px 20px;
  color: #333;
  border-bottom: 1px dashed #999;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  ul.price__box__list {
    font-size: 16px;
  }
}

ul.price__box__list li {
  position: relative;
  display: flex;
  gap: 10px;
  padding-bottom: 15px;
  padding-left: 20px;
  border-bottom: 1px dotted #ccc;
}

ul.price__box__list li::before {
  content: "○";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
}

ul.price__box__list li.__border_none {
  padding-bottom: 0;
  border-bottom: none;
}

ul.price__box__list li.__style_none {
  padding-left: 0;
}

ul.price__box__list li.__style_none::before {
  content: "";
}

ul.price__box__list label,
ul.price__box__list span {
  font-weight: bold;
  text-align: left;
}

ul.price__box__list label {
  flex-basis: 35%;
}

ul.price__box__list label.__flex-w100 {
  flex-basis: auto;
  line-height: 23px;
}

ul.price__box__list div,
ul.price__box__list span {
  flex-basis: auto;
}

ul.price__box__list div.__price_wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: left;
}

ul.price__box__list span.__price {
  color: #ae2917;
}

ul.price__box__list span.__price__del {
  text-decoration: line-through;
  color: #777;
}

ul.price__box__list span small {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  ul.price__box__list span small {
    font-size: 14px;
  }
}
.__about__box{
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .__about__box{
    padding: 10px;
  }
}
.__about__box__title{
  font-size: 24px;
  font-weight: bold;
  color: #220055;
  padding-left: 30px;
  padding-bottom: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .__about__box__title{
    font-size: 18px;
  }
}
.__about__box__title::before{
  content:"■";
  position: absolute;
  left: 0;
}
.__about__box__subtitle,
.__about__list__title{
  font-size: 18px;
  font-weight: bold;
  color: #220055;
}
@media screen and (max-width: 480px) {
  .__about__box__subtitle,
.__about__list__title{
  font-size: 14px;
}
}
.__about__list__title{
  padding-bottom: 10px;
  text-align: center;
}
.__about__list__wrap{
  display: flex;
  border: 1px solid #220055;
  padding: 20px;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .__about__list__wrap{
    gap: 10px;
  }
}
ul.__about__list{
  flex-basis: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  ul.__about__list{
    flex-basis: 100%;
  }
}
ul.__about__list li{
  list-style: disc;
  font-size: 16px;
  color: #220055;
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  ul.__about__list li{
    font-size: clamp(14px, 3vw, 16px);
  }
}
.__about__list__wrap p.__asterisk{
  color: #220055;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: normal;
  flex-basis: 100%;
  padding-top: 20px;
}
.__about__list__wrap p.__asterisk::before{
  content:"※";
  padding-right: 5px;
}
.__about__list__wrap span.__asterisk{
  font-size: 14px;
  padding-left: 20px;
  position: relative;
  flex-basis: 100%;
  display: flex;
  line-height: 18px;
  font-weight: normal;
}
.__about__list__wrap span.__asterisk::before{
  content:"※";
  position: absolute;
  left: 0;
}

.price__box__num {
  display: block;
  margin-top: 10px;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .price__box__num {
    font-size: 22px;
    font-size: 5.86667vw;
  }
}

.price__box__num small {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .price__box__num small {
    font-size: 14px;
    font-size: clamp(18px,3vw,24px);
  }
}

.price__text {
  padding: 70px 0 80px;
  color: #FFF;
  font-size: 23px;
  line-height: 2.11111;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .price__text {
    padding: 50px 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .price__text {
    padding: 3% 5% 8%;
    font-size: 13px;
    font-size: clamp(14px,3vw,18px);
    line-height: 2;
    text-align: left;
  }
}

.price__text em {
  color: #D7CB84;
  font-weight: bold;
}

.price__period {
  background: #FFF;
}

@media screen and (max-width: 768px) {
  .price__period {
    margin: 0 5%;
  }
}

.price__period.-normal {
  margin-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .price__period.-normal {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .price__period.-normal {
    margin-bottom: 6%;
  }
}

.price__period__term {
  padding: 20px 0;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .price__period__term {
    padding: 4% 0;
    font-size: 16px;
    font-size: clamp(18px,3vw,24px);
  }
}

.price__period__term.-normal {
  background: #736F6F;
}

.price__period__term.-year {
  background-color: #b3a46e;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFB3A46E', endColorstr='#FF836E47');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzYTQ2ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2IzYTQ2ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgzNmU0NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(left, #b3a46e 0%, #b3a46e 100%, #836e47 100%);
  background-image: -webkit-linear-gradient(left, #b3a46e 0%, #b3a46e 100%, #836e47 100%);
  background-image: linear-gradient(to right, #b3a46e 0%, #b3a46e 100%, #836e47 100%);
}

.price__period__description {
  padding: 30px 0;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .price__period__description {
    padding: 5% 3%;
    font-size: 13px;
    font-size: clamp(14px,3vw,18px);
    line-height: 1.3;
    text-align: left;
  }
}

.price__period__description em {
  color: #AE2917;
  font-weight: bold;
}

.price__period__pic {
  padding-bottom: 35px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .price__period__pic {
    margin-left: 4%;
    padding-bottom: 7%;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (min-width: 769px) {
  .price__period__pic .notice {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .price__period__pic .notice {
    display: block;
    margin-bottom: 2%;
    color: #333;
    font-size: 10px;
    font-size: 2.66667vw;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .price__period__pic img {
    width: 450px;
  }
}

.campaing__box {
  width: 100%;
}

.campaing__box span.small__title {
  border: 1px solid #fff;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  text-shadow: none;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .campaing__box span.small__title {
    font-size: 11px;
  }
}
.subtxt {
  position: relative;
  font-size: 14px;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .subtxt {
    padding: 10px 10px 20px;
    font-size: 12px;
  }
}

.subtxt:before {
  content: "※";
}

.privilege {
  display: flex;
  padding: 30px 0 30px 30px;
  text-align: left;
}

@media screen and (max-width: 1400px) {
  .privilege {
    padding: 15px 0 15px 10px;
  }
}

@media screen and (max-width: 768px) {
  .privilege {
    padding: 4% 3%;
  }
}

.privilege__term {
  margin-right: 20px;
}

@media screen and (max-width: 1400px) {
  .privilege__term {
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    margin-right: 5px;
  }
}

@media screen and (max-width: 768px) {
  .privilege__term {
    margin-right: 1%;
  }
}

@media screen and (max-width: 768px) {
  .privilege__term img {
    width: 70px;
    height: 70px;
  }
}

.privilege__item {
  color: #333;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 1400px) {
  .privilege__item {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .privilege__item {
    font-size: clamp(18px,3vw,24px);
  }
}
@media screen and (max-width: 480px) {
  .privilege__item {
    font-size: clamp(12px,3vw,16px);
  }
}
.privilege__item:before {
  content: "・";
}
.__nostyle__item{
  list-style: none;
  text-align: end;
  font-size: 14px;
  padding-top: 20px;
}
.flow__title {
  margin-bottom: 110px;
  color: #FFF;
}

@media screen and (max-width: 1200px) {
  .flow__title {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .flow__title {
    margin-bottom: 12%;
  }
}

.flow__title:before {
  background: url(../img/dealer_lp/box_title_bg2.png) left top no-repeat;
}

@media screen and (max-width: 768px) {
  .flow__title:before {
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

.flow__inner {
  width: 100%;
  margin: auto;
  padding: 60px 100px 70px;
  background: #FFF;
}

@media screen and (max-width: 1400px) {
  .flow__inner {
    width: 900px;
    padding: 30px 40px 40px;
  }
}

@media screen and (max-width: 768px) {
  .flow__inner {
    width: auto;
    margin: 0 5%;
    padding: 5%;
  }
}

.flow__list {
  padding-left: 140px;
}

@media screen and (max-width: 1200px) {
  .flow__list {
    padding-left: 130px;
  }
}

@media screen and (max-width: 768px) {
  .flow__list {
    padding-left: 0;
  }
}

.flow__item {
  position: relative;
  color: #333;
  padding: 0 20px 20px;
  background: #f5f5ff;
}

.flow__item:not(:last-child) {
  margin-bottom: 80px;
}

@media screen and (max-width: 1200px) {
  .flow__item:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .flow__item:not(:last-child) {
    margin-bottom: 16%;
  }
}

.flow__item:before {
  content: "";
  position: absolute;
  left: -140px;
  top: 35px;
  width: 101px;
  height: 101px;
  background-position: left top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1200px) {
  .flow__item:before {
    left: -130px;
  }
}

@media screen and (max-width: 768px) {
  .flow__item:before {
    left: 0;
    top: -2%;
    width: 50px;
    height: 50px;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

.flow__item:nth-child(1):before {
  background-image: url("../img/dealer_lp/flow_item_bg1.png");
}

.flow__item:nth-child(2):before {
  background-image: url("../img/dealer_lp/flow_item_bg2.png");
}

.flow__item:nth-child(3):before {
  background-image: url("../img/dealer_lp/flow_item_bg3.png");
}

.flow__item:nth-child(4):before {
  background-image: url("../img/dealer_lp/flow_item_bg4.png");
}

.flow__item:nth-child(5):before {
  background-image: url("../img/dealer_lp/flow_item_bg5.png");
}

.flow__item:nth-child(6):before {
  background-image: url("../img/dealer_lp/flow_item_bg6.png");
}

.flow__item:nth-child(7):before {
  background-image: url("../img/dealer_lp/flow_item_bg7.png");
}

.flow__item:nth-child(8):before {
  background-image: url("../img/dealer_lp/flow_item_bg8.png");
}

.flow__item:not(:last-child):after {
  content: "";
  position: absolute;
  left: 250px;
  bottom: -55px;
  width: 50px;
  height: 22px;
  margin: auto;
  background: url("../img/dealer_lp/arrow2.png") left top no-repeat;
}

@media screen and (max-width: 1200px) {
  .flow__item:not(:last-child):after {
    bottom: -45px;
  }
}

@media screen and (max-width: 768px) {
  .flow__item:not(:last-child):after {
    left: 0;
    right: 0;
    bottom: -16%;
  }
}

.flow__item__term {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.25;
  border-bottom: 1px dotted #ccc;
}

@media screen and (max-width: 768px) {
  .flow__item__term {
    display: block;
    margin-bottom: 4%;
    font-size: 14px;
    font-size: clamp(18px,3vw,24px);
    display: flex;
    justify-content: center;
  }
}

.flow__item__term .step {
  margin-right: 20px;
  color: #C2973B;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .flow__item__term .step {
    margin-right: 3%;
    font-size: 13px;
    font-size: clamp(14px,3vw,18px);
  }
}

.flow__item__term .num {
  font-family: 'EB Garamond', serif;
  font-size: 52px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .flow__item__term .num {
    font-size: 28px;
    font-size: 7.46667vw;
  }
}

.flow__item__term em {
  color: #AE2917;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .flow__item__term em {
    display: block;
    font-size: 10px;
    font-size: 2.66667vw;
  }
}

.flow__item__description {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 1400px) {
  .flow__item__description {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .flow__item__description {
    font-size: 13px;
    font-size: clamp(14px,3vw,18px);
  }
}

.organizer {
  color: #220055;
}


.organizer__title {
  margin-bottom: 110px;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .organizer__title {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .organizer__title {
    margin-bottom: 10%;
  }
}

.organizer__title:before {
  background: url(../img/dealer_lp/box_title_bg2.png) left top no-repeat;
}

@media screen and (max-width: 768px) {
  .organizer__title:before {
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

.organizer__text_wrap {
  display: flex;
  flex-direction: column;
  padding: 100px 80px 0;
  background-color: #fff;
  background: linear-gradient(0deg, #fffaee 0%, #ffffff 100%);
  margin-bottom:100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .organizer__text_wrap {
    padding: 90px 20px 0;
    margin-bottom:90px;
  }
}
.organizer__text_wrap::before{
  content: "About the organizer";
    top: 5px;
    left: 0px;
    right: 0px;
    width: 99%;
    height: 100px;
    position: absolute;
    display: flex;
    margin: auto;
    justify-content: center;
    background: url(../img/dealer_lp/organizer_wrap_bg.png) no-repeat;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    line-height: 80px;
    font-size: xx-large;
    font-family: "Mrs Saint Delafield", cursive;
    font-weight: 400;
    font-style: normal;
    color: #6a5acd;
}
.organizer__text_wrap::after{
  content: "";
  background: url(../img/dealer_lp/organizer_bg.png) right 5% top 27% no-repeat;
  background-size: 23%;
    position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  .organizer__text_wrap::after{
    background: url(../img/dealer_lp/organizer_bg.png) right 5% top 44% no-repeat;
    background-size: 20%;
  }
}
@media screen and (max-width: 768px) {
  .organizer__text_wrap::after{
    display: none;
  }
}
.organizer__text {
  font-size: 18px;
  background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-size: 100% 2.5em;
  font-weight: normal;
  line-height: 2.5em;
}
@media screen and (max-width: 1400px) {
  .organizer__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .organizer__text {
    margin: 0 5%;
  }
}
@media screen and (max-width: 480px) {
  .organizer__text {
    font-size: clamp(14px, 3vw, 16px);
  }
}
.organizer__text em{
font-weight: normal;
}
.organizer .postscript {
  display: block;
  position: relative;
}

.organizer .postscript:after {
  content: "";
  position: absolute;
  left: 50px;
  top: 14px;
  width: 59%;
  height: 1px;
  background: #FFF;
}

.organizer__company {
  margin: 40px 0px ;
  font-size: 18px;
  line-height: 1.75;
  text-align: right;
}
@media screen and (max-width: 1400px) {
  .organizer__company {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .organizer__company {
    margin: 40px 20px 80px 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .organizer__company {
    margin: 10% 5% 60% 0;
    font-size: 11px;
    font-size: 2.93333vw;
    text-align: right;
  }
}

.organizer__contact {
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .organizer__contact {
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
}

.organizer__contact__lead {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .organizer__contact__lead {
    margin: 0 10% 12%;
  }
}

@media screen and (max-width: 768px) {
  .organizer__contact__link {
    width: 70%;
    margin: auto;
  }
}

.organizer__contact__link a {
  display: inline-block;
  position: relative;
}

.organizer__contact__link a:before {
  content: "";
  position: absolute;
  left: -50px;
  top: -10px;
  width: 101px;
  height: 101px;
  background: url("../img/dealer_lp/organizer_contact_link_icon.png") left top no-repeat;
}

@media screen and (max-width: 768px) {
  .organizer__contact__link a:before {
    left: -12%;
    top: -40%;
    width: 60px;
    height: 60px;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.disabled{
  pointer-events: none;
}
/*# sourceMappingURL=top.css.map */