@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Zen+Old+Mincho:wght@400;500;700&display=swap");
@import url(./common.css);
@import url(./utility.css);

html {
  font-size: 62.5%;
}

body {
  font-family: var(--font);
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  font-weight: normal;
  font-size: var(--text-size);
  color: var(--text-color);
  line-height: 1.76;
  letter-spacing: 0.05em;
  position: relative;
  background-color: #e9e5dd;
  overflow-wrap: break-word;
}

li {
  text-align: left;
}

/* common _________________________________________________*/
main {
  position: relative;
}

select::-ms-expand {
  display: none;
}

img {
  max-width: 100%;
}

#lp img {
height: auto;
}

hr {
  width: 1140px;
  margin: 0 auto;
  border-top: 1px solid var(--theme-color-dark);
  clear: both;
}

:is(header,footer) img,picture {
  display: block;
}

hr.hr_blue {
  /* border-top-color: var(--accent-color); */
  clear: left;
}

@media screen and (max-width: 767px) {
  hr {
    display: none;
  }
  hr.hr_blue {
    display: block;
    width: 96%;
    margin-top: 50px;
  }
}

.bg-none {
  background-color: inherit !important;
}

.grat-txt {
  color: #666;
}

#search + h2 {
  font-weight: normal;
  text-align: center;
  text-transform: capitalize;
  font-family: var(--font-en);
}

h2.title {
  letter-spacing: 4px;
  font-family: "Lato";
  font-weight: 500;
}

#orver .sec_ttl_wrap {
  padding-top: 110px;
}

@media screen and (max-width: 767px) {
  #orver .sec_ttl_wrap {
    padding-top: 65px;
  }
}

.ttl-assistance {
  color: var(--accent-color);
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 50px;
}

h3 {
  color: var(--accent-color);
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

h3.ttl-customer {
  color: #333 !important;
  text-align: left;
  line-height: 1.4em;
}

#reaches-top p {
  color: var(--accent-color);
}

.op-04 {
  opacity: 0.4;
}

.blue-txt {
  color: var(--accent-color);
}

.b-txt {
  font-weight: bold;
}

.element-division {
  overflow: hidden;
}

.element-division h3 {
  font-weight: bold;
  text-align: left;
}

.element-division h3 + p.spacing {
  padding: 0;
}

.element-division ul,
.element-division p {
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
}

.blue-line {
  border: none;
  border-bottom: 1px solid var(--accent-color);
  padding: 10px 0;
}

.f-bold {
  font-weight: bold;
}

.btn-on {
  display: block;
}

.btn-off {
  display: none;
}

/* メインカラム */

div.main-cts:last-child {
  margin-bottom: 0;
}

.top-brand li a {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
}

.contents_box {
  display: block;
	width: min(var(--content-width), 100%);
	margin: 0 auto;
}

/* a _________________________________________*/

:where(a) {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
:where(a):hover {
  opacity: 0.8;
}
:where(a):link,
:where(a):visited {
  text-decoration: none;
}

a:hover {
  color: var(--accent-color);
  /* opacity: 0.6; */
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a.style-none:hover {
  color: var(--accent-color);
  opacity: 1;
}

.link-box a {
  font-weight: bold;
  color: var(--accent-color);
  font-size: 14px;
}

.search-cts:before {
  content: "\e8b6";
  font-family: var(--font-icon);
  font-weight: 400;
  font-size: 128%;
  display: inline-block;
  vertical-align: middle;
}

/* after-arrow-blue _________________________________________*/

.after-arrow-blue {
  position: relative;
  padding-right: 10px;
}

.after-arrow-blue::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--accent-color);
  border-right: 1px solid var(--accent-color);
  transform: rotate(45deg);
  position: relative;
  left: 7px;
  bottom: 3px;
  display: inline-block;
}

.after-arrow-blue-02 {
  position: relative;
  padding-right: 20px;
}

.after-arrow-blue-02:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 3px;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--accent-color);
  border-right: 1px solid var(--accent-color);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* before-arrow-blue _________________________________________*/

.before-arrow-blue {
  position: relative;
  padding-left: 20px;
}

.before-arrow-blue:before,
.before-arrow-blue:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: 0;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 6px solid var(--accent-color);
  border-bottom: 5px solid transparent;
  border-left: 6px solid transparent;
}

.before-arrow-blue:after {
  z-index: 1;
  margin-left: 2px;
  border-right-color: #fff;
}

/* after-arrow-gray _________________________________________*/

.after-arrow-gray {
  position: relative;
  padding-right: 20px;
  display: inline-block;
  line-height: 1.5em;
}

