@charset "UTF-8";
@font-face {
  font-family: "TBGoStdDB";
  src: url("../font/TBGoStdDB-Normal.otf") format("opentype");
}

@font-face {
  font-family: "TBGoStdR";
  src: url("../font/TBGoStdR-Normal.otf") format("opentype");
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "TBGoStdR", serif;
  font-size: 16px;
  font-weight: 400;
  color: #503a2f;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f8f7f7;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

figure {
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 1;
}

p {
  margin: 0;
  line-height: calc(40 / 16);
  max-height: 100%;
}

@media screen and (max-width: 767px) {
  p {
    line-height: calc(50 / 24);
    text-align: left;
  }
}

a:visited {
  color: #503a2f;
}

ul {
  margin: 0;
}

ul::after {
  display: none;
}

@media screen and (min-width: 1024px) {
  .hidden-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hidden-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none !important;
  }
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.inner {
  max-width: 980px;
  margin: 0 auto;
  height: inherit;
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    padding-left: calc(100vw / 640 * 40);
    padding-right: calc(100vw / 640 * 40);
  }
}

.section_title {
  font-family: "TBGoStdDB", serif;
  font-size: 26px;
  padding: 30px 0;
  margin: 0;
  position: relative;
  text-align: center;
  line-height: 1;
  letter-spacing: 2.6px;
}

.section_title::before {
  content: "";
  display: inline-block;
  background: url(/Contents/ImagesPkg/store/pc/section_title_snipets.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 41px;
  height: 5px;
}

@media screen and (max-width: 767px) {
  .section_title::before {
    background: url(../img/sp/section_title_snipets.png) no-repeat center center/contain;
    width: calc(100vw / 640 * 41);
  }
}

.section_title::after {
  content: "";
  display: inline-block;
  background: url(/Contents/ImagesPkg/store/pc/section_title_snipets.png) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 41px;
  height: 5px;
}

@media screen and (max-width: 767px) {
  .section_title::after {
    background: url(../img/sp/section_title_snipets.png) no-repeat center center/contain;
    width: calc(100vw / 640 * 41);
  }
}

@media screen and (max-width: 767px) {
  .section_title {
    font-size: calc(100vw / 640 * 32);
    font-size: calc(100vw / 640 * 32);
    padding: calc(100vw / 640 * 30) 0;
    letter-spacing: 0.32px;
  }
}

.section_title_sub {
  text-align: center;
  line-height: calc(40 / 16);
  font-family: "TBGoStdR", serif;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .section_title_sub {
    line-height: calc(50 / 24);
    text-align: left;
    font-size: 16px;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #503a2f;
}

a:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main_btn a {
  font-family: "TBGoStdDB", serif;
  display: inline-block;
  background: #715f56;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background: #715f56;
  border: 1px solid #bbb1ac;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .main_btn a {
    border-radius: 3px;
  }
}

.main_btn a:hover {
  background: #fff;
  color: #715f56;
  border: 1px solid #bbb1ac;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.main_btn_sm a {
  width: 224px;
  padding: 15px 10px;
  letter-spacing: 2px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main_btn_sm a {
    font-size: 18px;
    padding: 12px 10px;
  }
}

@media screen and (max-width: 767px) {
  .main_btn_sm a {
    font-size: 16px;
    width: 68.5%;
    padding: 8px 5px;
    letter-spacing: 1.2px;
  }
}

.main_btn_lg a {
  padding: 24px 100px;
  width: 377px;
  letter-spacing: 1px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main_btn_lg a {
    font-size: 20px;
    padding: 15px 10px;
  }
}

@media screen and (max-width: 767px) {
  .main_btn_lg a {
    width: 76.7%;
    font-size: 17px;
    padding: 19px 40px;
    border: none;
    letter-spacing: 0.65px;
  }
}

.gm_btn {
  text-align: center;
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .gm_btn {
    margin-top: calc(100vw / 640 * 40);
  }
}

.gm_btn a {
  letter-spacing: 4px;
  font-size: 20px;
  padding: 30px 10px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .gm_btn a {
    width: calc(100vw / 640 * 520);
    font-size: calc(100vw / 640 * 26);
    letter-spacing: 2.6px;
    padding: calc(100vw / 640 * 23) calc(100vw / 640 * 20);
  }
}

.boy_btn a {
  background: #384c6c;
  color: #fff;
  padding: 30px 10px;
  width: 430px;
  letter-spacing: 4px;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  font-family: "TBGoStdDB", serif;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .boy_btn a {
    width: calc(100vw / 640 * 480);
    border-radius: 3px;
    font-size: calc(100vw / 640 * 26);
    letter-spacing: 2.6px;
    padding: calc(100vw / 640 * 37) calc(100vw / 640 * 20);
  }
}

.girl_btn a {
  background: #a04444;
  color: #fff;
  padding: 30px 10px;
  width: 430px;
  letter-spacing: 4px;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  font-family: "TBGoStdDB", serif;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .girl_btn a {
    width: calc(100vw / 640 * 480);
    border-radius: 3px;
    font-size: calc(100vw / 640 * 26);
    letter-spacing: 2.6px;
    padding: calc(100vw / 640 * 37) calc(100vw / 640 * 20);
  }
}

/* .all btn */
/* .all_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 53px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .all_btns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: calc(100vw / 640 * 58);
  }
}

.all_btns .all_btn:not(:first-child) {
  margin-left: 25px;
}

.all_btn a {
  width: 310px;
  background: #fff;
  color: #715f56;
  font-size: 18px;
  padding: 38px 10px 38px 32px;
  text-align: left;
  position: relative;
  letter-spacing: 0;
}

.all_btn a:hover {
  background: #715f56;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .all_btn a {
    padding: calc(100vw / 640 * 39) calc(100vw / 640 * 30) calc(100vw / 640 * 63);
    font-size: calc(100vw / 640 * 24);
    text-align: center;
    width: calc(100vw / 640 * 265);
  }
}

@media screen and (max-width: 767px) {
  .all_btn:first-child a {
    margin-right: calc(100vw / 640 * 30);
    margin-bottom: calc(100vw / 640 * 30);
  }
}

.all_btn a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
  border-style: solid;
  border-width: 11px 7.5px 0 7.5px;
  border-color: #715f56 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .all_btn a::after {
    border-width: calc(100vw / 640 * 18) calc(100vw / 640 * 12) 0 calc(100vw / 640 * 12);
    -webkit-transform: inherit;
    transform: inherit;
    right: calc(100vw / 640 * 120);
    top: calc(100vw / 640 * 83);
  }
}

.all_btn a:hover:after {
  border-color: #fff transparent transparent transparent;
} */

/* --.all_btn */

/* .store_title */
.store_title {
  font-size: 24px;
  text-align: center;
  font-family: "TBGoStdDB", serif;
  letter-spacing: 2.4px;
  border-bottom: 1px solid #d1c7c1;
  margin-bottom: 30px;
  line-height: calc(55 / 24);
  padding-top: 30px;
}

.store_title_2 {
  margin-bottom: 40px;
  margin-top: 4px;
}
/* --.store_title */

/* #storePageHead */

#storePageHead {
  position: relative;
  margin-top: 82px;
}

