@charset "utf-8";

/* reset
-----------------------------------------------*/
html{
  width: 100%;
}
body{
  *font-size: small;
  *font: x-small;
  font-size: 13px;
  color: #333333;
  line-height: 1.6;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
}
@font-face{
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face{
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face{
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face{
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face{
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
h1,h2,h3,h4,h5,p,ul,ol,li,img,table,th,td,dl,dt,dd,figure{
  margin: 0px;
  padding: 0px;
  font-size: 1rem;
}
li{
  list-style-type: none;
}
table{
  border-collapse: collapse;
}
a{
  cursor: pointer;
  color: #333;
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
a{
  -webkit-tap-highlight-color: transparent;
}
img{
  vertical-align: top;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
a img{
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
input,
textarea,
select,
button,
label{
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
:focus {
  outline: 0;
  border-color: orange;
}


/* common
-----------------------------------------------*/
.footstepBox {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  /* width: 100%; */
  /* max-width: 1220px; */
  width: 1220px;
  box-sizing: border-box;
  margin: 0 auto;
  transform: translateX(-50%);
  color: #fff;
}
.footstepBox.top {
  width: 888px;
}
.footstepBox a,
.footstepBox a:link,
.footstepBox a:visited {
  color: #fff;
}
.footstepBox.bl {
  color: #333;
}
.footstepBox.bl a,
.footstepBox.bl a:link,
.footstepBox.bl a:visited {
  color: #333;
}
.contents {
  color: #495057;
}
.container {
  max-width: 1260px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.txt {
  font-size: 16px;
  line-height: 1.8;
}
.lead01 {
  text-align: center;
  color: #003557;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.06em;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.lead01:after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background-color: #003557;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.lead01 + .txt {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.048em;
  margin-bottom: 48px;
}
/* .lead02 {
} */
/* .lead03 {
} */
.u-bold {
  font-weight: bold;
}
.u-pc {
  display: block;
}
.u-sp {
  display: none;
}
@media screen and (max-width: 1220px) {
  .footstepBox {
    width: 90%;
    left: 20px;
    transform: none;
  }
}
@media screen and (max-width: 850px) {
  /* .footstepBox {
    padding-left: 16px;
    padding-right: 16px;
  } */
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .txt {
    font-size: 13px;
  }
  .lead01 {
    font-size: 22px;
  }
  .lead01:after {
    width: 60px;
    height: 3px;
  }
  .lead01 + .txt {
    font-size: 13px;
    margin-bottom: 32px;
  }
  /* .lead02 {
  }
  .lead03 {
  } */
}


/* kv
-----------------------------------------------*/
.kv {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0 90px 16px;
}
.kv__bg {
  overflow: hidden;
}
.kv__bg__item img {
  width: 100%;
}
.kv__bg__item .u-pc {
  display: block;
}
.kv__bg__item .u-sp {
  display: none;
}
.kv__bg .slick-dots {
  position: relative;
  z-index: 3;
  text-align:center;
  margin: 16px 0 0 0;
}
.kv__bg .slick-dots li {
  display:inline-block;
  margin:0 5px;
}
.kv__bg .slick-dots button {
  color: transparent;
  outline: none;
  width:56px;
  height:6px;
  display:block;
  background:#F2F5F8;
  border: none;
  cursor : pointer;
  opacity: 1;
}
.kv__bg .slick-dots .slick-active button{
  background:#2468A1;
}
/*.kv:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.25);
  width: 100%;
  height: calc(100% - 20px);
}*/
.kv__inner {
   position: absolute;
   z-index: 10;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   text-align: center;
   color: #fff;
   padding: 40px 50px;
   border: 1px solid #fff;
   background-color: rgba(255,255,255,.2);
   backdrop-filter: blur(10px);
   /*width: calc(100% - 440px);*/
   width: 730px;
   box-sizing: border-box;
   margin-top: -10px;
}
.kv__lead {
  color: #fff;
  text-align: center;
  font-size: 53px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-bottom: 10px;
  text-shadow: 0 3px 6px rgba(0,0,0,.10);
}
.kv__txt {
  color: #fff;
  font-size: 15px;
  text-shadow: 0 3px 6px rgba(0,0,0,.10);
}
/*@media screen and (max-width: 1280px) {
  .kv {
    height: 500px;
  }
}*/
@media screen and (max-width: 1120px) {
  .kv {
    padding: 0 0 16px;
  }
}
@media screen and (max-width: 850px) {
  .kv {
    padding: 0 0 20px;
    align-items: flex-end;
  }
  .kv__bg .slick-dots button {
    height: 3px;
    width: 20px;
  }
  .kv__bg__item .u-pc {
    display: none;
  }
  .kv__bg__item .u-sp {
    display: block;
  }
  .kv__inner {
     width: calc(100% - 40px);
     padding: 30px 20px 24px;
  }
  .kv__lead {
    font-size: 30px;
    line-height: 1.4;
  }
  .kv__txt {
    font-size: 13px;
    text-align: left;
  }
}

/* search
-----------------------------------------------*/
.search__head {
  padding-top: 100px;
}
.search__tab {
  display: flex;
  gap: 0 16px;
  position: relative;
  z-index: 1;
}
.search__tab__item {
  border: 2px solid #eee;
  border-bottom: unset;
  width: 100%;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  color: #003557;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
}
.search__tab__item:hover {
  cursor: pointer;
  background-color: #F2F5F8;
}
.search__tab__item.active {
  background-color: #F2F5F8;
}
.search__tab__item.active:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  width: calc(100% - 8px);
  height: 4px;
  background-color: #00AFDD;
}
.search {
  background-color: #F2F5F8;
  border-top: 2px solid #eee;
  margin-top: -2px;
  padding: 100px 0;
}
.search__content {
  display: none;
}
.search__content.active {
  display: block;
}
.search .container {
  position: relative;
}

.search__checkbox__link {
  color: inherit !important;
}

.map__img {
  text-align: right;
  height: 704px;
}
.map__img img {
  max-width: 656px;
  margin-right: 226px;
}
.prefList {
  width: 332px;
  border: 1px solid #ccc;
  padding: 20px 30px 16px;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 1;
  position: absolute;
}
.prefGroup {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 8px;
}
.prefGroup + .prefGroup:not(.prefList) {
  margin-top: 20px;
}
.prefList01 {
  top: 264px;
  right: 20px;
}
.prefList02 {
  top: 415px;
  right: 60px;
}
.prefList03 {
  top: 110px;
  right: 510px;
  width: 262px;
}
.prefList04 {
  top: 567px;
  right: 145px;
}
.prefList05 {
  top: 350px;
  right: 788px;
  width: 262px;
}
.prefList06 {
  top: 587px;
  right: 505px;
  width: 200px;
}
.prefList07 {
  top: 536px;
  left: 20px;
}
.prefList:before {
  content: "";
  display: block;
  width: calc(100% - 60px);
  height: 6px;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.prefList01:before {
  background-color: #A5C2DC;
}
.prefList02:before {
  background-color: #B6E4CA;
}
.prefList03:before {
  background-color: #EFECA3;
}
.prefList04:before {
  background-color: #EFABA3;
}
.prefList05:before {
  background-color: #CBADD4;
}
.prefList06:before {
  background-color: #eb9eae;
}
.prefList07:before {
  background-color: #AEADD4;
}
.prefItem__all {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}
.prefItem__all .prefItem_num {
  font-weight: normal;
}
@media screen and (max-width: 1280px) {
  .search .container {
    width: 1140px;
  }
  .map__img {
    height: 558px;
  }
  .map__img img {
    width: 520px;
    margin-right: 246px;
  }
  .prefList01 {
    top: 150px;
    right: 20px;
  }
  .prefList02 {
    top: 300px;
    right: 40px;
  }
  .prefList03 {
    top: -50px;
    right: 450px;
  }
  .prefList04 {
    top: 450px;
    right: 100px;
  }
  .prefList05 {
    top: 190px;
    right: 640px;
  }
  .prefList06 {
    top: 470px;
    right: 450px;
  }
  .prefList07 {
    top: 360px;
    left: unset;
    right: 790px;
  }
}
@media screen and (max-width: 1140px) {
  .search {
    padding-top: 140px;
  }
  .search .container {
    width: 940px;
  }
  .map__img {
    height: 496px;
  }
  .map__img img {
    width: 400px;
    margin-right: 266px;
  }
  .prefList01 {
    top: 110px;
    right: 20px;
  }
  .prefList02 {
    top: 240px;
    right: 40px;
  }
  .prefList03 {
    top: -90px;
    right: 430px;
  }
  .prefList04 {
    top: 370px;
    right: 100px;
  }
  .prefList05 {
    top: 155px;
    right: 600px;
    width: 322px;
  }
  .prefList06 {
    top: 390px;
    right: 442px;
  }
  .prefList07 {
    top: 310px;
    left: unset;
    right: 692px;
    width: 230px;
  }
  .checkboxItem__char3__md {
    width: calc(3em + 25px);
  }
}
@media screen and (max-width: 960px) {
  .search {
    padding: 40px 0;
  }
  .search__tab__item {
    flex-direction: column;
    gap: 4px;
  }
  .search .container {
    width: 100%;
  }
  .map__img {
    display: none;
  }
  .region {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
  .prefList {
    position: relative;
    width: calc(50% - 12px);
    top: unset;
    left: unset;
    right: unset;
    align-content: flex-start;
  }
  .search .checkboxItem__char3,
  .search .checkboxItem__char3__md {
    width: auto;
  }
}
@media screen and (max-width: 850px) {
  .search__head {
    padding-top: 60px;
  }
  .search__tab {
    gap: 0 8px;
  }
  .search__tab__item {
    height: 90px;
    gap: 6px;
    font-size: 13px;
    line-height: 1.3;
    padding-top: 2px;
  }
  .search {
    padding: 24px 0;
  }
  .region {
    gap: 16px;
  }
  .prefList {
    width: 100%;
  }
}

.checkboxItem {
  display: inline-flex;
  align-items: center;
  column-gap: 5px;
  line-height: 1;
  cursor: pointer;
  font-size: 16px;
}
.prefItem__all .checkboxItem {
  font-size: 18px;
}
.checkboxItem:hover {
  opacity: .7;
  text-underline-offset: 3px;
}
.checkboxItem__char3 {
  width: calc(3em + 25px);
}
.checkboxItem:not(:last-of-type) {
  margin-right: 16px;
}
.checkboxItem .checkbox {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #acb5bd;
  border-radius: 3px;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0;
  background: #fff;
  flex-shrink: 0;
}
.checkboxItem .checkbox:checked {
  border: 2px solid #00afdd;
  background-color: #00afdd;
  box-sizing: border-box;
}
.checkboxItem .checkbox:checked::after {
  content: "";
  position: absolute;
  top: 1.5px;
  left: 2px;
  width: 12px;
  height: 8px;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.search__btn {
  border: unset;
  background: unset;
  width: 100%;
  max-width: 360px;
  min-height: 66px;
  margin: 0 auto;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 0 10px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .1em;
  background-color: #00AFDD;
  margin-top: 48px;
}
.search__btn:hover {
  cursor: pointer;
  background-color: #36C3E8;
}
.clear__btn {
  border: unset;
  background: unset;
  width: 100%;
  max-width: 220px;
  min-height: 40px;
  margin: 0 auto;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .1em;
  background-color: #ddd;
  margin-top: 24px;
  color: #495057!important;
}
.clear__btn:hover {
  cursor: pointer;
  opacity: .7;
}

.search__wrap {
  display: flex;
  max-width: 1120px;
  margin: 0 auto 12px;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  gap: 0 26px;
}
.search__wrap__ttl {
  width: 192px;
  flex-shrink: 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #003557;
  border-radius: 4px;
  letter-spacing: .05em;
}
.search__wrap__list {
  padding: 22px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}
.search__wrap__list .checkboxBlock {
  width: calc(25% - 6px);
}
.checkboxBlock input {
  display: none;
}
.checkboxBlock span {
  color: #495057;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.06em;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  gap: 0 5px;
  cursor: pointer;
  padding-top: 2px;
  line-height: 1.2;
}
.checkboxBlock:hover span {
  cursor: pointer;
  background: #F2F5F8;
}
.checkboxBlock input:checked + span {
  background: #C2E8F2;
}
.checkboxBlock.is-checked span {
  background: #C2E8F2;
}


.colorIcon:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  border: 2px solid #fff;
  box-sizing: border-box;
  position: relative;
  top: -2px;
  flex-shrink: 0;
}
.color__woodbrown:before     { background-color: #756954; border-color: #aaa; }
.color__offwhite:before      { background-color: #e6e2d5; border-color: #aaa; }
.color__green:before         { background-color: #4c6669; border-color: #aaa; }
.color__graybeige:before     { background-color: #d9d5bb; border-color: #aaa; }
.color__silver:before        { background-color: #92999f; border-color: #aaa; }
.color__stonegray:before     { background-color: #505458; border-color: #aaa; }
.color__forestgreen:before   { background-color: #859a8d; border-color: #aaa; }
.color__black:before         { background-color: #2c414b; border-color: #aaa; }
.color__blue:before          { background-color: #324d66; border-color: #aaa; }
.color__bluesilver:before    { background-color: #324d66; border: unset; border-right: 9px solid #92999f; }
.color__bluewhite:before     { background-color: #324d66; border: unset; border-right: 9px solid #d9d9d7; }
.color__beigewhite:before    { background-color: #f5eeda; border: unset; border-right: 9px solid #d9d9d7; }


@media screen and (max-width: 1140px) {
  .search__wrap__ttl {
    width: 110px;
  }
}
@media screen and (max-width: 960px) {
  .search__wrap__list .checkboxBlock {
    width: calc(33.3333% - 8px);
  }
  .search__wrap__space .checkboxBlock:nth-of-type(2) {
    margin-right: unset;
  }
}
@media screen and (max-width: 850px) {
  .checkboxItem {
    font-size: 13px;
  }
  .prefItem__all .checkboxItem {
    font-size: 14px;
  }
  .checkboxItem .checkbox {
    width: 16px;
    height: 16px;
  }
  .checkboxItem .checkbox:checked::after {
    width: 9px;
    height: 6px;
    border-width: 2px;
    top: 1.2px;
    left: 1.2px;
  }
  .search__wrap {
    gap: 10px 8px;
    flex-direction: column;
  }
  .search__wrap__ttl {
    width: 100%;
    font-size: 14px;
    padding: 6px 0;
    align-items: flex-start;
    text-align: center;
  }
  .search__wrap__list {
    padding: 0;
  }
  .search__wrap__list .checkboxBlock {
    width: calc(50% - 4px);
    font-size: 13px;
  }
  .checkboxBlock span {
    font-size: 13px;
    letter-spacing: 0;
    flex-direction: column;
    height: 56px;
    gap: 4px;
  }
  .search__btn {
    height: 50px;
    font-size: 15px;
    margin-top: 24px;
    gap: 0 4px;
  }
  .search__btn img {
    width: 30px;
  }
  .clear__btn {
    font-size: 13px;
    margin-top: 16px;
  }
}

/* new
-----------------------------------------------*/
.new {
  padding: 100px 0;
  overflow: hidden;
}
.new .container {
  position: relative;
}
.itemList {
  display: flex;
  gap: 0 17px;
}
.itemList.slick-slider {
  width: 914px;
  margin: 0 auto;
  padding-bottom: 90px;
  position: unset;
  display: block;
}
.itemList.slick-slider .slick-list {
  overflow: visible;
}
.itemList.slick-slider .slick-track {
  display: flex;
}
.itemList.slick-slider .item {
  margin: 0 6px;
}
.itemList .slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex!important;
  right: 158px;
  width: fit-content;
  height: 55px;
  align-items: center;
}
.itemList .slick-dots li {
  text-indent: -9999px;
  background: unset;
  border: unset;
  width: 80px;
  height: 7px;
  background-color: #F2F5F8;
}
.itemList .slick-dots li.slick-active {
  background-color: #2468A1;
}
.itemList .slick-arrow {
  position: absolute;
  bottom: 0;
  text-indent: -9999px;
  background: unset;
  border: unset;
}
.itemList .slick-arrow:hover {
  cursor: pointer;
  opacity: .7;
}
.itemList .slick-prev {
  background-image: url(../img/slide_prev.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  right: 83px;
}
.itemList .slick-next {
  background-image: url(../img/slide_next.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  right: 20px;
}

.item {
  border: 1px solid #ACB5BD;
  position: relative;
  width: 293px!important;
  box-sizing: border-box;
  padding: 15px;
  background-color: #fff;
  height: auto;
  display: block;
}
.item.soldout {
  pointer-events: none;
}
.item.soldout:after {
  content: "売約済み";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  background: rgba(0,0,0,.65);
  letter-spacing: 0.1em;
  z-index: 1;
}
.itemList .item ,
.result__itemList__grid .item {
  display: flex!important;
  flex-direction: column;
  height: auto;
}
.result__itemList__grid .item__inner ,
.result__itemList__grid .item__content,
.itemList .item__inner ,
.itemList .item__content {
  display: flex!important;
  flex-direction: column;
  height: 100%;
}
.itemList .item__btn__wrap ,
.result__itemList__grid .item .item__btn__wrap {
  margin-top: auto;
}
.item:hover {
  text-decoration: unset;
  background-color: #F5F7FB;
  border-color: #CBD9E6;
}
.item__img {
  position: relative;
  margin-bottom: 2px;
}
.item__img img {
  width: 100%;
}
.item__negotiation,
.item__discount,
.item__recommendation,
.item__stock__only,
.item__new {
  position: absolute;
  background-color: #003459;
  top: 0;
  left: -16px;
  color: #fff;
  padding: 5px 16px 5px 16px;
  line-height: 1;
  font-weight: 600;
  font-style: normal;
  z-index: 1;
}
.item__new {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
}
.item__negotiation {
  background-color: #3B91A8;
}
.item__discount {
  background-color: #E13535;
}
.item__recommendation {
  background-color: #EBB41F;
}
.item__stock__only {
  background-color: #DF7700;
}
.item__status {
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
  text-align: center;
  color: #495057;
  font-size: 12px;
  font-weight: bold;
  background-color: #CCCCCC;
  margin-bottom: 11px;
}
.item__name {
  color: #333333;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
.item__place {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.item__package {
  text-align: center;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 4px 4px 2px;
  font-size: 14px;
  font-weight: bold;
  color: #003557;
}
.item__price__wrap {
  padding: 16px 0;
}
.item__priceDiscount__wrap {
  padding: 6px 0;
}
.item__price {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  gap: 0 4px;
  letter-spacing: -0.03em;
}
.item__priceDiscount__wrap .item__price {
  color: #D85656;
}
.item__price__lead {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.item__price__num {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 33px;
  line-height: 1;
  flex-shrink: 0;
}
.item__price__yen {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  flex-shrink: 0;
}
.item__price__yen span {
  font-size: 10px;
}
.item__priceDiscount {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #ACB5BD;
  gap: 0 2px;
  margin-bottom: 4px;
}
.item__priceDiscount__lead {
  font-size: 10px;
}
.item__priceDiscount__num {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 16px;
  text-decoration: line-through;
  line-height: 1;
  flex-shrink: 0;
}
.item__priceDiscount__yen {
  font-size: 10px;
}
.item__option {
  display: flex;
  gap: 0 12px;
  margin-bottom: 12px;
}
.item__option__lead {
  width: 59px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #495057;
  flex-shrink: 0;
  color: #495057;
  font-size: 10px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 2px;
  font-weight: bold;
}
.item__option__list {
  font-size: 12px;
  font-weight: bold;
  color: #495057;
}
.item__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 0 12px;
  font-size: 16px;
  letter-spacing: 0.01em;
  font-weight: bold;
  background-color: #00AFDD;
  width: 100%;
  height: 48px;
  border-radius: 5px;
  line-height: 1;
}
.item__btn:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: relative;
}
.item:hover .item__btn {
  background-color: #36C3E8;
}
@media screen and (max-width: 1024px) {
  .itemList.slick-slider {
    width: 610px;
  }
}
@media screen and (max-width: 850px) {
  .new {
    padding: 40px 0;
  }
  .itemList.slick-slider {
    width: 305px;
    padding-bottom: 70px;
  }
  .itemList .slick-prev {
    width: 40px;
    height: 40px;
    right: 68px;
  }
  .itemList .slick-next {
    width: 40px;
    height: 40px;
    right: 20px;
  }
  .itemList .slick-dots {
    height: 40px;
    right: 120px;
  }
  .itemList .slick-dots li {
    width: 16px;
    height: 3px;
  }
  .item__name {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .item__place {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .item__package {
    padding: 4px 4px 2px;
    font-size: 13px;
  }
  .item__price {
    gap: 0 4px;
  }
  .item__price__lead {
    font-size: 12px;
  }
  .item__price__num {
    font-size: 33px;
  }
  .item__price__yen {
    font-size: 13px;
    line-height: 1.1;
  }
  .item__priceDiscount {
    gap: 0 2px;
    margin-bottom: 4px;
  }
  .item__priceDiscount__num {
    font-size: 15px;
  }
  .item__option {
    gap: 0 12px;
    margin-bottom: 12px;
  }
  .item__option__list {
    font-size: 11px;
  }
  .item__btn {
    gap: 0 12px;
    font-size: 16px;
    height: 48px;
    font-size: 15px;
  }
}

/* keyword
-----------------------------------------------*/
.keyword {
  padding: 100px 0;
  background-color: #F2F5F8;
}
.keyword__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  justify-content: center;
  max-width: 1164px;
  background-color: #fff;
  border-radius: 10px;
  padding: 48px 40px 40px;
}
.keyword__idSearch label {
  display: inline-block;
  margin-right: 4px;
}
.keyword__idSearch input {
  display: inline-block;
  width: 200px;
  height: 32px;
  padding: .5em;
  margin-right: 12px;
  border: solid 1px #B2C2CD;
  border-radius: 4px;
}
.keyword__idSearch input::placeholder {
  color: #ddd;
}
.keyword__idSearch button {
  display: inline-block;
  width: 80px;
  height: 32px;
  border: none;
  background: #00AFDD;
  border-radius: 4px;
  color: #fff;
  vertical-align: -2px;
  cursor: pointer;
}
.keyword__idSearch + .note {
  padding-left: 20px;
  margin: 8px 0 0 2em;
  background: url(../img/icon_heed.svg) no-repeat left center / 14px auto;
  font-size: 12px;
  font-weight: bold;
  opacity: .8;
  line-height: 1.2;
  display: none;
}
.keyword__list {
  display: flex;
  max-width: 1164px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.keyword__list .keyword__item {
  background-color: #C2E8F2;
  font-size: 16px;
  color: #495057;
  padding: 18px 16px 16px;
  border-radius: 8px;
}
.keyword__list .keyword__item:hover {
  background-color: #9CE3F5;
  text-decoration: unset;
}
@media screen and (max-width: 850px) {
  .keyword {
    padding: 40px 0;
  }
  .keyword__wrap {
    padding: 24px 20px 20px;
    gap: 16px;
  }
  .keyword__list {
    gap: 12px;
  }
  .keyword__list .keyword__item {
    font-size: 13px;
  }
}
@media screen and (max-width: 450px) {
  .keyword__idSearch input {
    width: 160px;
  }
}

/* banner
-----------------------------------------------*/
.banner {
  padding: 60px 0;
}
.banner__list {
  max-width: 922px;
  margin: 0 auto;
}
.banner__item:hover {
  opacity: .7;
}
.banner__item .u-pc {
  display: block;
}
.banner__item .u-sp {
  display: none;
}
.banner__list .slick-dots {
  position: relative;
  z-index: 3;
  text-align:center;
  margin: 16px 0 0 0;
}
.banner__list .slick-dots li {
  display:inline-block;
  margin:0 5px;
}
.banner__list .slick-dots button {
  color: transparent;
  outline: none;
  width:56px;
  height:6px;
  display:block;
  background:#F2F5F8;
  border: none;
  cursor : pointer;
  opacity: 1;
}
.banner__list .slick-dots .slick-active button{
  background:#2468A1;
}
@media screen and (max-width: 850px) {
  .banner {
    padding: 40px 0;
  }
  .banner__list {
    gap: 12px;
  }
  .banner__list .slick-dots button {
    height: 3px;
    width: 20px;
  }
}

/* favorite
-----------------------------------------------*/
.favorite {
  padding: 100px 0;
  background-color: #F2F5F8;
}
.favorite__link__wrap {
  margin-top: 75px;
  text-align: center;
}
.favorite__link__wrap .favorite__link {
  color: #00AFDD;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.favorite__link__wrap .favorite__link:hover {
  opacity: .8;
  /*text-underline-offset: 3px;*/
}
@media screen and (max-width: 1280px) {
  .favorite .itemList {
    width: 914px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .favorite .itemList {
    width: 100%;
    max-width: 610px;
    justify-content: center;
  }
}
@media screen and (max-width: 850px) {
  .favorite {
    padding: 40px 0;
  }
  .favorite__link__wrap {
    margin-top: 32px;
  }
  .favorite__link__wrap .favorite__link {
    font-size: 15px;
  }
  .favorite .item {
    width: 100% !important;
  }
}

/* sidebar
-----------------------------------------------*/
.result__wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 14px;
  padding: 20px 20px 94px;
}
.sidebar {
  width: 294px;
  flex-shrink: 0;
}
#search__sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.acc .checkboxItem {
  gap: 8px;
}
.acc .checkboxItem .checkbox:checked::after {
  top: 2.5px;
}
.acc > .acc__row {
  position: relative;
  cursor: pointer;
  padding: 13px 30px 12px 15px;
  border-top: 1px solid #aaa;
}
#search__sidebar >.acc > .acc__row {
  font-weight: 500;
  font-size: 18px;
}
#search__sidebar >.acc > .acc__row.is-open {
  background-color: #F4F8FC;
  border-bottom: 1px solid #E3E3E3;
}
#search__sidebar >.acc > .acc__row:hover {
  background: #F4F8FC;
}
.acc > .acc__row::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: solid 2px #00AFDD;
  border-right: solid 2px #00AFDD;
  transform: translateY(-50%) rotate(45deg);
  transition: .15s;
}
.acc > .acc__row.is-open::after {
  right: 16px;
  transform: translateY(-90%) rotate(135deg);
}
.acc > .acc__panel {
  display: none;
}
.acc__other1 .acc__panel ,
.acc__area .acc__panel {
  padding-left: 15px;
}
.acc__other1 .acc__item ,
.acc__area .acc__item {
  padding: 13px 30px 10px 15px;
  line-height: 1;
  position: relative;
}
.acc__other1 .acc__item::after ,
.acc__area .acc__item::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: solid 2px #00AFDD;
  border-right: solid 2px #00AFDD;
  transform: translateY(-50%) rotate(45deg);
  transition: .15s;
}

.acc__area .acc__item__after__disabled::after {
  content: none ;
}
.acc__other1 .acc__list > .acc:not(.acc__product) > .acc__panel li ,
.acc__area .acc__list > .acc > .acc__panel li {
  border-top: 1px dashed #707070;
  line-height: 1;
  padding: 8px 0 8px 15px;
}
.acc__other1 .acc__list > .acc > .acc__panel li label ,
.acc__area .acc__list > .acc > .acc__panel li label {
  font-size: 14px;
  vertical-align: text-bottom;
}
.acc__other1 .acc:first-of-type > .acc__row {
  border-top: unset;
}
.acc__other1 .acc__product .acc:first-of-type > .acc__row {
  border-top: 1px solid #aaa;
}
.acc__other1 .acc .colorIcon {
  display: flex;
  padding-top: 2px;
  align-items: center;
  gap: 4px;
}
.acc__other1 .acc .colorIcon:before {
  /*border: unset;*/
}

.acc__other2 .acc__panel ,
.acc__space .acc__panel ,
.acc__price .acc__panel {
  padding: 10px 30px 16px;
}
.acc__other2 .acc__list ,
.acc__space .acc__list ,
.acc__price .acc__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.acc__space .acc__item ,
.acc__price .acc__item {
  width: 100%;
}
.acc__other2 .acc__item {
  width: calc(50% - 4px);
}
.acc__other2 .acc__list .checkboxBlock span ,
.acc__space .acc__list .checkboxBlock span ,
.acc__price .acc__list .checkboxBlock span {
  height: 32px;
  font-size: 16px;
  font-weight: normal;
}

/* result
-----------------------------------------------*/
.result {
  width: 100%;
}
.result__control {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.result__filter {
  display: none;
}
.result__pager {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.result__pager li {
  width: 40px;
  height: 36px;
  position: relative;
}
.result__pager li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 16px;
  border-bottom: 2px solid #fff;
}
.result__pager li a:hover {
  background: #F2F5F8;
  text-decoration: unset;
}
.result__pager .result__pager__first {
  width: 56px;
}
.result__pager .result__pager__first a:hover {
  background: none;
  color: #666;
}
.result__pager .result__pager__prev a:before {
  content: "";
  position: absolute;
  right: 19px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: solid 2px #2468A1;
  border-right: solid 2px #2468A1;
  transform: translateY(-50%) rotate(225deg);
}
.result__pager .result__pager__next a:before {
  content: "";
  position: absolute;
  right: 23px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: solid 2px #2468A1;
  border-right: solid 2px #2468A1;
  transform: translateY(-50%) rotate(45deg);
}
.result__pager li span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 16px;
  border-bottom: 2px solid #2468A1;
}
.result__num {
  font-size: 12px;
  color: #666;
  flex-shrink: 0;
}
.result__num__count {
  font-size: 16px;
}
.result__sort {
  display: flex;
  justify-content: space-between;
  background-color: #F4F8FC;
  align-items: center;
  padding: 20px 22px;
  margin: 32px 0 24px;
}
.result__sort__list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.result__sort__list .checkboxItem {
  font-size: 14px;
}
.result__sort__format {
  display: flex;
  gap: 8px;
}
.result__sort__format__item {
  opacity: .3;
}
.result__sort__format__item.active {
  opacity: 1;
}
.result__itemList {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}
.result__sort__order__wrap {
  position: relative;
}
.result__sort__order {
  font-size: 14px;
  position: relative;
  padding-right: 18px;
  margin-top: -1px;
}
.result__sort__order:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: solid 2px #acb5bd;
  border-right: solid 2px #acb5bd;
  transform: rotate(135deg);
  transition: .15s;
}
.result__sort__order:hover {
  opacity: .8;
  cursor: pointer;
}
.result__sort__order__list {
  position: absolute;
  z-index: 20;
  font-size: 14px;
  border: 1px solid #acb5bd;
  background-color: #fff;
  text-align: center;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px 0;
  display: none;
}
.result__sort__order__wrap:hover .result__sort__order__list {
  display: flex;
}
.result__sort__order__list li {
  white-space: nowrap;
  font-size: 14px;
  width: 100%;
  padding: 0 8px;
  box-sizing: border-box;
}
.result__sort__order__list li.selected {
  background-color: #ddd;
}
.result__sort__order__list li:hover {
  cursor: pointer;
  opacity: .7;
}
.result__sort__order__list li a {
  color: #495057;
}
@media screen and (max-width: 1280px) {
  .sidebar {
    width: 240px;
  }
  .result__itemList .item {
    width: calc(50% - 8px) !important;
  }
}
@media screen and (max-width: 850px) {
  .result__wrap {
    flex-direction: column;
    gap: 24px 15px;
    padding: 20px 20px 40px;
  }
  .sidebar {
    width: 100%;
  }
  .sidebar.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #fff;
    padding: 20px 20px;
    box-sizing: border-box;
    overflow: auto;
  }
  #search__sidebar {
    position: relative;
    top: 0;
  }
  #search__sidebar >.acc > .acc__row {
    font-size: 15px;
  }
  .acc__other1 .acc__list > .acc > .acc__panel li label,
  .acc__area .acc__list > .acc > .acc__panel li label,
  .acc > .acc__row,
  .acc__other2 .acc__list .checkboxBlock span,
  .acc__space .acc__list .checkboxBlock span,
  .acc__price .acc__list .checkboxBlock span {
    font-size: 13px;
  }
  .acc__other1 .acc__item,
  .acc__area .acc__item,
  .acc > .acc__row {
    padding: 10px 30px 9px 15px;
  }
  .result__control {
    display: none;
  }
  .result__itemList + .result__control {
    display: block;
  }
  .result__num {
    text-align: right;
    margin-bottom: 8px;
    font-size: 11px;
  }
  .result__num__count {
    font-size: 13px;
  }
  .result__filter {
    display: flex;
    gap: 6px;
    align-items: center;
    color: #495057;
    border: 1px solid #aaa;
    border-radius: 4px;
    width: fit-content;
    padding: 6px 12px;
    margin-left: auto;
    cursor: pointer;
  }
  .result__filter img {
    width: 14px;
  }
  .modal__close {
    display: flex;
    gap: 6px;
    align-items: center;
    color: #495057;
    border: 1px solid #aaa;
    border-radius: 4px;
    width: fit-content;
    padding: 6px 12px;
    margin-left: auto;
    margin-bottom: 16px;
    cursor: pointer;
  }
  .modal__close img {
    width: 10px;
  }
  .result__pager {
    justify-content: center;
  }
  .result__pager li {
    width: 32px;
    height: 30px;
  }
  .result__pager li span,
  .result__pager li a {
    font-size: 13px;
  }
  .result__pager .result__pager__first {
    width: 40px;
  }
  .result__pager .result__pager__prev a:before {
    right: 9px;
    margin-top: -2px;
  }
  .result__pager .result__pager__next a:before {
    right: 13px;
    margin-top: -2px;
  }
  .result__sort {
    margin: 16px 0;
    padding: 12px 12px 10px;
  }
  .result__sort__list {
    gap: 12px;
  }
  .result__sort__list .checkboxItem {
    font-size: 13px;
  }
  .result__itemList .item {
    width: 100% !important;
  }
  .result__sort__order__wrap {
  }
  .result__sort__order {
    font-size: 13px;
  }
  .result__sort__order__list {
    padding: 12px 0;
    gap: 8px 0;
  }
  .result__sort__order__list li {
    font-size: 12px;
    padding: 0 8px;
    box-sizing: border-box;
  }
  .result__sort__order__list li.selected {
    background-color: #ddd;
  }
  .result__sort__order__list li:hover {
    cursor: pointer;
    opacity: .7;
  }
  .result__sort__order__list li a {
    color: #495057;
  }
}

.result__itemList__list {
  flex-direction: column;
}
.result__itemList__list .item {
  width: 100% !important;
  display: flex;
  gap: 14px;
}
.result__itemList__list .item__img {
  width: 240px;
  flex-shrink: 0;
}
.result__itemList__list .item__content {
  width: 100%;
}
.result__itemList__list .item__status {
  margin-bottom: 6px;
}
.result__itemList__list .item__name {
  text-align: left;
  font-size: 24px;
  margin-bottom: 4px;
  overflow: hidden;
}
.result__itemList__list .item__place {
  text-align: left;
  font-size: 16px;
  margin-bottom: 4px;
}
.result__itemList__list .item__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
}
.result__itemList__list .item__wrap {
  width: 378px;
}
.result__itemList__list .item__package {
  font-size: 13px;
  padding: 0;
  padding-top: 2px;
  line-height: 1.2;
}
.result__itemList__list .item__price {
  color: #495057;
}
.result__itemList__list .item__priceDiscount__wrap .item__price {
  color: #D85656;
}
.result__itemList__list .item__price__wrap {
  padding: 2px 0 0;
}
.result__itemList__list .item__price__wrap .item__priceDiscount {
  margin-bottom: 0;
}
.result__itemList__list .item__price__lead {
  font-size: 14px;
}
.result__itemList__list .item__price__num {
  font-size: 52px;
}
.result__itemList__list .item__priceDiscount__wrap .item__price__num {
  font-size: 40px;
}
.result__itemList__list .item__price__yen span {
  font-size: 12px;
}
.result__itemList__list .item__btn__wrap {
  width: 100%;
  max-width: 195px;
}
@media screen and (max-width: 1280px) {
  .result__itemList__list .item__btn__wrap {
    max-width: 120px;
    max-width: unset;
  }
  .result__itemList__list .item__img {
    width: 28%;
  }
  .result__itemList__list .item__wrap {
    width: 68%;
    flex-shrink: 0;
  }
  .result__itemList__list .item__price__num {
    font-size: 44px;
  }
}
@media screen and (max-width: 1040px) {
  .result__itemList__list .item__priceDiscount__wrap .item__price__num,
  .result__itemList__list .item__price__num {
    font-size: 34px;
  }
}
@media screen and (max-width: 850px) {
  .result__itemList__list .item {
    display: block;
    padding: 8px;
  }
  .result__itemList__list .item__img {
    width: 120px;
    float: left;
    padding-right: 8px;
    background: #fff;
    margin-bottom: 4px;
  }
  .result__itemList__list .item__negotiation ,
  .result__itemList__list .item__discount ,
  .result__itemList__list .item__recommendation ,
  .result__itemList__list .item__stock__only ,
  .result__itemList__list .item__new {
    font-size: 10px;
    padding: 3px 16px 3px 16px;
    left: -8px;
  }
  .result__itemList__list .item__content {
    width: 100%;
  }
  .result__itemList__list .item__status {
    font-size: 11px;
    padding: 0;
    margin-bottom: 2px;
  }
  .result__itemList__list .item__name {
    font-size: 15px;
    margin-bottom: 0;
  }
  .result__itemList__list .item__place {
    font-size: 11px;
    padding-left: 120px;
  }
  .result__itemList__list .item__inner {
    display: block;
    clear: both;
  }
  .result__itemList__list .item__wrap {
    width: 100%;
  }
  .result__itemList__list .item__package {
    font-size: 11px;
  }
  .result__itemList__list .item__price__wrap {
    padding: 8px 0;
  }
  .result__itemList__list .item__btn {
    height: 38px;
  }
}

/* product
-----------------------------------------------*/
.product {
  padding: 32px 0 0;
  position: relative;
  overflow: hidden;
}
.product:before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background: #F4F6FC;
}
.product .container {
  position: relative;
  z-index: 1;
}
.product__control {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.product__control .product__control__btn {
  display: flex;
  background: #fff;
  border-radius: 5px;
  /*border: 1px solid #A7C2D9;*/
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 4px 10px 2px;
  box-shadow: 0 3px 3px rgba(0,0,0,.16);
  color: #495057;
  white-space: nowrap;
}
.product__control__btn:hover {
  opacity: .7;
}
.product__control__btn img {
  position: relative;
  top: -1px;
}
.product__img {
  width: 49.344262%;
  position: relative;
}
.product__negotiation,
.product__discount,
.product__recommendation,
.product__stock__only,
.product__new {
  position: absolute;
 background-color: #003459;
  top: 22px;
  left: 0;
  color: #fff;
  padding: 8px 22px 8px 22px;
  line-height: 1;
  font-weight: 600;
  font-style: normal;
  z-index: 1;
  font-size: 24px;
}
.product__new {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
}
.product__negotiation {
  background-color: #3B91A8;
}
.product__discount {
  background-color: #E13535;
}
.product__recommendation {
  background-color: #EBB41F;
}
.product__stock__only {
  background-color: #DF7700;
}
.product__info {
  width: 47.95081967%;
  /*max-width: 585px;*/
  /*min-width: 500px;*/
  flex-shrink: 0;
}
.product__wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 2.62295%;
  margin-bottom: 32px;
}
@media screen and (max-width: 1250px) {
  .product__img {
    width: 36%;
  }
  .product__info {
    width: 62%;
  }
  .product__wrap {
    gap: 2%;
  }
}

.product__img .slick-next,
.product__img .slick-prev{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  font-size: 0;
  z-index: 1;
  background: rgba(0,26,44,0.5);
  padding: 0;
  border: none;
  cursor: pointer;
  transition: background .3s cubic-bezier(.210, .60, .350, 1), opacity .8s cubic-bezier(.210, .60, .350, 1);
}
.product__img .slick-next:hover,
.product__img .slick-prev:hover{
  background: #00afdd;
}
.product__img .slick-next{
  right: 0;
}
.product__img .slick-prev{
  left: 0;
}
.product__img .slick-arrow::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  box-sizing: border-box;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
}
.product__sliderNav .slick-arrow::before {
  border-width: 2px;
}
.product__img .slick-next::before{
  right: 20px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.product__img .slick-prev::before{
  left: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.product__img .slick-dots {
  position: relative;
  z-index: 3;
  text-align:center;
  margin: 16px 0 0 0;
}
.product__img .slick-dots li {
  display:inline-block;
  margin:0 5px;
}
.product__img .slick-dots button {
  color: transparent;
  outline: none;
  width:56px;
  height:4px;
  display:block;
  background:#1B558C;
  border: none;
  cursor : pointer;
}
.product__img .slick-dots .slick-active button{
  background:#00afdd;
  opacity: 1;
}
.product__slider {
  margin-bottom: 5px;
}
.product__slider .slick-slide {
  padding: 0;
}
.product__slider .slick-arrow {
  background: #00AFDD;
  opacity: .7;
  border-radius: 0;
  width: 60px;
  height: 60px;
  margin-top: 0;
  background: unset;
  opacity: 1;
  background: rgba(0,29,57,.78);
}
.product__slider .slick-arrow:hover {
  opacity: 1;
}
.product__slider .slick-arrow::before {
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  left: 25px;
  border-width: 3px;
}
.product__slider .slick-prev {
  left: 0;
}
.product__slider .slick-next  {
  right: 0;
}
.product__slider .slick-next::before {
  left: 21px;
}
.product__sliderNav .slick-arrow::before {
  left: 7px;
}
.product__sliderNav .slick-next::before {
  left: 2px;
}
.product__sliderNav__img {
  padding: 0 2.5px;
}
.product__sliderNav .slick-prev {
  left: 2.5px;
  width: 18px;
  height: 80%;
}
.product__sliderNav .slick-next  {
  right: 0;
  width: 18px;
  height: 80%;
}
.product__sliderNav__img {
  opacity: .4;
}
.product__sliderNav__img.slick-current {
  opacity: 1;
}

@media screen and (max-width: 850px){
  .product__slider .slick-slide {
    padding: 0;
  }
  .product__slider .slick-arrow {
    width: 40px;
    height: 40px;
    margin-top: 0;
  }
  .product__slider .slick-arrow::before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    left: 16px;
    border-width: 2px;
  }
  .product__slider .slick-prev {
    left: 0;
  }
  .product__slider .slick-next  {
    right: 0;
  }
  .product__slider .slick-next::before {
    left: 13px;
  }
  .product__sliderNav .slick-arrow::before {
    width: 7px;
    height: 7px;
  }
  .product__sliderNav .slick-arrow::before {
    left: 7px;
  }
  .product__sliderNav .slick-next::before {
    left: 4px;
  }
}

.product__head {
  position: relative;
  padding-bottom: 20px;
}
.product__head:before {
  content: "";
  display: block;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  left: 0;
  height: 100%;
  background-color: #F4F6FC;
  position: absolute;
  z-index: -1;
}
.product__head:after {
  content: "";
  display: block;
  width: 100vw;
  right: 50%;
  transform: translateX(50%);
  top: 0;
  left: 0;
  height: 100%;
  background-color: #F4F6FC;
  position: absolute;
  z-index: -1;
}

.product__status {
  width: fit-content;
  padding: 6px 20px 4px;
  box-sizing: border-box;
  text-align: center;
  color: #495057;
  font-size: 18px;
  font-weight: bold;
  background-color: #CCCCCC;
  margin-bottom: 16px;
}
.product__name {
  color: #495057;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 4px;
}
.product__place {
  font-size: 28px;
  font-weight: bold;
  color: #495057;
}
.product__package {
  text-align: center;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 4px 4px 2px;
  font-size: 16px;
  font-weight: bold;
}
.product__info__cta {
  display: flex;
  gap: 0 10px;
  margin-top: 10px;
  justify-content: space-between;
}
.product__info__cta__btn,
a.product__info__cta__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #2468A1;
  border-radius: 5px;
  gap: 0 8px;
  padding: 5px 4px 3px;
  font-size: 16px;
  line-height: 1.2;
}
.product__info__cta__btn:hover {
  opacity: .7;
}
a.product__info__cta__btn__reserve {
  background-color: #00AFDD;
}
a.product__info__cta__btn__line {
  background-color: #07B53B;
}
.product__info__cta__btn span {
  display: block;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.product__price__wrap {
  padding: 20px 0 0;
}
.product__priceDiscount__wrap {
}
.product__price {
  display: flex;
  align-items: flex-end;
  color: #495057;
  gap: 0 4px;
  letter-spacing: -0.03em;
}
.product__price__ask {
  display: flex;
  justify-content: center;
  letter-spacing: -0.03em;
  font-size: 20px;
  font-weight: bold;
}
.product__priceDiscount__wrap .product__price {
  color: #D85656;
}
.product__price__lead {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 8px;
  min-width: 42px;
}
.product__price__num {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 80px;
  line-height: 1;
  flex-shrink: 0;
}
.product__price__yen {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  flex-shrink: 0;
  padding: 12px 0 8px;
}
.product__price__yen span {
  font-size: 14px;
}
.product__priceDiscount {
  display: flex;
  align-items: flex-end;
  font-weight: bold;
  color: #ACB5BD;
  gap: 0 2px;
  margin-bottom: 4px;
}
.product__priceDiscount__lead {
  font-size: 14px;
}
.product__priceDiscount__num {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 39px;
  text-decoration: line-through;
  line-height: 1;
  flex-shrink: 0;
}
.product__priceDiscount__yen {
  font-size: 14px;
}
.product__price__note {
  margin-top: 10px;
  margin-bottom: 12px;
}
.product__price__note li {
  font-size: 12px;
  color: #7E7E7E;
  padding-left: 16px;
  position: relative;
  margin-bottom: 6px;
  line-height: 1.3;
}
.product__price__note li:before {
  content: "";
  display: block;
  background: #666666;
  height: 1px;
  width: 11px;
  position: absolute;
  left: 0;
  top: 6px;
}
.point {
  border: 5px solid #E3E9F1;
  display: flex;
  align-items: center;
  color: #495057;
  margin-bottom: 24px;
}
.point__ttl {
  width: 350px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  padding: 30px;
  box-sizing: border-box;
}
.point__txt {
  padding: 30px 30px 30px 0;
  font-size: 16px;
  line-height: 2.125;
}
.purpose {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}
.purpose__ttl {
  flex-shrink: 0;
  padding-top: 4px;
  font-size: 18px;
  font-weight: bold;
}
.purpose__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.purpose__item {
  padding: 4px 20px 2px;
  box-sizing: border-box;
  font-size: 16px;
  background-color: #efefef;
  border-radius: 50px;
}
@media screen and (max-width: 850px) {
  .product__wrap {
    display: block;
    margin-bottom: 24px;
  }
  .product__control .product__control__btn {
    padding: 2px 10px;
    white-space: nowrap;
  }
  .product__new {
    font-size: 20px;
    padding: 6px 20px 6px 20px;
  }
  .product__img {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 24px;
  }
  .product__img:before {
    content: "";
    display: block;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    left: 0;
    height: 100%;
    background-color: #F4F6FC;
    position: absolute;
    z-index: -1;
  }
  .product__img:after {
    content: "";
    display: block;
    width: 100vw;
    right: 50%;
    transform: translateX(50%);
    top: 0;
    left: 0;
    height: 100%;
    background-color: #F4F6FC;
    position: absolute;
    z-index: -1;
  }
  .product__info {
    width: 100%;
  }
  .product__head {
    padding-bottom: 16px;
  }
  .product__status {
    font-size: 11px;
    padding: 4px 16px 2px;
  }
  .product__name {
    font-size: 24px;
    margin-bottom: 4px;
  }
  .product__place {
    font-size: 13px
  }
  .product__price__wrap {
    padding-top: 24px;
  }
  .product__priceDiscount__yen,
  .product__priceDiscount__lead {
    font-size: 11px;
  }
  .product__priceDiscount__num {
    font-size: 24px;
  }
  .product__price__yen,
  .product__price__lead {
    font-size: 11px;
  }
  .product__price__yen span {
    font-size: 11px;
  }
  .product__price__num {
    font-size: 48px;
  }
  .product__price__note li {
    font-size: 11px;
  }
  .product__package {
    font-size: 13px;
    padding: 2px 4px 2px;
  }
  .product__info__cta {
    gap: 0 8px;
  }
  .product__info__cta__btn,
  a.product__info__cta__btn {
    flex-direction: column;
    gap: 6px;
    padding: 10px 4px 5px;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    box-shadow: 0 3px 0 #bbb;
  }
  a.product__info__cta__btn__reserve {
    background-color: #00AFDD;
  }
  a.product__info__cta__btn__line {
    background-color: #07B53B;
  }
  .product__info__cta__btn span {
    display: block;
    font-size: 12px;
    letter-spacing: 0;
    margin: 0 auto;
  }
  .point {
    display: block;
    border-width: 4px;
  }
  .point__ttl {
    width: 100%;
    padding: 20px 20px 14px;
    font-size: 15px;
  }
  .point__txt {
    padding: 0 20px 20px;
    font-size: 13px;
  }
  .purpose {
    display: block;
  }
  .purpose__ttl {
    padding-top: 0;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .purpose__list {
    gap: 10px;
  }
  .purpose__item {
    padding: 4px 20px 2px;
    box-sizing: border-box;
    font-size: 13px;
    background-color: #efefef;
    border-radius: 50px;
  }
}

/* cta
-----------------------------------------------*/
.cta {
  background-color: #EFEFEF;
  padding: 10px 0;
  width: 100%;
  z-index: 100;
  opacity:0;
  transition:opacity .4s ease;
}
#cta.is-visible {
  opacity: 1;
}
.cta.is-fixed {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  margin: 0;
  z-index: 9999;
}
.cta .container {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
.cta__inner {
  display: flex;
  gap: 32px;
  align-items: center;
}
.cta__head__info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.cta__place,
a.cta__place {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  display: flex;
  gap: 2px;
  align-items: center;
  color: #495057;
  white-space: nowrap;
}
.cta__place:hover {
  opacity: .7;
}
.cta__place:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
  position: relative;
}
.cta__address {
  font-size: 14px;
  font-weight: bold;
}
.cta__address img {
  width: 14px;
  margin-right: 4px;
}
.cta .cta__tel {
  font-size: 34px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #2468A1;
  pointer-events: none;
  gap: 8px;
  display: flex;
  align-items: center;
}
.cta__tel__hour {
  font-size: 10px;
  line-height: 1.2;
}
.cta__tel__note {
  font-size: 10px;
  color: #2468A1;
  line-height: 1.3;
}
.cta__item {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: -1px 0 6px rgba(0,0,0,.16);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 330px;
  min-width: 270px;
}
.cta__item__status {
  width: 100%;
  padding: 5px 8px 3px;
  box-sizing: border-box;
  text-align: center;
  color: #495057;
  font-size: 10px;
  font-weight: bold;
  background-color: #CCCCCC;
}
.cta__item__package {
  text-align: center;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 4px 8px;
  font-size: 10px;
  font-weight: bold;
}
.cta__item__price {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #495057;
  gap: 0 4px;
  letter-spacing: -0.03em;
  padding: 10px 0 10px 8px;
}
.cta__item__price__lead {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.cta__item__price__num {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 34px;
  line-height: 1;
  flex-shrink: 0;
}
.cta__item__price__yen {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  flex-shrink: 0;
}
.cta__item__price__yen span {
  font-size: 10px;
  display: block;
}
.cta__item.cta__item__discount .cta__item__price {
  color: #D85656;
  padding: 2px 0 0 4px;
}
.cta__item.cta__item__discount .cta__item__price__num {
  font-size: 28px;
  padding-bottom: 2px;
}
.cta__item.cta__item__discount .cta__item__price__yen span {
  display: inline;
}
.cta__item__priceDiscount {
  display: flex;
  align-items: center;
  color: #ACB5BD;
  gap: 0 4px;
  letter-spacing: -0.03em;
  padding: 4px 0 0 4px;
}
.cta__item__priceDiscount__lead {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.cta__item__priceDiscount__num {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 16px;
  line-height: 1;
  flex-shrink: 0;
  text-decoration: line-through;
}
.cta__item__priceDiscount__yen {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
  flex-shrink: 0;
}
.cta__item__priceDiscount__yen span {
  font-size: 10px;
}
.cta__btns {
  display: flex;
  /*margin-left: auto;*/
  gap: 5px;
  width: 100%;
  max-width: 396px;
}
.cta__btns .cta__btn {
  border-radius: 5px;
  width: 100%;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #00AFDD;
  font-size: 13px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding: 10px 6px 6px;
  line-height: 1.3;
  box-shadow: 0 3px 0 #bbb;
  text-align: center;
}
.cta__btns .cta__btn img {
  margin-bottom: 8px;
}
.cta__btns .cta__btn:hover {
  opacity: .8;
  text-decoration: unset;
}
.cta__btns .cta__btn__contact {
  background: #2468A1;
}
.cta__btns .cta__btn__line {
  background: #07B53B;
}
@media screen and (max-width: 1140px) {
  .cta__item {
    flex-direction: column;
  }
  .cta__item__package {
    width: calc(100% - 20px);
    padding: 2px 4px 0;
    box-sizing: border-box;
    margin: 8px auto 0;
  }
  .cta__item__price {
    padding-right: 10px;
  }
  .cta__item.cta__item__discount .cta__item__price {
    padding: 2px 8px;
  }
  .cta__item__priceDiscount {
    justify-content: center;
  }
  .cta__btns {
    max-width: 300px;
  }
}
@media screen and (max-width: 960px) {
  .cta {
    padding: 20px 0;
    opacity: 1!important;
  }
  .cta .container {
    display: block;
  }
  .cta__inner {
    display: block;
  }
  .cta__head__info {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }
  .cta__head {
    margin-bottom: 20px;
  }
  .cta__place {
    font-size: 24px;
    margin-bottom: 2px;
  }
  .cta__address {
    font-size: 11px;
    margin-bottom: 4px;
  }
  .cta .cta__tel {
    pointer-events: auto;
    font-size: 36px;
    justify-content: center;
  }
  .cta .cta__tel img {
    width: 30px;
  }
  .cta .cta__tel:hover {
    text-decoration: unset;
  }
  .cta__tel__hour {
    font-size: 11px;
    margin-bottom: 4px;
  }
  .cta__tel__note {
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
  }
  .cta__item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .cta__item__status {
    padding: 3px 8px 3px;
  }
  .cta__item__package {
    padding: 2px 4px 2px;
  }
  .cta__item__price__num {
    font-size: 40px;
  }
  .cta__item__price__yen {
    font-size: 13px;
  }
  .cta__item__price__yen span {
    font-size: 11px;
  }
  .cta__btns {
    margin: 0 auto;
    width: 100%;
    max-width: unset;
  }
  .cta__btns .cta__btn {
    font-size: 14px;
    padding: 10px 4px 5px;
    line-height: 1.4;
  }
  .cta__btns .cta__btn span {
    font-size: 12px;
  }
  .cta__btns .cta__btn:before {
    width: 36px;
  }
  .cta__btns .cta__btn:after {
    right: 16px;
  }
}

/* detail
-----------------------------------------------*/
.detail {
  padding-top: 80px;
  padding-bottom: 110px;
}
.detail .container {
  max-width: 1054px;
}
.detail__wrap {
  padding-bottom: 80px;
}
.detail__table {
  width: 100%;
  border-bottom: 1px solid #E1E8EE;
  margin-top: 32px;
}
.detail__table tr {
  border-top: 1px solid #E1E8EE;
  width: 100%;
}
.detail__table tr:nth-of-type(even) {
  background-color: #FBFDFF;
}
.detail__table th {
  width: 300px;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  border-right: 1px solid #E1E8EE;
}
.detail__table td {
  padding: 20px;
  font-size: 14px;
}
.detail__table1 th {
  padding: 40px 20px;
}
.detail__table1 td {
  padding: 40px 20px;
}
.caution {
  background-color: #F9F9F9;
  color: #666;
  padding: 30px;
}
.caution__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 10px;
}
.caution__sub__ttl{
  font-size: 15px;
  margin-top: 16px;
  margin-bottom: 10px;
}
.caution__item {
  font-size: 12px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 12px;
  line-height: 1.3;
}
.caution__item:last-of-type {
  margin-bottom: 0;
}
.caution__item:before {
  content: "";
  display: block;
  background: #666666;
  height: 1px;
  width: 11px;
  position: absolute;
  left: 0;
  top: 6px;
}
@media screen and (max-width: 850px) {
  .detail {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .detail__wrap {
    padding-bottom: 40px;
  }
  .detail__table {
    margin-top: unset;
  }
  .detail__table th {
    width: 100px;
    padding: 16px 10px;
    font-size: 13px;
  }
  .detail__table td {
    padding: 16px 10px;
    font-size: 13px;
  }
  .detail__table1 th {
    padding: 24px 10px;
  }
  .detail__table1 td {
    padding: 24px 10px;
  }
  .caution {
    padding: 20px;
  }
  .caution__ttl {
    font-size: 15px;
  }
  .caution__sub__ttl{
    font-size: 13px;
  }
  .caution__item {
    font-size: 11px;
    padding-left: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .caution__item:before {
    top: 7px;
  }
}

.cta__floating {
  display: none;
}
@media screen and (max-width: 960px) {
  #product .floating {
    display: none;
  }
  .cta__floating {
    display: flex;
    padding: 10px 6px;
    justify-content: space-between;
    gap: 6px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,.2);
    backdrop-filter: blur(2px);
    z-index: 80;
    box-sizing: border-box;
  }
  .cta__floating__btn {
    width: 100%;
    min-height: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
    color: #495057!important;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    box-sizing: border-box;
    padding: 4px 10px;
    position: relative;
  }
  .cta__floating__btn:after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: solid 1px #495057;
    border-right: solid 1px #495057;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 5px;
  }
  .cta__floating__btn__reserve:after ,
  .cta__floating__btn__contact:after {
    border-color: #fff;
  }
  .cta__floating__btn span {
    font-size: 10px;
  }
  .cta__floating__btn__contact {
    background-color: #2468A1;
    color: #fff!important;
  }
  .cta__floating__btn__reserve {
    background-color: #00AFDD;
    color: #fff!important;
  }
}

/* 20251016 */
.search__wrap .acc__other1 {
  width: 100%;
}
.search__wrap .acc > .acc__row {
  padding: 15px 30px 14px 15px;
}
.search__wrap .acc__other1 .acc__list > .acc > .acc__panel ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px dotted #aaa;
  margin-bottom: -1px;
}
.search__wrap .acc__other1 .acc__list > .acc > .acc__panel li {
  padding: 12px 0 12px 15px;
  width: calc(100% / 3);
  box-sizing: border-box;
  border-top: unset;
  border-bottom: 1px dotted #aaa;
}
.search__wrap .acc__other1 .acc__list > .acc > .acc__panel li label {
  font-size: 16px;
}
@media screen and (max-width: 1140px) {
  .search__wrap .acc__other1 .acc__list > .acc > .acc__panel li {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 850px) {
  .search__wrap .acc > .acc__row {
    padding: 10px 30px 9px 15px;
  }
  .search__wrap .acc__other1 .acc__list > .acc > .acc__panel li {
    width: 100%;
    padding: 8px 0 8px 15px;
  }
  .search__wrap .acc__other1 .acc__list > .acc > .acc__panel li label {
    font-size: 13px;
  }
}

.result__zerohit {
  border: 6px solid rgba(225,53,53,.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  font-weight: bold;
  padding: 26px 20px;
}
.result__zerohit__icon {
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .result__zerohit {
    flex-direction: column;
    font-size: 14px;
    padding: 16px 20px;
  }
  .result__zerohit__icon {
    flex-shrink: 0;
  }
}

/* slick */
#mainSlider:not(.slick-slider) li:first-of-type {
  margin: 0 auto;
  max-width: 1276px;
}
#mainSlider:not(.slick-slider) li:not(:first-of-type) {
  display: none;
}
#mainThumb.slick-slider,
#mainSlider.slick-slider{
  display:block;
  box-sizing:border-box;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  -webkit-touch-callout:none;
  -khtml-user-select:none;
  -ms-touch-action:pan-y;
  touch-action:pan-y;
  -webkit-tap-highlight-color:transparent;
}
#mainThumb .slick-list,
#mainSlider .slick-list{
  position:relative;
  display:block;
  margin:0;
  height: 100%;
  overflow: unset;
}
#mainThumb .slick-list.dragging,
#mainSlider .slick-list.dragging{
  cursor:pointer;
  cursor:hand;
}
#mainThumb.slick-slider .slick-track,
#mainThumb.slick-slider .slick-list{
  -webkit-transform:translate3d(0, 0, 0)!important;
  -ms-transform:translate3d(0, 0, 0)!important;
  transform:translate3d(0, 0, 0)!important;
}
#mainThumb .slick-track,
#mainSlider .slick-track{
  position:relative;
  top:0;
  left:0;
  display:block;
  margin-left:auto;
  margin-right:auto;
  height: 100%;
}
#mainThumb .slick-track:before,
#mainThumb .slick-track:after,
#mainSlider .slick-track:before,
#mainSlider .slick-track:after{
  display:table;
  content:'';
}
#mainThumb .slick-track:after,
#mainSlider .slick-track:after{
  clear:both;
}
#mainThumb .slick-loading .slick-track,
#mainSlider .slick-loading .slick-track{
  visibility:hidden;
}
#mainThumb.slick-slide,
#mainSlider.slick-slide{
  float:left;
  height:100%;
  min-height:1px;
}
#mainThumb.slick-slide:focus,
#mainSlider.slick-slide:focus{
  outline:none;
}
[dir='rtl'] .slick-slide{
  float:right;
}
#mainThumb .slick-initialized .slick-slide,
#mainSlider .slick-initialized .slick-slide{
  display:block;
}
#mainThumb .slick-loading .slick-slide,
#mainSlider .slick-loading .slick-slide{
  visibility:hidden;
}
#mainThumb .slick-vertical .slick-slide,
#mainSlider .slick-vertical .slick-slide{
  display: block;
  height: auto;
}

#mainSlider.slick-slider{
  position: static;
  z-index: 1;
  height: 100%;
  max-width: 1276px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity .5s cubic-bezier(.210, .60, .350, 1);
}
#mainSlider.slick-initialized{
  opacity: 1;
}
#mainSlider li{
  padding: 0 2px;
}
#mainSlider .spOnly{
  display: none;
}
#mainSlider .slick-next,
#mainSlider .slick-prev{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 24px;
  font-size: 0;
  z-index: 1;
  background: rgba(0,26,44,0.5);
  padding: 0;
  border: none;
  cursor: pointer;
  transition: background .3s cubic-bezier(.210, .60, .350, 1), opacity .8s cubic-bezier(.210, .60, .350, 1);
}
#mainSlider .slick-next:hover,
#mainSlider .slick-prev:hover{
  background: #00afdd;
}
#mainSlider .slick-next{
  right: 0;
}
#mainSlider .slick-prev{
  left: 0;
}
#mainSlider .slick-arrow::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
#mainSlider .slick-next::before{
  right: 12px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