.after-arrow-gray::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  position: absolute;
  bottom: 8px;
  right: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* after-arrow-white _________________________________________*/

.after-arrow-white {
  position: relative;
  /*padding-right: 20px;*/
}

/* button-arrow common _________________________________________*/
.button-arrow a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.button-arrow-white a,
.button-arrow-before input,
.button-arrow input,
.button-arrow a,
.button-top-arrow input,
.button-under-arrow input,
.modal-button-arrow-box input,
.modal-button-arrow input {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  border-radius: 50px;
  font-family: var(--font-en);
  position: relative;
  background-color: transparent;
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .button-arrow-white a,
  .button-arrow-before input,
  .button-arrow input,
  .button-arrow a,
  .button-top-arrow input,
  .button-under-arrow input {
    min-height: 56px;
    width: min(100%, 238px);
  }
}

.button-arrow-white a:hover,
.button-arrow-before:hover input,
.button-arrow:hover a,
.button-arrow:hover input,
.button-top-arrow:hover input,
.button-under-arrow:hover input,
.modal-button-arrow-box:hover input,
.modal-button-arrow:hover input {
  background-color: var(--accent-color);
  color: var(--bg-color);
}

/* button-arrow フォームボタン　『＞』 _________________________________________*/

.button-arrow {
  position: relative;
  display: inline-block;
}
.button-arrow-white + .button-arrow-white {
  margin-top: 10px;
}

.button-arrow-white a {
  min-width: 250px;
  position: relative;
  letter-spacing: 1px;
  box-sizing: border-box;
  padding: 0 20px;
}

/* .detail-2column-wide div.button-arrow a{ height: 40px; display: block; line-height: 40px; } .detail-2column-wide div.button-arrow::after{ top: 16px; } */

.button-arrow input {
  font-size: 16px;
  line-height: 40px;
  padding: 0;
  letter-spacing: 1px;
  border-radius: 100px;
  box-sizing: border-box;
}

/* modal _________________________________________*/

form,
label,
input,
button,
textarea,
select {
  font-family: var(--font);
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
}

input[type="checkbox"] {
  display: none;
}

.modal-button-arrow input[type="search"] {
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-button-arrow input[type="search"]:focus {
  border: 1px solid var(--accent-color);
}

.modal-button-arrow input::-webkit-input-placeholder {
  opacity: 0.5;
}

.modal-button-arrow input:-ms-input-placeholder {
  opacity: 0.5;
}

.modal-button-arrow input::-moz-placeholder {
  opacity: 0.5;
}

.modal-button-arrow input[type="checkbox"] {
  display: none;
}

#modal-btn-close {
  position: fixed;
  color: #fff;
  mix-blend-mode: difference;
  right: 86px;
  top: 22px;
  font-size: 1.6rem;
  padding: 20px 12px;
  font-weight: normal;
  cursor: pointer;
  font-family: var(--font-en);
  display: flex;
  align-items: center;
}
#modal-btn-close::after {
  content: "\e5cd";
  font-family: var(--font-icon);
  margin-left: 5px;
}

.modal-button-arrow-box input,
.modal-button-arrow input {
  font-size: 16px;
  line-height: 40px;
  border-radius: 50px;
  border-radius: 100px;
  letter-spacing: 1px;
  width: 184px;
  box-sizing: border-box;
}

#search-bottom-button .modal-button-arrow input {
  width: 325px;
}

.modal-button-arrow-box,
.modal-button-arrow {
  position: relative;
  display: inline-block;
  text-align: center;
}

.before_search {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px;
  width: 100%;
}

.before_search span,
.sub-search-item span {
  font-size: 11px;
  display: inline-block;
  margin-left: 7px;
  letter-spacing: 0;
}

.before_search:before {
  position: absolute;
  content: url(../../images/search_black.png);
  left: 2px;
}

.modal-words {
  box-sizing: border-box;
  background: #ebecee;
  border: #bec6cf 1px solid;
  width: 238px;
  min-width: 238px;
  height: 42px;
  padding: 0 20px;
  font-size: 14px;
  color: #a0a1a2;
}

#searchForm1,
#searchForm2 {
  width: 100%;
}

#searchForm2 {
  padding: 40px 48px;
}

.sub-search-item {
  color: var(--accent-color);
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 18px;
  position: relative;
  margin-top: 38px;
}

#searchForm2 .before_search {
  margin-bottom: 0;
}

/*CheckBox */

label.checkbox {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  background: #fff;
  overflow: hidden;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}

label.checkbox input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 20px;
  width: 20px;
  height: 20px;
  left: -40px;
  box-shadow: 39px 0px #fff;
  z-index: 2;
}

