@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace,monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
}

button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type="number"] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-size: clamp(0.875rem, 0.79911rem + 0.35714vw, 1.0625rem);
  line-height: 1.7;
  font-weight: normal;
  overflow-y: scroll;
}
html * {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  margin: 0px auto;
  color: #666;
  overflow: hidden;
  padding-top: 80px;
}
.pc body {
  padding-top: 60px;
}
body img {
  border: 0px;
}
body a {
  text-decoration: none;
  color: #666;
}
body dl, body ul, body ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
body p {
  margin: 0px;
}
body input, body select {
  outline: none;
}
body .clear {
  clear: both;
}
.sp body .view_pc {
  display: none !important;
}
body .view_sp {
  display: none !important;
}
.sp body .view_sp {
  display: block !important;
}

#mainvisual .contentitem {
  display: none;
}
#mainvisual .main {
  position: relative;
  width: 100%;
  height: 690px;
  overflow: hidden;
}
.tablet #mainvisual .main {
  aspect-ratio: auto;
  height: auto;
  min-height: 0;
}
#mainvisual .main::before {
  content: "";
  position: absolute;
  width: 500px;
  max-width: 40%;
  height: 3px;
  top: -1px;
  left: 0;
  background: #004C97;
}
#mainvisual .main .front, #mainvisual .main .back {
  width: 100%;
  height: 100%;
}
.tablet #mainvisual .main .front, .tablet #mainvisual .main .back {
  height: auto;
  min-height: 0px;
}
#mainvisual .main .front .bg, #mainvisual .main .back .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.tablet #mainvisual .main .front .bg, .tablet #mainvisual .main .back .bg {
  position: static;
}
#mainvisual .main .front .bg .img, #mainvisual .main .back .bg .img {
  position: relative;
  width: 100%;
  height: 690px;
}
.tablet #mainvisual .main .front .bg .img, .tablet #mainvisual .main .back .bg .img {
  height: auto;
}
#mainvisual .main .front .bg .img img, #mainvisual .main .back .bg .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
#mainvisual .main .front .num, #mainvisual .main .back .num {
  position: absolute;
  right: 160px;
  bottom: 22px;
  color: #fff;
  font-weight: bold;
  z-index: 20;
}
.pc #mainvisual .main .front .num, .pc #mainvisual .main .back .num {
  right: 135px;
}
.tablet #mainvisual .main .front .num, .tablet #mainvisual .main .back .num {
  display: none;
  /*
  position: static;
  color: #000;
  text-align: right;
  padding: 10px 10px;
  */
}
#mainvisual .main .front .introduction, #mainvisual .main .back .introduction {
  position: absolute;
  width: 100%;
  height: 80px;
  bottom: 0;
  color: #fff;
  background: rgba(112, 117, 137, 0.6);
  border-top: 1px solid #fff;
  z-index: 10;
}
.tablet #mainvisual .main .front .introduction, .tablet #mainvisual .main .back .introduction {
  position: static;
  flex-wrap: wrap;
  height: auto;
}
#mainvisual .main .front .introduction .inner, #mainvisual .main .back .introduction .inner {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 0px 20px;
  height: 80px;
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
}
.tablet #mainvisual .main .front .introduction .inner, .tablet #mainvisual .main .back .introduction .inner {
  position: static;
  flex-wrap: wrap;
  height: auto;
}
.pc #mainvisual .main .front .introduction .inner, .pc #mainvisual .main .back .introduction .inner {
  gap: 30px;
  padding: 20px;
}
.tablet #mainvisual .main .front .introduction .inner, .tablet #mainvisual .main .back .introduction .inner {
  gap: 20px;
}
.sp #mainvisual .main .front .introduction .inner, .sp #mainvisual .main .back .introduction .inner {
  padding: 20px 10px;
}
#mainvisual .main .front .introduction .inner .tx, #mainvisual .main .back .introduction .inner .tx {
  display: flex;
  align-items: center;
}
.tablet #mainvisual .main .front .introduction .inner .tx, .tablet #mainvisual .main .back .introduction .inner .tx {
  width: 100%;
}
#mainvisual .main .front .introduction .inner .tx .cat, #mainvisual .main .back .introduction .inner .tx .cat {
  font-size: clamp(1.125rem, 0.97321rem + 0.71429vw, 1.5rem);
  line-height: 1.7;
  font-weight: normal;
}
#mainvisual .main .front .introduction .inner .tx .title, #mainvisual .main .back .introduction .inner .tx .title {
  position: relative;
  padding-left: 40px;
  font-size: clamp(1.125rem, 0.97321rem + 0.71429vw, 1.5rem);
  line-height: 1.7;
  font-weight: normal;
}
.tablet #mainvisual .main .front .introduction .inner .tx .title, .tablet #mainvisual .main .back .introduction .inner .tx .title {
  padding-left: 30px;
}
#mainvisual .main .front .introduction .inner .tx .title::before, #mainvisual .main .back .introduction .inner .tx .title::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 60%;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}
.tablet #mainvisual .main .front .introduction .inner .tx .title::before, .tablet #mainvisual .main .back .introduction .inner .tx .title::before {
  left: 15px;
}
#mainvisual .main .front .introduction .inner .btnlink, #mainvisual .main .back .introduction .inner .btnlink {
  margin-top: 0;
}
.pc #mainvisual .main .front .introduction .inner .btnlink a, .pc #mainvisual .main .back .introduction .inner .btnlink a {
  min-width: 120px;
}
.tablet #mainvisual .main .front .introduction .inner .btnlink a, .tablet #mainvisual .main .back .introduction .inner .btnlink a {
  min-width: 160px;
}
#mainvisual .main .front {
  position: absolute;
  z-index: 5;
}
.tablet #mainvisual .main .front {
  position: relative;
}
#mainvisual .main .front .bg .img {
  -webkit-mask-image: url(../images/mask.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: left center;
  mask-image: url(../images/mask.png);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: left center;
}
.slideon #mainvisual .main .front .bg .img {
  animation: slide 2s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
}
.slide_reverse #mainvisual .main .front .bg .img {
  -webkit-mask-position: right center;
  mask-position: right center;
}
.slideon #mainvisual .main .front .introduction > * {
  pointer-events: none;
  animation: fadeout 0.5s linear 0s forwards;
}
.fadein #mainvisual .main .front .introduction > * {
  pointer-events: auto !important;
  animation: fadein 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
}
#mainvisual .main .back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#mainvisual .main .back .introduction {
  background: none;
  border-top: none;
}
#mainvisual .main .slide_button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 137px;
  height: 80px;
  display: flex;
  z-index: 100;
}
.pc #mainvisual .main .slide_button {
  width: 117px;
}
.tablet #mainvisual .main .slide_button {
  width: 100px;
  height: 50px;
}
.sp #mainvisual .main .slide_button {
  width: 80px;
  height: 40px;
}
#mainvisual .main .slide_button > div {
  position: relative;
  width: 68px;
  height: 100%;
  background: #000;
  cursor: pointer;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
  border-top: 1px solid #fff;
}
#mainvisual .main .slide_button > div:hover {
  opacity: 0.7;
}
.pc #mainvisual .main .slide_button > div {
  width: 58px;
}
.tablet #mainvisual .main .slide_button > div {
  border-top: none;
}
#mainvisual .main .slide_button > div + div {
  border-left: 1px solid #707F89;
}
#mainvisual .main .slide_button > div.next::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
#mainvisual .main .slide_button > div.prev::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  left: calc(50% - 3px);
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}

