@charset "UTF-8";
body {
  color: #000000;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
body.no_scroll {
  position: fixed;
}

a {
  color: #000000;
}

a:hover, a:focus {
  color: #000000;
  text-decoration: none;
}

.imgFit {
  max-width: 100%;
  height: auto;
}

.imgMax {
  width: 100%;
  height: auto;
}

.noEvent {
  pointer-events: none;
  cursor: inherit;
}

.commonWidth {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .commonWidth {
    width: 89.333%;
  }
}
@media print, screen and (min-width: 768px) {
  .commonWidth {
    max-width: 980px;
    width: 90%;
  }
}
.ro:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.8;
}

.brightlyro:hover {
  color: #000000;
  text-decoration: none;
  filter: brightness(1.1);
}

.secNewHeader {
  position: fixed;
  z-index: 100;
  min-width: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
}
.secNewHeader .secNewHeaderIn {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.secNewHeader .secNewHeaderIn .logoArea .logoAreaIn {
  display: flex;
  align-items: flex-end;
}
.secNewHeader .secNewHeaderIn .logoArea .logoAreaIn .logoText {
  color: #013C5B;
  font-weight: 800;
}
.secNewHeader .secNewHeaderIn .logoArea .logoAreaIn .logoText .hideText {
  display: none;
}

/* 下層ページフッター */
#secLink.newSecLink {
  background: #fff;
  padding: 80px 0 40px 0;
}

.newFooterTitle {
  font-size: 24px;
  font-weight: 900;
  color: #000000;
  margin-bottom: 20px;
  line-height: 1;
}

.newFooterTitle a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.newFooterTitle a img {
  width: 35px;
}

.newFooterTitle a:hover {
  color: #FFCA00;
}

/* 対応地域 */
.newCorrespondArea {
  margin-bottom: 40px;
}
.newCorrespondArea .newCorrespondAreaChap {
  font-size: 18px;
  line-height: 2;
  margin-top: -9px;
  word-break: keep-all;
  overflow-wrap: break-word;
}

/* リンクバナー */
.newFooterSecCatalogIn .catalogContent .photo {
  display: block;
}

/* サイト内リンク */
.newFooterPageLinkArea {
  margin-bottom: 40px;
}
.newFooterPageLinkArea .newFooterPageLinkWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newFooterPageLinkArea .newFooterPageLinkWrap .pageLinkCol {
  width: 31%;
  font-size: 14px;
}
.newFooterPageLinkArea .newFooterPageLinkWrap .pageLinkCol .newLinkLevel01 {
  width: 100%;
  display: inline-block;
  line-height: normal;
  background: url(/shared/images/new_icoLinkArrow01.svg) right 9px no-repeat;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #000000;
  font-size: 14px;
}
.newFooterPageLinkArea .newFooterPageLinkWrap .pageLinkCol .newLinkLevel01:hover {
  color: #FFCA00;
}
.newFooterPageLinkArea .newFooterPageLinkWrap .pageLinkCol .newLinkList {
  padding: 10px 0px 10px 0px;
  border-top: 1px dotted #000000;
}
.newFooterPageLinkArea .newFooterPageLinkWrap .pageLinkCol .newLinkList:last-child {
  border-bottom: 1px dotted #000000;
}