#mainSlider .slick-prev::before{
  left: 12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mainThumb.slick-slider{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
  text-align: center;
  z-index: 1;
  opacity: 0;
  transition: opacity .5s cubic-bezier(.210, .60, .350, 1);
}
#mainSlider.slick-initialized + #mainThumb{
  opacity: 1;
}
#mainThumb.slick-slider > div{
  display: inline-block;
  max-width: 240px;
  width:100%;
  margin: 0 auto;
  font-size: 0;
  margin-right: -4px;
}
#mainThumb.slick-slider li{
  position: relative !important;
  display: inline-block;
  margin: 0 4px;
  height: 4px;
  width: 56px;
  cursor: pointer;
}
#mainThumb.slick-slider li::before,
#mainThumb.slick-slider li::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
#mainThumb.slick-slider li::after{
  z-index: 1;
  width:100%;
  background-color: #001a2c;
}
#mainThumb.slick-slider li::before{
  z-index: 2;
  width: 0;
  background-color: #00afdd;
}
@keyframes thumb-item-nav {
  0% { width: 0; }
  100% { width: 100%; }
}
@keyframes thumb-item-nav2 {
  0% { width: 0; }
  100% { width: 100%; }
}
#mainThumb.slick-slider li.slick-current::before{
  -webkit-animation: 7.6s linear;
  -ms-animation: 7.6s linear;
  animation: 7.6s linear;
  animation-name: thumb-item-nav;
}
#mainThumb.slick-slider li.slick-current.firstThumb::before{
  -webkit-animation: 7.0s linear;
  -ms-animation: 7.0s linear;
  animation: 7.0s linear;
  animation-name: thumb-item-nav2;
}
@media screen and (max-width: 750px) {
  .kv {
    /* padding: 0 14px 18px; */
    position: relative;
  }
  #mainSlider.slick-slider .spOnly{
    display: block;
    width: 100%;
    height: auto;
  }
  #mainSlider .pcOnly{
    display: none;
  }
  #mainSlider.slick-slider .slick-next,
  #mainSlider.slick-slider .slick-prev{
    width: 44px;
    height: 48px;
  }
  #mainSlider.slick-slider .slick-arrow::before{
    width: 6px;
    height: 6px;
  }
  #mainSlider.slick-slider .slick-prev::before{
    left: 20px;
  }
  #mainSlider.slick-slider .slick-next::before{
    right: 19px;
  }
  #mainThumb.slick-slider{
    padding: 0 16px;
  }
}

.ttlArea {
  position: relative;
  box-sizing: border-box;
  max-width: 1260px;
  padding: 0 20px;
  margin: 0 auto 24px;
}
.ttlArea__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ttlArea h1 {
  padding: 64px 0 0;
  font-size: 36px;
}
@media screen and (max-width: 750px) {
  .ttlArea {
    margin: 0;
  }
  .ttlArea__inner {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
  }
  .ttlArea h1 {
    padding: 16px 0 0;
    font-size: 28px;
  }
  .ttlArea__inner .keyword__idSearch {
    margin: 48px 0 0 auto;
  }
}