label.checkbox input[type="checkbox"]:checked {
  box-shadow: none;
}

label.checkbox input[type="checkbox"]:checked:focus {
  box-shadow: 39px 0px #fff;
  opacity: 0.1;
}

label.checkbox input[type="checkbox"]:focus {
  box-shadow: 39px 0px #fff;
}

label.checkbox:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -8px;
  width: 8px;
  height: 12px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: 1;
}

/*CheckBoxとText */

label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 27px;
  line-height: 20px;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
  font-size: 12px;
}

label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0px;
  border: 2px solid #999;
  z-index: 3;
  box-sizing: border-box;
}

.no-border label.checkbox_text:before {
  border: 2px solid #333;
}

label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 6px;
  display: block;
  margin-top: -8px;
  width: 7px;
  height: 12px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: 1;
}

label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px !important;
  display: block;
  box-shadow: 41px 0px var(--bg-color);
  z-index: 2;
  margin: 0px;
}

label.checkbox_text input[type="checkbox"]:checked {
  box-shadow: none;
}

label.checkbox_text input[type="checkbox"]:checked:focus {
  box-shadow: 40px 0px var(--bg-color);
  opacity: 0.1;
}

label.checkbox_text input[type="checkbox"]:focus {
  box-shadow: 41px 0px var(--bg-color);
}

.modal label.checkbox_text input[type="checkbox"],
.modal label.checkbox_text input[type="checkbox"]:checked:focus,
.modal label.checkbox_text input[type="checkbox"]:focus {
  box-shadow: 41px 0px #fff;
}

.ttl-modal-price-cts .wave {
  display: inline-block;
  width: 72px;
  text-align: center;
}

.ttl-modal-price-cts .checkbox_text {
  margin-left: 20px;
}

.search-element section {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  letter-spacing: 0;
  max-width: 990px;
  gap: 2px;
}

.search-element section > div {
  text-align: center;
  background: #ebecee;
}

.search-element section > div dl {
  width: 100%;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 17px;
  cursor: pointer;
}

.search-element section > div dt {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  height: 60px;
}

.search-element section > div dd {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  height: 30px;
}

.search-element section > div:hover {
  opacity: 0.6;
}

.search-element section > div.checked {
  background: #fcfdff;
}

.search-element section > div.none {
  opacity: 0.4;
}

.modal-brand section > div {
  height: 120px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  cursor: pointer;
}

#search-bottom-button {
  text-align: center;
  padding-top: 60px;
}
.modal-color .modal-color-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.modal-color .modal-color-hover {
  width: 44px;
  height: 44px;
  padding: 6px 0 0 0;
  box-sizing: border-box;
}

.modal-color .modal-color-inner div div {
  width: 30px;
  height: 30px;
  margin: auto;
  border: 1px solid #666;
  box-sizing: border-box;
  cursor: pointer;
}

.modal-color .modal-color-inner div:nth-child(1) div {
  background-color: #fff;
}

.modal-color .modal-color-inner div:nth-child(2) div {
  background-color: #000;
}

.modal-color .modal-color-inner div:nth-child(3) div {
  background-color: #a7a7a7;
}

.modal-color .modal-color-inner div:nth-child(4) div {
  background-color: #e62020;
}

.modal-color .modal-color-inner div:nth-child(5) div {
  background-color: #3535d6;
}

.modal-color .modal-color-inner div:nth-child(6) div {
  background-color: #ff0;
}

.modal-color .modal-color-inner div:nth-child(7) div {
  background-color: #2d9b5e;
}

.modal-color .modal-color-inner div:nth-child(8) div {
  background-color: #f773f7;
}

.modal-color .modal-color-inner div:nth-child(9) div {
  background-color: #81511c;
}

.modal-color .modal-color-inner div:nth-child(10) div {
  background-color: #eb6100;
}