#storePageHead .tittop {
  font-size: 26px;
  text-align: center;
  font-family: "TBGoStdDB", serif;
  letter-spacing: 2.6px;
}

#storePageHead h1 {
  font-size: 34px;
  letter-spacing: 3.4px;
  text-align: center;
  font-family: "TBGoStdDB", serif;
}

#storePageHead h1 span {
  color: #ff7777;
}

#storePageHead .custom_text_top {
  text-align: center;
  margin-top: 44px;
}

#storePageHead .custom_text_top strong {
  color: #ff7777;
}

.custom_map_pic {
  position: absolute;
  width: 278px;
  top: -67px;
  left: 0;
}
/* --#storePageHead */

#storeBody {
  margin-bottom: 27px;
}

#storeBody .l_store {
  font-size: 24px;
  text-align: center;
  font-family: "TBGoStdDB", serif;
  letter-spacing: 2.6px;
  border-bottom: 1px solid #d1c7c1;
  margin-bottom: 39px;
  line-height: calc(55 / 24);
  padding-top: 30px;
}

#storeBody ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
  font-family: "TBGoStdDB", serif;
}

#storeBody ul li {
  background: #fff;
  padding: 15px 23px 17px;
  width: 48.47%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#storeBody ul li p {
  font-size: 20px;
  text-align: center;
  color: #ff7777;
  margin-bottom: 4px;
  line-height: 1.4;
  padding: 11px 0;
}

#storeBody ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
}

#storeBody ul li dl dt {
  width: 66px;
  margin-top: 9px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#storeBody ul li dl dd {
  width: 335px;
  font-size: 15px;
  line-height: calc(34 / 15);
  margin-left: 20px;
}

#storeBody dl:first-of-type {
  margin-bottom: 12px;
}

#storeBody dl:nth-of-type(2) {
  margin-bottom: 6px;
}

#storeBody dl:nth-of-type(3) {
  margin-bottom: 12px;
}

#storeBody dl:nth-of-type(4) {
  margin-bottom: 31px;
}

.hanyo_bnr_area {
  margin-top: 58px;
}

.hanyo_bnr_area a {
  display: block;
  margin-bottom: 20px;
}

.hanyo_bnr_area_online-exhibition p {
  margin-top: 18px;
  text-align: center;
  margin-bottom: 48px;
}

#storemember {
  margin-top: 90px;
}

#storemember h3 {
  font-size: 24px;
  text-align: center;
  letter-spacing: 2.4px;
  line-height: calc(55 / 24);
  font-family: "TBGoStdDB", serif;
}

#storemember p {
  text-align: center;
  margin-top: 13px;
}

.ranking_section {
  text-align: center;
  margin-top: 56px;
}

.rank_icon {
  width: 32px;
  margin-top: 9px;
}

.rank_title {
  font-size: 20px;
  letter-spacing: 2px;
  font-family: "TBGoStdDB", serif;
  margin-top: 21px;
  margin-bottom: 9px;
}

.rank_sub_title {
  font-size: 15px;
  letter-spacing: 1.5px;
  font-family: "TBGoStdDB", serif;
}

.prefectures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 39px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rank_bg {
  background: #fff;
  border: 1px solid #d1c7c1;
  border-radius: 6px;
  width: 180px;
  position: relative;
  padding: 30px 0 24px;
  position: relative;
  cursor: pointer;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .rank_bg {
    width: 18.37%;
  }
}

.rank_bg :hover {
  opacity: 1;
}

.rank_bg .rank_num {
  position: absolute;
  left: 10px;
  top: -28px;
  background-color: #503a2f;
  width: 53px;
  height: 53px;
  border-radius: 100%;
  color: #fff;
  font-size: 13px;
  font-family: "TBGoStdDB", serif;
  padding-top: 2px;
}

.rank_bg .rank_num span {
  letter-spacing: -0.5px;
}

.rank_bg .rank_num span > span {
  font-size: 20px;
}

.rank_bg .rank_logo {
  width: 180px;
}

.rank_bg .rank_bg_title {
  font-size: 14px;
  line-height: calc(24 / 14);
  font-family: "TBGoStdDB", serif;
  padding: 21px 26px 143px;
}

.rank_bg:not(:nth-of-type(5n)) {
  margin-right: 20px;
}

.rank_bg:nth-of-type(10) .rank_num {
  font-size: 12px;
}

.rank_bg_pic {
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 134px;
}

.rank_bg:hover .rank_logo {
  opacity: 0.6;
}