.top_content h2 {
  position: relative;
  padding-left: 24px;
  font-weight: normal;
}
.top_content h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  left: 0;
  top: calc((1em*1.7  - 14px) / 2);
  background: #004C97;
  border-radius: 50%;
}
.top_content .block01 > div {
  padding: 120px 20px 150px 20px;
  max-width: 1640px;
  margin: auto;
}
.sp .top_content .block01 > div {
  padding: 50px 10px;
}
.top_content .block01 > div h1 {
  text-align: center;
  font-size: clamp(1.5rem, 0.89286rem + 2.85714vw, 3rem);
  line-height: 1.3;
  font-weight: normal;
}
.top_content .block02 {
  border-top: 1px solid #707F89;
}
.top_content .block02 > div {
  padding: 50px 20px 50px 20px;
  max-width: 1640px;
  margin: auto;
}
.sp .top_content .block02 > div {
  padding: 50px 10px;
}
.top_content .block02 > div > div {
  display: flex;
  gap: 30px;
  margin-top: 50px;
}
.pc .top_content .block02 > div > div {
  flex-wrap: wrap;
}
.sp .top_content .block02 > div > div {
  margin-top: 25px;
}
.top_content .block02 > div > div .tx {
  width: 22%;
}
.pc .top_content .block02 > div > div .tx {
  width: 100%;
}
.top_content .block02 > div > div .link {
  display: flex;
  gap: 15px;
  width: calc(100% - 22% - 30px);
}
.pc .top_content .block02 > div > div .link {
  width: 100%;
  flex-wrap: wrap;
}
.top_content .block02 > div > div .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px;
  min-height: 250px;
  width: calc((100% - 30px) / 3);
  border: 1px solid #707070;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s;
}
.tablet .top_content .block02 > div > div .link a {
  width: 100%;
  padding: 15px;
  min-height: 0;
}
.top_content .block02 > div > div .link a > * {
  position: relative;
  z-index: 5;
}
.top_content .block02 > div > div .link a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #004C97;
  opacity: 0;
  transition: 0.3s;
  z-index: 2;
}
.tablet .top_content .block02 > div > div .link a::after {
  opacity: 0.8;
}
.top_content .block02 > div > div .link a img {
  max-width: 100%;
}
.top_content .block02 > div > div .link a.box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 50px;
  height: 100%;
}
.tablet .top_content .block02 > div > div .link a.box {
  height: auto;
  padding-bottom: 100px;
}
.top_content .block02 > div > div .link a.box .image img {
  display: block;
  margin: auto;
}
.top_content .block02 > div > div .link a.box p {
  margin-top: 60px;
  color: #fff;
}
.tablet .top_content .block02 > div > div .link a.box p {
  margin-top: 30px;
}
.top_content .block02 > div > div .link a.box > div {
  opacity: 0;
  transition: 0.3s;
}
.tablet .top_content .block02 > div > div .link a.box > div {
  opacity: 1;
}
.top_content .block02 > div > div .link a.box > div.logo {
  position: absolute;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tablet .top_content .block02 > div > div .link a.box > div.logo {
  opacity: 0;
}
.top_content .block02 > div > div .link a .more {
  position: absolute;
  width: 160px;
  max-width: 100%;
  padding: 8px 40px 8px 15px;
  bottom: 50px;
  font-size: clamp(0.75rem, 0.6994rem + 0.2381vw, 0.875rem);
  line-height: 1.7;
  font-weight: normal;
  background: #fff;
  border-radius: 30px;
  opacity: 0;
  transition: 0.3s;
}
.tablet .top_content .block02 > div > div .link a .more {
  bottom: 30px;
  opacity: 1;
}
.top_content .block02 > div > div .link a .more::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 6px;
  right: 15px;
  top: calc(50% - 4px);
  background: url(../images/button_arrow.svg) no-repeat center center;
  background-size: cover;
}
.top_content .block02 > div > div .link a:hover {
  opacity: 1;
}
.top_content .block02 > div > div .link a:hover .more {
  opacity: 1;
}
.top_content .block02 > div > div .link a:hover::after {
  opacity: 0.8;
}
.top_content .block02 > div > div .link a:hover > div {
  opacity: 1;
}
.top_content .block02 > div > div .link a:hover > div.logo {
  opacity: 0;
}
.top_content .block03 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.top_content .block03 a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 6 / 5;
  width: 50%;
}
.sp .top_content .block03 a {
  aspect-ratio: 3 / 5;
}
.top_content .block03 a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #004C97;
  opacity: 0.16;
  z-index: 2;
  transition: 0.3s;
}
.top_content .block03 a:first-child {
  background: url(../../images/block03_01.jpg) no-repeat center/cover;
}
.top_content .block03 a:last-child {
  background: url(../../images/block03_02.jpg) no-repeat center/cover;
}
.top_content .block03 a.massagechair {
  background: url(../../images/block03_01.jpg) no-repeat center/cover;
}
.top_content .block03 a.massageaccessory {
  background: url(../../images/block03_02.jpg) no-repeat center/cover;
}
.top_content .block03 a.beauty {
  background: url(../../images/block03_03.jpg) no-repeat center/cover;
}
.top_content .block03 a.water {
  background: url(../../images/block03_04.jpg) no-repeat center/cover;
}
.top_content .block03 a p {
  position: relative;
  font-size: clamp(1.5rem, 0.89286rem + 2.85714vw, 3rem);
  line-height: 1.3;
  font-weight: normal;
  color: #fff;
  text-align: center;
  z-index: 5;
}
.top_content .block03 a .more {
  position: absolute;
  z-index: 5;
  top: 70%;
  width: 160px;
  max-width: 100%;
  padding: 8px 40px 8px 15px;
  font-size: clamp(0.75rem, 0.6994rem + 0.2381vw, 0.875rem);
  line-height: 1.7;
  font-weight: normal;
  background: #fff;
  border-radius: 30px;
  opacity: 0;
  transition: 0.3s;
}
.sp .top_content .block03 a .more {
  display: none;
}
.top_content .block03 a .more::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 6px;
  right: 15px;
  top: calc(50% - 4px);
  background: url(../images/button_arrow.svg) no-repeat center center;
  background-size: cover;
}
.top_content .block03 a:hover {
  opacity: 1;
}
.top_content .block03 a:hover::before {
  opacity: 0.8;
}
.top_content .block03 a:hover .more {
  opacity: 1;
}
.top_content .block04 {
  border-top: 1px solid #707F89;
}
.top_content .block04 > div {
  padding: 50px 20px 50px 20px;
  max-width: 1640px;
  margin: auto;
}
.tablet .top_content .block04 > div {
  padding: 50px 10px 30px;
}
.top_content .block04 > div .sp_num {
  display: none;
}
.tablet .top_content .block04 > div .sp_num {
  display: block;
  margin-top: 50px;
}
.top_content .block04 > div > #slideitem {
  display: flex;
  gap: 50px;
  margin-top: 50px;
}
.tablet .top_content .block04 > div > #slideitem {
  gap: 30px;
  flex-direction: column;
  flex-flow: column-reverse;
  margin-top: 10px;
}
.top_content .block04 > div > #slideitem .tx {
  position: relative;
  width: 22%;
}
.tablet .top_content .block04 > div > #slideitem .tx {
  width: 100%;
}
.top_content .block04 > div > #slideitem .tx .tx_list {
  position: relative;
}
.top_content .block04 > div > #slideitem .tx .tx_list > div:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.top_content .block04 > div > #slideitem .tx .title {
  font-size: clamp(1.125rem, 0.97321rem + 0.71429vw, 1.5rem);
  line-height: 1.3;
  font-weight: normal;
}
.top_content .block04 > div > #slideitem .tx .title + p {
  margin-top: 30px;
}
.top_content .block04 > div > #slideitem .tx .tx_list_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
.tablet .top_content .block04 > div > #slideitem .tx .btnlink {
  text-align: center;
}
.top_content .block04 > div > #slideitem .tx .slide {
  margin-top: 50px;
  display: flex;
  justify-content: end;
}
.tablet .top_content .block04 > div > #slideitem .tx .slide {
  display: none;
}
.top_content .block04 > div > #slideitem .tx .slide > div > div {
  display: flex;
  margin-top: 5px;
}
.top_content .block04 > div > #slideitem .tx .slide > div > div > div {
  position: relative;
  width: 68px;
  height: 68px;
  background: #000;
  cursor: pointer;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}