.modal-color .modal-color-inner div:nth-child(11) div {
  background: linear-gradient(#fff, #a7a6a6);
}

.modal-color .modal-color-inner div:nth-child(12) div {
  background: linear-gradient(#fff, #c9af55);
}

@media screen and (max-width: 767px) {
  #modal-btn-close {
    top: 0;
    right: 0;
  }
  .modal {
    padding: 0;
    -webkit-overflow-scrolling: touch;
  }

  .text_close {
    position: absolute;
    top: 18px;
    right: 45px;
    font-size: 15px;
  }
  .modal-wrap {
    margin: 0;
    width: 100%;
    overflow-scrolling: touch;
    overflow: auto;
  }

  .modal-content {
    margin: 0;
    min-width: auto;
    width: 100%;
    margin: 0 0 60px;
    overflow-scrolling: touch;
  }

  .modal-table-wrap {
    overflow-scrolling: touch;
    overflow-x: hidden;
  }

  .modal-table-wrap table,
  .modal-table-wrap tbody {
    display: block;
  }

  #modal-content-inner {
    padding: 27px 15px 40px;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }

  .modal-search {
    margin-bottom: 50px;
  }

  .modal-search tr {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .modal-search td {
    max-width: 100%;
    padding: 0;
    border: 0;
    display: block;
  }

  .before_search {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    padding-left: 28px;
  }

  .modal-words {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    background: #f5f5f5;
    border: #999 1px solid;
    color: #999;
  }

  .modal-search .modal-words {
    width: 100%;
    margin-bottom: 10px;
  }

  .modal-button-arrow-box,
  .modal-button-arrow {
    width: 100%;
  }

  .modal-button-arrow-box input,
  .modal-button-arrow input {
    width: 100%;
    line-height: 35px;
    height: 35px;
  }

  .before_search span {
    display: block;
    margin: 0 0 3px -28px;
  }

  #searchForm2 {
    padding: 0;
  }

  #searchForm2 .before_search {
    box-sizing: border-box;
  }

  .sub-search-item {
    font-size: 17px;
    margin-top: 22px;
    margin-bottom: 13px;
  }

  .ttl-modal-price-cts {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .ttl-modal-price-cts .modal-words {
    width: 50%;
    flex: 1;
    min-width: auto;
  }

  .ttl-modal-price-cts .wave {
    flex: 0;
    padding: 0 7px;
    line-height: 35px;
  }

  .ttl-modal-price-cts .checkbox_text {
    display: block;
    width: 100%;
    margin: 12px 0 10px 0;
  }

  .search-element section {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .search-element section > div {
    height: 28.5vw;
    min-height: 90px;
  }

  .search-element section > div dl {
    height: 100%;
    padding: 10% 0 8%;
    font-size: 9px;
  }

  .search-element section > div#type1 dl,
  .search-element section > div#type2 dl,
  .search-element section > div#type3 dl {
    font-size: 12px;
  }

  td.search-element section > div dt {
    height: 60%;
    width: 100%;
  }

  .search-element section > div dt img {
    max-height: 80%;
    width: auto;
    object-fit: contain;
  }

  .search-element section > div dd {
    height: 40%;
    width: 100%;
    line-height: 12px;
  }

  #search-bottom-button {
    padding-top: 30px;
  }

  #search-bottom-button .modal-button-arrow input {
    width: 100%;
  }

  .modal-color .modal-color-hover {
    width: 38px;
  }

  .checkbox_text:before {
    width: 15px;
    height: 15px;
    border: 1px solid #999;
  }

  .checkbox_text:after {
    left: 5px;
    width: 5px;
    height: 10px;
  }

  label.checkbox_text:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0px;
    top: 0px;
    margin: auto;
    border: 1px solid #666;
    z-index: 3;
    box-sizing: border-box;
    bottom: 0;
  }

  .no-border label.checkbox_text:before {
    border: 1px solid #333;
  }

  label.checkbox_text:after {
    left: 5px;
    margin-top: -4px;
    width: 5px;
    height: 9px;
  }
}


/* products _________________________________________*/

#top-products {
  margin: 0 auto;
  overflow: hidden;
}

#top-products div a {
  display: block;
}

#top-products div a:hover {
  opacity: 0.6;
}

#top-products div dt {
  text-align: center;
  background-color: #eee;
}

#top-products div dd {
  display: inline;
  color: #888;
}

.name-img div {
  background-color: #eee;
  text-align: center;
}


:is(.item_product,.top-brand) .ly-container {
  padding: 0;
}

/* brand
_________________________________________*/

.top-brand {
	padding-bottom: 30px;
}
.top-brand .link-box {
  margin-top: 15px;
}

.top-brand li a {
	display: block;
	width: 100%;
	aspect-ratio: 1/1;
	color: transparent;
  border-radius: 4%;
  background: center / auto #fff no-repeat;
}

.top-brand li:nth-child(1) a {
	background-image: url(../../images/rhythm_logo.png);
}

.top-brand li:nth-child(2) a {
	background-image: url(../../images/small_world_logo.png);
}

.top-brand li:nth-child(3) a {
	background-image: url(../../images/citizen_logo.png);
}

.top-brand li:nth-child(4) a {
	background-image: url(../../images/emuair_logo.png);
}

.top-brand li:nth-child(5) a {
	background-image: url(../../images/daily_logo.png);
}

.top-brand li:nth-child(6) a {
	background-image: url(../../images/antonio_logo.png);
}