.rank_bg:hover .rank_bg_title {
  opacity: 0.6;
}

.rank_bg:hover .rank_item {
  opacity: 0.6;
}

.c-header2023__container01__inner__cart__link__text {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  #pankuzu {
    font-size: calc(100vw / 640 * 20);
  }
}

.c-footer2023 {
  padding-top: 101px;
}

@media screen and (max-width: 767px) {
  .c-footer2023 {
    padding-top: calc(100vw / 640 * 30);
  }
}

/* .all_btn.aichi */
/* .all_btns.aichi_btns {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 48px;
}

.all_btn.aichi_btn a {
  width: 225px;
  line-height: calc(30 / 18);
  padding: 17px 10px 17px 17px;
  height: 96px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .all_btn.aichi_btn a {
    width: 216px;
  }
}
.all_btns .all_btn.aichi_btn:nth-child(n + 5) {
  margin-top: 25px;
}
.all_btns .all_btn.aichi_btn:nth-child(4n + 1) {
  margin-left: 0;
} */
/* --.all_btn.aichi */

.cc_showroom {
  padding-top: 78px;
}

.cc_showroom .section_title_sub {
  margin-top: 36px;
}

.showroom_pic {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-top: 49px;
}

.show_room_info_container {
  padding: 24px 40px 35px;
  background: #fff;
  margin-top: 39px;
  font-size: 15px;
  line-height: calc(34 / 15);
  font-family: "TBGoStdDB", serif;
}

@media screen and (max-width: 767px) {
  .show_room_info_container {
    font-size: calc(100vw / 640 * 24);
    line-height: calc(50 / 24);
    padding: calc(100vw / 640 * 42) calc(100vw / 640 * 40) calc(100vw / 640 * 40);
    margin-top: calc(100vw / 640 * 40);
  }
}

@media screen and (max-width: 767px) {
  .show_room_info_inner {
    padding: 0;
  }
}

.show_room_info_inner table {
  width: 100%;
  border: none;
  margin: 0 0 31px 0;
}

@media screen and (max-width: 767px) {
  .show_room_info_inner table {
    margin: 0 0 calc(100vw / 640 * 38) 0;
  }
}

.show_room_info_inner th {
  width: 75px;
  padding: 3px 0 1px;
  vertical-align: top;
  border-bottom: 1px #d1c7c1 solid;
}

@media screen and (max-width: 767px) {
  .show_room_info_inner th {
    width: calc(100vw / 640 * 120);
  }
}

.show_room_info_inner th p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .show_room_info_inner th p {
    width: calc(100vw / 640 * 120);
  }
}

.show_room_info_inner td {
  border-bottom: 1px #d1c7c1 solid;
  vertical-align: middle;
  padding: 3px calc(100vw / 640 * 40) 1px;
}

.show_room_info_inner td span {
  color: #ff7777;
}

.show_room_info_table tr:first-child td {
  padding: 3px 34px 1px;
}

@media screen and (max-width: 767px) {
  .show_room_info_table tr:first-child td {
    padding: 3px calc(100vw / 640 * 40) calc(100vw / 640 * 6);
  }
}

.show_room_info_table tr:nth-child(2) td {
  padding: 1px 34px 1px;
}

@media screen and (max-width: 767px) {
  .show_room_info_table tr:nth-child(2) td {
    padding: calc(100vw / 640 * 18) calc(100vw / 640 * 40) calc(100vw / 640 * 14);
  }
}

.show_room_info_table tr:nth-child(3) td {
  padding: 5px 34px 19px;
}

@media screen and (max-width: 767px) {
  .show_room_info_table tr:nth-child(3) td {
    padding: 5px calc(100vw / 640 * 40) 19px;
  }
}

.show_room_info_table tr:nth-child(4) td {
  padding: 6px 34px 4px;
}

@media screen and (max-width: 767px) {
  .show_room_info_table tr:nth-child(4) td {
    padding: calc(100vw / 640 * 12) calc(100vw / 640 * 40) calc(100vw / 640 * 12);
  }
}

.show_room_info_table tr:nth-child(5) td {
  padding: 1px 34px 9px;
}

@media screen and (max-width: 767px) {
  .show_room_info_table tr:nth-child(5) td {
    padding: calc(100vw / 640 * 11) calc(100vw / 640 * 40) calc(100vw / 640 * 11);
  }
}

.show_room_info_table tr:nth-child(6) td {
  padding: 7px 34px 2px;
}

@media screen and (max-width: 767px) {
  .show_room_info_table tr:nth-child(6) td {
    padding: calc(100vw / 640 * 14) calc(100vw / 640 * 40) calc(100vw / 640 * 14);
  }
}

.show_room_info_table tr:nth-child(7) td {
  padding: 7px 34px 8px;
}

@media screen and (max-width: 767px) {
  .show_room_info_table tr:nth-child(7) td {
    padding: 7px calc(100vw / 640 * 40) calc(100vw / 640 * 10);
  }
}

.show_room_info_table tr:nth-child(2) th {
  padding: 1px 0 1px;
}

@media screen and (max-width: 767px) {
  .show_room_info_table tr:nth-child(2) th {
    padding: calc(100vw / 640 * 16) 0 1px;
  }
}

.show_room_info_table tr:nth-child(3) th {
  padding: 6px 0 1px;
}

@media screen and (max-width: 767px) {
  .show_room_info_table tr:nth-child(3) th {
    padding: calc(100vw / 640 * 13) 0 1px;
  }
}

.show_room_info_table tr:nth-child(4) th {
  padding: 4px 0 1px;
}

@media screen and (max-width: 767px) {
  .show_room_info_table tr:nth-child(4) th {
    padding: calc(100vw / 640 * 14) 0 1px;
  }
}

.show_room_info_table tr:nth-child(5) th {
  padding: 1px 0 1px;
}