.top_content .block04 > div > #slideitem .tx .slide > div > div > div:hover {
  opacity: 0.7;
}
.top_content .block04 > div > #slideitem .tx .slide > div > div > div + div {
  border-left: 1px solid #707F89;
}
.top_content .block04 > div > #slideitem .tx .slide > div > div > div.prev::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  left: calc(50% - 3px);
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}
.top_content .block04 > div > #slideitem .tx .slide > div > div > div.next::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.top_content .block04 > div > #slideitem .item {
  position: relative;
  width: calc(100% - 22% - 50px);
}
.top_content .block04 > div > #slideitem .item .inner {
  width: 200vw;
  position: absolute;
  left: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: visible;
}
.top_content .block04 > div > #slideitem .item .list {
  position: absolute;
  left: 0px;
  top: 0;
  overflow: hidden;
  display: flex;
  gap: 15px;
}
.top_content .block04 > div > #slideitem .item .list a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px;
  width: calc((100% - 30px) / 3);
  aspect-ratio: 1 / 1;
  border: 1px solid #CDD6DD;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s;
}
.top_content .block04 > div > #slideitem .item .list a img {
  width: 340px;
  filter: blur(7px);
  transition: 0.3s;
}
.tablet .top_content .block04 > div > #slideitem .item .list a img {
  width: 220px;
}
.top_content .block04 > div > #slideitem .item .list a.current {
  border: 4px solid #CCDBEA;
}
.top_content .block04 > div > #slideitem .item .list a.current img {
  filter: blur(0px);
}
.top_content .block05 {
  border-top: 1px solid #707F89;
}
.top_content .block05 > div {
  display: block;
  padding: 50px 20px 50px 20px;
  max-width: 1640px;
  margin: auto;
}
.top_content .block05 > div > a {
  display: block;
}
.sp .top_content .block05 > div {
  padding: 50px 10px;
}
.top_content .block05 > div .button {
  margin-top: 50px;
}

@keyframes slide {
  0% {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  100% {
    -webkit-mask-size: 0% 100%;
    mask-size: 0% 100%;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(-60px);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
a {
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

.stack {
  margin-top: 0 !important;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 20px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1000;
}
.pc header {
  padding: 0 10px;
  height: 60px;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1640px;
  margin: auto;
  height: 80px;
}
.pc header .inner {
  height: 60px;
}
header .header_menu {
  display: flex;
  gap: 40px;
  align-items: center;
}
.wpc header .header_menu {
  gap: 30px;
}
header .header_menu .logo {
  max-width: 25%;
}
.pc header .header_menu .logo {
  max-width: none;
}
header .header_menu .logo img {
  max-width: 100%;
  height: auto;
}
.pc header .header_menu .logo img {
  width: 120px;
}
header .header_menu ul {
  display: flex;
  gap: 25px;
}
.pc header .header_menu ul {
  display: none;
}
header .header_menu ul a {
  color: #333;
}
header .header_link {
  display: flex;
  align-items: center;
  gap: 50px;
}
header .header_link .global a {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  color: #333;
}
header .header_link .global a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  background: url(../images/ico_global.svg) no-repeat;
  background-size: 16px 16px;
}
.pc header .header_link {
  display: none;
}
header .header_link .btnlink {
  margin-top: 0;
}
header .spbtn {
  display: none;
}
.pc header .spbtn {
  display: block;
  position: absolute;
  width: 44px;
  height: 44px;
  cursor: pointer;
  right: 10px;
  top: 7px;
}
.pc header .spbtn::before {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  left: 0;
  top: 0;
  background: url(../images/spbtn.svg) no-repeat center center;
  background-size: 44px auto;
  transition: 0.3s;
}
.pc header .spbtn::after {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  left: 0;
  top: 0;
  background: url(../images/spbtn_open.svg) no-repeat center center;
  background-size: 33px auto;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.pc header .spbtn.open::before {
  opacity: 0;
  pointer-events: none;
}
.pc header .spbtn.open::after {
  opacity: 1;
  pointer-events: auto;
}

#spmenu {
  position: fixed;
  top: 60px;
  right: 0px;
  width: 100%;
  height: calc(100% - 60px);
  color: #fff;
  z-index: 200;
  opacity: 0;
  transform: translateX(40%);
  transition: opacity 600ms, transform 600ms, top 600ms, height 600ms;
  pointer-events: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.menuopen #spmenu {
  transform: translateX(0%);
  opacity: 1;
  pointer-events: auto;
}
#spmenu .body {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 15px 15px 30px;
  background: #004C97;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 5;
}
#spmenu .menu {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
#spmenu .menu a {
  display: inline-block;
  font-weight: bold;
  color: #fff;
}
#spmenu .menu div {
  position: relative;
  display: flex;
  padding-left: 7px;
}
#spmenu .menu div::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
}
.pc #spmenu .menu div {
  align-items: center;
  height: 60px;
  border-top: 1px solid #fff;
}
.pc #spmenu .menu div:last-child {
  border-bottom: 1px solid #fff;
}
.pc #spmenu .menu div .sw {
  position: relative;
  flex-shrink: 0;
  display: block;
  width: 50px;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}
.pc #spmenu .menu div .sw:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  background: url(../images/spmenu_down.svg) no-repeat center center;
  transition: opacity 300ms;
}
.pc #spmenu .menu div .sw:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  opacity: 0;
  background: url(../images/spmenu_up.svg) no-repeat center center;
  transition: opacity 300ms;
}
.pc #spmenu .menu div .sw.open:before {
  opacity: 0;
}
.pc #spmenu .menu div .sw.open:after {
  opacity: 1;
}
#spmenu .menu div a:not(.sw) {
  position: relative;
  display: flex;
  width: 100%;
  height: 57px;
  align-items: center;
}
.pc #spmenu .menu div a:not(.sw) {
  padding: 10px 15px;
  height: 60px;
}
#spmenu .menu div a:not(.sw):before {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 57px;
  top: 0px;
  left: -30px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: width 0ms 300ms, opacity 300ms;
  z-index: -1;
}
.tablet #spmenu .menu div a:not(.sw):before {
  display: none;
}
#spmenu .menu div.open a:not(.sw):before {
  width: calc(100% + 30px);
  opacity: 1;
}
#spmenu .menu div.separate {
  position: relative;
  margin-top: auto;
  padding-top: 30px;
}
.pc #spmenu .menu div.separate {
  margin-top: 0px;
  padding-top: 0px;
}
#spmenu .menu div.separate:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 15px);
  height: 1px;
  top: 15px;
  left: 0px;
  background: #fff;
}
.pc #spmenu .menu div.separate:before {
  display: none;
}
#spmenu .menu ul {
  display: block;
  display: none;
  width: auto;
  top: 0px;
  left: calc(100% + 0px);
  padding-bottom: 10px;
  z-index: 10;
  pointer-events: none;
  transition: opacity 300ms, left 0ms 300ms;
}
.pc.menuopen #spmenu .menu ul {
  pointer-events: auto;
}
#spmenu .menu ul:before {
  content: "";
  display: none;
  position: absolute;
  width: 100vw;
  height: calc(100vh - 130px);
  background: rgba(0, 0, 0, 0.2);
  top: -25px;
  z-index: -1;
  left: -30px;
}
#spmenu .menu ul a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 25px;
  padding: 0px 0px 10px 35px;
  font-weight: 500;
}
#spmenu .menu ul a:before {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 100%;
  top: 0px;
  left: -30px;
  opacity: 0;
  transition: width 0ms 300ms, opacity 300ms;
  z-index: -1;
}
.pc #spmenu .menu ul a:before {
  display: none;
}
#spmenu .menu ul a:hover:before {
  width: 45vw;
  opacity: 1;
  transition: width 600ms, opacity 0ms;
}
#spmenu .menu div.open + ul {
  opacity: 1;
  left: calc(100% + 30px);
  transition: opacity 400ms 250ms, left 400ms 250ms;
}
.menuopen #spmenu .menu div.open + ul {
  pointer-events: auto;
}
#spmenu .menu div a:not(.sw):hover:before {
  width: calc(100% + 30px);
  opacity: 1;
  transition: width 400ms, opacity 0ms;
}
#spmenu .global {
  margin-top: 30px;
}
#spmenu .global a {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  color: #fff;
}
#spmenu .global a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url(../images/ico_global_w.svg) no-repeat;
  background-size: 16px 16px;
}