/* 店舗リスト */
.newFooterShopListArea .newFooterPageLinkWrap {
  padding-top: 20px;
  border-top: 1px dotted #000000;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkTitle {
  border: 1px solid #707070;
  border-radius: 6px;
  padding: 20px 15px;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  gap: 12px;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkTitle .open_site,
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkTitle .close_site {
  width: 18px;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkTitle .close_site {
  display: none;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkTitle:hover > span {
  color: #FFCA00;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkTitle.active .open_site {
  display: none;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkTitle.active .close_site {
  display: block;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea {
  display: none;
  margin: 30px 0 15px;
  padding-left: 70px;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea > div:not(:last-child) {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px dotted #000000;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea .searchLinkDetailWrap {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea .searchLinkDetailWrap .searchLinkDetailTitle {
  width: calc(33.33% - 20px);
  font-size: 14px;
  font-weight: bold;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea .searchLinkDetailWrap .searchLinkDetailTitle .detailLink {
  color: #c8c9c9 !important;
  pointer-events: none !important;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea .searchLinkDetailWrap .searchLinkDetailTitle .detailLink.active {
  pointer-events: unset !important;
  color: #337ab7 !important;
  text-decoration: underline !important;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea .searchLinkDetailWrap .searchLinkDetailTitle .detailLink:hover {
  color: #FFCA00 !important;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea .searchLinkDetailWrap .searchLinkDetailContent {
  display: flex;
  flex-wrap: wrap;
  width: calc(66.66% - 20px);
  gap: 12px 40px;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea .searchLinkDetailWrap .searchLinkDetailContent .searchLinkDetail {
  width: calc(50% - 20px);
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea .searchLinkDetailWrap .searchLinkDetailContent .searchLinkDetail a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #337ab7;
  text-decoration: underline;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea .searchLinkDetailWrap .searchLinkDetailContent .searchLinkDetail a img {
  width: 6px;
}
.newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea .searchLinkDetailWrap .searchLinkDetailContent .searchLinkDetail a:hover {
  color: #FFCA00;
}

/* パンくず */
#secPankz.newPankz {
  color: #000000;
  padding: 0;
  margin-top: -10px;
  margin-bottom: 40px;
}
#secPankz.newPankz a {
  color: #000000;
}
#secPankz.newPankz a:first-child {
  background: url(/shared/images/logoFooterPankz.svg) left 6px no-repeat;
  padding: 4px 0 5px 30px;
}
#secPankz.newPankz .pankzWrap {
  line-height: 2.5em;
}

@media only screen and (max-width: 767px) {
  .secNewHeader .secNewHeaderIn {
    align-items: center;
    padding: 10px 0 10px 0;
    width: 89.33%;
  }
  .secNewHeader .secNewHeaderIn .logoArea .logoAreaIn .logoImg {
    margin: 0 10px 0 0;
  }
  .secNewHeader .secNewHeaderIn .logoArea .logoAreaIn .logoText {
    font-size: 20px;
    padding: 0 0 2px 0;
  }
  .secNewHeader .secNewHeaderIn .btnMenuSpArea {
    display: flex;
    gap: 15px;
  }
  .secNewHeader .secNewHeaderIn .btnMenuSpArea .btnMenuSp {
    display: flex;
    align-items: center;
  }
  .secNewHeader .secNewHeaderIn .btnMenuSpArea .btnMenuSp.active .menuSpTrigger span:nth-of-type(1) {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
    top: 7px;
    left: 0;
  }
  .secNewHeader .secNewHeaderIn .btnMenuSpArea .btnMenuSp.active .menuSpTrigger span:nth-of-type(2) {
    opacity: 0;
  }
  .secNewHeader .secNewHeaderIn .btnMenuSpArea .btnMenuSp.active .menuSpTrigger span:nth-of-type(3) {
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
    top: 7px;
    left: 0;
  }
  .secNewHeader .secNewHeaderIn .btnMenuSpArea .btnMenuSp .menuSpTrigger {
    position: relative;
    width: 20px;
    height: 16px;
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .secNewHeader .secNewHeaderIn .btnMenuSpArea .btnMenuSp .menuSpTrigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000000;
    transition: all 0.3s;
  }
  .secNewHeader .secNewHeaderIn .btnMenuSpArea .btnMenuSp .menuSpTrigger span:nth-of-type(1) {
    top: 0;
  }
  .secNewHeader .secNewHeaderIn .btnMenuSpArea .btnMenuSp .menuSpTrigger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .secNewHeader .secNewHeaderIn .btnMenuSpArea .btnMenuSp .menuSpTrigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menuListSpArea {
    display: none;
    position: fixed;
    z-index: -1;
    top: 0;
    z-index: 99;
    background: #ffffff;
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 75px;
    transition: all 0.3s;
    width: 100%;
  }
  .menuListSpArea.panelactive {
    display: block;
    opacity: 1;
  }
  .menuListSpArea .menuListSpAreaIn {
    margin: 10px auto 0;
    width: 89.33%;
  }
  .menuListSpArea .menuListSpAreaIn .menuListTable {
    margin: 0 0 11px 0;
  }
  .menuListSpArea .menuListSpAreaIn .menuListTable .tableTitle {
    background: #FFCA00;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 7px 0 8px 0;
  }
  .menuListSpArea .menuListSpAreaIn .menuListTable .tableTitle.Bold {
    padding: 12px 0 14px 0;
  }
  .menuListSpArea .menuListSpAreaIn .menuListTable .tableSubTitle {
    background: rgb(237, 241, 243);
    border-right: 1px dotted #053C5B;
    border-left: 1px dotted #053C5B;
    border-bottom: 1px dotted #053C5B;
    text-align: center;
    padding: 16px 0 15px 0;
  }
  .menuListSpArea .menuListSpAreaIn .menuListTable .tableSubTitle .telText {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #013C5B;
    font-size: min(9.33vw, 35px);
    font-weight: 800;
  }
  .menuListSpArea .menuListSpAreaIn .menuListTable .tableSubTitle .telText img {
    margin: 0 14px 0 0;
  }
  .menuListSpArea .menuListSpAreaIn .menuListTable .tableChapBox {
    border-left: 1px dotted #053C5B;
    display: flex;
    flex-wrap: wrap;
  }
  .menuListSpArea .menuListSpAreaIn .menuListTable .tableChapBox.topBorder {
    border-top: 1px dotted #053C5B;
    margin: 20px 0 0 0;
  }
  .menuListSpArea .menuListSpAreaIn .menuListTable .tableChapBox .tableChap {
    border-bottom: 1px dotted #053C5B;
    border-right: 1px dotted #053C5B;
    display: grid;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    place-items: center;
    padding: 8px 0 8px 0;
    width: 50%;
  }
  .menuListSpArea .menuListSpAreaIn .menuListTable .tableChapBox .tableChap:nth-child(2n+1):last-child {
    width: 100%;
  }
  .menuListSpArea .menuListSpAreaIn .menuListTable .tableChapBox .tableChap.typeBold {
    background: rgb(237, 241, 243);
    font-size: 20px;
    font-weight: 800;
    padding: 9px 0 11px 0;
  }
  .menuListSpArea .menuListSpAreaIn .menuListTable .tableChapBox .tableChap.typeLong {
    width: 100%;
  }
  .menuListSpArea .menuListSpAreaIn .menuListTable .tableChapBox .tableChap .tableChapLink {
    color: #013C5B;
  }
  .menuListSpArea .menuListSpAreaIn .menuListTable .tableMerchandBox {
    border-right: 1px dotted #053C5B;
    border-left: 1px dotted #053C5B;
  }
  .menuListSpArea .menuListSpAreaIn .menuListTable .tableMerchandBox .merchandChap {
    border-bottom: 1px dotted #053C5B;
  }
  .menuListSpArea .menuListSpAreaIn .menuListTable .tableMerchandBox .merchandChap.on {
    background: #C9D5DC;
  }
  .menuListSpArea .menuListSpAreaIn .menuListTable .tableMerchandBox .merchandChap.on .merchandTitle .Upimg {
    transform: scale(1, 1);
  }
  .menuListSpArea .menuListSpAreaIn .menuListTable .tableMerchandBox .merchandChap .merchandTitle {
    color: #013C5B;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 9px 0 9px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menuListSpArea .menuListSpAreaIn .menuListTable .tableMerchandBox .merchandChap .merchandTitle .Upimg {
    transform: scale(1, -1);
    margin: 0 0 0 11px;
  }
  .menuListSpArea .menuListSpAreaIn .menuListTable .tableMerchandBox .merchandChap .merchandDetail {
    display: none;
    background: #EDF1F3;
    border-top: 1px dotted #053C5B;
  }
  .menuListSpArea .menuListSpAreaIn .menuListTable .tableMerchandBox .merchandChap .merchandDetail .merchandDetailIn {
    margin: 0 auto;
    max-width: 255px;
  }
  .menuListSpArea .menuListSpAreaIn .menuListTable .tableMerchandBox .merchandChap .merchandDetail .merchandDetailIn .merchandList {
    border-bottom: 1px solid #92b4c7;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 10px 0;
  }
  .menuListSpArea .menuListSpAreaIn .menuListTable .tableMerchandBox .merchandChap .merchandDetail .merchandDetailIn .merchandList:last-child {
    border-bottom: none;
  }
  .menuListSpArea .menuListSpAreaIn .menuListTable .tableMerchandBox .merchandChap .merchandDetail .merchandDetailIn .merchandList a {
    color: #013C5B;
  }
  .newFooterSecCatalogIn .catalogContent .photo {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .newFooterTitle {
    font-size: 20px;
  }
  .newCorrespondArea .newCorrespondAreaChap {
    font-size: 14px;
    line-height: inherit;
    margin-top: -4px;
  }
  #secPankz.newPankz {
    font-size: 12px;
  }
  #secLink.newSecLink {
    padding: 40px 0 40px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secNewHeader .secNewHeaderIn .logoArea {
    margin: 0 0 0 1%;
  }
  .secNewHeader .secNewHeaderIn .logoArea .logoAreaIn {
    padding: 10px 0 0 0;
  }
  .secNewHeader .secNewHeaderIn .logoArea .logoAreaIn .logoImg {
    margin: 0 1vw 0 0;
    max-width: 120px;
    width: 100%;
  }
  .secNewHeader .secNewHeaderIn .logoArea .logoAreaIn .logoText {
    font-size: min(1.83vw, 20px);
    padding: 0 0 4px 0;
    white-space: nowrap;
  }
  .secNewHeader .secNewHeaderIn .linkArea {
    display: flex;
    align-items: flex-end;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item, .secNewHeader .secNewHeaderIn .linkArea .menu_tel {
    height: 100%;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item:first-child .menu_link::before, .secNewHeader .secNewHeaderIn .linkArea .menu_tel:first-child .menu_link::before {
    display: none;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item .menu_link, .secNewHeader .secNewHeaderIn .linkArea .menu_tel .menu_link {
    position: relative;
    color: #013C5B;
    display: block;
    line-height: 135%;
    font-size: min(1.28vw, 14px);
    font-weight: bold;
    padding: 18px 0.95vw 17px 0.95vw;
    height: 100%;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item .menu_link::before, .secNewHeader .secNewHeaderIn .linkArea .menu_tel .menu_link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 30%;
    background: #013C5B;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item .menu_link.verRed, .secNewHeader .secNewHeaderIn .linkArea .menu_tel .menu_link.verRed {
    background: #D52323;
    color: #ffffff;
    text-align: center;
    padding: 12px 13px 4px 13px;
    margin: 0 1px 0 0;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item .menu_link.verRed:last-child, .secNewHeader .secNewHeaderIn .linkArea .menu_tel .menu_link.verRed:last-child {
    margin: 0;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item .menu_link.verRed::before, .secNewHeader .secNewHeaderIn .linkArea .menu_tel .menu_link.verRed::before {
    display: none;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item .menu_link.verRed .bigText, .secNewHeader .secNewHeaderIn .linkArea .menu_tel .menu_link.verRed .bigText {
    font-size: min(1.65vw, 18px);
    font-weight: bold;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item .menu_link.verRed .bigText .icon_mailImg, .secNewHeader .secNewHeaderIn .linkArea .menu_tel .menu_link.verRed .bigText .icon_mailImg {
    margin: 0 4px 0 0;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item .menu_link.verRed .bigText .iconMailWhite, .secNewHeader .secNewHeaderIn .linkArea .menu_tel .menu_link.verRed .bigText .iconMailWhite {
    display: inline-block;
    margin: 0 4px 0 0;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item .menu_link.verRed .bigText .iconMailBlack, .secNewHeader .secNewHeaderIn .linkArea .menu_tel .menu_link.verRed .bigText .iconMailBlack {
    display: none;
    margin: 0 4px 0 0;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item .menu_link.verRed .smallText, .secNewHeader .secNewHeaderIn .linkArea .menu_tel .menu_link.verRed .smallText {
    font-size: min(0.91vw, 10px);
    font-weight: 300;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item .menu_link.verRed.subsidy, .secNewHeader .secNewHeaderIn .linkArea .menu_tel .menu_link.verRed.subsidy {
    background: #FFCA00;
    color: #333333;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item .drop-menu, .secNewHeader .secNewHeaderIn .linkArea .menu_tel .drop-menu {
    display: none;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1607843137) inset;
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item .drop-menu .drop-menuIn, .secNewHeader .secNewHeaderIn .linkArea .menu_tel .drop-menu .drop-menuIn {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1160px;
    padding: 15px 0 20px 0;
    width: 90.625%;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item .drop-menu .drop-menuIn .drop-menu_item, .secNewHeader .secNewHeaderIn .linkArea .menu_tel .drop-menu .drop-menuIn .drop-menu_item {
    padding: 0 1.05% 0 1.05%;
    position: relative;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item .drop-menu .drop-menuIn .drop-menu_item::before, .secNewHeader .secNewHeaderIn .linkArea .menu_tel .drop-menu .drop-menuIn .drop-menu_item::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-right: 1px dotted #013C5B;
    width: 1px;
    height: 14px;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item .drop-menu .drop-menuIn .drop-menu_item:last-child::before, .secNewHeader .secNewHeaderIn .linkArea .menu_tel .drop-menu .drop-menuIn .drop-menu_item:last-child::before {
    display: none;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item .drop-menu .drop-menuIn .drop-menu_item .drop-menu_link, .secNewHeader .secNewHeaderIn .linkArea .menu_tel .drop-menu .drop-menuIn .drop-menu_item .drop-menu_link {
    color: #013C5B;
    font-size: min(1.28vw, 14px);
    font-weight: 700;
    line-height: 135%;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item .drop-menu .drop-menuIn .drop-menu_item .drop-menu_link:hover, .secNewHeader .secNewHeaderIn .linkArea .menu_tel .drop-menu .drop-menuIn .drop-menu_item .drop-menu_link:hover {
    text-decoration: underline;
    color: #FFCA00;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item .drop-menu .drop-menuIn .menuTable, .secNewHeader .secNewHeaderIn .linkArea .menu_tel .drop-menu .drop-menuIn .menuTable {
    border-top: 1px dotted #013C5B;
    border-left: 1px dotted #013C5B;
    width: 100%;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item .drop-menu .drop-menuIn .menuTable tr, .secNewHeader .secNewHeaderIn .linkArea .menu_tel .drop-menu .drop-menuIn .menuTable tr {
    border-bottom: 1px dotted #013C5B;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item .drop-menu .drop-menuIn .menuTable tr th, .secNewHeader .secNewHeaderIn .linkArea .menu_tel .drop-menu .drop-menuIn .menuTable tr th {
    background: #C9D5DC;
    border-right: 1px dotted #013C5B;
    color: #013C5B;
    font-size: min(1.28vw, 14px);
    font-weight: bold;
    text-align: center;
    width: 13.4%;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item .drop-menu .drop-menuIn .menuTable tr td, .secNewHeader .secNewHeaderIn .linkArea .menu_tel .drop-menu .drop-menuIn .menuTable tr td {
    border-right: 1px dotted #013C5B;
    font-size: min(1.28vw, 14px);
    text-align: center;
    padding: 23px 0 20px 0;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item .drop-menu .drop-menuIn .menuTable tr td a, .secNewHeader .secNewHeaderIn .linkArea .menu_tel .drop-menu .drop-menuIn .menuTable tr td a {
    display: block;
    color: #013C5B;
    font-weight: 700;
    padding: 0 0 1px 0;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item .drop-menu .drop-menuIn .menuTable tr td a:hover, .secNewHeader .secNewHeaderIn .linkArea .menu_tel .drop-menu .drop-menuIn .menuTable tr td a:hover {
    border-bottom: 1px solid #FFCA00;
    color: #FFCA00;
    text-decoration: none;
    margin: 0 auto;
    padding: 0;
    width: fit-content;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item.hoverColor .menu_link, .secNewHeader .secNewHeaderIn .linkArea .menu_tel.hoverColor .menu_link {
    background: #FFCA00;
    color: #333333;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item.hoverColor .menu_link .bigText .iconMailWhite, .secNewHeader .secNewHeaderIn .linkArea .menu_tel.hoverColor .menu_link .bigText .iconMailWhite {
    display: none;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item.hoverColor .menu_link .bigText .iconMailBlack, .secNewHeader .secNewHeaderIn .linkArea .menu_tel.hoverColor .menu_link .bigText .iconMailBlack {
    display: inline-block;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item.hoverColor .menu_link.verRed, .secNewHeader .secNewHeaderIn .linkArea .menu_tel.hoverColor .menu_link.verRed {
    background: #FFCA00;
    color: #333333;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item.hoverColor .menu_link.subsidy, .secNewHeader .secNewHeaderIn .linkArea .menu_tel.hoverColor .menu_link.subsidy {
    background: #D52323;
    color: #FFFFFF;
  }
  .secNewHeader .secNewHeaderIn .linkArea .menu_item.hoverColor .menu_link.subsidy.verRed, .secNewHeader .secNewHeaderIn .linkArea .menu_tel.hoverColor .menu_link.subsidy.verRed {
    background: #D52323;
    color: #FFFFFF;
  }
  .secNewHeader .secNewHeaderIn .btnMenuSpArea {
    display: none;
  }
  .menuListSpArea {
    display: none;
  }
  .newFooterSecCatalogIn .catalogContent {
    display: block;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .newFooterSecCatalogIn .catalogContent .bnr_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px 0 -20px;
  }
  .newFooterSecCatalogIn .catalogContent .bnr_wrap a {
    width: calc(33.3333333333% - 40px);
    margin: 0 20px 40px 20px;
  }
}
.secSlideShow .secSlideShowIn .swiper-area .swiper-container .swiper-wrapper .swiper-slide a {
  width: 100%;
}
.secSlideShow .secSlideShowIn .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 90%;
}
.secSlideShow .secSlideShowIn .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  height: 10px;
  width: 10px;
}
.secSlideShow .secSlideShowIn .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #333333;
}

@media only screen and (max-width: 767px) {
  .secSlideShow .secSlideShowIn {
    padding: 0 0 40px 0;
  }
  .secSlideShow .secSlideShowIn .swiper-area {
    background: url(../images/slide_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .secSlideShow .secSlideShowIn .swiper-area .swiper-container .swiper-wrapper {
    align-items: center;
  }
  .secSlideShow .secSlideShowIn .swiper-pagination {
    padding: 6px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secSlideShow .secSlideShowIn {
    position: relative;
    padding: 0 0 70px 0;
  }
  .secSlideShow .secSlideShowIn .swiper-area .swiper-container .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    max-width: 980px;
    width: 90%;
  }
  .secSlideShow .secSlideShowIn .swiper-pagination {
    padding: 15px 0 0 0;
  }
  .secSlideShow .secSlideShowIn .swiper-button-prev, .secSlideShow .secSlideShowIn .swiper-button-next {
    background-image: none;
    top: calc(50% - 10px);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .secSlideShow .secSlideShowIn .swiper-button-prev {
    left: 7.5%;
  }
  .secSlideShow .secSlideShowIn .swiper-button-next {
    right: 7.5%;
  }
}
@media print, screen and (min-width: 1280px) {
  .secSlideShow .secSlideShowIn {
    position: relative;
    padding: 0 0 70px 0;
  }
  .secSlideShow .secSlideShowIn .swiper-button-prev {
    left: calc(50% - 550px);
  }
  .secSlideShow .secSlideShowIn .swiper-button-next {
    right: calc(50% - 550px);
  }
}
.secFeedBackHeader .feedBackLink .secFeedBackHeaderIn {
  display: flex;
  align-items: center;
}
.secFeedBackHeader .feedBackLink .secFeedBackHeaderIn .fukidasiImg {
  position: relative;
}
.secFeedBackHeader .feedBackLink .secFeedBackHeaderIn .fukidasiImg .fukidasiNum {
  position: absolute;
  top: 0;
  right: 0;
  background: #D52323;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-align: center;
}
.secFeedBackHeader .feedBackLink .secFeedBackHeaderIn .feedBackComment .commentText {
  font-weight: bold;
}
.secFeedBackHeader .feedBackLink .secFeedBackHeaderIn .feedBackComment .commentNum .valuationStar {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #ffe997;
}
.secFeedBackHeader .feedBackLink .secFeedBackHeaderIn .feedBackComment .commentNum .valuationStar .valuationStarIn {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffffff;
}
.secFeedBackHeader .feedBackLink .secFeedBackHeaderIn .feedBackComment .commentNum .averageNum {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .secFeedBackHeader {
    padding: 0;
  }
  .secFeedBackHeader .feedBackLink {
    background: url(../images/parts/parts_arrow03Down.svg) right 18px center no-repeat, #FFCA00;
    background-size: 13px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
    border-radius: 4px;
    display: block;
    margin: 0 auto;
    max-width: 335px;
    width: 90%;
  }
  .secFeedBackHeader .feedBackLink .secFeedBackHeaderIn {
    padding: 10px 0 10px 20px;
  }
  .secFeedBackHeader .feedBackLink .secFeedBackHeaderIn .fukidasiImg {
    max-width: 100px;
    width: 31.9%;
  }
  .secFeedBackHeader .feedBackLink .secFeedBackHeaderIn .fukidasiImg .fukidasiNum {
    padding: 1px 5px;
    border-radius: 15px;
    font-size: 10px;
    min-width: 28.39px;
  }
  .secFeedBackHeader .feedBackLink .secFeedBackHeaderIn .feedBackComment {
    padding: 8px 0 0 10px;
  }
  .secFeedBackHeader .feedBackLink .secFeedBackHeaderIn .feedBackComment .commentText {
    font-size: min(5.33vw, 20px);
    margin: 0 0 4px 0;
  }
  .secFeedBackHeader .feedBackLink .secFeedBackHeaderIn .feedBackComment .commentNum .valuationStar {
    font-size: min(5.33vw, 20px);
    margin: 0 5px 0 0;
  }
  .secFeedBackHeader .feedBackLink .secFeedBackHeaderIn .feedBackComment .commentNum .averageNum {
    font-size: min(5.33vw, 20px);
  }
}
@media print, screen and (min-width: 768px) {
  .secFeedBackHeader {
    background: #FFCA00;
    padding: 11px 0 10px 0;
  }
  .secFeedBackHeader .feedBackLink {
    display: block;
    margin: 0 auto;
    width: fit-content;
  }
  .secFeedBackHeader .feedBackLink .secFeedBackHeaderIn {
    justify-content: center;
  }
  .secFeedBackHeader .feedBackLink .secFeedBackHeaderIn .fukidasiImg .fukidasiNum {
    padding: 1px 5px;
    border-radius: 15px;
    font-size: 10px;
    min-width: 25.59px;
  }
  .secFeedBackHeader .feedBackLink .secFeedBackHeaderIn .feedBackComment {
    padding: 8px 0 0 10px;
  }
  .secFeedBackHeader .feedBackLink .secFeedBackHeaderIn .feedBackComment .commentText {
    font-size: 20px;
    margin: 0 0 5px 0;
  }
  .secFeedBackHeader .feedBackLink .secFeedBackHeaderIn .feedBackComment .commentNum .valuationStar {
    font-size: 20px;
    margin: 0 5px 0 0;
  }
  .secFeedBackHeader .feedBackLink .secFeedBackHeaderIn .feedBackComment .commentNum .averageNum {
    font-size: 20px;
  }
}
.secForm {
  margin: 29px 0;
}
.secForm .secFormIn {
  background: #FFCA00;
  padding: 20px 30px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.secForm .secFormIn .secFormLeft {
  background: #FFFFFF;
  padding: 10px 30px 20px;
  max-width: 520px;
}
.secForm .secFormIn .secFormLeft .secFormLeftTitleArea {
  display: flex;
  gap: 17px;
  margin-bottom: 20px;
}
.secForm .secFormIn .secFormLeft .secFormLeftTitleArea .secFormLeftTitleIcon {
  width: 80px;
  height: 80px;
}
.secForm .secFormIn .secFormLeft .secFormLeftTitleArea .secFormLeftTitleWrap {
  margin-top: 15px;
}
.secForm .secFormIn .secFormLeft .secFormLeftTitleArea .secFormLeftTitleWrap .formLeftTitle {
  font-weight: bolder;
  color: #D52424;
  font-size: 30px;
  line-height: 47px;
  margin-bottom: 26px;
}
.secForm .secFormIn .secFormLeft .secFormLeftTitleArea .secFormLeftTitleWrap .formLeftTitle span {
  font-size: 34px;
}
.secForm .secFormIn .secFormLeft .secFormLeftTitleArea .secFormLeftTitleWrap .formLeftDesc {
  font-size: 17px;
  line-height: 23px;
  font-weight: 500;
}
.secForm .secFormIn .secFormLeft .estimation_form .estimation_form_wrap {
  margin-bottom: 25px;
}
.secForm .secFormIn .secFormLeft .estimation_form .estimation_form_wrap .estimationFormRow:not(:last-child) {
  margin-bottom: 20px;
}
.secForm .secFormIn .secFormLeft .estimation_form .estimation_form_wrap .estimationFormRow {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.secForm .secFormIn .secFormLeft .estimation_form .estimation_form_wrap .estimationFormRow:not(:first-child) .estimationFormTitleArea {
  margin-top: 10px;
}
.secForm .secFormIn .secFormLeft .estimation_form .estimation_form_wrap .estimationFormRow .estimationFormTitleArea {
  max-width: 112px;
  min-width: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  font-weight: bold;
}
.secForm .secFormIn .secFormLeft .estimation_form .estimation_form_wrap .estimationFormRow .estimationFormTitleArea .estimationFormTitle {
  font-size: 14px;
  line-height: 18px;
}
.secForm .secFormIn .secFormLeft .estimation_form .estimation_form_wrap .estimationFormRow .estimationFormTitleArea .estimationFormTitleOptional {
  width: 40px;
  padding: 3px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  background: #B0B0B0;
  color: #fff;
}
.secForm .secFormIn .secFormLeft .estimation_form .estimation_form_wrap .estimationFormRow .estimationFormTitleArea .estimationFormTitleRequire {
  width: 40px;
  padding: 3px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  background: #D52424;
  color: #fff;
}
.secForm .secFormIn .secFormLeft .estimation_form .estimation_form_wrap .estimationFormRow .estimationFormMain {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  width: 100%;
}
.secForm .secFormIn .secFormLeft .estimation_form .estimation_form_wrap .estimationFormRow .estimationFormMain .checkboxLabel {
  display: inline-flex;
  align-items: center;
  min-width: 116px;
  max-width: 116px;
  gap: 3px;
}
.secForm .secFormIn .secFormLeft .estimation_form .estimation_form_wrap .estimationFormRow .estimationFormMain .checkboxLabel input {
  max-width: 16px;
  min-width: 16px;
  height: 16px;
}
.secForm .secFormIn .secFormLeft .estimation_form .estimation_form_wrap .estimationFormRow .estimationFormMain .checkboxLabel span {
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
}
.secForm .secFormIn .secFormLeft .estimation_form .estimation_form_wrap .estimationFormRow .inputLabel input {
  background: #FCF8D9;
  border: 1px solid #9FA0A0;
  font-size: 14px;
  width: 100%;
  padding: 13px;
}
.secForm .secFormIn .secFormLeft .estimation_form .estimation_form_wrap .estimationFormRow .inputLabel .formError {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  margin-left: 14px;
  margin-top: -8px;
  color: #D52424;
}
.secForm .secFormIn .secFormLeft .estimation_form .estimationFormSubmitArea {
  display: flex;
  justify-content: center;
}
.secForm .secFormIn .secFormLeft .estimation_form .estimationFormSubmitArea .estimationFormSubmit {
  background: #D52424;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  padding: 8px;
  max-width: 345px;
  margin: auto;
  width: 100%;
}
.secForm .secFormIn .secFormLeft .estimation_form .estimationFormSubmitArea .estimationFormSubmit:hover {
  background: #FFCA00;
  color: #000;
}
.secForm .secFormIn .secFormLeft .estimation_form .estimationFormSubmitArea .estimationFormSubmit:disabled {
  background: #B0B0B0;
  color: #fff;
}
.secForm .secFormIn .secFormRight {
  background: #FFFFFF;
  padding: 10px 22px 20px;
  max-width: 378px;
}
.secForm .secFormIn .secFormRight .secFormRightTitleArea {
  display: flex;
  gap: 17px;
  margin-bottom: 22px;
}
.secForm .secFormIn .secFormRight .secFormRightTitleArea .secFormRightTitleIcon {
  width: 76px;
  height: 76px;
}
.secForm .secFormIn .secFormRight .secFormRightTitleArea .secFormRightTitleWrap {
  margin-top: 15px;
}
.secForm .secFormIn .secFormRight .secFormRightTitleArea .secFormRightTitleWrap .formRightTitle {
  font-weight: bolder;
  color: #D52424;
  font-size: 30px;
  line-height: 47px;
  margin-bottom: 26px;
}
.secForm .secFormIn .secFormRight .secFormRightDescArea {
  margin-bottom: 20px;
  text-align: center;
}
.secForm .secFormIn .secFormRight .secFormRightDescArea .secFormRightDesc {
  font-weight: 500;
  font-size: 17px;
  line-height: 18px;
  letter-spacing: -1px;
}
.secForm .secFormIn .secFormRight .secFormRightDescArea .secFormRightTel {
  font-weight: 500;
  font-size: 50px;
  letter-spacing: -1.5px;
  line-height: 68px;
  color: #D52424;
}
.secForm .secFormIn .secFormRight .secFormRightDescArea .secFormRightTime {
  margin-top: -2px;
  font-size: 15px;
  font-weight: 500;
}
.secForm .secFormIn .secFormRight .secFormRightBG img {
  width: 100%;
  height: auto;
}
.secForm .formSuccess {
  margin-top: 16px;
  border: 3px solid #FFCA00;
  padding: 15px 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .secForm .secFormIn {
    flex-wrap: wrap;
  }
  .secForm .secFormIn .secFormLeft {
    max-width: none;
    width: 100%;
  }
  .secForm .secFormIn .secFormRight {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .secForm {
    margin: 20px 0 40px;
  }
  .secForm .secFormIn {
    padding: 10px;
  }
  .secForm .secFormIn .secFormLeft {
    padding: 12px 16px;
  }
  .secForm .secFormIn .secFormLeft .secFormLeftTitleArea {
    gap: 2.5px;
    margin-bottom: 13px;
  }
  .secForm .secFormIn .secFormLeft .secFormLeftTitleArea .secFormLeftTitleIcon {
    width: 42px;
    height: 42px;
  }
  .secForm .secFormIn .secFormLeft .secFormLeftTitleArea .secFormLeftTitleWrap {
    margin-top: 4px;
  }
  .secForm .secFormIn .secFormLeft .secFormLeftTitleArea .secFormLeftTitleWrap .formLeftTitle {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 13px;
  }
  .secForm .secFormIn .secFormLeft .secFormLeftTitleArea .secFormLeftTitleWrap .formLeftTitle span {
    font-size: 24px;
  }
  .secForm .secFormIn .secFormLeft .secFormLeftTitleArea .secFormLeftTitleWrap .formLeftDesc {
    font-size: 13px;
    line-height: 20px;
    margin-left: -45px;
  }
  .secForm .secFormIn .secFormLeft .estimation_form .estimation_form_wrap {
    margin-bottom: 13px;
  }
  .secForm .secFormIn .secFormLeft .estimation_form .estimation_form_wrap .estimationFormRow:not(:last-child) {
    margin-bottom: 13px;
  }
  .secForm .secFormIn .secFormLeft .estimation_form .estimation_form_wrap .estimationFormRow .estimationFormTitleArea {
    max-width: 100px;
    min-width: 100px;
  }
  .secForm .secFormIn .secFormLeft .estimation_form .estimation_form_wrap .estimationFormRow .estimationFormTitleArea .estimationFormTitle {
    font-size: 14px;
    line-height: 14px;
  }
  .secForm .secFormIn .secFormLeft .estimation_form .estimation_form_wrap .estimationFormRow .estimationFormTitleArea .estimationFormTitleOptional {
    width: 30px;
    padding: 2px;
    font-size: 10px;
    line-height: 13px;
  }
  .secForm .secFormIn .secFormLeft .estimation_form .estimation_form_wrap .estimationFormRow .estimationFormTitleArea .estimationFormTitleRequire {
    width: 30px;
    padding: 2px;
    font-size: 10px;
    line-height: 13px;
  }
  .secForm .secFormIn .secFormLeft .estimation_form .estimation_form_wrap .estimationFormRow .estimationFormMain {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 7px;
  }
  .secForm .secFormIn .secFormLeft .estimation_form .estimation_form_wrap .estimationFormRow .estimationFormMain .checkboxLabel {
    min-width: 100%;
    max-width: 100%;
    gap: 6px;
    height: 14px;
  }
  .secForm .secFormIn .secFormLeft .estimation_form .estimation_form_wrap .estimationFormRow .estimationFormMain .checkboxLabel input {
    max-width: 12px;
    min-width: 12px;
    height: 12px;
  }
  .secForm .secFormIn .secFormLeft .estimation_form .estimation_form_wrap .estimationFormRow .estimationFormMain .checkboxLabel span {
    font-size: 15px;
    line-height: 20px;
  }
  .secForm .secFormIn .secFormLeft .estimation_form .estimation_form_wrap .estimationFormRow .inputLabel input {
    font-size: 12px;
    padding: 6px;
  }
  .secForm .secFormIn .secFormLeft .estimation_form .estimation_form_wrap .estimationFormRow .inputLabel .formError {
    font-size: 12px;
    line-height: 18px;
    margin-left: 0px;
    margin-top: -4px;
  }
  .secForm .secFormIn .secFormLeft .estimation_form .estimationFormSubmitArea .estimationFormSubmit {
    font-size: 20px;
    line-height: 25px;
    padding: 11px 6px;
  }
  .secForm .secFormIn .secFormRight {
    display: none;
  }
  .secForm .formSuccess {
    margin-top: 8px;
    border: 3px solid #FFCA00;
    padding: 7.5px 5px;
    font-size: 12px;
    line-height: 15px;
  }
}
.secCase {
  background: #F4F3ED;
}
.secCase.companyOperatedShop {
  background: #FFFFFF;
}
.secCase .secCaseIn .secTitle .titleEn {
  font-weight: 800;
  line-height: 100%;
}
.secCase .secCaseIn .secTitle .titleJa {
  font-weight: 800;
  line-height: 100%;
}
.secCase .secCaseIn .caseContent .caseContentIn {
  display: flex;
  padding: 1px 1px 3px 1px;
}
.secCase .secCaseIn .caseContent .caseContentIn .caseLink .caseList {
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  height: 100%;
  overflow: hidden;
}
.secCase .secCaseIn .caseContent .caseContentIn .caseLink .caseList .photo {
  position: relative;
}
.secCase .secCaseIn .caseContent .caseContentIn .caseLink .caseList .photo::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.secCase .secCaseIn .caseContent .caseContentIn .caseLink .caseList .photo img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 100%;
  width: auto;
}
.secCase .secCaseIn .caseContent .caseContentIn .caseLink .caseList .detail .detailIn .typeTitle {
  background: #FFCB00;
  font-weight: 500;
  line-height: 100%;
  width: fit-content;
}
.secCase .secCaseIn .caseContent .caseContentIn .caseLink .caseList .detail .detailIn .caseShopInfoArea {
  margin: 0 0 7px 0;
}
.secCase .secCaseIn .caseContent .caseContentIn .caseLink .caseList .detail .detailIn .caseShopInfoArea span {
  padding: 1px 3px 1px 3px;
  background: #000000;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.secCase .secCaseIn .caseContent .caseContentIn .caseLink .caseList .detail .detailIn .mainTitle {
  font-weight: bold;
}
.secCase .secCaseIn .caseContent .caseContentIn .caseLink .caseList .detail .detailIn .matter .matterChap {
  display: flex;
}
.secCase .secCaseIn .caseContent .caseContentIn .caseLink .caseList .detail .detailIn .matter .matterChap .matterTitle {
  font-weight: 600;
  line-height: 150%;
}
.secCase .secCaseIn .caseContent .caseContentIn .caseLink .caseList .detail .detailIn .matter .matterChap .matterText {
  font-weight: 600;
  line-height: 150%;
}
.secCase .secCaseIn .btnArea {
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  display: block;
  font-weight: bold;
  margin: 0 auto 0;
  max-width: 335px;
  text-align: center;
  width: 100%;
}

.secCase .prefSearch::before {
  color: #D52323;
}

.secCase .prefSearch select {
  font-size: 18px;
  border: 1px solid #AAAAAA;
}

@media only screen and (max-width: 767px) {
  .secCase .prefSearchArea {
    margin: 0 0 40px 0;
  }
  .secCase .prefSearch select {
    font-size: 14px;
  }
  .secCase .prefSearchArea {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0 10px;
  }
  .secCase .prefSearchIcon img {
    width: 28px;
  }
  .secCase .prefSearch {
    flex: 1;
    position: relative;
  }
  .secCase .prefSearch select {
    width: 100%;
    border: 1px solid #707070;
    font-size: 14px;
    line-height: 19px;
    padding: 8px 40px 8px 8px;
    background: #fff;
  }
  .secCase .prefSearch::before {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    content: "▼";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EB5244;
    font-size: 16px;
    font-weight: 700;
    pointer-events: none;
  }
  .secCase .prefSearch select .default {
    font-weight: bold;
  }
}
@media only screen and (max-width: 520px) {
  .secCase .secCaseIn {
    padding: 42px 0 40px 0;
  }
  .secCase .secCaseIn .secTitle {
    margin: 0 0 25px 0;
  }
  .secCase .secCaseIn .secTitle .titleEn {
    font-size: 12px;
    margin: 0 0 6px 0;
  }
  .secCase .secCaseIn .secTitle .titleJa {
    font-size: 20px;
  }
  .secCase .secCaseIn .caseContent {
    margin: 0 0 10px 5.2%;
    overflow: scroll;
  }
  .secCase .secCaseIn .caseContent .caseContentIn {
    margin: 0 5.2% 0 0;
  }
  .secCase .secCaseIn .caseContent .caseContentIn .caseLink {
    margin: 0 5px 10px 0;
    min-width: 180px;
    width: 180px;
  }
  .secCase .secCaseIn .caseContent .caseContentIn .caseLink .caseList .detail {
    padding: 10px 10px 7px 11px;
  }
  .secCase .secCaseIn .caseContent .caseContentIn .caseLink .caseList .detail .detailIn .typeTitle {
    font-size: 10px;
    margin: 0 0 7px 0;
    padding: 3px 5px 4px 5px;
  }
  .secCase .secCaseIn .caseContent .caseContentIn .caseLink .caseList .detail .detailIn .mainTitle {
    font-size: 12px;
    line-height: 157%;
    margin: 0 0 3px 0;
  }
  .secCase .secCaseIn .caseContent .caseContentIn .caseLink .caseList .detail .detailIn .matter .matterChap {
    font-size: 10px;
  }
  .secCase .secCaseIn .caseContent .caseContentIn .caseLink .caseList .detail .detailIn .matter .matterChap .matterTitle {
    width: 53px;
  }
  .secCase .secCaseIn .caseContent .caseContentIn .caseLink .caseList .detail .detailIn .matter .matterChap .matterText {
    width: calc(100% - 53px);
  }
  .secCase .secCaseIn .btnArea {
    background: url(../images/parts/parts_arrow01Right.svg) right 6% center no-repeat, #FFCB00;
    font-size: 14px;
    padding: 12px 0 12px 0;
  }
}
@media only screen and (min-width: 521px) and (max-width: 767px) {
  .secCase .secCaseIn {
    padding: 42px 0 40px 0;
  }
  .secCase .secCaseIn .secTitle {
    margin: 0 0 25px 0;
  }
  .secCase .secCaseIn .secTitle .titleEn {
    font-size: 12px;
    margin: 0 0 6px 0;
  }
  .secCase .secCaseIn .secTitle .titleJa {
    font-size: 20px;
  }
  .secCase .secCaseIn .caseContent {
    margin: 0 0 10px 5.2%;
    overflow: scroll;
  }
  .secCase .secCaseIn .caseContent .caseContentIn .caseLink {
    margin: 0 5px 10px 0;
    min-width: 180px;
    width: 180px;
  }
  .secCase .secCaseIn .caseContent .caseContentIn .caseLink .caseList .detail {
    padding: 10px 10px 7px 11px;
  }
  .secCase .secCaseIn .caseContent .caseContentIn .caseLink .caseList .detail .detailIn .typeTitle {
    font-size: 10px;
    margin: 0 0 7px 0;
    padding: 3px 5px 4px 5px;
  }
  .secCase .secCaseIn .caseContent .caseContentIn .caseLink .caseList .detail .detailIn .mainTitle {
    font-size: 12px;
    line-height: 157%;
    margin: 0 0 3px 0;
  }
  .secCase .secCaseIn .caseContent .caseContentIn .caseLink .caseList .detail .detailIn .matter .matterChap {
    font-size: 10px;
  }
  .secCase .secCaseIn .caseContent .caseContentIn .caseLink .caseList .detail .detailIn .matter .matterChap .matterTitle {
    width: 53px;
  }
  .secCase .secCaseIn .caseContent .caseContentIn .caseLink .caseList .detail .detailIn .matter .matterChap .matterText {
    width: calc(100% - 53px);
  }
  .secCase .secCaseIn .btnArea {
    background: url(../images/parts/parts_arrow01Right.svg) right 6% center no-repeat, #FFCB00;
    font-size: 14px;
    padding: 12px 0 12px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secCase .secCaseIn {
    padding: 60px 0 60px 0;
  }
  .secCase .secCaseIn .secTitle {
    margin: 0 0 48px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .secCase .secCaseIn .secTitle .titleEn {
    font-size: 17px;
    margin: 0 0 10px 0;
  }
  .secCase .secCaseIn .secTitle .titleJa {
    font-size: 32px;
  }
  .secCase .secCaseIn .caseContent {
    margin: 0 auto 40px;
    max-width: 981px;
    width: 90%;
  }
  .secCase .secCaseIn .caseContent .caseContentIn .caseLink {
    margin: 0 0 0 0.510204%;
    width: 19.5918367347%;
  }
  .secCase .secCaseIn .caseContent .caseContentIn .caseLink:nth-child(6) {
    display: none;
  }
  .secCase .secCaseIn .caseContent .caseContentIn .caseLink:first-child {
    margin: 0;
  }
  .secCase .secCaseIn .caseContent .caseContentIn .caseLink .caseList .detail {
    padding: 12px 10px 10px 11px;
  }
  .secCase .secCaseIn .caseContent .caseContentIn .caseLink .caseList .detail .detailIn .typeTitle {
    font-size: 12px;
    margin: 0 0 7px 0;
    padding: 5px 5px 6px 6px;
  }
  .secCase .secCaseIn .caseContent .caseContentIn .caseLink .caseList .detail .detailIn .mainTitle {
    font-size: 14px;
    line-height: 157%;
    margin: 0 0 7px 0;
  }
  .secCase .secCaseIn .caseContent .caseContentIn .caseLink .caseList .detail .detailIn .matter .matterChap {
    font-size: 12px;
  }
  .secCase .secCaseIn .caseContent .caseContentIn .caseLink .caseList .detail .detailIn .matter .matterChap .matterTitle {
    width: 57px;
  }
  .secCase .secCaseIn .caseContent .caseContentIn .caseLink .caseList .detail .detailIn .matter .matterChap .matterText {
    width: calc(100% - 57px);
  }
  .secCase .secCaseIn .btnArea {
    background: url(../images/parts/parts_arrow01Right.svg) right 6% center no-repeat, #FFCB00;
    font-size: 16px;
    padding: 14px 0 15px 0;
  }
  .secCase .prefSearchArea {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .secCase .prefSearchIcon img {
    width: 28px;
  }
  .secCase .prefSearch {
    width: 180px;
    position: relative;
  }
  .secCase .prefSearch select {
    width: 100%;
    border: 1px solid #707070;
    font-size: 14px;
    line-height: 19px;
    padding: 8px 40px 8px 8px;
    background: #fff;
  }
  .secCase .prefSearch::before {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    content: "▼";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EB5244;
    font-size: 16px;
    font-weight: 700;
    pointer-events: none;
  }
  .secCase .prefSearch select .default {
    font-weight: bold;
  }
}
.switchBox {
  background: #F4F3ED;
}
.switchBox .switchBtnArea {
  display: flex;
}
.switchBox .switchBtnArea .switchBtn {
  cursor: pointer;
  background: #ffffff;
  border-radius: 4px 4px 0px 0px;
  font-weight: bold;
}
.switchBox .switchBtnArea .switchBtn:last-child {
  margin: 0;
}
.switchBox .switchBtnArea .switchBtn.active {
  background: #FFCB00;
}
.switchBox .switchContent {
  display: none;
}
.switchBox .switchContent.active {
  display: block;
}

@media only screen and (max-width: 767px) {
  .switchBox .switchBtnArea .switchBtn {
    font-size: 14px;
    display: grid;
    text-align: center;
    place-items: center;
    margin: 0 5px 0 0;
    min-height: 48px;
    max-width: 108px;
    width: 32.8%;
  }
}
@media print, screen and (min-width: 768px) {
  .switchBox .switchBtnArea .switchBtn {
    font-size: 18px;
    padding: 14px 27px 13px 27px;
    margin: 0 10px 0 0;
  }
}
.secStoreData {
  background: #FFCB00;
}
.secStoreData .secStoreDataIn .secTitleBox {
  display: flex;
  justify-content: space-between;
}
.secStoreData .secStoreDataIn .secTitleBox .secTitle .titleEn {
  font-weight: 800;
  line-height: 100%;
}
.secStoreData .secStoreDataIn .secTitleBox .secTitle .titleJa {
  font-weight: 800;
  line-height: 100%;
}
.secStoreData .secStoreDataIn .secTitleBox .staffPhotoBox {
  display: flex;
  flex-direction: row-reverse;
}
.secStoreData .secStoreDataIn .secTitleBox .staffPhotoBox .staffPhoto {
  position: relative;
}
.secStoreData .secStoreDataIn .secTitleBox .staffPhotoBox .staffPhoto .staffPhotoIn {
  padding-bottom: 100%;
  position: relative;
  height: 0;
  width: 100%;
}
.secStoreData .secStoreDataIn .secTitleBox .staffPhotoBox .staffPhoto .staffPhotoIn img {
  object-fit: cover;
  object-position: top;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.secStoreData .secStoreDataIn .storeDataContent {
  display: flex;
}
.secStoreData .secStoreDataIn .storeDataContent .addressBox .text {
  font-weight: 500;
}
.secStoreData .secStoreDataIn .storeDataContent .addressBox .photo {
  position: relative;
}
.secStoreData .secStoreDataIn .storeDataContent .addressBox .photo::before {
  content: "";
  display: block;
  padding-top: 73.66%;
}
.secStoreData .secStoreDataIn .storeDataContent .addressBox .photo img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 100%;
  width: auto;
}
.secStoreData .secStoreDataIn .storeDataContent .messageBox .messageFlex {
  display: flex;
  align-items: center;
}
.secStoreData .secStoreDataIn .storeDataContent .messageBox .messageFlex .messageImg .messageImgIn {
  padding-bottom: 100%;
  position: relative;
  height: 0;
  width: 100%;
}
.secStoreData .secStoreDataIn .storeDataContent .messageBox .messageFlex .messageImg .messageImgIn img {
  object-fit: cover;
  object-position: top;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.secStoreData .secStoreDataIn .storeDataContent .messageBox .messageFlex .messageText {
  font-weight: bold;
}
.secStoreData .secStoreDataIn .storeDataContent .messageBox .messageComment {
  position: relative;
  background: #ffffff;
  font-weight: 500;
}
.secStoreData .secStoreDataIn .storeDataContent .messageBox .messageComment .messageCommentImg {
  position: absolute;
}
.secStoreData .secStoreDataIn .storeDataContent .regionBox .title {
  font-weight: 800;
  line-height: 100%;
}
.secStoreData .secStoreDataIn .storeDataContent .regionBox .text {
  font-weight: 500;
}
.secStoreData .secStoreDataIn .storeDataContent .snsBox .title {
  font-weight: 800;
}
.secStoreData .secStoreDataIn .storeDataContent .snsBox .iconBox {
  display: flex;
  align-items: center;
}
.secStoreData .secStoreDataIn .storeDataContent .mapBox {
  width: 100%;
}
.secStoreData .secStoreDataIn .storeDataContent .mapBox .atlas {
  position: relative;
  width: 100%;
}
.secStoreData .secStoreDataIn .storeDataContent .mapBox .atlas::before {
  content: "";
  display: block;
}
.secStoreData .secStoreDataIn .storeDataContent .mapBox .atlas iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .secStoreData .secStoreDataIn {
    padding: 42px 0 39px 0;
  }
  .secStoreData .secStoreDataIn .secTitleBox {
    margin: 0 0 9px 0;
    min-height: 46px;
  }
  .secStoreData .secStoreDataIn .secTitleBox .secTitle .titleEn {
    font-size: 12px;
    margin: 0 0 2px 0;
  }
  .secStoreData .secStoreDataIn .secTitleBox .secTitle .titleJa {
    font-size: 20px;
  }
  .secStoreData .secStoreDataIn .secTitleBox .staffPhotoBox {
    margin: -5px 5px 0px 0;
  }
  .secStoreData .secStoreDataIn .secTitleBox .staffPhotoBox .staffPhoto {
    height: 46px;
    width: 46px;
    margin: 0px -7.5px 0 0;
  }
  .secStoreData .secStoreDataIn .storeDataContent {
    flex-direction: column;
  }
  .secStoreData .secStoreDataIn .storeDataContent .addressBox {
    order: 1;
    margin: 0 0 20px 0;
  }
  .secStoreData .secStoreDataIn .storeDataContent .addressBox .text {
    font-size: 14px;
    line-height: 200%;
    margin: 0 0 16px 0;
  }
  .secStoreData .secStoreDataIn .storeDataContent .messageBox {
    order: 3;
    margin: 0 0 20px 0;
  }
  .secStoreData .secStoreDataIn .storeDataContent .messageBox .messageFlex {
    margin: 0 0 25px 0;
  }
  .secStoreData .secStoreDataIn .storeDataContent .messageBox .messageFlex .messageImg {
    height: 60px;
    width: 60px;
    margin: 0 10px 0 0;
  }
  .secStoreData .secStoreDataIn .storeDataContent .messageBox .messageFlex .messageText {
    font-size: 20px;
    line-height: 150%;
    padding: 3px 0 0 0;
  }
  .secStoreData .secStoreDataIn .storeDataContent .messageBox .messageComment {
    font-size: 14px;
    line-height: 200%;
    padding: 12px 20px 14px 20px;
  }
  .secStoreData .secStoreDataIn .storeDataContent .messageBox .messageComment .messageCommentImg {
    left: 21px;
    top: -18px;
  }
  .secStoreData .secStoreDataIn .storeDataContent .regionBox {
    order: 4;
    margin: 0 0 12px 0;
  }
  .secStoreData .secStoreDataIn .storeDataContent .regionBox .title {
    font-size: 20px;
    margin: 0 0 14px 0;
  }
  .secStoreData .secStoreDataIn .storeDataContent .regionBox .text {
    font-size: 14px;
    line-height: 200%;
  }
  .secStoreData .secStoreDataIn .storeDataContent .snsBox {
    order: 5;
  }
  .secStoreData .secStoreDataIn .storeDataContent .snsBox .title {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
  .secStoreData .secStoreDataIn .storeDataContent .snsBox .iconBox .iconLink {
    margin: 0 20px 0 0;
  }
  .secStoreData .secStoreDataIn .storeDataContent .snsBox .iconBox .iconLink:last-child {
    margin: 0;
  }
  .secStoreData .secStoreDataIn .storeDataContent .mapBox {
    order: 2;
    margin: 0 0 36px 0;
  }
  .secStoreData .secStoreDataIn .storeDataContent .mapBox .atlas {
    margin: 0 0 19px 0;
  }
  .secStoreData .secStoreDataIn .storeDataContent .mapBox .atlas::before {
    padding-top: 58.81%;
  }
  .secStoreData .secStoreDataIn .storeDataContent .mapBox .atlasBtn {
    background: url(../images/parts/parts_arrow01Right.svg) right 6% center no-repeat, #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 12px 0 13px 0;
    margin: 0 auto;
    max-width: 335px;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .secStoreData .secStoreDataIn {
    padding: 57px 0 60px 0;
  }
  .secStoreData .secStoreDataIn .secTitleBox {
    min-height: 80px;
  }
  .secStoreData .secStoreDataIn .secTitleBox .secTitle .titleEn {
    font-size: 17px;
    margin: 0 0 4px 0;
  }
  .secStoreData .secStoreDataIn .secTitleBox .secTitle .titleJa {
    font-size: 32px;
  }
  .secStoreData .secStoreDataIn .secTitleBox .staffPhotoBox {
    margin: 0 10px 0 0;
  }
  .secStoreData .secStoreDataIn .secTitleBox .staffPhotoBox .staffPhoto {
    height: 80px;
    width: 80px;
    margin: 0px -12px 0 0;
  }
  .secStoreData .secStoreDataIn .storeDataContent {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -7px 0 0 0;
  }
  .secStoreData .secStoreDataIn .storeDataContent .addressBox {
    margin: 0 0 39px 0;
    width: 30.55%;
  }
  .secStoreData .secStoreDataIn .storeDataContent .addressBox .text {
    font-size: 18px;
    line-height: 166.66%;
    margin: 0 0 17px 0;
  }
  .secStoreData .secStoreDataIn .storeDataContent .messageBox {
    margin: 0 0 39px 0;
    width: 65.3%;
  }
  .secStoreData .secStoreDataIn .storeDataContent .messageBox .messageFlex {
    margin: 0 0 27px 0;
  }
  .secStoreData .secStoreDataIn .storeDataContent .messageBox .messageFlex .messageImg {
    height: 80px;
    width: 80px;
    margin: 0 19px 0 0;
  }
  .secStoreData .secStoreDataIn .storeDataContent .messageBox .messageFlex .messageText {
    font-size: 20px;
    line-height: 150%;
    padding: 8px 0 0 0;
  }
  .secStoreData .secStoreDataIn .storeDataContent .messageBox .messageComment {
    font-size: 16px;
    line-height: 187.5%;
    padding: 16px 20px 15px 20px;
  }
  .secStoreData .secStoreDataIn .storeDataContent .messageBox .messageComment .messageCommentImg {
    left: 30px;
    top: -18px;
  }
  .secStoreData .secStoreDataIn .storeDataContent .regionBox {
    margin: 0 0 33px 0;
    width: 46.875%;
  }
  .secStoreData .secStoreDataIn .storeDataContent .regionBox .title {
    font-size: 26px;
    margin: 0 0 14px 0;
  }
  .secStoreData .secStoreDataIn .storeDataContent .regionBox .text {
    font-size: 16px;
    line-height: 187.5%;
  }
  .secStoreData .secStoreDataIn .storeDataContent .snsBox {
    margin: 0 0 33px 0;
    width: 50.04%;
  }
  .secStoreData .secStoreDataIn .storeDataContent .snsBox .title {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
  .secStoreData .secStoreDataIn .storeDataContent .snsBox .iconBox .iconLink {
    margin: 0 19px 0 0;
  }
  .secStoreData .secStoreDataIn .storeDataContent .mapBox .atlas::before {
    padding-top: 40.81%;
  }
}
.secNews {
  background: #FFCB00;
}
.secNews .secNewsIn .secTitle .titleEn {
  font-weight: 800;
  line-height: 100%;
}
.secNews .secNewsIn .secTitle .titleJa {
  font-weight: 800;
  line-height: 100%;
}
.secNews .secNewsIn .newsContent {
  border-top: 1px dotted #000000;
}
.secNews .secNewsIn .newsContent .newsList {
  border-bottom: 1px dotted #000000;
  font-weight: 500;
}
.secNews .secNewsIn .newsContent .newsList .date {
  line-height: 100%;
  font-weight: 700;
}
.secNews .secNewsIn .newsContent .newsList .date .storeDate {
  background: #000000;
  color: #FFCB00;
  font-weight: 500;
}
.secNews .secNewsIn .newsContent .newsList .text {
  font-weight: 700;
}
.secNews .secNewsIn .btnArea {
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  display: block;
  font-weight: bold;
  margin: 0 auto 0;
  max-width: 335px;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .secNews .secNewsIn {
    padding: 42px 0 40px 0;
  }
  .secNews .secNewsIn .secTitle {
    margin: 0 0 20px 0;
  }
  .secNews .secNewsIn .secTitle .titleEn {
    font-size: 12px;
    margin: 0 0 3px 0;
  }
  .secNews .secNewsIn .secTitle .titleJa {
    font-size: 20px;
  }
  .secNews .secNewsIn .newsContent {
    margin: 0 0 20px 0;
  }
  .secNews .secNewsIn .newsContent .newsList {
    background: url(../images/parts/parts_arrow01Right.svg) right 0 center no-repeat;
    background-size: 8px;
    padding: 22px 10px 14.5px 0;
  }
  .secNews .secNewsIn .newsContent .newsList .date {
    font-size: 14px;
    margin: 0 0 4px 0;
  }
  .secNews .secNewsIn .newsContent .newsList .date .storeDate {
    font-size: 12px;
    margin: 0 2px 0 0;
    padding: 1px 3px 1px 3px;
  }
  .secNews .secNewsIn .newsContent .newsList .text {
    line-height: 200%;
    font-size: 14px;
  }
  .secNews .secNewsIn .btnArea {
    background: url(../images/parts/parts_arrow01Right.svg) right 6% center no-repeat, #FFFFFF;
    font-size: 14px;
    padding: 12px 0 13px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secNews .secNewsIn {
    padding: 57px 0 40px 0;
  }
  .secNews .secNewsIn .secTitle {
    margin: 0 0 20px 0;
  }
  .secNews .secNewsIn .secTitle .titleEn {
    font-size: 17px;
    margin: 0 0 3px 0;
  }
  .secNews .secNewsIn .secTitle .titleJa {
    font-size: 32px;
  }
  .secNews .secNewsIn .newsContent {
    margin: 0 0 39px 0;
  }
  .secNews .secNewsIn .newsContent .newsList {
    background: url(../images/parts/parts_arrow01Right.svg) right 0 center no-repeat;
    background-size: 10px;
    padding: 22px 10px 13px 0;
  }
  .secNews .secNewsIn .newsContent .newsList .date {
    font-size: 16px;
  }
  .secNews .secNewsIn .newsContent .newsList .date .storeDate {
    font-size: 12px;
    margin: 0 2px 0 0;
    padding: 1px 3px 1px 3px;
  }
  .secNews .secNewsIn .newsContent .newsList .text {
    line-height: 187.5%;
    font-size: 16px;
  }
  .secNews .secNewsIn .btnArea {
    background: url(../images/parts/parts_arrow01Right.svg) right 6% center no-repeat, #FFFFFF;
    font-size: 14px;
    padding: 14px 0 15px 0;
  }
}
.secDiary {
  background: #FFCB00;
}
.secDiary .secDiaryIn .secTitle .titleEn {
  font-weight: 800;
  line-height: 100%;
}
.secDiary .secDiaryIn .secTitle .titleJa {
  font-weight: 800;
  line-height: 100%;
}
.secDiary .secDiaryIn .diaryContent .diaryLink {
  display: block;
}
.secDiary .secDiaryIn .diaryContent .diaryLink .diaryList .photo {
  position: relative;
  overflow: hidden;
}
.secDiary .secDiaryIn .diaryContent .diaryLink .diaryList .photo::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.secDiary .secDiaryIn .diaryContent .diaryLink .diaryList .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.secDiary .secDiaryIn .diaryContent .diaryLink .diaryList .detail .detailIn .date {
  line-height: 100%;
  font-weight: 700;
}
.secDiary .secDiaryIn .diaryContent .diaryLink .diaryList .detail .detailIn .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 700;
}
.secDiary .secDiaryIn .btnArea {
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  display: block;
  font-weight: bold;
  margin: 0 auto 0;
  max-width: 335px;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .secDiary .secDiaryIn {
    padding: 42px 0 30px 0;
  }
  .secDiary .secDiaryIn .secTitle {
    margin: 0 0 21px 0;
  }
  .secDiary .secDiaryIn .secTitle .titleEn {
    font-size: 12px;
    margin: 0 0 2px 0;
  }
  .secDiary .secDiaryIn .secTitle .titleJa {
    font-size: 20px;
  }
  .secDiary .secDiaryIn .diaryContent {
    border-top: 1px dotted #000000;
    margin: 0 0 19px 0;
  }
  .secDiary .secDiaryIn .diaryContent .diaryLink {
    background: url(../images/parts/parts_arrow01Right.svg) right 0 center no-repeat;
    background-size: 8px;
    border-bottom: 1px dotted #000000;
  }
  .secDiary .secDiaryIn .diaryContent .diaryLink .diaryList {
    padding: 19px 0 19px 0;
    display: flex;
  }
  .secDiary .secDiaryIn .diaryContent .diaryLink .diaryList .photo {
    width: 120px;
  }
  .secDiary .secDiaryIn .diaryContent .diaryLink .diaryList .detail {
    display: grid;
    justify-content: start;
    place-items: center;
    padding: 0 11px 0 15px;
    width: calc(100% - 120px);
  }
  .secDiary .secDiaryIn .diaryContent .diaryLink .diaryList .detail .detailIn .date {
    font-size: 14px;
    margin: 0 0 4px 0;
  }
  .secDiary .secDiaryIn .diaryContent .diaryLink .diaryList .detail .detailIn .text {
    line-height: 200%;
    font-size: 14px;
  }
  .secDiary .secDiaryIn .btnArea {
    background: url(../images/parts/parts_arrow01Right.svg) right 6% center no-repeat, #FFFFFF;
    font-size: 14px;
    padding: 13px 0 13px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secDiary .secDiaryIn {
    padding: 57px 0 60px 0;
  }
  .secDiary .secDiaryIn .secTitle {
    margin: 0 0 22px 0;
  }
  .secDiary .secDiaryIn .secTitle .titleEn {
    font-size: 17px;
    margin: 0 0 4px 0;
  }
  .secDiary .secDiaryIn .secTitle .titleJa {
    font-size: 32px;
  }
  .secDiary .secDiaryIn .diaryContent {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 38px 0;
  }
  .secDiary .secDiaryIn .diaryContent .diaryLink {
    border-top: 1px dotted #000000;
    border-bottom: 1px dotted #000000;
    margin: 0 0.510204% 0 0;
    width: 19.5918367347%;
  }
  .secDiary .secDiaryIn .diaryContent .diaryLink:last-child {
    margin: 0;
  }
  .secDiary .secDiaryIn .diaryContent .diaryLink .diaryList {
    padding: 10px 0 0 0;
  }
  .secDiary .secDiaryIn .diaryContent .diaryLink .diaryList .detail {
    padding: 11px 8px 7px 11px;
  }
  .secDiary .secDiaryIn .diaryContent .diaryLink .diaryList .detail .detailIn .date {
    font-size: 16px;
  }
  .secDiary .secDiaryIn .diaryContent .diaryLink .diaryList .detail .detailIn .text {
    line-height: 187.5%;
    font-size: 16px;
  }
  .secDiary .secDiaryIn .btnArea {
    background: url(../images/parts/parts_arrow01Right.svg) right 6% center no-repeat, #FFFFFF;
    font-size: 16px;
    padding: 14px 0 15px 0;
  }
}
.secFeedBack {
  background: #F4F3ED;
}
.secFeedBack .secFeedBackIn .secTitleBox {
  display: flex;
  align-items: flex-end;
}
.secFeedBack .secFeedBackIn .secTitleBox .secTitle .titleEn {
  font-weight: bold;
  line-height: 100%;
}
.secFeedBack .secFeedBackIn .secTitleBox .secTitle .titleJa {
  font-weight: bold;
  line-height: 100%;
}
.secFeedBack .secFeedBackIn .valuationBox .text {
  font-weight: bold;
}
.secFeedBack .secFeedBackIn .valuationBox .valuationStar {
  position: relative;
  z-index: 0;
  color: #ffe997;
  display: inline-block;
  line-height: 100%;
  white-space: nowrap;
}
.secFeedBack .secFeedBackIn .valuationBox .valuationStar .valuationStarIn {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #FFCB00;
}
.secFeedBack .secFeedBackIn .reviewContent {
  background: #ffffff;
  border: 1px solid #CCCCCC;
  overflow-y: scroll;
}
.secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList:nth-last-child(2) .reviewListIn {
  border-bottom: none;
}
.secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn {
  border-bottom: 1px dotted #000000;
}
.secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn .reviewText .valuationStar {
  position: relative;
  z-index: 0;
  display: inline-block;
  line-height: 100%;
  white-space: nowrap;
  color: #ffe997;
}
.secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn .reviewText .valuationStar .valuationStarIn {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #FFCB00;
}
.secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn .reviewText .valuationDate {
  font-weight: bold;
}
.secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn .reviewText .valuationName {
  font-weight: bold;
}
.secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn .reviewComment .text {
  font-weight: 700;
}
.secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn .reviewComment .more {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  width: 100%;
}
.secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn .reviewComment .more .open, .secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn .reviewComment .more .closed {
  font-weight: bold;
}
.secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn .reviewComment .more .open {
  display: block;
}
.secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn .reviewComment .more .closed {
  display: none;
}
.secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn .reviewComment .more.on .open {
  display: none;
}
.secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn .reviewComment .more.on .closed {
  display: block;
}
.secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .more-btn {
  background: #333333;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .secFeedBack .secFeedBackIn {
    padding: 31px 0 40px 0;
  }
  .secFeedBack .secFeedBackIn .secTitleBox {
    margin: 0 0 5px 0;
  }
  .secFeedBack .secFeedBackIn .secTitleBox .secTitle .titleEn {
    font-size: 12px;
    margin: 0 0 6px 0;
  }
  .secFeedBack .secFeedBackIn .secTitleBox .secTitle .titleJa {
    font-size: 20px;
  }
  .secFeedBack .secFeedBackIn .secTitleBox .titleImg {
    margin: 0 0 0 7px;
  }
  .secFeedBack .secFeedBackIn .valuationBox {
    margin: 0 0 18px 0;
  }
  .secFeedBack .secFeedBackIn .valuationBox .text {
    font-size: 14px;
  }
  .secFeedBack .secFeedBackIn .valuationBox .valuationStar {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 0 4px 0 0px;
  }
  .secFeedBack .secFeedBackIn .reviewContent {
    max-height: 430px;
  }
  .secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList {
    padding: 18px 8px 0 8px;
  }
  .secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn {
    padding: 0 0 20px 0;
  }
  .secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn .reviewText {
    margin: 0 0 4px 0;
  }
  .secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn .reviewText .valuationStar {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 0 5px 0 0;
  }
  .secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn .reviewText .valuationDate {
    font-size: 14px;
    margin: 0 4px 0 0;
  }
  .secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn .reviewText .valuationName {
    font-size: 14px;
  }
  .secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn .reviewComment .text {
    line-height: 150%;
    font-size: 14px;
  }
  .secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn .reviewComment .more {
    background: url(../images/parts/parts_arrow04Down.svg) right 7% center no-repeat, #333333;
    background-size: 11px;
    margin: 7px 0 0 0;
    padding: 12px 0 14px 0;
  }
  .secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn .reviewComment .more .open, .secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn .reviewComment .more .closed {
    font-size: 14px;
  }
  .secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn .reviewComment .more.on {
    background: url(../images/parts/parts_arrow04Up.svg) right 7% center no-repeat, #333333;
  }
  .secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .more-btn {
    font-size: 22px;
    padding: 14px 0 14px 0;
    margin: 18px 10px 20px 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .secFeedBack .secFeedBackIn {
    padding: 63px 0 53px 0;
  }
  .secFeedBack .secFeedBackIn .secTitleBox {
    margin: 0 0 13px 0;
  }
  .secFeedBack .secFeedBackIn .secTitleBox .secTitle .titleEn {
    font-size: 17px;
    margin: 0 0 7px 0;
  }
  .secFeedBack .secFeedBackIn .secTitleBox .secTitle .titleJa {
    font-size: 32px;
  }
  .secFeedBack .secFeedBackIn .secTitleBox .titleImg {
    margin: 0 0 0 12px;
  }
  .secFeedBack .secFeedBackIn .valuationBox {
    margin: 0 0 40px 0;
  }
  .secFeedBack .secFeedBackIn .valuationBox .text {
    font-size: 18px;
  }
  .secFeedBack .secFeedBackIn .valuationBox .valuationStar {
    font-size: 23px;
    letter-spacing: 3px;
    margin: 0 9px 0 5px;
  }
  .secFeedBack .secFeedBackIn .reviewContent {
    max-height: 463px;
  }
  .secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList {
    padding: 18px 10px 0 10px;
  }
  .secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn {
    padding: 0 0 20px 0;
  }
  .secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn .reviewText {
    margin: 0 0 8px 0;
  }
  .secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn .reviewText .valuationStar {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 0 5px 0 0;
  }
  .secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn .reviewText .valuationDate {
    font-size: 14px;
    margin: 0 4px 0 0;
  }
  .secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn .reviewText .valuationName {
    font-size: 14px;
  }
  .secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn .reviewComment .text {
    line-height: 150%;
    font-size: 14px;
  }
  .secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn .reviewComment .more {
    background: url(../images/parts/parts_arrow04Down.svg) right 3% center no-repeat, #333333;
    background-size: 13px;
    margin: 15px 0 0 0;
    padding: 14px 0 14px 0;
  }
  .secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn .reviewComment .more .open, .secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn .reviewComment .more .closed {
    font-size: 14px;
  }
  .secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .reviewList .reviewListIn .reviewComment .more.on {
    background: url(../images/parts/parts_arrow04Up.svg) right 3% center no-repeat, #333333;
  }
  .secFeedBack .secFeedBackIn .reviewContent .reviewContentIn .more-btn {
    font-size: 22px;
    padding: 14px 0 14px 0;
    margin: 18px 10px 20px 10px;
  }
}
.secMotive .secMotiveIn .secTitle {
  display: block;
}
.secMotive .secMotiveIn .hikaku {
  display: block;
  margin: 0 auto 25px;
  width: 100%;
  max-width: 90%;
}
.secMotive .secMotiveIn .flexContent .linkList .linkListChap {
  display: block;
}
.secMotive .secMotiveIn .flexContent .linkList .linkListChap:last-child {
  margin: 0;
}
.secMotive .secMotiveIn .flexContent .adviceList {
  position: relative;
}
.secMotive .secMotiveIn .flexContent .adviceList .adviceListIn {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.secMotive .secMotiveIn .flexContent .adviceList .adviceListIn .adviceTitle {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  font-weight: 800;
  line-height: 135%;
  text-align: center;
}
.secMotive .secMotiveIn .flexContent .adviceList .adviceListIn .adviceText {
  font-weight: 700;
}
.secMotive .secMotiveIn .flexContent .adviceList .adviceListIn .adviceContent .adviceChap {
  background: #FFCB00;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 4px;
  display: block;
}
.secMotive .secMotiveIn .flexContent .adviceList .adviceListIn .adviceContent .adviceChap:last-child {
  margin: 0;
}
.secMotive .secMotiveIn .flexContent .adviceList .adviceListIn .adviceContent .adviceChap .adviceChapIn {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.secMotive .secMotiveIn .flexContent .adviceList .adviceListIn .adviceContent .adviceChap .adviceChapIn .adviceChapText .big {
  font-weight: bold;
  line-height: 117%;
}
.secMotive .secMotiveIn .flexContent .adviceList .adviceListIn .adviceContent .adviceChap .adviceChapIn .adviceChapText .small {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .secMotive .secMotiveIn {
    padding: 39px 0 40px 0;
  }
  .secMotive .secMotiveIn .secTitle {
    margin: 0 auto 18px;
    width: 295px;
  }
  .secMotive .secMotiveIn .hikaku {
    max-width: 100%;
  }
  .secMotive .secMotiveIn .flexContent .linkList {
    margin: 0 0 40px 0;
  }
  .secMotive .secMotiveIn .flexContent .linkList .linkListChap {
    margin: 0 0 10px 0;
  }
  .secMotive .secMotiveIn .flexContent .adviceList {
    margin: 0 auto;
    max-width: 335px;
    width: 100%;
  }
  .secMotive .secMotiveIn .flexContent .adviceList .adviceListIn {
    top: 53.8%;
    width: 76%;
  }
  .secMotive .secMotiveIn .flexContent .adviceList .adviceListIn .adviceTitle {
    font-size: min(5.33vw, 20px);
    margin: 0 0 6% 0;
    padding: 2.2% 0 2.1% 0;
  }
  .secMotive .secMotiveIn .flexContent .adviceList .adviceListIn .adviceText {
    font-size: min(3.73vw, 14px);
    line-height: 150%;
    margin: 0 0 6.8% 0;
  }
  .secMotive .secMotiveIn .flexContent .adviceList .adviceListIn .adviceContent .adviceChap {
    margin: 0 0 3.9% 0;
  }
  .secMotive .secMotiveIn .flexContent .adviceList .adviceListIn .adviceContent .adviceChap:last-child {
    margin: 0;
  }
  .secMotive .secMotiveIn .flexContent .adviceList .adviceListIn .adviceContent .adviceChap .adviceChapIn {
    padding: 4.8% 0 3.9% 0;
    width: 88.5%;
  }
  .secMotive .secMotiveIn .flexContent .adviceList .adviceListIn .adviceContent .adviceChap .adviceChapIn .adviceChapImg {
    margin: 0 9px 0 0;
    max-width: 40px;
    width: 17.8%;
  }
  .secMotive .secMotiveIn .flexContent .adviceList .adviceListIn .adviceContent .adviceChap .adviceChapIn .adviceChapText {
    padding: 2px 0 0 0;
  }
  .secMotive .secMotiveIn .flexContent .adviceList .adviceListIn .adviceContent .adviceChap .adviceChapIn .adviceChapText .big {
    font-size: min(5.33vw, 20px);
  }
  .secMotive .secMotiveIn .flexContent .adviceList .adviceListIn .adviceContent .adviceChap .adviceChapIn .adviceChapText .small {
    font-size: min(3.2vw, 12px);
  }
}
@media print, screen and (min-width: 768px) {
  .secMotive .secMotiveIn {
    padding: 61px 0 60px 0;
  }
  .secMotive .secMotiveIn .secTitle {
    margin: 0 auto 25px;
  }
  .secMotive .secMotiveIn .flexContent {
    display: flex;
    justify-content: space-between;
  }
  .secMotive .secMotiveIn .flexContent .linkList {
    width: 48.98%;
  }
  .secMotive .secMotiveIn .flexContent .linkList .linkListChap {
    margin: 0 0 3.1% 0;
  }
  .secMotive .secMotiveIn .flexContent .adviceList {
    width: 48.98%;
  }
  .secMotive .secMotiveIn .flexContent .adviceList .adviceListIn {
    top: 53.3%;
    width: 75%;
  }
  .secMotive .secMotiveIn .flexContent .adviceList .adviceListIn .adviceTitle {
    font-size: min(2.57vw, 28px);
    margin: 0 0 6% 0;
    padding: 2.9% 0 2.2% 0;
  }
  .secMotive .secMotiveIn .flexContent .adviceList .adviceListIn .adviceText {
    font-size: min(1.47vw, 16px);
    line-height: 187.5%;
    margin: 0 0 6% 0;
  }
  .secMotive .secMotiveIn .flexContent .adviceList .adviceListIn .adviceContent .adviceChap {
    margin: 0 0 3.5% 0;
  }
  .secMotive .secMotiveIn .flexContent .adviceList .adviceListIn .adviceContent .adviceChap:last-child {
    margin: 0;
  }
  .secMotive .secMotiveIn .flexContent .adviceList .adviceListIn .adviceContent .adviceChap .adviceChapIn {
    padding: 6.3% 0 6% 0;
    width: 77%;
  }
  .secMotive .secMotiveIn .flexContent .adviceList .adviceListIn .adviceContent .adviceChap .adviceChapIn .adviceChapImg {
    margin: 0 6.9% 0 0;
    width: 20.9%;
  }
  .secMotive .secMotiveIn .flexContent .adviceList .adviceListIn .adviceContent .adviceChap .adviceChapIn .adviceChapText .big {
    font-size: min(2.2vw, 24px);
    margin: 0 0 4% 0;
  }
  .secMotive .secMotiveIn .flexContent .adviceList .adviceListIn .adviceContent .adviceChap .adviceChapIn .adviceChapText .small {
    font-size: min(1.47vw, 16px);
  }
}
.secTestimonials {
  background: #F4F3ED;
}
.secTestimonials .secTestimonialsIn .secTitle .titleEn {
  font-weight: 800;
  line-height: 100%;
}
.secTestimonials .secTestimonialsIn .secTitle .titleJa {
  font-weight: 800;
  line-height: 100%;
}
.secTestimonials .secTestimonialsIn .testimonialsContent .testimonialsContentIn {
  display: flex;
  padding: 0 1px 3px 0;
}
.secTestimonials .secTestimonialsIn .testimonialsContent .testimonialsContentIn .testimonialsLink .testimonialsList {
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  height: 100%;
  overflow: hidden;
}
.secTestimonials .secTestimonialsIn .testimonialsContent .testimonialsContentIn .testimonialsLink .testimonialsList .photo {
  position: relative;
}
.secTestimonials .secTestimonialsIn .testimonialsContent .testimonialsContentIn .testimonialsLink .testimonialsList .photo::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.secTestimonials .secTestimonialsIn .testimonialsContent .testimonialsContentIn .testimonialsLink .testimonialsList .photo img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 100%;
  width: auto;
}
.secTestimonials .secTestimonialsIn .testimonialsContent .testimonialsContentIn .testimonialsLink .testimonialsList .detail .detailIn .comment {
  font-weight: bold;
  line-height: 150%;
}
.secTestimonials .secTestimonialsIn .testimonialsContent .testimonialsContentIn .testimonialsLink .testimonialsList .detail .detailIn .place {
  font-weight: bold;
  line-height: 150%;
}
.secTestimonials .secTestimonialsIn .btnArea {
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  display: block;
  font-weight: bold;
  margin: 0 auto 0;
  max-width: 335px;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 520px) {
  .secTestimonials .secTestimonialsIn {
    padding: 41px 0 40px 0;
  }
  .secTestimonials .secTestimonialsIn .secTitle {
    margin: 0 0 20px 0;
  }
  .secTestimonials .secTestimonialsIn .secTitle .titleEn {
    font-size: 12px;
    margin: 0 0 5px 0;
  }
  .secTestimonials .secTestimonialsIn .secTitle .titleJa {
    font-size: 20px;
  }
  .secTestimonials .secTestimonialsIn .testimonialsContent {
    margin: 0 0 12px 5.2%;
    overflow: scroll;
  }
  .secTestimonials .secTestimonialsIn .testimonialsContent .testimonialsContentIn {
    flex-wrap: wrap;
    margin: 0 5.2% 0 0;
    width: 495px;
  }
  .secTestimonials .secTestimonialsIn .testimonialsContent .testimonialsContentIn .testimonialsLink {
    margin: 0 5px 10px 0;
    width: 32.32%;
  }
  .secTestimonials .secTestimonialsIn .testimonialsContent .testimonialsContentIn .testimonialsLink .testimonialsList .detail {
    padding: 7px 10px 7px 11px;
  }
  .secTestimonials .secTestimonialsIn .testimonialsContent .testimonialsContentIn .testimonialsLink .testimonialsList .detail .detailIn .comment {
    font-size: 12px;
    margin: 0 0 4px 0;
  }
  .secTestimonials .secTestimonialsIn .testimonialsContent .testimonialsContentIn .testimonialsLink .testimonialsList .detail .detailIn .place {
    font-size: 10px;
  }
  .secTestimonials .secTestimonialsIn .btnArea {
    background: url(../images/parts/parts_arrow01Right.svg) right 6% center no-repeat, #FFCB00;
    font-size: 14px;
    padding: 11px 0 13px 0;
  }
}
@media only screen and (min-width: 521px) and (max-width: 767px) {
  .secTestimonials .secTestimonialsIn {
    padding: 41px 0 40px 0;
  }
  .secTestimonials .secTestimonialsIn .secTitle {
    margin: 0 0 20px 0;
  }
  .secTestimonials .secTestimonialsIn .secTitle .titleEn {
    font-size: 12px;
    margin: 0 0 5px 0;
  }
  .secTestimonials .secTestimonialsIn .secTitle .titleJa {
    font-size: 20px;
  }
  .secTestimonials .secTestimonialsIn .testimonialsContent {
    margin: 0 0 12px 5.2%;
    overflow: scroll;
  }
  .secTestimonials .secTestimonialsIn .testimonialsContent .testimonialsContentIn {
    flex-wrap: wrap;
    width: 100%;
  }
  .secTestimonials .secTestimonialsIn .testimonialsContent .testimonialsContentIn .testimonialsLink {
    margin: 0 5px 10px 0;
    width: 160px;
  }
  .secTestimonials .secTestimonialsIn .testimonialsContent .testimonialsContentIn .testimonialsLink .testimonialsList .detail {
    padding: 7px 10px 7px 11px;
  }
  .secTestimonials .secTestimonialsIn .testimonialsContent .testimonialsContentIn .testimonialsLink .testimonialsList .detail .detailIn .comment {
    font-size: 12px;
    margin: 0 0 4px 0;
  }
  .secTestimonials .secTestimonialsIn .testimonialsContent .testimonialsContentIn .testimonialsLink .testimonialsList .detail .detailIn .place {
    font-size: 10px;
  }
  .secTestimonials .secTestimonialsIn .btnArea {
    background: url(../images/parts/parts_arrow01Right.svg) right 6% center no-repeat, #FFCB00;
    font-size: 14px;
    padding: 11px 0 13px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secTestimonials .secTestimonialsIn {
    padding: 62px 0 59px 0;
  }
  .secTestimonials .secTestimonialsIn .secTitle {
    margin: 0 0 42px 0;
  }
  .secTestimonials .secTestimonialsIn .secTitle .titleEn {
    font-size: 17px;
    margin: 0 0 7px 0;
  }
  .secTestimonials .secTestimonialsIn .secTitle .titleJa {
    font-size: 32px;
  }
  .secTestimonials .secTestimonialsIn .testimonialsContent {
    margin: 0 auto 40px;
    max-width: 981px;
    width: 90%;
  }
  .secTestimonials .secTestimonialsIn .testimonialsContent .testimonialsContentIn .testimonialsLink {
    margin: 0 0 0 0.510204%;
    width: 19.5918367347%;
  }
  .secTestimonials .secTestimonialsIn .testimonialsContent .testimonialsContentIn .testimonialsLink:nth-child(6) {
    display: none;
  }
  .secTestimonials .secTestimonialsIn .testimonialsContent .testimonialsContentIn .testimonialsLink:first-child {
    margin: 0;
  }
  .secTestimonials .secTestimonialsIn .testimonialsContent .testimonialsContentIn .testimonialsLink .testimonialsList .detail {
    padding: 9px 10px 9px 11px;
  }
  .secTestimonials .secTestimonialsIn .testimonialsContent .testimonialsContentIn .testimonialsLink .testimonialsList .detail .detailIn .comment {
    font-size: 12px;
    margin: 0 0 12px 0;
  }
  .secTestimonials .secTestimonialsIn .testimonialsContent .testimonialsContentIn .testimonialsLink .testimonialsList .detail .detailIn .place {
    font-size: 12px;
  }
  .secTestimonials .secTestimonialsIn .btnArea {
    background: url(../images/parts/parts_arrow01Right.svg) right 6% center no-repeat, #FFCB00;
    font-size: 16px;
    padding: 14px 0 15px 0;
  }
}
.secCatalog.companyOperatedShop {
  background: #F4F3ED;
}
.secCatalog .secCatalogIn .secTitle .titleEn {
  font-weight: 800;
  line-height: 100%;
}
.secCatalog .secCatalogIn .secTitle .titleJa {
  font-weight: 800;
  line-height: 100%;
}
.secCatalog .secCatalogIn .catalogText {
  font-weight: 600;
}
.secCatalog .secCatalogIn .catalogContent .photo {
  display: block;
}

@media only screen and (max-width: 767px) {
  .secCatalog .secCatalogIn {
    padding: 43px 0 30px 0;
  }
  .secCatalog .secCatalogIn .secTitle {
    margin: 0 0 15px 0;
  }
  .secCatalog .secCatalogIn .secTitle .titleEn {
    font-size: 12px;
    margin: 0 0 2px 0;
  }
  .secCatalog .secCatalogIn .secTitle .titleJa {
    font-size: 20px;
  }
  .secCatalog .secCatalogIn .catalogText {
    font-size: 14px;
    line-height: 200%;
    margin: 0 0 15px 0;
  }
  .secCatalog .secCatalogIn .catalogContent .photo {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secCatalog .secCatalogIn {
    padding: 62px 0 41px 0;
  }
  .secCatalog .secCatalogIn .secTitle {
    margin: 0 0 18px 0;
  }
  .secCatalog .secCatalogIn .secTitle .titleEn {
    font-size: 17px;
    margin: 0 0 6px 0;
  }
  .secCatalog .secCatalogIn .secTitle .titleJa {
    font-size: 32px;
  }
  .secCatalog .secCatalogIn .catalogText {
    font-size: 18px;
    line-height: 188.8%;
    margin: 0 0 32px 0;
  }
  .secCatalog .secCatalogIn .catalogContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .secCatalog .secCatalogIn .catalogContent .photo {
    width: 48.97%;
    margin: 0 0 20px 0;
  }
}
.secInspect .secInspectIn {
  color: #000000;
}
.secInspect .secInspectIn .leftBox .leftBoxIn .secSubTitle {
  position: relative;
  background: #ffffff;
  font-weight: 800;
  text-align: center;
}
.secInspect .secInspectIn .leftBox .leftBoxIn .secSubTitle .subTitleImg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.secInspect .secInspectIn .leftBox .leftBoxIn .secTitle {
  font-weight: 800;
  text-align: center;
}
.secInspect .secInspectIn .rightBox .linkChap {
  background: #FFCB00;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 4px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.secInspect .secInspectIn .rightBox .linkChap:last-child {
  margin: 0;
}
.secInspect .secInspectIn .rightBox .linkChap .chapContent .chapContentIn {
  margin: 0 auto;
}
.secInspect .secInspectIn .rightBox .linkChap .chapContent .chapContentIn .big {
  font-weight: bold;
}
.secInspect .secInspectIn .rightBox .linkChap .chapContent .chapContentIn .small {
  font-weight: 500;
}

@media only screen and (max-width: 520px) {
  .secInspect {
    background: url(../images/InspectBkSp.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .secInspect .secInspectIn {
    padding: 38px 0 0 0;
  }
  .secInspect .secInspectIn .leftBox .leftBoxIn .secSubTitle {
    border-radius: 20px;
    font-size: min(5.33vw, 20px);
    line-height: 135%;
    max-width: 268px;
    margin: 0 auto 15px;
    padding: 8px 0 8px 0;
  }
  .secInspect .secInspectIn .leftBox .leftBoxIn .secSubTitle .subTitleImg {
    bottom: -9px;
  }
  .secInspect .secInspectIn .leftBox .leftBoxIn .secTitle {
    font-size: min(8vw, 30px);
    line-height: 150%;
    margin: 0 0 15px 0;
  }
  .secInspect .secInspectIn .rightBox {
    margin: 0 0 10px 0;
  }
  .secInspect .secInspectIn .rightBox .linkChap {
    margin: 0 0 10px 0;
  }
  .secInspect .secInspectIn .rightBox .linkChap .chapImg {
    width: 85px;
  }
  .secInspect .secInspectIn .rightBox .linkChap .chapContent {
    width: calc(100% - 85px);
  }
  .secInspect .secInspectIn .rightBox .linkChap .chapContent .chapContentIn {
    width: 93%;
  }
  .secInspect .secInspectIn .rightBox .linkChap .chapContent .chapContentIn .big {
    font-size: min(5.33vw, 20px);
    line-height: 120%;
  }
  .secInspect .secInspectIn .rightBox .linkChap .chapContent .chapContentIn .small {
    font-size: min(3.2vw, 12px);
  }
  .secInspect .secInspectIn .boxImg {
    width: fit-content;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 521px) and (max-width: 767px) {
  .secInspect {
    background: url(../images/InspectBk.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .secInspect .secInspectIn {
    padding: 38px 0 0 0;
  }
  .secInspect .secInspectIn .leftBox .leftBoxIn .secSubTitle {
    border-radius: 20px;
    font-size: 20px;
    line-height: 135%;
    max-width: 268px;
    margin: 0 auto 15px;
    padding: 8px 0 8px 0;
  }
  .secInspect .secInspectIn .leftBox .leftBoxIn .secSubTitle .subTitleImg {
    bottom: -9px;
  }
  .secInspect .secInspectIn .leftBox .leftBoxIn .secTitle {
    font-size: 30px;
    line-height: 150%;
    margin: 0 0 15px 0;
  }
  .secInspect .secInspectIn .rightBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 10px 0;
  }
  .secInspect .secInspectIn .rightBox .linkChap {
    margin: 0 0 10px 0;
    height: 100%;
    width: 49%;
  }
  .secInspect .secInspectIn .rightBox .linkChap .chapImg {
    width: 100px;
  }
  .secInspect .secInspectIn .rightBox .linkChap .chapContent {
    width: calc(100% - 100px);
  }
  .secInspect .secInspectIn .rightBox .linkChap .chapContent .chapContentIn {
    width: 93%;
  }
  .secInspect .secInspectIn .rightBox .linkChap .chapContent .chapContentIn .big {
    font-size: 20px;
    line-height: 120%;
  }
  .secInspect .secInspectIn .rightBox .linkChap .chapContent .chapContentIn .small {
    font-size: 12px;
  }
  .secInspect .secInspectIn .boxImg {
    width: fit-content;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .secInspect {
    background: url(../images/InspectBk.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .secInspect .secInspectIn {
    padding: 60px 0 0 0;
    display: flex;
    justify-content: space-between;
  }
  .secInspect .secInspectIn .leftBox {
    width: 47.3%;
  }
  .secInspect .secInspectIn .leftBox .leftBoxIn {
    position: relative;
    max-width: 420px;
    margin: 0 0 0 auto;
    height: 100%;
  }
  .secInspect .secInspectIn .leftBox .leftBoxIn .secSubTitle {
    border-radius: 25px;
    font-size: min(2.2vw, 24px);
    line-height: 137.5%;
    max-width: 337px;
    margin: 0 auto 22px;
    padding: 8px 0 8px 0;
  }
  .secInspect .secInspectIn .leftBox .leftBoxIn .secSubTitle .subTitleImg {
    bottom: -14px;
  }
  .secInspect .secInspectIn .leftBox .leftBoxIn .secTitle {
    font-size: min(3.86vw, 42px);
    line-height: 128.5%;
    margin: 0 0 32px 0;
  }
  .secInspect .secInspectIn .leftBox .leftBoxIn .leftBoxImg {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .secInspect .secInspectIn .rightBox {
    padding: 0 0 4.5% 0;
    width: 48.97%;
  }
  .secInspect .secInspectIn .rightBox .linkChap {
    margin: 0 0 3.3% 0;
  }
  .secInspect .secInspectIn .rightBox .linkChap .chapImg {
    width: 130px;
  }
  .secInspect .secInspectIn .rightBox .linkChap .chapContent {
    width: calc(100% - 130px);
  }
  .secInspect .secInspectIn .rightBox .linkChap .chapContent .chapContentIn {
    width: 84%;
  }
  .secInspect .secInspectIn .rightBox .linkChap .chapContent .chapContentIn .big {
    font-size: min(2.2vw, 24px);
    line-height: 120%;
    margin: 0 0 6px 0;
  }
  .secInspect .secInspectIn .rightBox .linkChap .chapContent .chapContentIn .small {
    font-size: min(1.47vw, 16px);
  }
}
.secCommit {
  background: #F9F7F2;
}
.secCommit .secCommitIn .secTitle .titleEn {
  font-weight: 800;
  line-height: 100%;
}
.secCommit .secCommitIn .secTitle .titleJa {
  font-weight: 800;
  line-height: 100%;
}
.secCommit .secCommitIn .secText {
  font-weight: 600;
  line-height: 130%;
}
.secCommit .secCommitIn .commitContent .commitContentIn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.secCommit .secCommitIn .commitContent .commitContentIn .listChap .listText {
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .secCommit .secCommitIn {
    padding: 42px 0 13px 0;
  }
  .secCommit .secCommitIn .secTitle {
    margin: 0 0 18px 0;
  }
  .secCommit .secCommitIn .secTitle .titleEn {
    font-size: 12px;
    margin: 0 0 6px 0;
  }
  .secCommit .secCommitIn .secTitle .titleJa {
    font-size: 20px;
  }
  .secCommit .secCommitIn .secText {
    font-size: 14px;
    margin: 0 0 22px 0;
  }
  .secCommit .secCommitIn .commitContent {
    margin: 0 0 0 5.2%;
    overflow-x: scroll;
  }
  .secCommit .secCommitIn .commitContent .commitContentIn {
    margin: 0 5.2% 0 0;
    width: 820px;
  }
  .secCommit .secCommitIn .commitContent .commitContentIn .listChap {
    margin: 0 0 27px 0;
    width: 160px;
  }
  .secCommit .secCommitIn .commitContent .commitContentIn .listChap .listChapImg {
    margin: 0 0 8px 0;
  }
  .secCommit .secCommitIn .commitContent .commitContentIn .listChap .listText {
    line-height: 150%;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .secCommit .secCommitIn {
    padding: 62px 0 35px 0;
  }
  .secCommit .secCommitIn .secTitle {
    margin: 0 0 26px 0;
  }
  .secCommit .secCommitIn .secTitle .titleEn {
    font-size: 17px;
    margin: 0 0 13px 0;
  }
  .secCommit .secCommitIn .secTitle .titleJa {
    font-size: 32px;
  }
  .secCommit .secCommitIn .secText {
    font-size: 18px;
    margin: 0 0 41px 0;
  }
  .secCommit .secCommitIn .commitContent {
    margin: 0 auto;
    max-width: 980px;
    width: 90%;
  }
  .secCommit .secCommitIn .commitContent .commitContentIn .listChap {
    margin: 0 0 18px 0;
    width: 18.36%;
  }
  .secCommit .secCommitIn .commitContent .commitContentIn .listChap .listChapImg {
    margin: 0 0 8px 0;
  }
  .secCommit .secCommitIn .commitContent .commitContentIn .listChap .listText {
    line-height: 150%;
    font-size: 14px;
  }
}
.secFaq {
  background: #F9F7F2;
}
.secFaq .secFaqIn .secTitle .titleEn {
  font-weight: 800;
  line-height: 100%;
}
.secFaq .secFaqIn .secTitle .titleJa {
  font-weight: 800;
  line-height: 100%;
}
.secFaq .secFaqIn .secText {
  font-weight: 600;
  line-height: 130%;
}
.secFaq .secFaqIn .faqContent .faqContentIn .faqList .faqItem {
  background: #FCF8D9;
  padding: 2px;
}
.secFaq .secFaqIn .faqContent .faqContentIn .faqList .faqItem .faqQuestion {
  color: #D52424;
  font-weight: 600;
  padding: 14px;
}
.secFaq .secFaqIn .faqContent .faqContentIn .faqList .faqItem .faqAnswer {
  background: #fff;
  padding: 14px;
}
.secFaq .secFaqIn .faqContent .faqContentIn .faqList .faqItem + .faqItem {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .secFaq .secFaqIn {
    padding: 42px 0 13px 0;
  }
  .secFaq .secFaqIn .secTitle {
    margin: 0 0 18px 0;
  }
  .secFaq .secFaqIn .secTitle .titleEn {
    font-size: 12px;
    margin: 0 0 6px 0;
  }
  .secFaq .secFaqIn .secTitle .titleJa {
    font-size: 20px;
  }
  .secFaq .secFaqIn .secText {
    font-size: 14px;
    margin: 0 0 22px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secFaq .secFaqIn {
    padding: 62px 0 35px 0;
  }
  .secFaq .secFaqIn .secTitle {
    margin: 0 0 26px 0;
  }
  .secFaq .secFaqIn .secTitle .titleEn {
    font-size: 17px;
    margin: 0 0 13px 0;
  }
  .secFaq .secFaqIn .secTitle .titleJa {
    font-size: 32px;
  }
  .secFaq .secFaqIn .secText {
    font-size: 18px;
    margin: 0 0 41px 0;
  }
}
.secVideo .secVideoIn .leftBox .fukidasiBox .fukidasiText {
  position: absolute;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
}
.secVideo .secVideoIn .leftBox .fukidasiBox .fukidasiText .medium {
  font-weight: 800;
  line-height: 100%;
  text-align: center;
}
.secVideo .secVideoIn .leftBox .fukidasiBox .fukidasiText .bold {
  font-weight: 800;
  line-height: 100%;
  text-align: center;
}
.secVideo .secVideoIn .leftBox .fukidasiBox .fukidasiText .small {
  font-weight: bold;
  line-height: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .secVideo {
    background: url(../images/VideoHumanPc.png) calc(50% - 98px) 41px no-repeat;
    background-size: 337px;
  }
  .secVideo .secVideoIn {
    padding: 38px 0 0 0;
  }
  .secVideo .secVideoIn .leftBox {
    margin: 0 0 41px 0;
  }
  .secVideo .secVideoIn .leftBox .fukidasiBox {
    position: relative;
    margin: 0 0 0 calc(100% - 200px);
    width: 200px;
  }
  .secVideo .secVideoIn .leftBox .fukidasiBox .fukidasiText {
    top: 57.5%;
  }
  .secVideo .secVideoIn .leftBox .fukidasiBox .fukidasiText .medium {
    font-size: min(5.33vw, 20px);
  }
  .secVideo .secVideoIn .leftBox .fukidasiBox .fukidasiText .medium.type1 {
    margin: 0 0 1.5% 0;
  }
  .secVideo .secVideoIn .leftBox .fukidasiBox .fukidasiText .medium.type2 {
    margin: 0 0 7.5% 0;
  }
  .secVideo .secVideoIn .leftBox .fukidasiBox .fukidasiText .bold {
    font-size: min(11.2vw, 42px);
    margin: 0 0 5% 0;
  }
  .secVideo .secVideoIn .leftBox .fukidasiBox .fukidasiText .small {
    font-size: min(3.2vw, 12px);
  }
  .secVideo .secVideoIn .rightBox {
    padding: 0 0 40px 0;
    max-width: 334px;
    margin: 0 auto;
  }
  .secVideo .secVideoIn .rightBox iframe {
    min-height: 191px;
  }
}
@media print, screen and (min-width: 768px) {
  .secVideo .secVideoIn {
    display: flex;
    justify-content: space-between;
    padding: 60px 0 0 0;
  }
  .secVideo .secVideoIn .leftBox {
    position: relative;
    margin: 0.5% 0 0 0;
    width: 36.6%;
  }
  .secVideo .secVideoIn .leftBox .videoImg {
    position: absolute;
    bottom: 0;
    right: 21%;
    width: 72.5%;
  }
  .secVideo .secVideoIn .leftBox .fukidasiBox {
    position: absolute;
    bottom: 57.8%;
    right: 0;
    width: 42.5%;
  }
  .secVideo .secVideoIn .leftBox .fukidasiBox .fukidasiText {
    top: 57.5%;
  }
  .secVideo .secVideoIn .leftBox .fukidasiBox .fukidasiText .medium {
    font-size: min(1.37vw, 15px);
  }
  .secVideo .secVideoIn .leftBox .fukidasiBox .fukidasiText .medium.type1 {
    margin: 0 0 1.5% 0;
  }
  .secVideo .secVideoIn .leftBox .fukidasiBox .fukidasiText .medium.type2 {
    margin: 0 0 7.5% 0;
  }
  .secVideo .secVideoIn .leftBox .fukidasiBox .fukidasiText .bold {
    font-size: min(2.94vw, 32px);
    margin: 0 0 5% 0;
  }
  .secVideo .secVideoIn .leftBox .fukidasiBox .fukidasiText .small {
    font-size: min(0.82vw, 9px);
  }
  .secVideo .secVideoIn .rightBox {
    padding: 0 0 4% 0;
    width: 58.2%;
  }
  .secVideo .secVideoIn .rightBox iframe {
    min-height: 326px;
  }
}
.secNewFooter {
  background: #FFCB00;
}
.secNewFooter .secNewFooterIn {
  color: #000000;
}
.secNewFooter .secNewFooterIn .bannerArea {
  margin-bottom: 40px;
}
.secNewFooter .secNewFooterIn .bannerArea a {
  transition: 0.3s;
}
.secNewFooter .secNewFooterIn .bannerArea a:hover {
  opacity: 0.8;
}
.secNewFooter .secNewFooterIn .bannerArea img {
  width: 100%;
  height: auto;
}
.secNewFooter .secNewFooterIn .mainContent .shopTitles {
  font-weight: bold;
  line-height: 100%;
}
.secNewFooter .secNewFooterIn .mainContent .text {
  font-weight: 700;
  line-height: 200%;
}
.secNewFooter .secNewFooterIn .subContent {
  font-weight: 700;
  line-height: 200%;
}
.secNewFooter .secNewFooterIn .subContent .subContentLink {
  display: block;
  width: fit-content;
}

@media only screen and (max-width: 767px) {
  .secNewFooter .secNewFooterIn {
    padding: 39px 0 98px 0;
  }
  .secNewFooter .secNewFooterIn .mainContent {
    margin: 0 0 33px 0;
  }
  .secNewFooter .secNewFooterIn .mainContent .shopTitles {
    font-size: 20px;
    margin: 0 0 15px 0;
  }
  .secNewFooter .secNewFooterIn .mainContent .text {
    font-size: 14px;
  }
  .secNewFooter .secNewFooterIn .subContent {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .secNewFooter {
    padding-bottom: 110px;
  }
  .secNewFooter .secNewFooterIn {
    padding: 39px 0 40px 0;
  }
  .secNewFooter .secNewFooterIn .mainContent {
    border-bottom: 1px solid #000000;
    padding: 0 0 16px 0;
  }
  .secNewFooter .secNewFooterIn .mainContent .shopTitles {
    font-size: 20px;
    margin: 0 0 15px 0;
  }
  .secNewFooter .secNewFooterIn .mainContent .text {
    font-size: 14px;
  }
  .secNewFooter .secNewFooterIn .subContent {
    font-size: 10px;
    padding: 17px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .secNewfooterHover {
    position: fixed;
    z-index: 100;
    min-width: 100%;
    bottom: 0;
    left: 0;
    background: #D52323;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .secNewfooterHover.active {
    opacity: 1;
    visibility: visible;
  }
  .secNewfooterHover .secNewfooterHoverIn {
    display: flex;
    justify-content: center;
  }
  .secNewfooterHover .secNewfooterHoverIn .btnBox {
    width: 50%;
  }
  .secNewfooterHover .secNewfooterHoverIn .btnBox:first-child {
    border-right: 1px solid #ffffff;
  }
  .secNewfooterHover .secNewfooterHoverIn .btnBox .btnBoxIn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 167px;
    height: 68px;
  }
  .secNewfooterHover .secNewfooterHoverIn .btnBox .btnBoxIn .imgChap {
    margin: 0 6% 0 0;
    max-width: 34px;
    width: 20.4%;
  }
  .secNewfooterHover .secNewfooterHoverIn .btnBox .btnBoxIn .textChap {
    color: #ffffff;
  }
  .secNewfooterHover .secNewfooterHoverIn .btnBox .btnBoxIn .textChap .big {
    font-size: min(4.26vw, 16px);
    line-height: 100%;
    margin: 0 0 8px 0;
  }
  .secNewfooterHover .secNewfooterHoverIn .btnBox .btnBoxIn .textChap .small {
    font-size: min(2.4vw, 9px);
    line-height: 100%;
  }
  .secNewfooterHover .secNewfooterHoverIn .bigbtnBox {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68px;
    white-space: nowrap;
    width: 100%;
  }
  .secNewfooterHover .secNewfooterHoverIn .bigbtnBox .imgChap {
    margin: 0 2.9% 0 0;
    max-width: 34px;
    width: 10.1%;
  }
  .secNewfooterHover .secNewfooterHoverIn .bigbtnBox .textbigChap {
    font-size: min(6.93vw, 26px);
    margin: 0 2.8% 0 0;
  }
  .secNewfooterHover .secNewfooterHoverIn .bigbtnBox .textsmallChap {
    font-size: min(2.4vw, 9px);
    line-height: 133%;
  }
  .secNewfooterFixedPC {
    display: none;
  }
  /* 店舗リスト */
  .newFooterShopListArea {
    margin-top: 40px;
  }
  .newFooterShopListArea .newFooterPageLinkWrap {
    padding-top: 0;
    border-top: 0;
  }
  .newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol {
    gap: 9px;
  }
  .newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkTitle {
    padding: 10px 6px;
    font-size: 14px;
    gap: 9px;
  }
  .newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkTitle .open_site,
  .newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkTitle .close_site {
    width: 14px;
  }
  .newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea {
    display: none;
    margin: 12px 0 15px;
    padding-left: 0;
  }
  .newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea > div:not(:last-child) {
    padding-bottom: 23px;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea .searchLinkDetailWrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0;
  }
  .newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea .searchLinkDetailWrap .searchLinkDetailTitle {
    width: 100%;
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 1px dotted #000000;
    padding-left: 9px;
  }
  .newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea .searchLinkDetailWrap .searchLinkDetailContent {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
  }
  .newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea .searchLinkDetailWrap .searchLinkDetailContent .searchLinkDetail {
    width: 100%;
    padding-left: 9px;
  }
  .newFooterShopListArea .newFooterPageLinkWrap .pageLinkCol .searchLinkDetailArea .searchLinkDetailWrap .searchLinkDetailContent .searchLinkDetail a {
    justify-content: flex-start;
    gap: 9px;
  }
}
@media print, screen and (min-width: 768px) {
  .secNewfooterHover {
    display: none;
  }
  .secNewfooterFixedPC {
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    background: #D52424;
    padding: 13px;
    transition: 0.3s;
  }
  .secNewfooterFixedPC .buttonArea {
    width: 100%;
    max-width: 310px;
    background: #FFFFFF;
    border-radius: 36px;
    padding: 11px;
    text-align: center;
    color: #D52424;
    margin: auto;
  }
  .secNewfooterFixedPC .buttonArea .buttonTopText {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 3px;
    text-align: center;
  }
  .secNewfooterFixedPC .buttonArea .buttonBottomArea {
    display: flex;
    gap: 4.5px;
    align-items: center;
    justify-content: center;
  }
  .secNewfooterFixedPC .buttonArea .buttonBottomArea img {
    max-width: 26px;
    min-width: 26px;
  }
  .secNewfooterFixedPC .buttonArea .buttonBottomArea .buttonBottomText {
    font-size: 28px;
    font-weight: bold;
    line-height: 38px;
  }
  .secNewfooterFixedPC:hover {
    filter: brightness(1.1);
  }
}
.formResultOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #aaa;
  opacity: 0.3;
  z-index: 100;
}

.formResultMessageDialog {
  position: fixed;
  width: 300px;
  height: 110px;
  margin: auto;
  z-index: 101;
  background: #FFFFFF;
  border: 1px solid #C5C5C5;
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 16px 20px 10px 20px;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.formResultMessageDialog .formResultMessage {
  font-weight: 500;
}
.formResultMessageDialog .formResultButtons {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.formResultMessageDialog .formResultButtons .formResultButtonOk {
  width: 80px;
  background: #D52424;
  height: 36px;
  color: #FFF;
  border-radius: 0px;
  font-weight: bold;
}
.formResultMessageDialog .formResultButtons .formResultButtonOk:hover {
  background: #FFCA00;
  color: #000;
}

@media print, screen and (min-width: 768px) {
  .zsiq-float {
    bottom: 120px !important;
  }
}

/*# sourceMappingURL=index.css.map */