@media screen and (max-width: 767px) {
  .show_room_info_table tr:nth-child(5) th {
    padding: calc(100vw / 640 * 12) 0 1px;
  }
}

.show_room_info_table tr:nth-child(6) th {
  padding: 4px 0 1px;
}

@media screen and (max-width: 767px) {
  .show_room_info_table tr:nth-child(6) th {
    padding: calc(100vw / 640 * 12) 0 1px;
  }
}

.show_room_info_table tr:nth-child(7) th {
  padding: 6px 0 1px;
}

@media screen and (max-width: 767px) {
  .show_room_info_table tr:nth-child(7) th {
    padding: 6px 0 1px;
  }
}

.st_text {
  color: #ff7777;
}

@media screen and (max-width: 767px) {
  .text_indent {
    text-indent: -1em;
    padding-left: 1em;
    display: inline-block;
  }
}

.store_info_item_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin-top: 1px;
}

@media screen and (max-width: 767px) {
  .store_info_item_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: calc(100vw / 640 * 18);
  }
}

.store_info_item_btn a {
  width: 274px;
  padding: 11px 20px;
  margin-right: 10px;
  letter-spacing: 3.2px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .store_info_item_btn a {
    width: calc(100vw / 640 * 400);
    font-size: calc(100vw / 640 * 26);
    padding: calc(100vw / 640 * 13) calc(100vw / 640 * 24);
    margin-right: 0;
    letter-spacing: 0;
  }
}

.store_info_item_btn .boy_btn a {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .store_info_item_btn .boy_btn a {
    margin-right: 0;
    margin-bottom: calc(100vw / 640 * 20);
  }
}

.map_infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 8px;
}

.show_room_info_inner .clearfix .fLeft {
  float: inherit;
  width: 425px;
}

@media screen and (max-width: 767px) {
  .show_room_info_inner .clearfix .fLeft {
    width: calc(100vw / 640 * 520);
    margin: 0 auto;
  }
}

.show_room_info_inner .clearfix .fLeft #showroomMap div {
  margin-bottom: 5px;
}

.show_room_info_inner .clearfix .fLeft #showroomMap p {
  font-size: 15px;
  margin-top: 9px;
  font-size: 15px;
  line-height: calc(34 / 15);
}

@media screen and (max-width: 767px) {
  .show_room_info_inner .clearfix .fLeft #showroomMap p {
    font-size: calc(100vw / 640 * 24);
    line-height: calc(50 / 24);
    margin-top: calc(100vw / 640 * 22);
  }
}

.show_room_info_inner .clearfix .fRight {
  position: relative;
  width: 433px;
  height: 300px;
  float: inherit;
}

.modal-open {
  cursor: pointer;
}

.modal-open:hover {
  opacity: 0.6;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #7b7b7b;
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 20000;
  cursor: pointer;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 803px;
  width: 100%;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  cursor: auto;
}

.cc_point {
  padding-top: 14px;
  padding-bottom: 30px;
}

.showroom__point {
  text-align: center;
}

.showroom__point .point_num {
  width: 54px;
}

.showroom__point p {
  margin-top: 18px;
  margin-bottom: 18px;
}

.showroom__point .point_01_banner {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.showroom__point01 {
  margin-top: 38px;
}

.showroom__point02 {
  margin-top: 21px;
}

.showroom__point03 {
  margin-top: 30px;
}

.showroom__point04 {
  margin-top: 30px;
}

.aichi_ranking_section {
  background: #fff;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-top: 41px;
  padding: 35px 0 30px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .aichi_ranking_section {
    width: 100%;
    margin-right: inherit;
    margin-left: inherit;
  }
}

.ranking_content {
  margin-bottom: 51px;
}

.cc_more {
  margin-top: 88px;
}

.cc_more .cc_more_movie {
  width: 884px;
  margin: 29px auto 40px;
}

.cc_more iframe {
  border: 15px solid #8e6567;
}

.cc_enq {
  padding-top: 67px;
}

.cc_enq .cc_enq_list {
  padding: 0;
  margin-top: 64px;
}

.cc_enq .cc_enq_listTitle {
  margin-bottom: 27px;
}

.cc_enq_listTitle {
  font-size: 24px;
  background: #efebea;
  font-family: "TBGoStdDB", serif;
  padding: 52px 0 16px;
  letter-spacing: 2.4px;
  position: relative;
  border-bottom: 1px solid #d1c7c1;
}

.cc_enq_listTitle::before {
  content: "";
  display: inline-block;
  background: url(/Contents/ImagesPkg/store/pc/enq_sniopets_q1.png) no-repeat center center/contain;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  height: 43px;
}

.cc_enq_listTitle02::before {
  background: url(/Contents/ImagesPkg/store/pc/enq_sniopets_q2.png) no-repeat center center/contain;
}

.cc_enq_listTitle03::before {
  background: url(/Contents/ImagesPkg/store/pc/enq_sniopets_q3.png) no-repeat center center/contain;
}

.cc_enq_inner .cc_enq_inner_title {
  text-align: center;
  font-family: "TBGoStdDB", serif;
  font-size: 24px;
  letter-spacing: 2.4px;
}

.cc_enq_inner .cc_enq_inner_title::before {
  content: "";
  display: inline-block;
  background: url(/Contents/ImagesPkg/store/pc/enq_sniopets_r1.png) no-repeat center center/contain;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  margin-right: 8px;
  -webkit-transform: translate(2px, -2px);
  transform: translate(2px, -2px);
}

.cc_enq_inner .hukidasi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
}

.cc_enq_inner .hukidasi .hukidasi_item {
  width: 479px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cc_enq_inner .hukidasi .hukidasi_item {
    width: 49%;
  }
}

.cc_enq_inner .hukidasi .hukidasi_item::before {
  content: "";
  display: inline-block;
  background: url(/Contents/ImagesPkg/store/pc/enq_sniopets_parson.png) no-repeat center center/contain;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 8px;
  position: absolute;
  top: 79px;
}