.button a, .button span {
  position: relative;
  display: block;
  width: 160px;
  max-width: 100%;
  padding: 0px 40px 0px 15px;
  font-size: clamp(0.75rem, 0.6994rem + 0.2381vw, 0.875rem);
  line-height: 2.7;
  font-weight: normal;
  background: #fff;
  border: 1px solid #707F89;
  border-radius: 30px;
  transition: 0.3s;
}
.button a::after, .button span::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 6px;
  right: 15px;
  top: calc(50% - 4px);
  background: url(../images/button_arrow.svg) no-repeat center center;
  background-size: cover;
}
.button a:hover, .button span:hover {
  background: #004C97;
  color: #fff;
  opacity: 1;
}
.button a:hover::after, .button span:hover::after {
  background: url(../images/button_arrow_white.svg) no-repeat center center;
  background-size: cover;
}

.btnlink {
  margin-top: 30px;
  line-height: 0;
}
.btnlink.center {
  text-align: center;
}
.btnlink a {
  position: relative;
  display: inline-block;
  border: 1px solid #707F89;
  background: #fff;
  font-size: clamp(0.75rem, 0.6994rem + 0.2381vw, 0.875rem);
  line-height: 3;
  font-weight: normal;
  min-width: 160px;
  padding: 0 50px 0 15px;
  border-radius: 30px;
  overflow: hidden;
}
.btnlink a:hover {
  opacity: 1;
  background: #004C97;
  color: #fff;
  border: 1px solid #004C97;
}
.btnlink a::before, .btnlink a::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
.btnlink a::before {
  right: 15px;
  background: url(../images/button_arrow.svg) no-repeat center center;
  background-size: contain;
}
.btnlink a::after {
  right: 250px;
  opacity: 0;
  background: url(../images/button_arrow_white.svg) no-repeat center center;
  background-size: contain;
}
.btnlink a:hover::before {
  right: -150px;
  opacity: 0;
}
.btnlink a:hover::after {
  right: 15px;
  opacity: 1;
}
.btnlink a span.pdf {
  display: inline-block;
  position: relative;
}
.btnlink a span.pdf::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 14px;
  height: 18px;
  top: 0.25rem;
  margin-right: 8px;
  background: url(../images/ico_pdf.svg) no-repeat;
  background-size: contain;
}
.sp .btnlink a span.pdf::before {
  width: 12px;
  height: 15.42px;
  top: 0.25rem;
}
.btnlink.line a {
  padding: 10px 50px 10px 15px;
  font-size: clamp(0.75rem, 0.6994rem + 0.2381vw, 0.875rem);
  line-height: 1.5;
  font-weight: normal;
}
.btnlink.nega a {
  border: 1px solid #004C97;
  background: #004C97;
  color: #fff;
}
.btnlink.nega a:hover {
  background: #fff;
  color: #000;
  border: 1px solid #707F89;
}
.btnlink.nega a::before {
  background: url(../images/button_arrow_white.svg) no-repeat center center;
  background-size: contain;
}
.btnlink.nega a::after {
  background: url(../images/button_arrow.svg) no-repeat center center;
  background-size: contain;
}

.btnlink_pdf {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.btnlink_pdf a {
  position: relative;
  display: inline-block;
  border: 1px solid #707F89;
  background: #fff;
  font-size: clamp(0.75rem, 0.6994rem + 0.2381vw, 0.875rem);
  line-height: 3;
  font-weight: normal;
  min-width: 160px;
  padding: 0 50px 0 15px;
  border-radius: 30px;
  overflow: hidden;
}
.btnlink_pdf a:hover {
  opacity: 1;
  background: #004C97;
  color: #fff;
  border: 1px solid #004C97;
}
.btnlink_pdf a::before, .btnlink_pdf a::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
.btnlink_pdf a::before {
  right: 15px;
  background: url(../images/button_arrow.svg) no-repeat center center;
  background-size: contain;
}
.btnlink_pdf a::after {
  right: 250px;
  opacity: 0;
  background: url(../images/button_arrow_white.svg) no-repeat center center;
  background-size: contain;
}
.btnlink_pdf a:hover::before {
  right: -150px;
  opacity: 0;
}
.btnlink_pdf a:hover::after {
  right: 15px;
  opacity: 1;
}
.btnlink_pdf a span.pdf {
  display: inline-block;
  position: relative;
}
.btnlink_pdf a span.pdf::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 14px;
  height: 18px;
  top: 0.25rem;
  margin-right: 8px;
  background: url(../images/ico_pdf.svg) no-repeat;
  background-size: contain;
}
.sp .btnlink_pdf a span.pdf::before {
  width: 12px;
  height: 15.42px;
  top: 0.25rem;
}

.buy_button {
  display: flex;
  align-items: center;
  width: 100%;
}
.buy_button.center {
  justify-content: center;
}
.buy_button.center a {
  max-width: 360px;
}
.buy_button a {
  width: 100%;
  font-size: clamp(1.0625rem, 0.88542rem + 0.83333vw, 1.5rem);
  line-height: 3;
  font-weight: normal;
  background: #004C97;
  text-align: center;
  border-radius: 10px;
  color: #fff;
}
.buy_button a::before {
  content: "";
  position: relative;
  top: 0.4rem;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(../images/ico_cart.svg) no-repeat center center;
  background-size: contain;
}
.sp .buy_button a::before {
  width: 20px;
  height: 20px;
  top: 0.3rem;
}
.buy_button a[target="_blank"]::after {
  content: "";
  position: relative;
  top: 0.1rem;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  background: url(../images/blank.svg) no-repeat center center;
  background-size: contain;
}
* + .buy_button {
  margin-top: 30px;
}
.buy_button + p {
  margin-top: 20px !important;
}

.buy_area {
  padding-bottom: 30px;
}
.buy_area .buy_button {
  max-width: 33%;
  min-width: 280px;
  margin: 0 auto;
}

* + .buy_area {
  margin-top: 50px;
}

.news {
  margin-top: 50px;
  width: 100%;
  border-top: 1px solid #707F89;
}
.news > a, .news > span {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #707F89;
}
.sp .news > a, .sp .news > span {
  padding: 15px 0;
}
.news > a > div, .news > span > div {
  display: flex;
  max-width: 1180px;
  margin: auto;
}
.sp .news > a > div, .sp .news > span > div {
  display: block;
}
.news > a > div .date, .news > span > div .date {
  width: 150px;
}
.sp .news > a > div .date, .sp .news > span > div .date {
  width: auto;
}
.news > a > div .tx, .news > span > div .tx {
  width: calc(100% - 150px);
  margin-top: 0;
}
.sp .news > a > div .tx, .sp .news > span > div .tx {
  width: auto;
  margin-top: 10px;
}
.news > span:hover {
  opacity: 1;
}

#breadcrumbs {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 10;
}
#breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  width: 100%;
  max-width: 1640px;
  padding: 10px 20px;
  margin: auto;
}
#breadcrumbs ul li {
  font-size: clamp(0.75rem, 0.6994rem + 0.2381vw, 0.875rem);
  line-height: 1.3;
  font-weight: normal;
  color: #CDD6DD;
}
#breadcrumbs ul li + li::before {
  content: "/";
  padding: 0 10px;
}

#cat_title {
  position: relative;
  display: flex;
  align-items: flex-end;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 192 / 45;
  height: auto;
}
.pc #cat_title {
  aspect-ratio: 16 / 9;
}
#cat_title.blank {
  padding-top: 150px;
  padding-bottom: 50px;
  aspect-ratio: auto;
}
.pc #cat_title.blank {
  padding-top: 80px;
}
.sp #cat_title.blank {
  padding-top: 0;
  padding-bottom: 0;
}
#cat_title.blank h1 {
  color: #000;
  position: static;
  transform: translateY(0);
  text-shadow: none;
}
.pc #cat_title {
  padding-bottom: 30px;
}
.sp #cat_title {
  padding-bottom: 15px;
}
#cat_title.imgonly {
  padding-bottom: 0px;
  aspect-ratio: 16 / 9;
}
.sp #cat_title.imgonly {
  height: auto;
  background: none;
}
#cat_title.imgonly img {
  display: none;
}
.sp #cat_title.imgonly img {
  display: block;
  width: 100%;
}
#cat_title.title_bg {
  position: relative;
}
#cat_title.title_bg h1::after {
  content: "";
  position: absolute;
  display: block;
  width: 200vw;
  height: calc(100% + 100px);
  left: -100vw;
  bottom: -50px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
  z-index: -1;
}
.sp #cat_title.title_bg h1::after {
  bottom: -30px;
}
#cat_title.massagechair {
  background-image: url(/cms-r/wp-content/uploads/product01.jpg);
}
#cat_title.massageaccessory {
  background-image: url(../images/bg_massageaccessary.jpg);
}
#cat_title.beauty {
  background-image: url(/cms-r/wp-content/uploads/header_beauty.jpg);
}
#cat_title.water {
  background-image: url(/cms-r/wp-content/uploads/header_water.jpg);
}
#cat_title h1 {
  position: absolute;
  bottom: 16%;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 4px 4px 5px #000;
  font-size: clamp(2.5rem, 1.89286rem + 2.85714vw, 4rem);
  line-height: 1.3;
  font-weight: normal;
  color: #fff;
  max-width: 1220px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  z-index: 5;
}