@media screen and (max-width: 767px) {
  .top-brand ul li a {
    background-size: 70% auto;
  }
  .top-brand li:nth-child(6) a {
    background-size: 95% auto;
  }
}

/* _________________________________________ 下層　ページ _________________________________________*/

/* common _________________________________________*/

.ttl-gray-assist {
  color: #888;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ttl-gray-assist {
    margin-block: 20px 40px;
    font-size: 13px;
  }
}

.inquiry table .required {
  color: #d7000f;
  font-weight: bold;
  text-align: left;
}

.select_type {
  position: relative;
}

.inquiry select {
  -webkit-appearance: pop-up-menu;
  -moz-appearance: pop-up-menu;
  appearance: pop-up-menu;
  border: 1px solid #999999;
  padding: 0 15px;
  font-size: 12px;
}

.inquiry input {
  -webkit-appearance: radio-button;
  -moz-appearance: radio-button;
  appearance: radio-button;
}

.select_type,
.select_address,
.select_catalog,
.select_yeaer,
.select_month,
.time-of-trouble {
  position: relative;
  display: inline-block;
}

.select_type::after,
.select_address::after,
.select_catalog::after,
.select_yeaer::after,
.select_month::after,
.time-of-trouble::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 10px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.select_yeaer::after {
  left: 65px;
}

.select_month::after,
.time-of-trouble::after {
  left: 85px;
}

.inquiry .user-area {
  border: 1px solid #999999;
  padding: 0 15px;
  font-size: 12px;
}

/*　lp バナー表示用　*/

.lp-bnr-area ul {
  margin: 60px 0 50px;
  /*	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
  */
}

.lp-bnr-area ul li {
  margin-left: 15px;
  margin-right: 15px;
}
.lp-bnr-area ul li a {
  display: block;
  overflow: hidden;
}
ul li a img,
dl dt a img {
  transition: transform 0.3s ease;
}
ul li a dt {
  overflow: hidden;
}
ul li a:hover img,
dl a:hover img {
  transform: scale(1.05);
}

/*　lp ボタン表示用　*/

.lp-link {
  text-align: center;
  margin: 60px auto;
}
.lp-link + .detail-2column {
  padding: 0;
}

/*　shop ボタン表示用　*/

.shop-link {
  text-align: center;
  margin: 60px auto;
}
.lp-link + .shop-link {
  margin-top: -40px;
}

/* news _________________________________________*/

.sns-box a {
  color: #333 !important;
  font-weight: bold;
  text-transform: capitalize;
}

/* お客さま相談室 _________________________________________*/

.customer dd:last-child {
  margin-bottom: 40px;
}

.customer dt {
  font-weight: bold;
  margin: 0 0 10px;
}

.customer li {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
  padding-top: 170px;
  margin-top: -170px;
}


/* 小カテゴリを選択 _________________________________________*/

.small-category {
  font-size: 0.9em;
  font-weight: bold;
  padding: 10px 0 0;
  line-height: 3em;
}

.small-category-input {
  display: none !important;
}

.small-category-input + label {
  padding-left: 25px;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.small-category-input + label::before,
.small-category-input + label::after,
.support-radio-input + label::before,
.support-radio-input + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  border-radius: 50%;
}

.small-category-input + label::before {
  width: 20px;
  height: 20px;
  left: 0;
  border: 1px solid var(--accent-color);
}

.small-category-input:checked + label::after {
  width: 10px;
  height: 10px;
  left: 5px;
  background: var(--accent-color);
}

.support-radio-input {
  display: none !important;
}

.support-radio-input + label {
  position: relative;
  padding-left: 30px;
  margin-right: 25px;
  cursor: pointer;
  line-height: 3em;
}

@media screen and (max-width: 767px) {
  .small-category-input + label,
  .support-radio-input + label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 36px;
  }
}

/* pick up _________________________________________*/
.study ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 80px;
  column-gap: 25px;
}

@media screen and (max-width: 767px) {
  .study ul {
    row-gap: 25px;
    column-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.study li a {
  display: block;
}

.study li a img {
  width: 100%;
  height: auto;
}

.study li a dt {
  text-align: center;
  overflow: hidden;
}
.study li dt img {
  transition: transform 0.3s ease;
}
.study li a:hover dt img {
  transform: scale(1.03);
}

.study li a dd {
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.5em;
  color: #888;
  letter-spacing: 0.06em;
}
.study li a dd:nth-of-type(2) {
  font-family: var(--font-en);
  font-weight: normal;
}
.study li a dd:nth-of-type(3) {
  font-size: 12px;
  color: #666;
  letter-spacing: 0;
}

.checkbox01-input {
  display: none !important;
}

.checkbox01-parts {
  padding-left: 30px;
  position: relative;
  margin-right: 12px;
  line-height: 1.2em;
  display: inline-block;
}

.checkbox01-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--accent-color);
  box-sizing: border-box;
}