.cc_enq_inner .hukidasi .hukidasi_item::after {
  content: "";
  position: absolute;
  top: 93px;
  left: 41px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 11px 7px 0;
  border-color: transparent #fff transparent transparent;
}

.cc_enq_inner .hukidasi p {
  background: #fff;
  padding: 15px 20px;
  width: 430px;
  font-size: 15px;
  line-height: calc(24 / 15);
  margin-left: auto;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cc_enq_inner .hukidasi p {
    width: 89%;
  }
}

.hukidasi .hukidasi_item:nth-child(2)::after {
  left: 541px !important;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hukidasi .hukidasi_item:nth-child(2)::after {
    left: 504px !important;
  }
}

.cc_enq_listItem {
  padding-bottom: 51px !important;
}

.cc_enq_listItem:nth-child(3) .cc_enq_inner_title::before {
  background: url(/Contents/ImagesPkg/store/pc/enq_sniopets_r2.png) no-repeat center center/contain;
}

.cc_enq_listItem:nth-child(4) .cc_enq_inner_title::before {
  background: url(/Contents/ImagesPkg/store/pc/enq_sniopets_r3.png) no-repeat center center/contain;
}

.cc_enq_q2 {
  margin-top: 48px;
}

.cc_enq_inner .cc_enq_inner_title_q2::before {
  background: url(/Contents/ImagesPkg/store/pc/enq_sniopets_a1.png) no-repeat center center/contain;
}

.cc_enq_listItem_q2 {
  padding-bottom: 47px !important;
}

.hukidasi_q2 {
  margin-top: 30px !important;
}

.hukidasi_q2 .hukidasi_item::before {
  top: 89px !important;
}

.hukidasi_q2 .hukidasi_item::after {
  top: 103px !important;
}

.answer-staffs {
  position: relative;
}

.answer-staffs::before {
  content: "";
  display: inline-block;
  background: url(/Contents/ImagesPkg/store/pc/enq_sniopets_person2.png) no-repeat center center/contain;
  width: 40px;
  height: 53px;
  vertical-align: middle;
  margin-right: 8px;
  position: absolute;
  top: 39px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .answer-staffs::before {
    left: 16px;
  }
}

.answer-staff {
  width: 930px;
  margin-left: auto;
  margin-bottom: 54px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .answer-staff {
    width: 93%;
  }
}

.hukidasi_a2 {
  margin-top: 30px !important;
}

.hukidasi_a2 .hukidasi_item::before {
  top: 89px !important;
}

.hukidasi_a2 .hukidasi_item::after {
  top: 103px !important;
}

.cc_enq_listItem_a2 {
  padding-bottom: 42px !important;
}

.cc_enq_inner .cc_enq_inner_title_a1::before {
  background: url(/Contents/ImagesPkg/store/pc/enq_sniopets_a1.png) no-repeat center center/contain;
}

.cc_enq_inner .cc_enq_inner_title_a2::before {
  background: url(/Contents/ImagesPkg/store/pc/enq_sniopets_a2.png) no-repeat center center/contain;
}

.cc_enq_inner .cc_enq_inner_title_a3::before {
  background: url(/Contents/ImagesPkg/store/pc/enq_sniopets_a3.png) no-repeat center center/contain;
}

.cc_enq_answertitle02 {
  font-family: "TBGoStdDB", serif;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  background: #bbb1ac;
  padding: 12px 0;
}

.cc_enq_listTitle03 {
  margin-top: 100px;
}

.hukidasi_q3 {
  margin-top: 30px !important;
}

.hukidasi_q3 .hukidasi_item::before {
  top: 89px !important;
}

.hukidasi_q3 .hukidasi_item::after {
  top: 103px !important;
}

.hukidasi_q3 .hukidasi_item:nth-child(3) {
  margin-top: 50px;
}

.hukidasi_q3 .hukidasi_item:nth-child(3)::before {
  top: 290px !important;
}

.hukidasi_q3 .hukidasi_item:nth-child(3)::after {
  top: 307px !important;
}

.anser-txt {
  padding: 18px 31px;
  background: #fff;
}

.anser-txt::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 41px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 11px 7px 0;
  border-color: transparent #fff transparent transparent;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .anser-txt::after {
    left: 56px;
  }
}

.anser-txt p {
  line-height: calc(40 / 16);
}