main .contents {
  position: relative;
  padding: 0 0 50px 0;
}
main .contents > div:not(.background) {
  position: relative;
  width: 100%;
  max-width: 1220px;
  margin: auto;
  padding: 0px 20px 50px;
  padding: 50px 20px;
}
.sp main .contents > div:not(.background) {
  padding: 0px 10px 25px;
}
.sp main .contents > div:not(.background) {
  padding: 30px 10px;
}
main .contents > div:not(.background) + div:not(.background) {
  padding-top: 0;
}
main .contents > div:not(.background) > .image {
  margin-top: 50px;
}
.sp main .contents > div:not(.background) > .image {
  margin-top: 30px;
}
main .contents > div.background + div:not(.background) {
  padding-top: 100px;
}
.sp main .contents > div.background + div:not(.background) {
  padding-top: 50px;
}
main .contents > div:empty {
  padding: 0 !important;
}
main .contents .title_l {
  font-size: clamp(1.75rem, 1.49702rem + 1.19048vw, 2.375rem);
  line-height: 1.3;
  font-weight: normal;
}
main .contents .title_l .new {
  display: inline-block;
  margin-left: 20px;
  padding: 0 5px;
  color: #fff;
  background: #004C97;
}
main .contents .title_m {
  font-size: clamp(1.5rem, 1.29762rem + 0.95238vw, 2rem);
  line-height: 1.3;
  font-weight: normal;
}
main .contents .title_s {
  font-size: clamp(1.125rem, 0.97321rem + 0.71429vw, 1.5rem);
  line-height: 1.3;
  font-weight: normal;
}
main .contents .title_s + .image {
  margin-top: 15px;
}
main .contents * + .title_l, main .contents * + .title_m {
  margin-top: 100px;
}
.sp main .contents * + .title_l, .sp main .contents * + .title_m {
  margin-top: 50px;
}
main .contents p.lead a {
  color: #1a73e8;
  text-decoration: underline;
}
main .contents p.lead a:hover {
  text-decoration: none;
}
main .contents a.link {
  color: #1a73e8;
  text-decoration: underline;
}
main .contents a.link:hover {
  text-decoration: none;
}
main .contents .date + .title_m {
  margin-top: 30px;
}
.sp main .contents .date + .title_m {
  margin-top: 20px;
}
main .contents * + .title_s, main .contents * + p.lead, main .contents * + .column, main .contents * + .tx1img2col, main .contents * + .tx2imgcol, main .contents * + .block, main .contents * + .pdf_link, main .contents * + .rotate_area, main .contents * + .anchor {
  margin-top: 50px;
}
.sp main .contents * + .title_s, .sp main .contents * + p.lead, .sp main .contents * + .column, .sp main .contents * + .tx1img2col, .sp main .contents * + .tx2imgcol, .sp main .contents * + .block, .sp main .contents * + .pdf_link, .sp main .contents * + .rotate_area, .sp main .contents * + .anchor {
  margin-top: 30px;
}
main .contents .column + .column {
  margin-top: 50px;
}
.sp main .contents .column + .column {
  margin-top: 50px;
}
main .contents * + .mt150 {
  margin-top: 150px;
}
.sp main .contents * + .mt150 {
  margin-top: 80px;
}
main .contents * + .title_s.mtl {
  margin-top: 20px;
}
.sp main .contents * + .title_s.mtl {
  margin-top: 10px;
}
main .contents .bold {
  font-weight: bold;
}
main .contents .list_title {
  position: relative;
  padding-left: 24px;
  font-weight: normal;
}
main .contents .list_title::before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  left: 0;
  top: calc((1em*1.7 - 14px) / 2);
  background: #004C97;
  border-radius: 50%;
}
main .contents * + .list_title {
  margin-top: 50px;
}
main .contents * + p {
  margin-top: 30px;
}
main .contents p + p {
  margin-top: 10px;
}
main .contents p.center {
  text-align: center;
}
main .contents p.right {
  text-align: right;
}
main .contents .tx_blue {
  color: #004C97;
}
main .contents * + .mt_l {
  margin-top: 150px;
}
.sp main .contents * + .mt_l {
  margin-top: 50px;
}
main .contents * + .mt_m {
  margin-top: 100px;
}
.sp main .contents * + .mt_m {
  margin-top: 50px;
}
main .contents * + .mt_s {
  margin-top: 50px;
}
.sp main .contents * + .mt_s {
  margin-top: 30px;
}
main .contents .column {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.tablet main .contents .column {
  gap: 30px 20px;
}
.sp main .contents .column {
  gap: 20px 10px;
}
.sp main .contents .column.gap10 {
  gap: 10px 10px;
}
main .contents .column.reverse {
  flex-direction: row-reverse;
}
main .contents .column.col1 > * {
  width: calc((100% - 50px * (1 - 1)) / 1);
}
.tablet main .contents .column.tabcol1 > * {
  width: calc((100% - 20px * (1 - 1)) / 1) !important;
}
.tablet.sp main .contents .column.spcol1 > * {
  width: calc((100% - 10px * (1 - 1)) / 1) !important;
}
main .contents .column.col2 > * {
  width: calc((100% - 50px * (2 - 1)) / 2);
}
.tablet main .contents .column.tabcol2 > * {
  width: calc((100% - 20px * (2 - 1)) / 2) !important;
}
.tablet.sp main .contents .column.spcol2 > * {
  width: calc((100% - 10px * (2 - 1)) / 2) !important;
}
main .contents .column.col3 > * {
  width: calc((100% - 50px * (3 - 1)) / 3);
}
.tablet main .contents .column.tabcol3 > * {
  width: calc((100% - 20px * (3 - 1)) / 3) !important;
}
.tablet.sp main .contents .column.spcol3 > * {
  width: calc((100% - 10px * (3 - 1)) / 3) !important;
}
main .contents .column.col4 > * {
  width: calc((100% - 50px * (4 - 1)) / 4);
}
.tablet main .contents .column.tabcol4 > * {
  width: calc((100% - 20px * (4 - 1)) / 4) !important;
}
.tablet.sp main .contents .column.spcol4 > * {
  width: calc((100% - 10px * (4 - 1)) / 4) !important;
}
main .contents .column.col5 > * {
  width: calc((100% - 50px * (5 - 1)) / 5);
}
.tablet main .contents .column.tabcol5 > * {
  width: calc((100% - 20px * (5 - 1)) / 5) !important;
}
.tablet.sp main .contents .column.spcol5 > * {
  width: calc((100% - 10px * (5 - 1)) / 5) !important;
}
.tablet main .contents .column.tabcol1 > *, .tablet.sp main .contents .column.spcol1 > * {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
main .contents .column.small {
  gap: 30px;
}
main .contents .column.small.col1 > * {
  width: calc((100% - 30px * (1 - 1)) / 1);
}
main .contents .column.small.col2 > * {
  width: calc((100% - 30px * (2 - 1)) / 2);
}
main .contents .column.small.col3 > * {
  width: calc((100% - 30px * (3 - 1)) / 3);
}
main .contents .column.small.col4 > * {
  width: calc((100% - 30px * (4 - 1)) / 4);
}
main .contents .column.small.col5 > * {
  width: calc((100% - 30px * (5 - 1)) / 5);
}
main .contents .column.center {
  justify-content: center;
}
main .contents .column .image + p {
  margin-top: 10px;
}
main .contents .tx1img2col {
  display: flex;
  gap: 0 50px;
}
main .contents .tx1img2col .tx {
  width: 33%;
}
main .contents .tx1img2col .img {
  width: calc(100% - 33% - 50px);
  display: flex;
  gap: 0 50px;
}
main .contents .tx1img2col .img > div {
  width: calc((100% - 50px) / 2);
}
.tablet main .contents .tx1img2col {
  gap: 30px 0;
  flex-wrap: wrap;
}
.tablet main .contents .tx1img2col .tx {
  width: 100%;
}
.tablet main .contents .tx1img2col .img {
  width: 100%;
  gap: 0 30px;
}
.tablet main .contents .tx1img2col .img > div {
  width: calc((100% - 30px) / 2);
}
main .contents .tx2imgcol {
  display: flex;
  gap: 50px;
}
main .contents .tx2imgcol.reverse {
  flex-flow: row-reverse;
}
main .contents .tx2imgcol .tx {
  width: calc(100% - ((100% - 50px) / 3));
}
main .contents .tx2imgcol .img {
  width: calc((100% - 50px) / 3);
  text-align: center;
}
main .contents .tx2imgcol .img img {
  max-width: 100%;
}
.sp main .contents .tx2imgcol {
  gap: 30px;
  flex-wrap: wrap;
}
.sp main .contents .tx2imgcol .tx {
  width: 100%;
}
.sp main .contents .tx2imgcol .img {
  width: 100%;
}
main .contents .textbox .text {
  height: 100%;
}
main .contents .textbox.blue .text {
  padding: 20px;
  background: #004C97;
  color: #fff;
}
main .contents .textbox.gray .text {
  padding: 20px;
  background: rgba(0, 76, 151, 0.1);
}
main .contents .image {
  text-align: center;
}
main .contents .image img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
main .contents .image img + p {
  margin-top: 10px !important;
}
main .contents .image.left {
  text-align: left;
}
main .contents .image.left img {
  margin-left: 0px;
}
main .contents .image.left p {
  margin-left: 0px;
}
main .contents .image.right {
  text-align: right;
}
main .contents .image.right img {
  margin-right: 0px;
}
main .contents .image.right p {
  margin-right: 0px;
}
main .contents .imagebox {
  display: flex;
  gap: 50px;
  margin-top: 50px;
}
.sp main .contents .imagebox.spcol1 {
  display: block;
}
.sp main .contents .imagebox.spcol1 > * {
  display: block;
  width: auto !important;
}
.sp main .contents .imagebox.spcol1 > * + * {
  padding-top: 30px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
main .contents .imagebox > * {
  margin-top: 0px !important;
  width: calc((100% - 30px) / 2);
}
main .contents .imagebox.reverse {
  flex-direction: row-reverse;
}
main .contents .imagebox > .image img,
main .contents .imagebox > .image > a {
  display: block;
  width: auto;
}
main .contents .imagebox > .image p {
  width: auto !important;
}
main .contents .imagebox.textbox {
  gap: 0;
}
main .contents .imagebox.textbox .text {
  width: calc((100% + 30px) / 2);
}
main .contents .search_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 45px 50px;
  background: #E2EBF2;
  border-radius: 10px;
}
.pc main .contents .search_box {
  padding: 20px;
  justify-content: flex-start;
}
.sp main .contents .search_box {
  padding: 10px;
}
main .contents .search_box > div {
  width: 20%;
  min-width: 160px;
  border-left: 2px solid #fff;
  padding: 10px;
}
.pc main .contents .search_box > div {
  width: calc(100% / 3);
}
.sp main .contents .search_box > div {
  width: 50%;
  min-width: 0;
}
main .contents .search_box .cat_title {
  margin-bottom: 15px;
  font-size: clamp(1.0625rem, 0.88542rem + 0.83333vw, 1.5rem);
  line-height: 1.3;
  font-weight: normal;
  color: #004C97;
}
main .contents .search_box input {
  display: block;
}
main .contents .search_box label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
main .contents .search_box label::before {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  background-color: #fff;
  border: 1px solid #004C97;
  border-radius: 2px;
  width: 13.5px;
  height: 13.5px;
  left: 0;
}
main .contents .search_box label::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  opacity: 0;
  height: 5px;
  width: 10px;
  transform: rotate(-45deg);
  left: 2px;
  top: calc(50% - 4px);
}
main .contents .search_box input:checked + label::before {
  background-color: #004C97;
}
main .contents .search_box input:checked {
  font-weight: bold;
  color: #f00;
}
main .contents .search_box input:checked + label::after {
  opacity: 1;
}
main .contents .banner_block {
  background-color: #CDD6DD;
  background-position: center center;
  background: cover;
}
.pc main .contents .banner_block {
  background-image: none !important;
}
main .contents .banner_block.img_right {
  background-position: right center !important;
}
main .contents .banner_block.img_left {
  background-position: left center !important;
}
main .contents .banner_block > div {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: auto;
}
main .contents .banner_block > div.spimg {
  display: none;
}
.pc main .contents .banner_block > div.spimg {
  display: block;
}
.pc main .contents .banner_block > div.spimg img {
  width: 100%;
}
main .contents .banner_block > div > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 700px;
  padding: 30px;
  width: calc((100% - 100px) / 3);
  background-color: rgba(255, 255, 255, 0.6);
  background-size: cover;
}
.pc main .contents .banner_block > div > div {
  display: block;
  width: 100%;
  padding: 20px;
  min-height: 0;
}
main .contents .banner_block.large > div > div {
  width: calc((100% - 50px) / 2);
}
.pc main .contents .banner_block.large > div > div {
  width: 100%;
}
main .contents .banner_block.right > div > div {
  margin-left: auto;
  margin-right: 0;
}
.pc main .contents .banner_block.right {
  background-position: 30% center;
}
.sp main .contents .banner_block.right {
  background-position: center center;
}
main .contents .banner_block.center > div > div {
  margin-left: auto;
  margin-right: auto;
}
* + main .contents .banner_block {
  margin-top: 50px;
}
main .contents .bg_image {
  background-position: center center;
  background-size: cover;
  padding: 100px 10px;
}
.sp main .contents .bg_image {
  padding: 30px 10px;
}
main .contents .bg_image > div {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: auto;
}
.sp main .contents .bg_image > div {
  padding: 15px;
}
main .contents .pdf_link {
  padding: 20px;
  background: #E2EBF2;
  text-align: center;
}
main .contents .pdf_link .btnlink {
  margin-top: 0;
}
main .contents .table {
  overflow-x: auto;
  overflow-y: hidden;
}
main .contents .table > table {
  width: auto;
  border-spacing: 0;
  empty-cells: show;
  table-layout: fixed;
  min-width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #707F89;
}
main .contents .table > table th, main .contents .table > table td {
  padding: 30px 20px;
  border-bottom: 1px solid #707F89;
  vertical-align: top;
}
.sp main .contents .table > table tr {
  display: block;
}
.sp main .contents .table > table tr th {
  display: block;
  padding: 20px 10px 10px;
  border-bottom: none;
}
.sp main .contents .table > table tr td {
  padding: 0px 10px 20px;
  display: block;
}
main .contents .table > table a.link {
  color: #1a73e8;
  text-decoration: underline;
}
main .contents .table > table a.link:hover {
  text-decoration: none;
}
* + main .contents .table {
  margin-top: 30px;
}
.sp main .contents .table.no_block > table tr {
  display: table-row;
}
.sp main .contents .table.no_block > table tr th {
  display: table-cell;
  padding: 10px 5px;
  border-bottom: 1px solid #707F89;
}
.sp main .contents .table.no_block > table tr td {
  display: table-cell;
  padding: 10px;
}
main .contents ul.list > li {
  position: relative;
  padding-left: 24px;
}
main .contents ul.list > li:before {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  left: 0;
  top: 0.4rem;
  background: #CDD6DD;
  border-radius: 50%;
}
main .contents ul.list > li + li {
  margin-top: 30px;
}
* + main .contents ul.list {
  margin-top: 30px;
}
main .contents .youtube {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
.sp main .contents .youtube {
  margin-top: 50px;
}
main .contents .youtube > div {
  position: relative;
  padding-top: 56.25%;
}
main .contents .youtube > div > iframe,
main .contents .youtube > div > video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}
main .contents .anchor {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  padding: 30px 40px 0 40px;
  background: #E2EBF2;
}
main .contents .anchor > li {
  min-width: 235px;
}
main .contents .anchor > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  width: 100%;
  height: 100%;
  background: #707F89;
  color: #fff;
}
main .contents .anchor > li a:hover, main .contents .anchor > li a.current {
  background: #004C97;
  opacity: 1;
}
main .contents .slider {
  position: relative;
}
main .contents .slider .imagelist {
  position: relative;
}
main .contents .slider .imagelist img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  transition: 0.4s;
}
main .contents .slider .imagelist img:not(:first-child) {
  opacity: 0;
}
main .contents .slider .imagelist img.fadeout {
  opacity: 0;
}
main .contents .slider .imagelist img.fadein {
  opacity: 1;
  position: static;
}
main .contents .slider .slide_button {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
}
main .contents .slider .slide_button > div {
  position: relative;
  width: 68px;
  height: 68px;
  background: #000;
  cursor: pointer;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}
