@charset "UTF-8";
/*
ブレイクポイント
------------------------------------*/
/*
カラー
------------------------------------*/
/*
font
------------------------------------*/
/*IE*/
@font-face {
  font-family: "shingo-b";
  src: url(../font/mplus-2p-bold.ttf) format("truetype");
}
@font-face {
  font-family: "shingo-m";
  src: url(../font/mplus-2p-medium.ttf) format("truetype");
}
@font-face {
  font-family: "shingo-r";
  src: url(../font/mplus-2p-regular.ttf) format("truetype");
}
@font-face {
  font-family: "patua-r";
  src: url(../font/PatuaOne-Regular.ttf) format("truetype");
}
html {
  font-family: "Noto Sans JP", sans-serif, "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  font-size: 10px;
  font-weight: 500;
  color: #333333;
}

main {
  padding-top: 100px;
}
@media screen and (max-width: 767.9px) {
  main {
    padding-top: 50px;
  }
}
main.no_scroll {
  position: fixed;
  width: 100%;
}

h2 {
  font-weight: 900;
  text-align: center;
}

img,
figure,
picture {
  display: inline-block;
  width: 100%;
  height: auto;
}

span {
  display: inline-block;
}

a {
  text-decoration: none;
  color: #333333;
}

ol, li {
  list-style-type: none;
}

/* pcとspの設定
-----------------------------------------------------------------*/
.pc {
  display: block;
}
@media screen and (max-width: 767.9px) {
  .pc {
    display: none;
  }
}

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

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

/* コンテンツ幅
-----------------------------------------------------------------*/
.w-content {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .w-content {
    max-width: 700px;
  }
}
@media screen and (max-width: 767.9px) {
  .w-content {
    padding: 0 5%;
    max-width: 388px;
  }
}

.w-title {
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .w-title {
    max-width: 700px;
  }
}
@media screen and (max-width: 767.9px) {
  .w-title {
    padding: 0 5%;
    max-width: 388px;
  }
}

/* タイトル設定
-----------------------------------------------------------------*/
.title-main {
  position: relative;
  padding: 11px 0;
  font-size: 4rem;
  font-size: clamp(10px, 2.85vw, 4rem);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.9px) {
  .title-main {
    padding: 17px 0;
    font-size: 2.4rem;
  }
}

.title-main-small {
  font-size: clamp(10px, 2.42vw, 3.4rem);
}
@media screen and (max-width: 767.9px) {
  .title-main-small {
    font-size: 2rem;
  }
}

.title-main-item {
  width: 47px;
  height: 47px;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .title-main-item {
    width: 20px;
    height: 20px;
  }
}
.title-main-item span {
  display: block;
  width: 100%;
  height: 10px;
}
@media screen and (max-width: 767.9px) {
  .title-main-item span {
    height: 5px;
  }
}

.title-main-l {
  position: absolute;
  top: 0;
}
.title-main-l span:first-of-type {
  position: relative;
  z-index: 1;
}
.title-main-l span:last-of-type {
  transform: rotate(90deg);
  position: relative;
  left: -19px;
  top: 9px;
}
@media screen and (max-width: 767.9px) {
  .title-main-l span:last-of-type {
    left: -8px;
    top: 3px;
  }
}