/*愛知県ページ改修*/
.zenkoku-aichi-lp .storePageHead_wrapper {
  display: flex;
  align-items: center;
  width: 1010px;
}
.zenkoku-aichi-lp .storePageHead_mv {
  width: 368px;
  margin-left: 50px;
}
.zenkoku-aichi-lp .storePageHead_title {
  width: calc(100% - 408px);
}
.zenkoku-aichi-lp #storePageHead .tittop,
.zenkoku-aichi-lp #storePageHead h1,
.zenkoku-aichi-lp #storePageHead .custom_text_top {
  text-align: left;
}
/* .all_btn.aichi */
/* .zenkoku-aichi-lp .all_btns .all_btn.aichi_btn:nth-child(4n + 1) {
  margin-left: 25px;
}
.zenkoku-aichi-lp .all_btns .all_btn.aichi_btn:nth-child(3n + 1) {
  margin-left: 0;
}
.zenkoku-aichi-lp .all_btns.aichi_btns {
  width: 727px;
  margin-left: auto;
  margin-right: auto;
}
.zenkoku-aichi-lp .all_btns .all_btn.aichi_btn:nth-child(n + 4) {
  margin-top: 25px;
} */
/* --.all_btn.aichi */
.main_btn {
  position: relative;
}
.main_btn_fukidashi {
  background: #ff7777;
  border-radius: 6px;
  padding: 9px 10px;
  font-size: 15px;
  letter-spacing: calc(1.5em / 15);
  color: #ffffff;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  min-width: 120px;
  text-align: center;
  top: -21px;
}
.main_btn_fukidashi::after {
  content: "";
  border-top: 8px solid #ff7777;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}

.zenkoku-aichi-lp #event {
  margin-top: 74px;
}
.zenkoku-aichi-lp #event .event_detail {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  background: url(/Contents/ImagesPkg/store/aichi/workshop_bg_pc.png) center top no-repeat;
  background-color: #e9e4e1;
  background-size: auto 400px;
  margin-top: 50px;
  padding-bottom: 80px;
}
.zenkoku-aichi-lp #event .event_detail .event_detail_top {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.zenkoku-aichi-lp #event .event_detail_top h3 {
  width: 300px;
  text-align: center;
}
.zenkoku-aichi-lp #event .event_detail_top h3 img {
  width: 250px;
}
.zenkoku-aichi-lp #event .event_detail_top .main_btn a {
  width: 300px;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 33px;
  letter-spacing: calc(4px / 20);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .zenkoku-aichi-lp .storePageHead_wrapper {
    width: 100vw;
  }
  .zenkoku-aichi-lp .storePageHead_mv {
    width: calc(100vw / 1024 * 368);
    margin-left: calc(100vw / 1024 * 50);
  }
  .zenkoku-aichi-lp .storePageHead_title {
    width: calc(100% - (100vw / 1024 * 408));
  }

  .zenkoku-aichi-lp .all_btns .all_btn.aichi_btn:nth-child(4n + 1) {
    margin-left: calc(100vw / 1024 * 25);
  }
  .zenkoku-aichi-lp .all_btns.aichi_btns {
    width: calc(100vw / 1024 * 727);
  }
  .zenkoku-aichi-lp .all_btns .all_btn.aichi_btn:nth-child(n + 4) {
    margin-top: calc(100vw / 1024 * 25);
  }
  .main_btn_fukidashi {
    border-radius: calc(100vw / 1024 * 6);
    padding: calc(100vw / 1024 * 9) calc(100vw / 1024 * 10);
    font-size: 1calc (100vw/ 1024 * 5);
    min-width: calc(100vw / 1024 * 120);
    top: calc(100vw / 1024 * -21);
  }
  .main_btn_fukidashi::after {
    border-top: calc(100vw / 1024 * 8) solid #ff7777;
    border-right: calc(100vw / 1024 * 8) solid transparent;
    border-left: calc(100vw / 1024 * 8) solid transparent;
    bottom: calc(100vw / 1024 * -6);
  }

  .zenkoku-aichi-lp #event {
    margin-top: calc(100vw / 1024 * 74);
  }
  .zenkoku-aichi-lp #event .event_detail {
    margin: 0 calc(50% - 51vw);
    padding: 0 calc(51vw - 50%);
    background-size: auto calc(100vw / 1024 * 400);
    margin-top: calc(100vw / 1024 * 50);
    padding-bottom: calc(100vw / 1024 * 80);
  }
  .zenkoku-aichi-lp #event .event_detail .event_detail_top {
    height: calc(100vw / 1024 * 400);
  }
  .zenkoku-aichi-lp #event .event_detail_top h3 {
    width: calc(100vw / 1024 * 300);
  }
  .zenkoku-aichi-lp #event .event_detail_top h3 img {
    width: calc(100vw / 1024 * 250);
  }
  .zenkoku-aichi-lp #event .event_detail_top .main_btn a {
    width: calc(100vw / 1024 * 300);
    min-height: calc(100vw / 1024 * 80);
    margin-top: calc(100vw / 1024 * 33);
  }
}
/* section#store */
@media screen and (min-width: 768px) {
  section#store {
    max-width: 980px;
    margin: 0 auto;
    height: inherit;
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* --section#store */
@media screen and (min-width: 768px) {
  .store_top .all_btns .all_btn:nth-child(3) {
    margin-left: 0;
  }
  #storeBody .gm_btn {
    margin-bottom: 0;
    padding: 21px 30px;
  }
  .all_store_container .main_btn_lg a {
    width: 100%;
    padding: 21px 30px;
    font-size: 18px;
  }
  .has_store_text {
    bottom: 65px;
  }
}
.banner_grp01 {
  background: unset;
}

.exihibition_info_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.exihibition_info_item {
  width: 48.5%;
  font-family: "TBGoStdDB", serif;
  background: #fff;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.exihibition_info_item h3 {
  padding: 15px 12px;
  background-color: #715f56;
  color: #fff;
  margin-bottom: 15px;
  font-size: 20px;
}

.exihibition_info_item h3 .waku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.6;
}

.exihibition_info_item h3 .fss {
  font-size: 15px;
}

.exihibition_info_item table {
  margin: 0 28px 5px 28px;
  font-size: 15px;
  border-collapse: collapse;
  border-spacing: 0;
  flex-grow: 1;
}

.exihibition_info_item table tbody tr th {
  text-align: left;
  width: 66px;
  margin-right: 20px;
  white-space: nowrap;
}

.exihibition_info_item table tbody tr td {
  line-height: calc(34 / 15);
  width: 335px;
  padding-left: 20px;
  padding-bottom: 10px;
}

.exihibition_info_item .exihibition_info_item_map {
  text-align: center;
  margin-top: 14px;
}

.exihibition_info_item .exhibition_info_item_btn {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 26px;
}

.exihibition_info_item .exhibition_info_item_btn .boy_btn {
  margin-bottom: 20px;
}
.exihibition_info .tab-header {
  border-bottom: 2px solid #ff7777;
  display: flex;
  margin-bottom: 33px;
}