main .contents .slider .slide_button > div:hover {
  opacity: 0.7;
}
.sp main .contents .slider .slide_button > div {
  width: 30px;
  height: 30px;
}
main .contents .slider .slide_button > div + div {
  border-left: 1px solid #707F89;
}
main .contents .slider .slide_button > div.prev::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  left: calc(50% - 3px);
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}
main .contents .slider .slide_button > div.next::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
* + main .contents .slider {
  margin-top: 50px;
}
main .contents .rotate_area .target {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 480px;
  max-height: 425px;
}
.sp main .contents .rotate_area .target {
  margin-top: 50px;
}
main .contents .rotate_area .target .rotate-image {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
main .contents .rotate_area .target .rotate-image img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}
main .contents .rotate_area .target .rotate-image img.previous-image {
  visibility: hidden;
}
main .contents .rotate_area .target .rotate-image img.current-image {
  visibility: visible;
}
main .contents .rotate_area .target .spinner {
  width: 60px;
  display: block;
  margin: 0 auto;
  height: 30px;
  background: #333;
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
main .contents .rotate_area .target .spinner span {
  font-size: 12px;
  font-weight: bolder;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  display: block;
}
main .contents .jp1100 > div > div {
  display: flex;
  align-items: center;
  padding: 30px;
  background-color: #000;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  aspect-ratio: 1.7 / 1;
}
main .contents .jp1100 > div > div p {
  color: #fff;
}
main .contents .jp1100 > div > div.block02 p {
  width: 40%;
}
.tablet main .contents .jp1100 > div > div.block02 p {
  width: auto;
  text-shadow: 2px 2px 2px #333;
}
main .contents .jp1100 > div > div + p {
  margin-top: 10px !important;
}
main .contents .background.bg_image.jp1100_2 {
  padding: 100px 20px;
  background: #333333;
}
.tablet main .contents .background.bg_image.jp1100_2 {
  padding: 50px 20px;
}
.sp main .contents .background.bg_image.jp1100_2 {
  padding: 0 0;
}
main .contents .background.bg_image.jp1100_2 p {
  color: #fff;
}
main .contents .jp1100_3 {
  display: flex;
}
.sp main .contents .jp1100_3 {
  display: block;
}
main .contents .jp1100_3 .tx {
  display: flex;
  align-items: center;
  padding: 30px;
  background: #333333;
}
.tablet main .contents .jp1100_3 .tx {
  padding: 10px;
}
.tablet main .contents .jp1100_3 .tx .title_m {
  font-size: clamp(1.25rem, 1.04762rem + 0.95238vw, 1.75rem);
  line-height: 1.3;
  font-weight: normal;
}
main .contents .jp1100_3 .tx p {
  color: #fff;
}
main .contents .jp1100_3 .img {
  width: 30.05%;
}
.tablet main .contents .jp1100_3 .img {
  width: 60%;
}
.sp main .contents .jp1100_3 .img {
  text-align: center;
  width: auto;
}
.sp main .contents .jp1100_3 .img img {
  max-width: 100%;
}
main .contents .select_box {
  display: flex;
  flex-wrap: wrap;
  padding: 45px 50px;
  background: #E2EBF2;
  border-radius: 10px;
}
.sp main .contents .select_box {
  padding: 20px;
}
main .contents .select_box > div {
  width: 20%;
  min-width: 160px;
  border-left: 2px solid #fff;
  padding: 10px;
}
main .contents .select_box .cat_title {
  margin-bottom: 15px;
  font-size: clamp(1.0625rem, 0.88542rem + 0.83333vw, 1.5rem);
  line-height: 1.3;
  font-weight: normal;
  color: #004C97;
}
main .contents .select_box input {
  display: block;
}
main .contents .select_box label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
main .contents .select_box label::before {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  background-color: #fff;
  border: 1px solid #004C97;
  border-radius: 2px;
  width: 13.5px;
  height: 13.5px;
  left: 0;
}
main .contents .select_box label::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  opacity: 0;
  height: 5px;
  width: 10px;
  transform: rotate(-45deg);
  top: 11px;
  left: 2px;
}
main .contents .select_box input:checked + label::before {
  background-color: #004C97;
}
main .contents .select_box input:checked + label::after {
  opacity: 1;
}
main .contents .sort {
  display: flex;
  justify-content: end;
  gap: 10px;
  margin-top: 50px;
}
main .contents .sort .sort_button a {
  width: 120px;
  padding: 10px 20px 10px 50px;
  background: url(../images/sort_ico.png) no-repeat left 20px center #004C97;
  border-radius: 10px;
  color: #fff;
}
main .contents .product_box.data {
  display: none;
}
main .contents .product_box.column {
  gap: 150px 50px;
}
.tablet main .contents .product_box.column {
  gap: 50px 50px;
}
main .contents .product_box.ct2 > .item:nth-of-type(n+3) {
  display: none;
}
main .contents .product_box > div > div {
  display: flex;
  gap: 30px;
}
main .contents .product_box > div > div > * {
  width: calc((100% - 30px) / 2);
}
main .contents .product_box .logo {
  margin-top: 3px;
  margin-bottom: 15px;
}
main .contents .product_box .logo img {
  width: 130px;
  max-width: 25vw;
}
.sp main .contents .product_box .logo img {
  max-width: none;
}
main .contents .product_box .image img:not(:first-child) {
  display: none;
}
main .contents .product_box .color {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
main .contents .product_box .color a {
  display: block;
  width: 30px;
  height: 30px;
}
main .contents .product_box .color a.black {
  background: #000000;
}
main .contents .product_box .color a.dark_grey {
  background: #666666;
}
main .contents .product_box .color a.grey {
  background: #cccccc;
}
main .contents .product_box .color a.brown {
  background: #8d551d;
}
main .contents .product_box .color a.champagne {
  background: #d5802b;
}
main .contents .product_box .color a.beige {
  background: #f1d5b8;
}
main .contents .product_box .color a.white {
  background: #ffffff;
  border: 1px solid #aaa;
}
main .contents .product_box .color a.blue {
  background: #0000ff;
}
main .contents .product_box .color a.red {
  background: #ff0000;
}
main .contents .product_box .name {
  padding-bottom: 20px;
  border-bottom: 2px solid #CDD6DD;
  margin-bottom: 20px;
}
main .contents .product_box .name a {
  font-size: clamp(1.0625rem, 0.88542rem + 0.83333vw, 1.5rem);
  line-height: 1.3;
  font-weight: normal;
  color: #004C97;
}
main .contents .product_box .name + p {
  margin-top: 0;
}
main .contents .product_box .price {
  margin-top: 30px;
  font-size: clamp(0.875rem, 0.72321rem + 0.71429vw, 1.25rem);
  line-height: 1.3;
  font-weight: normal;
  font-weight: bold;
}
.tablet main .contents .product_box .price {
  margin-top: 15px;
}
main .contents .product_box .price span {
  font-size: clamp(0.875rem, 0.79911rem + 0.35714vw, 1.0625rem);
  line-height: 1.3;
  font-weight: normal;
  color: #004C97;
}
main .contents .form .input input[type="text"], main .contents .form .input input[type="email"] {
  border: 1px solid #aaa;
  width: 100%;
  margin-top: 5px;
  padding: 0 5px;
}
main .contents .form .input + .input {
  margin-top: 30px;
}
main .contents .form label {
  display: block;
  text-align: center;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}
main .contents .form label:hover {
  opacity: 0.7;
}
main .contents .form label input[type="checkbox"] {
  appearance: auto;
}
main .contents .form .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.tablet main .contents .form .wpcf7-form-control {
  gap: 30px;
}
main .contents .form .wpcf7-form-control > .wpcf7-list-item {
  width: calc((100% - 150px) / 4);
  margin-left: 0;
}
.tablet main .contents .form .wpcf7-form-control > .wpcf7-list-item {
  width: calc((100% - 60px) / 3);
}
.sp main .contents .form .wpcf7-form-control > .wpcf7-list-item {
  width: calc((100% - 30px) / 2);
}
main .contents .form .wpcf7-form-control > .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  display: block;
  text-align: left;
  font-size: clamp(0.875rem, 0.72321rem + 0.71429vw, 1.25rem);
  line-height: 1.3;
  font-weight: normal;
}
main .contents .form .wpcf7-form-control > .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-size: 100% auto;
  border: 1px solid #444;
  margin-top: 10px;
}
main .contents .form .wpcf7-form-control.product > .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::after {
  background-image: url(/cms-r/wp-content/uploads/jp4000_img21-1.jpg);
}
main .contents .form .wpcf7-form-control.product > .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label::after {
  background-image: url(/cms-r/wp-content/uploads/jp3000_46.png);
}
main .contents .form .wpcf7-form-control.product > .wpcf7-list-item:nth-of-type(3) .wpcf7-list-item-label::after {
  background-image: url(/cms-r/wp-content/uploads/mr8000_cv-grp.jpg);
}
main .contents .form .wpcf7-form-control.product > .wpcf7-list-item:nth-of-type(4) .wpcf7-list-item-label::after {
  background-image: url(/cms-r/wp-content/uploads/BK.png);
}
main .contents .form .wpcf7-form-control.product > .wpcf7-list-item:nth-of-type(5) .wpcf7-list-item-label::after {
  background-image: url(/cms-r/wp-content/uploads/jp1100_13.jpg);
}
main .contents .form .wpcf7-form-control.product > .wpcf7-list-item:nth-of-type(6) .wpcf7-list-item-label::after {
  background-image: url(/cms-r/wp-content/uploads/j6900_05.jpg);
}
main .contents .form .wpcf7-form-control.product > .wpcf7-list-item:nth-of-type(7) .wpcf7-list-item-label::after {
  background-image: url(/cms-r/wp-content/uploads/mr6000_36.jpg);
}
main .contents .form .wpcf7-form-control.accessory > .wpcf7-list-item:nth-of-type(1) .wpcf7-list-item-label::after {
  background-image: url(/cms-r/wp-content/uploads/fm210_00.jpg);
}
main .contents .form .input.textarea {
  margin-top: 30px;
}
main .contents .form .input.textarea textarea {
  appearance: auto;
  border: 1px solid #aaa;
  width: 100%;
  padding: 0 5px;
}
main .contents .form input[type="submit"] {
  min-width: 250px;
  display: block;
  color: #fff;
  background: #444;
  text-align: center;
  padding: 15px 0;
  margin: 50px auto 0;
  -webkit-transition: opacity 0.2s, background 0.2s;
  transition: opacity 0.2s, background 0.2s;
  cursor: pointer;
}
main .contents .form input[type="submit"]:hover {
  opacity: 0.7;
}
main .contents .supportbyproduct select {
  appearance: auto;
  border: 1px solid #aaa;
}
main .contents .supportbyproduct select + p {
  margin-top: 15px;
}
main .contents .supportbyproduct * + p {
  margin-top: 5px;
}
main .contents a.indexlink {
  display: flex;
  border: 1px solid #000;
  color: #000;
  align-items: center;
  justify-content: center;
  text-align: center;
  aspect-ratio: 16 / 9;
  font-size: clamp(1.0625rem, 0.88542rem + 0.83333vw, 1.5rem);
  line-height: 1.4;
  font-weight: normal;
}
.sp main .contents a.indexlink {
  font-size: clamp(0.9375rem, 0.81101rem + 0.59524vw, 1.25rem);
  line-height: 1.4;
  font-weight: normal;
}