.title-main-r {
  position: absolute;
  right: 0;
  bottom: 0;
}
.title-main-r span:first-of-type {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.title-main-r span:last-of-type {
  transform: rotate(90deg);
  position: relative;
  right: -19px;
  bottom: -18px;
}
@media screen and (max-width: 767.9px) {
  .title-main-r span:last-of-type {
    right: -8px;
    bottom: -7px;
  }
}

/* ボタン
-----------------------------------------------------------------*/
.btn {
  max-width: 712px;
}
@media screen and (max-width: 767.9px) {
  .btn {
    max-width: 288px;
  }
}
.btn:hover {
  bottom: -2.5px;
  right: -2.5px;
}
.btn button:hover {
  -ms-box-shadow: none;
  box-shadow: none;
}

.btn_pop {
  display: block;
  width: 71.2%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .btn_pop {
    width: 90%;
  }
}
.btn_pop p {
  background-color: #5F6EAE;
  border: 3px solid #fff;
  border-radius: 50px;
  -ms-box-shadow: 5px 5px 0px 2.5px rgba(3, 68, 154, 0.8);
  box-shadow: 5px 5px 0px 2.5px rgba(3, 68, 154, 0.8);
  color: #fff;
  font-weight: 900;
  font-size: 2.8rem;
  width: 100%;
  padding: 13px 0 15px 60px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .btn_pop p {
    font-size: 1.6rem;
    padding: 13px 0;
    text-align: center;
  }
}
@media screen and (max-width: 767.9px) {
  .btn_pop p {
    text-align: left;
    padding: 10px 0px 10px 20px;
  }
}
.btn_pop p:hover {
  -ms-box-shadow: none;
  box-shadow: none;
}

.btn_pop-img {
  width: 33px;
  margin-left: 20px;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .btn_pop-img {
    width: 26px;
  }
}
@media screen and (max-width: 767.9px) {
  .btn_pop-img {
    top: 23px;
  }
}

.btn_search {
  width: 715px;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .btn_search {
    width: 100%;
  }
}

@media screen and (max-width: 767.9px) {
  .btn_search-bg {
    width: 70px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

.btn_search-main {
  display: block;
  width: 565px;
  margin: 0 auto;
  position: relative;
  top: -85px;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  .btn_search-main {
    width: 100%;
    top: 40px;
  }
}
.btn_search-main p {
  background-color: #D65D95;
  border: 3px solid #fff;
  border-radius: 50px;
  -ms-box-shadow: 5px 5px 0px 2.5px rgb(201, 54, 123);
  box-shadow: 5px 5px 0px 2.5px rgb(201, 54, 123);
  color: #FFE033;
  font-weight: 900;
  font-size: 2.8rem;
  width: 100%;
  padding: 15px 0 15px 58px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .btn_search-main p {
    font-size: 1.6rem;
    padding: 15px 0;
    text-align: center;
  }
}
@media screen and (max-width: 767.9px) {
  .btn_search-main p {
    text-align: left;
    padding: 10px 0px 10px clamp(60px, 23.4vw, 110px);
  }
}
.btn_search-main p:hover {
  -ms-box-shadow: none;
  box-shadow: none;
}

.btn_search-img {
  width: 42px;
  margin-left: 40px;
  position: absolute;
  top: 35px;
}
@media screen and (max-width: 1024px) {
  .btn_search-img {
    top: 23px;
  }
}
@media screen and (max-width: 767.9px) {
  .btn_search-img {
    margin-left: clamp(20px, 6.25vw, 35px);
    width: 32px;
    top: 28px;
  }
}

/* 禁則処理
-----------------------------------------------------------------*/
@media screen and (max-width: 767.9px) {
  .banning {
    line-break: strict;
    overflow-wrap: break-word;
    display: inline;
  }
}

/* header
-----------------------------------------------------------------*/
.header {
  position: fixed;
  z-index: 9999;
  width: 100%;
}

.header-bg {
  background-color: #fff;
  padding: 20px 10px;
  position: relative;
  z-index: 9999;
}
@media screen and (max-width: 767.9px) {
  .header-bg {
    padding: 10px;
  }
}

.header-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
.header-content span {
  display: block;
}

.header-item {
  display: flex;
}

.header-l {
  margin-right: 58px;
}
@media screen and (max-width: 1024px) {
  .header-l {
    margin-right: 40px;
  }
}
.header-l img {
  width: 83px;
  margin: 5px 9px 5px 0;
}
@media screen and (max-width: 767.9px) {
  .header-l img {
    width: 48px;
    height: 24.43px;
    margin: 2.5px 5px 0 0;
  }
}
.header-l span {
  font-family: "shingo-m", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 767.9px) {
  .header-l span {
    font-size: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .header-r {
    display: none;
  }
}
.header-r img {
  width: 44px;
  margin: 6.5px 9px 5px 0;
}
@media screen and (max-width: 767.9px) {
  .header-r img {
    width: 32px;
    height: 32px;
    margin: 18.5px 10px 5px 0;
  }
}

.header-r_text {
  color: #211513;
}
.header-r_text span:nth-of-type(1) {
  font-size: 11px;
  font-family: "shingo-b", sans-serif;
}
@media screen and (max-width: 767.9px) {
  .header-r_text span:nth-of-type(1) {
    font-size: 10px;
  }
}
.header-r_text span:nth-of-type(2) {
  font-size: 19px;
  font-family: "shingo-b", sans-serif;
}
@media screen and (max-width: 767.9px) {
  .header-r_text span:nth-of-type(2) {
    font-size: 14px;
  }
}
.header-r_text span:nth-of-type(3) {
  font-size: 10px;
  font-family: "shingo-r", sans-serif;
}
@media screen and (max-width: 767.9px) {
  .header-r_text span:nth-of-type(3) {
    font-size: 10px;
  }
}

/* about
-----------------------------------------------------------------*/
.about {
  background-image: url(../img/about_bg-pc@2x.png);
  background-size: cover;
  padding-top: 5.2142857143vw;
  padding-bottom: 6.4285714286vw;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .about {
    background-image: url(../img/about_bg-sp@2x.png);
    background-size: cover;
    padding-top: 26px;
    padding-bottom: 55px;
  }
}
.about .title-main {
  background-color: #F0F3FF;
  margin-bottom: 30px;
  color: #5F6EAE;
}
@media screen and (max-width: 767.9px) {
  .about .title-main {
    margin-bottom: 19px;
  }
}
.about .title-main-l span:first-of-type {
  background-color: #5F6EAE;
}
.about .title-main-l span:last-of-type {
  background-color: #CAA363;
}
.about .title-main-r span:first-of-type {
  background-color: #5F6EAE;
}
.about .title-main-r span:last-of-type {
  background-color: #CAA363;
}

.about-main {
  position: relative;
  z-index: 1;
}

.about-text-top {
  font-size: 2.2rem;
  font-size: clamp(10px, 1.57vw, 2.2rem);
  font-weight: 700;
  color: #5F6EAE;
  line-height: 2.09;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .about-text-top {
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 1.75;
  }
}

.about-text-mid {
  font-size: clamp(10px, 1.15vw, 1.6rem);
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .about-text-mid {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

.about-text-bot {
  color: #FFE033;
  background-color: #5F6EAE;
  font-size: clamp(10px, 1.15vw, 1.6rem);
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
  padding: 13px 0;
}
@media screen and (max-width: 767.9px) {
  .about-text-bot {
    text-align: left;
    font-size: 1.6rem;
    padding: 10px 15px;
  }
}

.about-img {
  position: absolute;
  top: clamp(155px, 13.9285714286vw, 220px);
  width: 170px;
  margin-left: 710px;
}
@media screen and (max-width: 1024px) {
  .about-img {
    width: 93px;
    margin-left: 598px;
  }
}
@media screen and (max-width: 767.9px) {
  .about-img {
    width: 93px;
    margin-left: clamp(205px, 64.0625vw, 265px);
    top: 350px;
  }
}

/* recommendation
-----------------------------------------------------------------*/
.recommendation {
  background-color: #E6F9FF;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .recommendation {
    background-image: url(../img/about_bg-sp@2x.png);
    background-size: cover;
    padding-bottom: 60px;
  }
}
.recommendation .title-main {
  margin-bottom: 15px;
  color: #54B4D2;
}
.recommendation .title-main-l span:first-of-type {
  background-color: #54B4D2;
}
.recommendation .title-main-l span:last-of-type {
  background-color: #CAA363;
}
.recommendation .title-main-r span:first-of-type {
  background-color: #CAA363;
}
.recommendation .title-main-r span:last-of-type {
  background-color: #54B4D2;
}

.recommendation-text {
  font-size: 1.6rem;
  text-align: center;
  padding-bottom: 30px;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .recommendation-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767.9px) {
  .recommendation-text {
    padding: 0px 30px 20px;
    text-align: left;
  }
}

.recommendation-list {
  background-color: #fff;
  border: 1px solid #54B4D2;
  padding: 30px 40px 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .recommendation-list {
    padding: 20px 16px;
    margin-bottom: 10px;
  }
}
.recommendation-list ol {
  display: flex;
}
@media screen and (max-width: 767.9px) {
  .recommendation-list ol {
    display: block;
  }
}

.recommendation-list-item {
  text-align: center;
  border-right: 1px solid #54B4D2;
}
@media screen and (max-width: 767.9px) {
  .recommendation-list-item {
    border-right: none;
  }
}
.recommendation-list-item:nth-of-type(1) {
  padding-right: 20px;
}
@media screen and (max-width: 767.9px) {
  .recommendation-list-item:nth-of-type(1) {
    padding-right: 0px;
    margin-bottom: 10px;
  }
}
.recommendation-list-item:nth-of-type(2) {
  padding: 0 30px;
}
@media screen and (max-width: 767.9px) {
  .recommendation-list-item:nth-of-type(2) {
    padding: 0px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .recommendation-list-item:nth-of-type(2) h4 {
    line-height: 78px;
  }
}
.recommendation-list-item:nth-of-type(3) {
  border-right: none;
  padding-left: 60px;
}
@media screen and (max-width: 767.9px) {
  .recommendation-list-item:nth-of-type(3) {
    padding-left: 0px;
  }
}
@media screen and (max-width: 767.9px) {
  .recommendation-list-item div {
    display: flex;
    max-width: 260px;
    margin: 0 auto;
  }
}
.recommendation-list-item div img {
  width: 76px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .recommendation-list-item div img {
    width: 46px;
  }
}
.recommendation-list-item div h4 {
  color: #D65D95;
  font-weight: 900;
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .recommendation-list-item div h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.9px) {
  .recommendation-list-item div h4 {
    text-align: left;
    padding-left: 10px;
  }
}
.recommendation-list-item div h4 small {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .recommendation-list-item div h4 small {
    font-size: 1.4rem;
  }
}
.recommendation-list-item > img {
  width: 220px;
}
@media screen and (max-width: 1024px) {
  .recommendation-list-item > img {
    width: 140px;
  }
}
@media screen and (max-width: 767.9px) {
  .recommendation-list-item > img {
    width: 160px;
  }
}

.recommendation-list-title {
  background-image: url(../img/recommendation-title.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767.9px) {
  .recommendation-list-title {
    width: 100%;
    min-height: 51px;
    max-width: 254px;
  }
}
.recommendation-list-title h3 {
  font-size: 2.8rem;
  font-weight: 900;
  color: #54B4D2;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 767.9px) {
  .recommendation-list-title h3 {
    font-size: 1.7rem;
    padding: 12px 0 17px;
  }
}

/* privilege
-----------------------------------------------------------------*/
.privilege {
  background-color: #FFFDF2;
  padding-bottom: 90px;
}
@media screen and (max-width: 767.9px) {
  .privilege {
    padding-bottom: 40px;
  }
}

.privilege-fair {
  padding-bottom: 85px;
}
@media screen and (max-width: 767.9px) {
  .privilege-fair {
    padding-bottom: 40px;
  }
}
.privilege-fair .title-main {
  background-color: #F8E4ED;
  margin-bottom: 52px;
  color: #D65D95;
}
@media screen and (max-width: 767.9px) {
  .privilege-fair .title-main {
    margin-bottom: 23px;
  }
}
.privilege-fair .title-main-l span:first-of-type {
  background-color: #D65D95;
}
.privilege-fair .title-main-l span:last-of-type {
  background-color: #CAA363;
}
.privilege-fair .title-main-r span:first-of-type {
  background-color: #D65D95;
}
.privilege-fair .title-main-r span:last-of-type {
  background-color: #CAA363;
}

.privilege-img {
  margin-bottom: 10px;
}

.privilege-fair-item {
  margin-bottom: 20px;
  padding: 25px 30px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .privilege-fair-item {
    padding: 17px 10px;
  }
}

.privilege-fair-item-title {
  color: #fff;
}

.privilege-fair-item-title-top {
  margin-bottom: 10px;
  width: 20.5%;
  max-width: 190px;
}
@media screen and (max-width: 767.9px) {
  .privilege-fair-item-title-top {
    width: 39%;
  }
}

.privilege-fair-item-title-mid {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  padding: 15px 0;
  margin: 0 auto;
  width: 90%;
  max-width: 850px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .privilege-fair-item-title-mid {
    padding: 10px 0;
    width: 100%;
  }
}

.privilege-fair-item-title-bot {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .privilege-fair-item-title-bot {
    line-height: 2;
  }
}

.privilege-fair-item-01 {
  background-color: #D65D95;
}

.privilege-fair-item-02 {
  background-color: #CAA363;
}
.privilege-fair-item-02 .privilege-fair-item-title-mid picture {
  width: 64%;
  max-width: 541px;
}
@media screen and (max-width: 767.9px) {
  .privilege-fair-item-02 .privilege-fair-item-title-mid picture {
    width: 61.7%;
  }
}
.privilege-fair-item-02 li:nth-of-type(1) {
  order: 1;
}
.privilege-fair-item-02 li:nth-of-type(2) {
  order: 3;
}
@media screen and (max-width: 767.9px) {
  .privilege-fair-item-02 li:nth-of-type(2) {
    order: 2;
  }
}
.privilege-fair-item-02 li:nth-of-type(3) {
  order: 2;
}
@media screen and (max-width: 767.9px) {
  .privilege-fair-item-02 li:nth-of-type(3) {
    order: 3;
  }
}
.privilege-fair-item-02 li:nth-of-type(4) {
  order: 4;
}

.privilege-fair-item-03 {
  background-color: #54B4D2;
}
.privilege-fair-item-03 .privilege-fair-item-title-mid picture {
  width: 62.4%;
  max-width: 527px;
}
@media screen and (max-width: 767.9px) {
  .privilege-fair-item-03 .privilege-fair-item-title-mid picture {
    width: 100%;
  }
}

.privilege-fair-main {
  display: flex;
  text-align: left;
}
@media screen and (max-width: 767.9px) {
  .privilege-fair-main {
    display: block;
  }
}
.privilege-fair-main img {
  width: 50%;
}
@media screen and (max-width: 767.9px) {
  .privilege-fair-main img {
    width: 100%;
  }
}
.privilege-fair-main h4 {
  font-size: 2.2rem;
  font-weight: 900;
}
@media screen and (max-width: 767.9px) {
  .privilege-fair-main h4 {
    font-size: 1.6rem;
  }
}
.privilege-fair-main > div {
  padding: 20px 20px;
}
@media screen and (max-width: 1024px) {
  .privilege-fair-main > div {
    padding: 10px 10px;
  }
}
.privilege-fair-main li {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .privilege-fair-main li {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767.9px) {
  .privilege-fair-main li {
    font-size: 1.4rem;
  }
}

.privilege-fair-main-01 {
  background-color: #F8E4ED;
}
.privilege-fair-main-01 h4 {
  color: #D65D95;
  margin-bottom: 10px;
}
.privilege-fair-main-01 li {
  padding-bottom: 5px;
}
.privilege-fair-main-01 li:last-of-type {
  padding-bottom: 0px;
  text-align: right;
}

.privilege-fair-main-02 {
  background-color: #F4E7D3;
}
.privilege-fair-main-02 h4 {
  color: #CAA363;
  margin-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  .privilege-fair-main-02 h4 {
    margin-bottom: 8px;
  }
}
.privilege-fair-main-02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.privilege-fair-main-02 li {
  width: 46%;
  padding-bottom: 5px;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .privilege-fair-main-02 li {
    width: 48%;
  }
}
@media screen and (max-width: 767.9px) {
  .privilege-fair-main-02 li {
    width: 92.5%;
    margin-bottom: 10px;
  }
}
.privilege-fair-main-02 li:nth-of-type(3) {
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 767.9px) {
  .privilege-fair-main-02 li:nth-of-type(3) {
    margin-bottom: 0px;
  }
}
.privilege-fair-main-02 li:nth-of-type(3) > div {
  display: flex;
  flex-wrap: wrap;
}
.privilege-fair-main-02 li img {
  width: 68px;
  height: 68px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .privilege-fair-main-02 li img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767.9px) {
  .privilege-fair-main-02 li img {
    width: 68px;
    height: 68px;
  }
}
.privilege-fair-main-02 li span {
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .privilege-fair-main-02 li span {
    font-size: 1rem;
  }
}

.privilege-fair-main-03 {
  background-color: #D8F6FF;
  position: relative;
}
.privilege-fair-main-03 h4 {
  color: #54B4D2;
  margin-bottom: 10px;
}
.privilege-fair-main-03 li {
  padding-bottom: 5px;
}
@media screen and (max-width: 767.9px) {
  .privilege-fair-main-03 li {
    padding-bottom: 0px;
  }
}
.privilege-fair-main-03 li:last-of-type span {
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .privilege-fair-main-03 li:last-of-type span {
    font-size: 1rem;
  }
}
.privilege-fair-main-03 .privilege-fair-main-03-pc:last-of-type {
  position: absolute;
  right: 20px;
  top: 95px;
  width: 210px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .privilege-fair-main-03 .privilege-fair-main-03-pc:last-of-type {
    width: 145px;
    top: 60px;
  }
}
.privilege-fair-main-03 .privilege-fair-main-03-sp {
  width: 155px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.privilege-fair-bot {
  text-align: center;
}

.privilege-visit .title-main {
  background-color: #F0F3FF;
  margin-bottom: 30px;
  color: #5F6EAE;
}
.privilege-visit .title-main-l span:first-of-type {
  background-color: #5F6EAE;
}
.privilege-visit .title-main-l span:last-of-type {
  background-color: #CAA363;
}
.privilege-visit .title-main-r span:first-of-type {
  background-color: #5F6EAE;
}
.privilege-visit .title-main-r span:last-of-type {
  background-color: #CAA363;
}

.privilege-visit-main {
  background-image: url(../img/privilege-visit-bg-pc.png);
  background-size: contain;
  padding: 42px 0 27px 66px;
  height: 202px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1024px) {
  .privilege-visit-main {
    padding: 22px 0 22px 37px;
    height: 143px;
  }
}
@media screen and (max-width: 767.9px) {
  .privilege-visit-main {
    background-image: url(../img/privilege-visit-bg-sp.png);
    height: clamp(369px, 115.3125vw, 435px);
    padding: 42px 15px 27px 15px;
  }
}
.privilege-visit-main picture {
  padding: 26.5px 0;
  margin-bottom: 20px;
  border-top: 3px solid #5F6EAE;
  border-bottom: 3px solid #5F6EAE;
  width: 51.2%;
  max-width: 472px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .privilege-visit-main picture {
    padding: 13.5px 0;
    width: 52%;
  }
}
@media screen and (max-width: 767.9px) {
  .privilege-visit-main picture {
    padding: 7.5px 0;
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .privilege-visit-main picture img {
    width: 50%;
  }
}
.privilege-visit-main p {
  width: 51.2%;
  max-width: 472px;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .privilege-visit-main p {
    font-size: 1.4rem;
    width: 52%;
  }
}
@media screen and (max-width: 767.9px) {
  .privilege-visit-main p {
    font-size: 1.4rem;
    width: 100%;
    line-height: 2;
  }
}

.privilege-visit-text {
  font-size: 1.2rem;
  text-align: center;
}

/* search
-----------------------------------------------------------------*/
.search {
  background-image: url(../img/about_bg-pc@2x.png);
  background-size: cover;
  padding-bottom: 6.4285714286vw;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .search {
    background-image: url(../img/about_bg-sp@2x.png);
  }
}
.search .title-main {
  background-color: #F0F3FF;
  margin-bottom: 30px;
  color: #5F6EAE;
}
@media screen and (max-width: 767.9px) {
  .search .title-main {
    margin-bottom: 20px;
  }
}
.search .title-main-l span:first-of-type {
  background-color: #5F6EAE;
}
.search .title-main-l span:last-of-type {
  background-color: #CAA363;
}
.search .title-main-r span:first-of-type {
  background-color: #5F6EAE;
}
.search .title-main-r span:last-of-type {
  background-color: #CAA363;
}
.search .w-title p {
  font-size: 1.6rem;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .search .w-title p {
    text-align: left;
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.search h3 {
  font-weight: 900;
  font-size: 2.8rem;
  position: relative;
  text-align: center;
  padding: 0 65px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.9px) {
  .search h3 {
    padding: 10px 0px;
    font-size: 1.8rem;
  }
}
.search h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 30%;
  height: 3px;
  content: "";
}
@media screen and (max-width: 1024px) {
  .search h3:before {
    width: 25%;
  }
}
@media screen and (max-width: 767.9px) {
  .search h3:before {
    display: none;
  }
}
.search h3:after {
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 30%;
  height: 3px;
  content: "";
}
@media screen and (max-width: 1024px) {
  .search h3:after {
    width: 25%;
  }
}
@media screen and (max-width: 767.9px) {
  .search h3:after {
    display: none;
  }
}

.search-img {
  margin-bottom: 10px;
}

.search-content {
  padding-bottom: 98px;
}
@media screen and (max-width: 767.9px) {
  .search-content {
    padding-bottom: 0px;
  }
}
.search-content li:hover {
  background-color: #FFE033;
  border: 3px solid #FFE033;
}

.search-text {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .search-text {
    font-size: 1.4rem;
    text-align: left;
    line-height: 2;
  }
}

.search-body {
  margin-top: -30px;
  padding-bottom: 98px;
}
@media screen and (max-width: 767.9px) {
  .search-body {
    padding-bottom: 25px;
  }
}
.search-body h3 {
  color: #5F6EAE;
}
@media screen and (max-width: 767.9px) {
  .search-body h3 {
    margin-top: 90px;
    border-bottom: 3px solid #5F6EAE;
  }
}
.search-body h3:before {
  background: #5F6EAE;
}
.search-body h3:after {
  background: #5F6EAE;
}
.search-body .search-text {
  padding-bottom: 58px;
}
@media screen and (max-width: 767.9px) {
  .search-body .search-text {
    padding-bottom: 30px;
  }
}
.search-body ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search-body ul li {
  width: 18.5%;
  background-color: #F0F3FF;
  padding: 22px 17px;
  border: 3px solid #5F6EAE;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .search-body ul li {
    padding: 22px 13px;
  }
}
@media screen and (max-width: 767.9px) {
  .search-body ul li {
    width: 31%;
    padding: 10px 7px;
    margin-bottom: 12px;
    min-width: 92px;
  }
}
.search-body ul li span {
  color: #5F6EAE;
  font-size: 1.6rem;
  text-align: center;
  width: 100%;
  color: #5F6EAE;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .search-body ul li span {
    font-size: 1.2rem;
  }
}
.search-body ul li img {
  padding-bottom: 18.5px;
}
@media screen and (max-width: 767.9px) {
  .search-body ul li img {
    padding-bottom: 10px;
  }
}
.search-body ul li:hover {
  background-color: #FFE033;
  border: 3px solid #FFE033;
}
.search-body ul li:last-child {
  background-color: transparent;
  border: none;
}
.search-body ul li:last-child {
  background-color: transparent;
  border: none;
}

.search-price h3 {
  color: #D65D95;
}
@media screen and (max-width: 767.9px) {
  .search-price h3 {
    margin-top: 0px;
    border-bottom: 3px solid #D65D95;
  }
}
.search-price h3:before {
  background: #D65D95;
}
.search-price h3:after {
  background: #D65D95;
}
.search-price .search-text {
  padding-bottom: 45px;
}
@media screen and (max-width: 767.9px) {
  .search-price .search-text {
    padding-bottom: 15px;
  }
}
.search-price ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search-price ul li {
  background-color: #F8E4ED;
  border: 3px solid #D65D95;
  font-size: 3rem;
  font-weight: 700;
  width: 23.5%;
  text-align: center;
  padding: 13px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .search-price ul li {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.9px) {
  .search-price ul li {
    margin-bottom: 12px;
    width: 48.5%;
    padding: 9px 0;
  }
}
.search-price ul li p {
  color: #D65D95;
}
.search-price ul li span {
  font-size: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .search-price ul li span {
    font-size: 2.8rem;
  }
}
.search-price ul li:hover {
  background-color: #FFE033;
  border: 3px solid #FFE033;
}
.search-price ul li:last-child {
  background-color: transparent;
  border: none;
}

.search-maker h3 {
  color: #54B4D2;
}
@media screen and (max-width: 767.9px) {
  .search-maker h3 {
    margin-top: 23px;
    border-bottom: 3px solid #54B4D2;
  }
}
.search-maker h3:before {
  background: #54B4D2;
}
.search-maker h3:after {
  background: #54B4D2;
}
.search-maker .search-text {
  padding-bottom: 75px;
}
@media screen and (max-width: 767.9px) {
  .search-maker .search-text {
    padding-bottom: 15px;
  }
}
.search-maker ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 74%;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .search-maker ul {
    width: 100%;
  }
}
.search-maker ul li {
  background-color: #E6F9FF;
  border: 3px solid #54B4D2;
  color: #54B4D2;
  font-size: 3rem;
  font-weight: 700;
  width: 23%;
  text-align: center;
  padding: 42px 32px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .search-maker ul li {
    font-size: 1.8rem;
    padding: 21px 15px;
  }
}
@media screen and (max-width: 767.9px) {
  .search-maker ul li {
    margin-bottom: 15px;
    width: 31%;
    padding: 21px 15px;
  }
}
.search-maker ul li span {
  font-size: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .search-maker ul li span {
    font-size: 2.8rem;
  }
}
.search-maker ul li:hover {
  background-color: #FFE033;
  border: 3px solid #FFE033;
}
.search-maker ul li:last-child {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .search-maker ul li:last-child {
    display: block;
    background-color: transparent;
    border: none;
  }
}

/* dealer
-----------------------------------------------------------------*/
.dealer .dealer-top {
  background-image: url(../img/dealer_bg-pc.png);
  background-size: contain;
  height: clamp(1px, 18.3571428571vw, 352px);
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .dealer .dealer-top {
    background-image: url(../img/dealer_bg-sp.png);
    height: clamp(1px, 63.125vw, 1000px);
  }
}
.dealer .title-main {
  background-color: transparent;
  color: #fff;
  text-shadow: 5px 5px 10px rgb(52, 73, 160);
}
.dealer .title-main-l span:first-of-type {
  background-color: #fff;
}
.dealer .title-main-l span:last-of-type {
  background-color: #fff;
}
.dealer .title-main-r span:first-of-type {
  background-color: #fff;
}
.dealer .title-main-r span:last-of-type {
  background-color: #fff;
}
.dealer h2 {
  font-size: clamp(10px, 2.85vw, 4rem);
  letter-spacing: 0.04em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 62%;
  padding: 15px 0;
}
@media screen and (max-width: 767.9px) {
  .dealer h2 {
    font-size: clamp(10px, 7.5vw, 4rem);
    width: 90%;
  }
}
.dealer h3 {
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  color: #54B4D2;
  letter-spacing: 0.04em;
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .dealer h3 {
    font-size: 2.4rem;
    padding-bottom: 20px;
  }
}

.dealer-img {
  margin-bottom: 25px;
}

.dealer-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dealer-list li {
  width: 19%;
  margin-bottom: 52px;
}
@media screen and (max-width: 767.9px) {
  .dealer-list li {
    width: 49%;
    margin-bottom: 30px;
  }
}
.dealer-list li p {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .dealer-list li p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767.9px) {
  .dealer-item-none {
    display: none;
  }
}

.dealer-bot {
  border-top: 2px solid #CECECE;
}
@media screen and (max-width: 767.9px) {
  .dealer-bot {
    width: 90%;
    padding: 0 5%;
  }
}
.dealer-bot span {
  display: block;
}

.dealer-bot-wrap {
  display: flex;
  width: 73%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 130px;
  justify-content: space-between;
}
@media screen and (max-width: 767.9px) {
  .dealer-bot-wrap {
    display: block;
    padding-top: 25px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .dealer-bot-wrap {
    width: 100%;
  }
}
.dealer-bot-wrap .header-l {
  margin-right: 0;
}
@media screen and (max-width: 767.9px) {
  .dealer-bot-wrap .header-l {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .dealer-bot-wrap .header-l img {
    width: 73px;
    height: 37.15px;
  }
}
@media screen and (max-width: 767.9px) {
  .dealer-bot-wrap .header-l span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767.9px) {
  .dealer-bot-wrap .header-r {
    display: flex;
  }
}
@media screen and (max-width: 767.9px) {
  .dealer-bot-wrap .header-r_text span:nth-of-type(2) {
    font-size: 1.2rem;
  }
}

/* footer
-----------------------------------------------------------------*/
.footer {
  padding: 25px 0;
  background-color: #F2F2F2;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .footer {
    font-size: 1.2rem;
    padding: 12px 0;
  }
}

/* popup
-----------------------------------------------------------------*/
.popup {
  background: rgba(203, 203, 203, 0.9);
  display: none;
  width: 100%;
  max-height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  top: 0;
  left: 0;
  z-index: 5;
}

.popup-wrap {
  position: relative;
  z-index: 6;
}
.popup-wrap picture {
  display: block;
  padding-bottom: 40px;
  position: relative;
  z-index: 8;
  top: 260px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .popup-wrap picture {
    top: 120px;
    max-width: 700px;
  }
}
@media screen and (max-width: 767.9px) {
  .popup-wrap picture {
    top: 60px;
    width: 90%;
    max-width: 388px;
  }
}

.popup_bg {
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: 6;
}

.btn_close {
  display: block;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .btn_close {
    font-size: 1.4rem;
    width: 256px;
    padding: 15px 0;
  }
}

.btn_close-top {
  position: fixed;
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 980px;
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  .btn_close-top {
    top: 150px;
    max-width: 700px;
  }
}
@media screen and (max-width: 767.9px) {
  .btn_close-top {
    top: 50px;
    width: 90%;
    max-width: 388px;
  }
}
.btn_close-top span {
  display: block;
  background-color: #5F6EAE;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 45px;
  margin: 0 0 0 auto;
  padding: 7px 0;
}
@media screen and (max-width: 767.9px) {
  .btn_close-top span {
    width: 30px;
    height: 28px;
    padding: 2.5px 0 0;
    font-size: 1rem;
  }
}

.btn_close-bot {
  position: relative;
  z-index: 8;
  top: 340px;
  padding-bottom: 210px;
}
@media screen and (max-width: 1024px) {
  .btn_close-bot {
    padding-bottom: 160px;
    top: 200px;
  }
}
@media screen and (max-width: 767.9px) {
  .btn_close-bot {
    top: 50px;
  }
}
.btn_close-bot span {
  border: 3px solid #fff;
  background-color: #5F6EAE;
  color: #fff;
  width: 300px;
  border-radius: 30px;
  padding: 7px 0;
}
@media screen and (max-width: 767.9px) {
  .btn_close-bot span {
    width: 100%;
    max-width: 388px;
  }
}/*# sourceMappingURL=style.css.map */