.exihibition_info .tab-header .tab-link {
  width: 50%;
  height: 70px;
  background: #ffffff;
  color: #715f56;
  border: 1px solid #715f56;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  opacity: 0.5;
  font-family: "TBGoStdDB";
  font-size: 26px;
}
.exihibition_info .tab-header .tab-link.active {
  background: #ff7777;
  color: #fff;
  opacity: 1;
  border: 1px solid #ff7777;
  border-bottom: none;
}
[id="tab2"] .boy_btn a {
  background: #ff7777;
}

[id="tab2"] .boy_btn a[href=""] {
  background: #ffffff;
  pointer-events: none;
  border: 1px solid #503a2f;
}

[id="tab3"] .boy_btn a[href=""] {
  background: #ffffff;
  pointer-events: none;
  border: 1px solid #503a2f;
}

[id="tab2"] .boy_btn.goudou_btn {
  position: relative;
}

[id="tab2"] .boy_btn.marche_btn {
  position: relative;
}

[id="tab2"] .boy_btn.goudou_btn:hover a {
  background: #ff777755;
  opacity: 1;
}

[id="tab2"] .boy_btn.marche_btn:hover a {
  opacity: 1;
}

[id="tab2"] .boy_btn.goudou_btn:before {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  top: -20px;
  left: 5px;
  background: url(/Contents/feature/exhibition/pc/add_nagoyarandoserue.png);
  background-size: cover;
  image-rendering: -webkit-optimize-contrast;
}

[id="tab2"] .boy_btn.marche_btn:before {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  top: -20px;
  left: 5px;
  background: url(/Contents/feature/exhibition/pc/add_randoserumarche.png);
  background-size: cover;
  image-rendering: -webkit-optimize-contrast;
}
.display-products {
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
}

.display-products__title {
  font-weight: bold;
  color: #ff7777;
  margin-bottom: 10px;
  font-family: "TBGoStdDB", serif;
  font-size: 26px;
  padding-bottom: 30px;
  margin: 0;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 2.6px;
}

.display-products__table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-collapse: collapse;
}

.display-products__table tr {
  border-bottom: 1px solid #e6ded9;
  border-top: 1px solid #e6ded9;
  text-align: left;
  font-size: 15px;
  font-family: "TBGoStdDB", serif;
}

.display-products__table td {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  width: 70%;
}

.display-products__table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  width: 30%;
}
.all_store_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 57px;
  margin-bottom: 82px;
}
.all_store_container::before {
  content: "";
  display: block;
  width: 225px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.all_store_container::after {
  content: "";
  display: block;
  width: 225px;
}

.store_btn {
  width: 225px;
  margin-bottom: 28px;
  position: relative;
}
.store_btn a {
  width: 100%;
  letter-spacing: 0;
  font-size: 18px;
  padding: 21px 30px;
  border: 1px solid #715f56;
}
.exihibition_about {
  padding: 27px 0;
}

.exihibition_about_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 47px;
}

.text_link a {
  font-family: "TBGoStdDB", serif;
  color: #ff7777;
  text-decoration: underline;
}

.exihibition_about_left {
  width: 38.6%;
  margin-top: 12px;
}

.exihibition_about_left img {
  width: 335px;
}

.exihibition_about_right {
  width: 61.4%;
}

.exihibition_about_right ul li {
  line-height: calc(40 / 16);
  padding-left: 1em;
  text-indent: -1em;
}

.exihibition_about_right ul li::before {
  margin-left: 8px;
  content: "";
  position: relative;
  top: -2px;
  left: -8px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #503a2f;
}

.exihibition_about_right p {
  margin-top: 12px;
  margin-left: -3px;
}


/* 260226 */
#storeBg {
  background-color: #f8f7f7;
}
.Page_2025Wrap.zenkoku {
  background: none !important;
}

.section_title {
  padding-top: 0 !important;
  margin-bottom: 40px !important;
}
.section_title::before {
  content: none !important;
}

.store2026_title {
  position: relative;
  width: fit-content;
  min-width: 344px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-family: "TBGoStdDB", serif;
  letter-spacing: 2px;
  padding: 10px 48px;
  border-radius: 9999px;
  background-color: #ee7f7b;
  margin: 0 auto;
}
.store2026_title::before,
.store2026_title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 8px;
  aspect-ratio: 1 / 1;
  background-color: #fff;
  border-radius: 50%;
}
.store2026_title::before {
  left: 16px;
}
.store2026_title::after {
  right: 16px;
}

.store2026_top {
  margin: 0 0 70px;
}
.store2026_top_mv {
  position: relative;
  z-index: 0;
  aspect-ratio: 1440 / 400;
  min-height: 400px;
  margin: 0 0 40px;
}
.store2026_top_mv .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.store2026_top_mv_inner {
  height: 100% !important;
}
.store2026_top_mv_container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.store2026_top_mv_container .ttl_wrap {
  position: relative;
}
.store2026_top_mv_container h1 {
  color: #fff;
  font-size: 30px;
  font-family: "TBGoStdDB", serif;
  line-height: 1.5;
  text-align: center;
}
.store2026_top_mv_container h1 span {
  font-size: 22px;
}
.store2026_top_mv_container .circle {
  position: absolute;
  top: 0;
  right: -30px;
  transform: translate(100%, -100%);
  width: 73px;
  height: 73px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  background-color: #ee7f7b;
  border-radius: 50%;
}
.store2026_top_mv_container .map_pic {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 278px;
  aspect-ratio: 278 / 229;
}
.store2026_top_container p {
  text-align: center;
  line-height: calc(40 / 16);
  font-size: 16px;
}
.store2026_top_container .text_strong {
  line-height: calc(34 / 18);
  font-family: "TBGoStdDB";
  color: #ff7777;
  letter-spacing: 0.36px;
  font-size: 18px;
  margin: 5px 0 0;
}
.store2026_top_container .all_btns {
  justify-content: center;
  margin-top: 40px;
}
.store2026_top_container .all_btn a {
  display: inline-block;
  width: 234px;
  font-size: 18px;
  padding: 40px 20px;
  border-radius: 6px;
  border: 1px solid #bbb1ac;
}
.store2026_top_container .all_btn a:hover {
  opacity: 1;
}
.store2026_top_container .all_btns .all_btn:not(:first-of-type) {
  margin-left: 14px;
}