.checkbox01-input:checked + .checkbox01-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(45deg);
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
}

.category-check .checkbox01-input:checked + .checkbox01-parts::after {
  bottom: 0;
  margin: auto;
}

/* からくり、モニュメント時計 _________________________________________*/

.step-link a {
  color: var(--accent-color);
  font-weight: bold;
}

/* search _________________________________________*/

.ttl-search {
  padding-bottom: 10px;
}

.search-results {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.search-results .totalNum {
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 120%;
}

.search-option {
  box-sizing: border-box;
}

.search-option h3 {
  padding: 0 0 20px;
  text-align: left;
}

.search-option {
  overflow: hidden;
}

.search-option dl {
  width: 100%;
  font-size: 0.9em;
  line-height: 1.5em;
  overflow: hidden;
}

.search-option dt {
  width: 40%;
  padding: 0 0 5px;
  float: left;
  display: table-cell;
}

.search-option dd {
  width: 60%;
  padding: 0 0 5px;
  display: table-cell;
}

.search-option p {
  clear: both;
  padding-top: 30px;
}

.search-option p a {
  font-size: 0.9em;
  color: var(--accent-color);
}
#orver h2 {
  text-align: center;
}

/*価格から探す*/

.top-price-search {
  width: 100%;
  margin: 50px 0 0;
  padding: 67px 0;
  box-sizing: border-box;
}

#stratum-main-cts .top-price-search {
  margin: 0 auto 0;
}

.top-price-search table {
  margin: auto;
  text-align: center;
}

.top-price-search table tr td {
  padding-bottom: 32px;
}

.top-price-search table tr:last-child td {
  padding-bottom: 0;
}

.top-price-search table tr:first-child td:nth-child(2) {
  padding-right: 28px;
  padding-left: 28px;
}

#open-slice-button input {
  width: 250px;
}

.select_price select {
  box-sizing: border-box;
  background: #f5f5f5;
  border: #999999 1px solid;
  height: 42px;
  padding: 0 20px;
  font-size: 14px;
}

.select_price {
  position: relative;
}

.select_price:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 16px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  margin: auto;
}

/* order-detail _________________________________________*/

.gray-border {
  border: none;
  border-bottom: 1px solid #ccc;
}

/* monument step _________________________________________*/

.monument_step {
  text-align: center;
}

.monument_step > div {
  margin: 50px 0 0;
}

/* Print CSS _________________________________________*/

@media print {
  body {
    width: 1200px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }
}

/* safariでの角マル消去 _________________________________________*/