footer {
  padding: 100px 50px 50px 50px;
  background: #707F89;
}
.tablet footer {
  padding: 20px 10px;
}
footer .inner {
  max-width: 1640px;
  margin: auto;
}
footer .footer_content {
  display: flex;
  gap: 7.29%;
}
footer .footer_logo {
  width: 30%;
  max-width: 180px;
}
.tablet footer .footer_logo {
  width: 180px;
}
footer .footer_logo a img {
  display: block;
  max-width: 100%;
}
footer .brand {
  width: 30%;
  max-width: 180px;
}
.tablet footer .brand {
  display: none;
}
footer .brand p {
  position: relative;
  padding-left: 24px;
  color: #fff;
}
footer .brand p:before {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  left: 0;
  top: 0.4rem;
  background: #fff;
  border-radius: 50%;
}
footer .brand .image a {
  display: block;
  margin-top: 50px;
}
footer .brand .image img {
  display: block;
  max-width: 100%;
}
footer .content {
  margin-top: 70px;
}
.tablet footer .content {
  display: none;
}
footer .content ul li a {
  font-size: clamp(1.0625rem, 0.88542rem + 0.83333vw, 1.5rem);
  line-height: 1.7;
  font-weight: normal;
  color: #fff;
}
footer .content ul li + li {
  margin-top: 10px;
}
footer .content .button {
  margin-top: 50px;
}
footer .content .button a {
  width: 180px;
  max-width: 100%;
}
footer .footer_link {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
  margin: 50px 0 0 auto;
}
.tablet footer .footer_link {
  display: block;
  margin-top: 30px;
}
footer .footer_link ul {
  display: flex;
  gap: 30px;
}
footer .footer_link ul li a {
  color: #fff;
}
footer .copy {
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: clamp(0.75rem, 0.6994rem + 0.2381vw, 0.875rem);
  line-height: 1.7;
  font-weight: normal;
}
.tablet footer .copy {
  text-align: left;
  margin-top: 50px;
}