.store2026_top_container .all_btns.aichi_btns {
  justify-content: center;
  margin-top: 40px;
}

.store2026_top_container .all_btn.aichi_btn a {
  width: 152px;
  line-height: calc(28 / 17);
  padding: 14px 0;
  height: 105px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  font-size: 17px;
}
.store2026_top_container .all_btn.aichi_btn a::after {
  top: initial;
  bottom: 10px;
  right: 50%;
  transform: translateX(50%);
}
.store2026_top_aichi .store2026_top_mv_container .map_pic {
left: initial;
right: 0;
}

.exihibition2026_campaign {
  background-color: #f8f7f7;
  margin: 0 0 80px;
}

.exihibition2026_campaign_inner {
  position: relative;
}
.exihibition2026_campaign_inner h2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.exihibition2026_campaign_inner + .exihibition_campaign_inner {
  padding-top: 30px;
}
.exihibition2026_campaign_container {
  display: flex;
  background-color: #ece8e7;
  padding: 60px 34px 30px;
}
.exihibition2026_campaign_img {
  width: 400px;
}
.exihibition2026_campaign_description {
  width: calc(100% - 400px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 0 0 30px;
}
.exihibition2026_campaign_description h3 {
  width: calc(100% + 30px);
  font-size: 24px;
  font-family: "TBGoStdDB", serif;
  text-align: center;
  padding: 0 0 20px;
  border-bottom: 1px solid #d1c7c1;
  margin: 0 0 20px -30px;
}
.exihibition2026_campaign_description p {
  line-height: calc(25 / 15);
}
.exihibition2026_campaign_description .text_strong {
  font-family: "TBGoStdDB", serif;
  font-size: 16px;
  line-height: calc(30 / 16);
  margin: 0 0 10px;
}

.exihibition2026_info {
  background-color: #fff;
  padding: 80px 0;
}
.exihibition2026_info_tabs {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.exihibition2026_info_tabs .tab-link {
  width: 29%;
  height: 70px;
  background: #715f56;
  color: #fff;
  border-radius: 20px 20px 0 0;
  opacity: 0.5;
  font-family: "TBGoStdDB";
  font-size: 22px;
  border: none;
  transform: translateY(10px);
  transition: transform 0.2s linear;
}
.exihibition2026_info_tabs .tab-link.active {
  opacity: 1;
  transform: translateY(0);
}
.exihibition2026_info_tabs .tab-link:not(:first-of-type) {
  margin-left: 10px;
}
.exihibition2026_info_wrap {
  background-color: #ece8e7;
  padding: 40px;
  border-radius: 10px;
  border: 2px solid #715f56;
}

.exihibition2026_info .exhibition_info_item_btn {
  margin: 30px 28px;
}
.exihibition2026_info .exhibition_info_item_btn .boy_btn a {
  width: 100%;
}
.exihibition2026_info .exhibition_info_item_btn .girl_btn a {
  width: 100%;
}

.exihibition2026_info .exihibition_info_item h3 {
  position: relative;
}
.exihibition2026_info .exihibition_info_item h3 .balloon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  color: #503a2f;
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  padding: 5px 15px 5px 10px;
  border-radius: 9999px;
  filter: drop-shadow(0 0 1px #503a2f);
}
.exihibition2026_info .exihibition_info_item h3 .balloon::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 5px 0 0;
}
.exihibition2026_info .exihibition_info_item h3 .balloon::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 9px;
  height: 4px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.exihibition2026_info .exihibition_info_item h3 .marche_balloon::before {
  background: url(../../Contents/Feature/exhibition/pc/marche_icon.png) no-repeat center center / contain;
}
.exihibition2026_info .exihibition_info_item h3 .goudou_balloon::before {
  background: url(../../Contents/Feature/exhibition/pc/goudou_icon.png) no-repeat center center / contain;
}
.exihibition2026_info [id="tab2"] .boy_btn.goudou_btn:before {
  width: 66px;
  height: 66px;
  top: -20px;
  left: -20px;
  background: #fff url(../../Contents/feature/exhibition/pc/goudou_icon.png) no-repeat center center / 60% auto;
  border-radius: 50%;
  border: 1px solid #715f56;
}

.exihibition2026_info [id="tab2"] .boy_btn.marche_btn:before {
  width: 66px;
  height: 66px;
  top: -20px;
  left: -20px;
  background: #fff url(../../Contents/feature/exhibition/pc/marche_icon.png) no-repeat center center / 60% auto;
  border-radius: 50%;
  border: 1px solid #715f56;
}
.exihibition2026_info [id="tab3"] .boy_btn a[href=""] {
  color: #715f56;
}
.store2026_all {
  background-color: #fff;
  padding: 80px 0;
  margin: 0 0 80px;
}
.store2026_all .all_store_container {
  margin-bottom: 0;
}
.store2026_all .store_btn.active {
  opacity: 0.43;
}
#store {
  margin: 0 auto 80px !important;
}
.exihibition_about {
  padding: 0;
  margin: 0 0 80px;
}
.ranking_section {
  background-color: #fff;
  padding: 80px 0 0;
}
.ranking_section .boy_title {
  background-color: #384C6C;
  margin-bottom: 70px;
}
.ranking_section .girl_title {
  background-color: #A04444;
  margin-bottom: 70px;
}
.showroom2026_info {
  background-color: transparent;
  padding: 0 0 80px;
}
.showroom2026_info_wrap {
  background-color: #fff;
  padding: 32px;
}
.showroom2026_info_pic {
  width: 100%;
  aspect-ratio: 916 / 433;
}
.showroom2026_info .show_room_info {
  width: 100%;
}