.audiobox h4 {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
.audiobox [data-tgl-area="sound-area"] {
height: auto;
}
}
.audio-flex {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
.audio-flex .audiobox-inner {
  flex: 1 1 auto;
  display: block;
}
.audiobox-inner ul li {
  padding: 5px 0;
}
.audiobox-inner .audiojs + a {
  position: relative;
  padding-left: 25px;
}
.audiobox-inner .audiojs + a:before {
  content: "";
  background: url(/images/icon/audio_start.png) no-repeat;
  display: inline-block;
  width: 17px;
  height: 17px;
  top: 2px;
  position: absolute;
  left: 0;
}
.audiobox-inner .playing + a:before {
  content: "";
  display: inline-block;
  background: url(/images/icon/audio_pause.png) no-repeat;
}
.audiobox-inner .playing + a:after {
  content: "";
  background: url(../../images/icon/audio_play.gif);
  display: inline-block;
  width: 15px;
  height: 13px;
  position: relative;
  right: -6px;
  bottom: -2px;
}
.audiobox-inner .error + a {
}
.audiobox-inner .error + a:after {
  content: "";
}
/*　プレイヤー（再生バー）　*/
.audiojs {
  width: 17px;
  height: 17px;
  background: none;
  overflow: hidden;
  display: inline-block;
  font-family: monospace;
  font-size: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin-right: 10px;
}
/*　再生・停止ボタン　*/
.audiojs .play-pause {
  visibility: hidden;
  /*
  width: 17px;
  height: 17px;
  padding: 0;
  margin: 0;
  float: left;
  overflow: hidden;
  border-radius: 14px;
*/
}
/*　再生・停止ボタンなどの p 要素　*/
/*
.audiojs p {
  display: none;
  width: 17px;
  height: 17px;
  margin: 0px;
  cursor: pointer;
}
.audiojs .play {
  display: block;
}
.audiobox .error{
padding: 0;
}
*/
/*　進行状態・ロードの状態を表示する部分(グレー)　*/
/*　現在の再生時間/総再生時間　フォント　*/
.audiojs .scrubber,
.audiojs .time {
  display: none;
}
.audiojs .error-message {
  float: left;
  display: none;
  margin: 0px 10px;
  height: 26px;
  width: 200px;
  overflow: hidden;
  line-height: 26px;
  white-space: nowrap;
  color: #fff;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
.audiojs .error-message a {
  color: #eee;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #999;
  white-space: wrap;
}
/*　再生ボタン　*/
.audiojs .play {
  background: url(/images/icon/audio_start.png) no-repeat;
}
/*　読み込み中ボタン　*/
.audiojs .loading {
  background: url(/images/icon/audio_start.png) no-repeat;
  display: none;
}
/*　エラーボタン　*/
.audiojs .error {
  background: url(/images/icon/audio_error.png) no-repeat;
  display: none;
}
/*　停止ボタン　*/
.audiojs .pause {
  background: url(/images/icon/audio_pause.png) no-repeat;
}
.playing .play,
.playing .loading,
.playing .error {
  display: none;
}
.playing .pause {
  display: block !important;
}
.loading .play,
.loading .pause,
.loading .error {
  display: none;
}
.loading .loading {
  display: block;
}
.error .time,
.error .play,
.error .pause,
.error .scrubber,
.error .loading {
  display: none;
}
.error .error {
  display: block;
}
.error .play-pause p {
  cursor: auto;
}
.error .error-message {
  display: block;
}
/*　再生している曲の情報　*/
.track-details {
  clear: both;
  height: 26px;
  width: 200px;
  padding: 0px 6px;
  background: #fff;
  color: #3a3a3a;
  font-size: 10px;
  line-height: 26px;
}
.track-details:before {
  content: "♬ Now Playing: ";
}

#detail-slider-cts {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .detail-2column {
    padding-top: 50px;
  }
  .detail-2column:nth-of-type(n + 2) {
    border-top: 1px solid var(--theme-color-dark);
    margin-top: 50px;
  }
  .detail-2column div + div {
    border-top: 1px solid var(--theme-color-dark);
    padding-top: 50px;
    margin-top: 50px;
  }
  .detail-2column div h3 {
    padding-top: 0;
  }

  .detail-1column h3,
  .detail-2column h3,
  .detail-3column h3,
  .detail-4column h3 {
    font-size: 1.6rem;
    padding: 18px 0;
    text-align: left;
  }
}

/* 商品詳細 slider */
.detail-slider {
  padding-bottom: 35px;
}
.detail-mv-slider {
  width: min(100%, 760px);
  margin: 0 auto;
  position: relative;
}
.detail-slider-item {
  width: min(calc(100vw - 140px), 362px);
  margin: 0 auto;
}
.detail-mv-slider .slick-arrow {
  height: calc(100% + 40px);
}
.detail-mv-slider .slick-arrow::before,
.detail-mv-slider .slick-arrow::after {
  filter: brightness(0) invert(0);
}

.detail-slider-item {
  background-color: #fff;
}

.detail-slider-item figure,
.detail-slider-item img {
  width: 100%;
}
.detail-slider-item figure {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.detail-slider-item figcaption {
  font-size: 1.2rem;
}

.detail-slider-control {
  margin-top: 15px;
  padding-inline: 40px;
}
.detail-slider-control ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.detail-slider-control ul li {
  width: 30px;
  border: 1px solid #eaeaea;
}
.detail-slider-control ul .detail-slider-control-item {
  cursor: pointer;
  display: block;
}
.detail-slider-control ul .detail-slider-control-item img {
  width: 100%;
}
.detail-ttl {
  position: absolute;
  bottom: 38px;
  left: 113px;
  letter-spacing: 0.06em;
}
.detail-ttl h2 {
  font-family: var(--font-en);
  text-align: left;
  padding: 0;
  font-size: 4.2rem;
}
.detail-ttl p {
  margin: 0;
  font-size: 1.4rem;
}
.detail-ttl-brand {
  font-family: var(--font-en);
}
.detail-ttl-price .detail-ttl-price-txt {
  display: flex;
  align-items: baseline;
  font-size: 1.8rem;
  font-weight: bold;
}
.detail-ttl-price-info {
  font-weight: normal;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .detail-slider {
    padding-top: 32px;
  }
  .detail-ttl {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    margin-top: 45px;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .detail-ttl h2 {
    font-size: 3.2rem;
  }
}

.overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  z-index: 50;
}

/* page_shop
_________________________________________*/
.page_shop {
  padding: 40px;
  box-sizing: border-box;
}
.page_shop_inner {
  text-align: center;
  background: #eee;
  padding: 20px 20px 40px;
  margin-top: 10px;
  }
.page_shop h1 {
  font-weight: bold;
}
.page_shop h2 {
  font-size: 24px;
  text-align: center;
  padding-top: 0;
  margin-top: 0;
}
.page_shop h3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0;
  color: #333;
}
.page_shop img {
  max-width: 450px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .page_shop img {
    max-width: 100%;
  }
}