.faqblock {
  margin-top: 20px;
}
.faqblock .faq dt {
  position: relative;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  border-bottom: 1px solid #aeb1c2;
  transition: 400ms;
}
.faqblock .faq dt:hover {
  opacity: 0.7;
}
.faqblock .faq dt a {
  position: relative;
  display: block;
  padding: 20px 50px 20px 40px;
  color: #333;
}
.faqblock .faq dt a:hover {
  opacity: 1;
}
.sp .faqblock .faq dt a {
  padding: 15px 40px 15px 30px;
}
.faqblock .faq dt a:before {
  content: "Q";
  display: block;
  position: absolute;
  top: 20px;
  left: 0px;
  width: 28px;
  height: 28px;
  text-align: center;
  color: #ffffff;
  background: #004C97;
}
.sp .faqblock .faq dt a:before {
  top: 16px;
  width: 24px;
  height: 24px;
  line-height: 22px;
}
.faqblock .faq dt a:after {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  width: 32px;
  height: 32px;
  margin: auto;
  background: url(../images/moreicon.svg) no-repeat center center #004C97;
  background-size: auto 50%;
  border-radius: 50%;
  transition: 400ms;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.sp .faqblock .faq dt a:after {
  right: 0px;
  width: 24px;
  height: 24px;
}
.faqblock .faq dt a.open:after {
  transform: translateY(-50%) rotate(-90deg);
}
.faqblock .faq dd {
  display: none;
  position: relative;
  margin-top: 20px;
  padding: 0px 0px 20px 40px;
  border-bottom: 1px solid #aeb1c2;
}
.sp .faqblock .faq dd {
  padding: 0px 0px 20px 30px;
  margin-bottom: 20px;
}
.faqblock .faq dd p + p {
  margin-top: 16px;
}
.faqblock .faq dd:before {
  content: "A";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 28px;
  height: 28px;
  text-align: center;
  color: #ffffff;
  background: #ed1c24;
}
.sp .faqblock .faq dd:before {
  width: 24px;
  height: 24px;
}