.center_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.center_wrap div {
  margin: 0 10px;
}

.top-price-search {
  background-color: #fff;
}

input[type="button"] {
  border-radius: 50px;
}

.study li a dt,
.item_product li a dt {
  background: center / cover url(/images/product_bg.jpg) no-repeat;
}

/* pick up
_________________________________________*/

.study {
  width: 1120px;
  margin: 0 auto 55px;
}

.study li a dt {
  margin: 0 0 10px;
}

.detail-main-cts .monument {
  padding-top: 30px;
}

.detail-main-cts .monument li a img {
  width: auto;
  max-height: 240px;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .study {
    width: 100%;
    box-sizing: border-box;
  }

  .study li a dt {
    margin: 0 0 5px;
  }

  .study li a dd {
    font-size: 13px;
  }

  .study li a img {
    /* width: 60%; */
    height: auto;
  }

  .study li:nth-child(2n) a {
    margin: 0 0 13px;
  }

  .study-price-box {
    width: 200px;
    margin: 0 auto 30px;
    display: block;
  }

  .study-price-box table {
    margin: 0 !important;
    padding: 0 !important;
  }

  .study-price-box table select {
    width: 200px;
    height: 30px;
    margin: 0 auto;
  }

  .study-price-box .select_price {
    width: 100%;
    min-width: 200px;
  }

  .study-price-box .select_price #sort_select {
    height: 40px;
    border-radius: 0;
  }

  .select_yeaer select,
  .select_month select,
  .time-of-trouble select {
    border-radius: 0;
  }

  .step-link {
    margin: 30px 0 0 20px;
    text-align: center;
  }
}

#check-item .tab-index a {
  display: block;
  color: var(--accent-color);
  text-decoration: none;
  position: relative;
  padding-right: 30px;
}

#check-item .tab-index a:after {
  content: "";
  border: 6px solid transparent;
  border-top: 6px solid var(--accent-color);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-25%);
  transform-origin: 50% 25%;
}

#check-item .tab-index .active a:after {
  transform: scaleY(-1);
}

@media screen and (max-width: 767px) {
  #check-item .tab-index a:after {
    border-width: 5px 3px;
  }
}

#search {
  position: fixed;
  right: 3.6vw;
  top: calc(var(--nav-height) + 10px);
  margin: 0;
  z-index: 45;
}

#search a {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  font-size: 0.9em;
  cursor: pointer;
}

#search a:after {
  content: "\e8b6";
  font-family: var(--font-icon);
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5em;
  margin-left: 3px;
}
@media screen and (max-width: 767px) {
  #search {
    top: var(--nav-height);
    right: 0;
  }
  #search a {
    padding: 10px;
  }
  #search a:after {
    font-size: 1.3em;
  }
}

/* _________________________________________

下層　ページ
_________________________________________*/

/* common
_________________________________________*/
ul.produt-info-icon,
ul.produt-info-icon li {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
}
ul.produt-info-icon {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4px;
  row-gap: 6px;
}

ul.produt-info-icon li + li {
  /* float: left; */
  padding-left: 3px;
}
ul.produt-info-icon li img {
  max-height: 30px;
}

@media screen and (max-width: 767px) {
  .detail-2column div ul.produt-info-icon {
    padding-left: 0;
  }
  ul.produt-info-icon li img {
    width: auto;
  }
}

.detail-ttl {
  z-index: 15;
}

.produt-info-icon {
  position: relative;
  background-color: var(--bg-color);
}
.produt-info-icon li {
  mix-blend-mode: darken;
}
.nav_wrap .nav_area {
  box-sizing: border-box;
}

#lp a.link {
  text-align: center;
}

.contents_box {
  position: relative;
  z-index: 10;
}

#wrap .select_ttl_wrap {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .select_ttl_wrap {
    width: calc(100% - 30px);
  }
  .select_ttl_wrap select {
    font-size: 1.2rem;
  }
}

main:not(#lp) .slick-arrow {
  transform: translateX(0);
  width: 38px;
}


#wrapper .ttl-gray-assist { padding-bottom: 0;}