@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  display: flex;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  flex-flow: column;
  align-items: center;
  min-height: 100vh;
  flex-direction: column;
  color: #333;
}

.jost {
  font-family: "Jost", serif, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "Helvetica Neue", Arial, sans-serif;
}

*:focus {
  outline: none;
}

* {
  box-sizing: border-box;
  word-break: break-all;
}

a {
  opacity: 1;
  transition: opacity 0.5s;
}
a:hover {
  opacity: 0.5;
}
@media screen and (max-width:768px) {
  a:hover {
    opacity: unset;
  }
}

button {
  opacity: 1;
  transition: opacity 0.5s;
}
button:hover {
  opacity: 0.5;
}
@media screen and (max-width:768px) {
  button:hover {
    opacity: unset;
  }
}
button a {
  opacity: unset;
}
button a:hover {
  opacity: unset;
}

@media screen and (min-width:769px) {
  body {
    min-width: 1240px;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width:768px) {
  body {
    min-width: 320px;
    letter-spacing: 0.1em;
  }
  .pc {
    display: none !important;
  }
}
main {
  width: 100%;
  flex: 1;
}

.main-wrap {
  flex-grow: 1;
}

.bold {
  font-weight: bold;
}

.roboto {
  font-family: "Roboto", serif, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "Helvetica Neue", Arial, sans-serif;
}

.inter {
  font-family: "Inter", sans-serif, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "Helvetica Neue", Arial, sans-serif;
}

.notoSerif {
  font-family: "Noto Serif JP", serif, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "Helvetica Neue", Arial, sans-serif;
}

.notoSans {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
  word-break: break-all;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

pre {
  word-break: break-all;
  white-space: pre-wrap;
}

p {
  margin: 0;
}

select,
button,
input,
textarea {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "Helvetica Neue", Arial, sans-serif;
  outline: none;
  background: unset;
}

a,
label,
select,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
  border: none;
}

a {
  text-decoration: none;
}

input,
textarea {
  padding: unset;
  -webkit-user-select: auto;
  -moz-user-select: initial;
  user-select: initial;
  -webkit-touch-callout: initial;
}

button {
  padding: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: opacity 0.3s;
}

select::-ms-expand {
  display: none;
}

input::-moz-placeholder {
  color: #acacac;
}

input::placeholder {
  color: #acacac;
}

input::-ms-input-placeholder {
  color: #acacac;
}

form#aspnetForm {
  width: 100%;
}

#header.cm-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
#header.cm-header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 1312px;
  height: 72px;
  padding: 0 16px;
}
@media screen and (max-width:768px) {
  #header.cm-header .header-inner {
    width: 100%;
    max-width: unset;
    padding: 0 16px;
  }
}
#header.cm-header .logo-box {
  width: 304px;
  height: 20px;
}
@media screen and (max-width:768px) {
  #header.cm-header .logo-box {
    width: 100%;
    max-width: calc(190 / 428 * 100vw);
  }
}
#header.cm-header .logo-box a {
  display: inline-block;
  line-height: 1;
}
#header.cm-header .utility-box {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width:768px) {
  #header.cm-header .utility-box {
    gap: calc(24 / 428 * 100vw);
  }
}
@media screen and (max-width:768px) {
  #header.cm-header .utility-box div {
    width: calc(40 / 428 * 100vw);
  }
}
@media screen and (max-width:768px) {
  #header.cm-header .utility-box div#hamburger {
    width: calc(30 / 428 * 100vw);
    -webkit-tap-highlight-color: unset;
  }
}
#header.cm-header .cm-cart {
  position: relative;
}
#header.cm-header .cm-cart .badge {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background: #c00;
  border-radius: 50%;
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  z-index: 1;
}

#footer.cm-footer {
  width: 100%;
  vertical-align: middle;
}

.footer-outer * {
  line-height: 1;
}

.common-nav-outer {
  border-top: 1px solid #ddd;
}
.common-nav-outer .common-nav-inner {
  max-width: 1240px;
  margin: auto;
  padding: 80px 0 86px 70px;
}
@media screen and (max-width:768px) {
  .common-nav-outer .common-nav-inner {
    max-width: unset;
    padding: 80px 16px;
    flex-flow: column;
  }
}
.common-nav-outer .common-nav-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 128px;
}
@media screen and (max-width:768px) {
  .common-nav-outer .common-nav-top {
    flex-flow: column;
    margin-bottom: 80px;
  }
}
.common-nav-outer .common-nav-top .common-nav-right a {
  display: inline-block;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 200%; /* 28px */
}
.common-nav-outer .common-nav-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width:768px) {
  .common-nav-outer .common-nav-bottom {
    flex-flow: column;
    align-items: flex-start;
  }
}
.common-nav-outer .common-nav-logo a {
  display: inline-block;
  mix-blend-mode: multiply;
}
.common-nav-outer .common-nav-logo a.logo-01 {
  width: 192px;
}
@media screen and (max-width:768px) {
  .common-nav-outer .common-nav-logo a.logo-01 {
    width: calc(192 / 428 * 100vw);
    margin-bottom: calc(80 / 428 * 100vw);
  }
}
.common-nav-outer .common-nav-logo a.logo-02 {
  margin-bottom: 32px;
  width: 304px;
}
@media screen and (max-width:768px) {
  .common-nav-outer .common-nav-logo a.logo-02 {
    width: calc(304 / 428 * 100vw);
    margin-bottom: calc(32 / 428 * 100vw);
  }
}
.common-nav-outer .share-box {
  display: flex;
  align-items: center;
}
@media screen and (max-width:768px) {
  .common-nav-outer .share-box {
    margin-bottom: calc(48 / 428 * 100vw);
  }
}
.common-nav-outer .share {
  position: relative;
  margin-right: 24px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.56px;
}
@media screen and (max-width:768px) {
  .common-nav-outer .share {
    margin-right: calc(24 / 428 * 100vw);
    font-size: calc(14 / 428 * 100vw);
  }
}
.common-nav-outer .share::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  background: #D9D9D9;
}
@media screen and (max-width:768px) {
  .common-nav-outer .share::before {
    right: calc(-24 / 428 * 100vw);
  }
}
.common-nav-outer .share-links {
  margin-left: 24px;
  display: flex;
  gap: 24px;
}
@media screen and (max-width:768px) {
  .common-nav-outer .share-links {
    margin-left: calc(24 / 428 * 100vw);
    gap: calc(24 / 428 * 100vw);
  }
}
.common-nav-outer .share-links a {
  display: inline-block;
}
.common-nav-outer .links {
  display: flex;
  gap: 2em;
}
@media screen and (max-width:768px) {
  .common-nav-outer .links {
    flex-flow: column;
    gap: calc(8 / 428 * 100vw);
  }
}
.common-nav-outer .links a {
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 28px */
}
@media screen and (max-width:768px) {
  .common-nav-outer .links a {
    font-size: calc(16 / 428 * 100vw);
  }
}
.common-nav-outer .copyright {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 0.56px;
  text-align: right;
}

@media screen and (min-width:769px) {
  .global-menu-outer.common-nav-outer .common-nav-inner {
    padding: 80px 16px 86px 70px;
  }
  .global-menu-outer.common-nav-outer .common-nav-top {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    margin-bottom: 80px;
  }
  .global-menu-outer.common-nav-outer .common-nav-top .common-nav-left {
    margin-bottom: 80px;
  }
  .global-menu-outer.common-nav-outer .common-nav-bottom {
    justify-content: space-between;
    align-items: flex-end;
  }
  .global-menu-outer.common-nav-outer .share-box {
    align-items: center;
  }
  .global-menu-outer.common-nav-outer .links {
    flex-flow: column;
  }
}

body.no-scroll {
  overflow: hidden;
  touch-action: none;
}

.cm-container {
  width: 100%;
  padding-top: 70px;
}

.cm-container.no-pt {
  width: 100%;
  padding-top: 0;
}

.cm-content-outer.cm-gray {
  background: #F5F5F5;
}

.cm-content-inner {
  margin: auto;
  max-width: 1280px;
  padding: 0 40px;
}
@media screen and (max-width:768px) {
  .cm-content-inner {
    padding: 0 calc(24 / 428 * 100vw);
  }
}
.cm-content-inner.only-pc {
  padding: 0 40px;
}
@media screen and (max-width:768px) {
  .cm-content-inner.only-pc {
    padding: unset;
  }
}

#hamburger {
  position: relative;
  height: 16px;
  width: 30px;
  display: inline-block;
  box-sizing: border-box;
  z-index: 9999;
  cursor: pointer;
}
#hamburger span {
  position: absolute;
  left: 0;
  height: 1px;
  width: 30px;
  background-color: #444;
  border-radius: 2px;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
#hamburger span:nth-of-type(1) {
  bottom: 14px;
}
#hamburger span:nth-of-type(2) {
  bottom: 7px;
}
#hamburger span:nth-of-type(3) {
  bottom: 0;
}
#hamburger.is-open span:nth-of-type(1) {
  transform: rotate(45deg);
  bottom: 7px;
}
#hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}
#hamburger.is-open span:nth-of-type(3) {
  transform: rotate(-45deg);
  bottom: 7px;
}

#global-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9998;
  overflow: auto;
}

.cm-top-hero {
  position: relative;
  overflow: hidden;
}
.cm-top-hero::before {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 1297px;
  content: "";
  background: url("../img/top/img_top_hero.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width:768px) {
  .cm-top-hero::before {
    top: calc(-20 / 428 * 100vw);
    left: 0;
    transform: unset;
    width: calc(428 / 428 * 100vw);
    height: calc(659 / 428 * 100vw);
    background: url("../img/top/img_top_hero_sp.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.cm-top-hero .logos {
  position: relative;
  padding: 240px 0 430px;
}
@media screen and (max-width:768px) {
  .cm-top-hero .logos {
    padding: calc(116 / 428 * 100vw) 0 calc(252 / 428 * 100vw);
  }
}
.cm-top-hero .logos img {
  display: block;
}
.cm-top-hero .logo-01 {
  margin-bottom: 40px;
  width: 114px;
}
@media screen and (max-width:768px) {
  .cm-top-hero .logo-01 {
    margin-bottom: calc(40 / 428 * 100vw);
    width: calc(82 / 428 * 100vw);
  }
}
.cm-top-hero .logo-02 {
  margin-bottom: 36px;
  width: 268px;
  mix-blend-mode: multiply;
}
@media screen and (max-width:768px) {
  .cm-top-hero .logo-02 {
    width: calc(172 / 428 * 100vw);
  }
}
@media screen and (max-width:768px) {
  .cm-top-hero .logo-03 {
    width: calc(210 / 428 * 100vw);
  }
}

.bg-gray {
  background: #F5F5F5;
}

.cm-section {
  width: 100%;
}
.cm-section + .cm-section.type-border-top {
  border-top: 1px solid #ccc;
}

.cm-section-inner {
  margin: auto;
  max-width: 1180px;
  padding: 0 20px;
}
@media screen and (max-width:768px) {
  .cm-section-inner {
    max-width: unset;
  }
}
.cm-section-inner.product {
  position: relative;
}
@media screen and (max-width:768px) {
  .cm-section-inner.product .cm-section-header {
    padding: calc(40 / 428 * 100vw) 0;
  }
}
.cm-section-inner.w752 {
  max-width: 792px;
  padding: 128px 20px 0;
}
@media screen and (max-width:768px) {
  .cm-section-inner.w752 {
    max-width: unset;
    padding: calc(80 / 428 * 100vw) calc(16 / 428 * 100vw) 0;
  }
}

.cm-product-intro-outer {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.cm-product-intro-outer .cm-product-intro {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .cm-product-intro-outer .cm-product-intro {
    flex-flow: column;
  }
}
.cm-product-intro-outer .img-box {
  margin-left: 24px;
  width: 470px;
  flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .cm-product-intro-outer .img-box {
    margin: 0 0 calc(32 / 428 * 100vw) 0;
    width: unset;
  }
}
.cm-product-intro-outer .img-box img {
  mix-blend-mode: multiply;
}
.cm-product-intro-outer .text-box {
  width: 500px;
}
@media screen and (max-width:768px) {
  .cm-product-intro-outer .text-box {
    width: unset;
  }
}
.cm-product-intro-outer .text-box .head {
  margin-bottom: 30px;
}
.cm-product-intro-outer .text-box .sub-head {
  margin-bottom: 30px;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2px;
}
@media screen and (max-width:768px) {
  .cm-product-intro-outer .text-box .sub-head {
    font-size: 20px;
    font-size: calc(20 / 428 * 100vw);
    margin-bottom: calc(30 / 428 * 100vw);
  }
}
.cm-product-intro-outer .text-box .caption {
  margin-bottom: 24px;
  color: #5F6368;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 1.6px;
}
@media screen and (max-width:768px) {
  .cm-product-intro-outer .text-box .caption {
    font-size: 16px;
    font-size: calc(16 / 428 * 100vw);
    margin-bottom: calc(24 / 428 * 100vw);
    letter-spacing: 0.065em;
  }
}
.cm-product-intro-outer .text-box .sub-caption {
  margin-bottom: 40px;
  color: #5F6368;
  font-size: 13px;
  font-weight: 500;
  line-height: 160%; /* 20.8px */
  letter-spacing: 1.3px;
}
@media screen and (max-width:768px) {
  .cm-product-intro-outer .text-box .sub-caption {
    font-size: 12px;
    font-size: calc(12 / 428 * 100vw);
    letter-spacing: 0.03em;
  }
}

.product-link {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}
.product-link a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #333333;
  z-index: 1;
}
.product-link .type01 span {
  position: relative;
}
.product-link .type02 {
  position: relative;
  padding-bottom: 4px;
  font-size: 13px;
}
.product-link .type02::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #333;
}
.product-link img {
  display: inline-block;
  width: 80px;
  position: relative;
  z-index: -1;
  left: -24px;
}

.cm-option-list-outer {
  margin-bottom: 128px;
}
@media screen and (max-width:768px) {
  .cm-option-list-outer {
    overflow-x: auto;
    margin-bottom: calc(24 / 428 * 100vw);
    padding-bottom: calc(24 / 428 * 100vw);
  }
}
.cm-option-list-outer .cm-option-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  margin: 0 auto 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width:768px) {
  .cm-option-list-outer .cm-option-list {
    width: -moz-max-content;
    width: max-content;
    margin: unset;
    padding-bottom: unset;
    border-bottom: unset;
  }
}
@media screen and (max-width:768px) {
  .cm-option-list-outer .cm-option-item {
    width: calc(268 / 428 * 100vw);
  }
}
.cm-option-list-outer .img-box {
  margin-bottom: 16px;
  position: relative;
  width: 267px;
  height: 200px;
  background: #f5f5f5;
  border-radius: 8px;
}
@media screen and (max-width:768px) {
  .cm-option-list-outer .img-box {
    width: calc(268 / 428 * 100vw);
    height: calc(200 / 428 * 100vw);
  }
}
.cm-option-list-outer .img-box img {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cm-option-list-outer .caption {
  margin-bottom: 8px;
  text-align: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
}
@media screen and (max-width:768px) {
  .cm-option-list-outer .caption {
    font-size: 14px;
    font-size: calc(14 / 428 * 100vw);
  }
}
.cm-option-list-outer .price {
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  font-family: "Jost", serif, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: normal;
}
@media screen and (max-width:768px) {
  .cm-option-list-outer .price {
    font-size: 14px;
    font-size: calc(14 / 428 * 100vw);
  }
}
.cm-option-list-outer .tax {
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
}

.captions-wrap {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.captions-wrap.sp {
  margin-bottom: calc(80 / 428 * 100vw);
  padding-top: calc(24 / 428 * 100vw);
  border-top: 1px solid #ddd;
}
@media screen and (max-width:768px) {
  .captions-wrap {
    flex-flow: column;
  }
}
.captions-wrap .captions {
  display: flex;
  width: calc(50% - 48px);
}
@media screen and (max-width:768px) {
  .captions-wrap .captions {
    flex-flow: column;
    width: 100%;
  }
}
.captions-wrap .title {
  display: inline-block;
  flex-shrink: 0;
  margin-right: 24px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13px;
  font-weight: 700;
  line-height: 140%; /* 18.2px */
}
@media screen and (max-width:768px) {
  .captions-wrap .title {
    font-size: calc(13 / 428 * 100vw);
    margin: 0 0 calc(8 / 428 * 100vw);
  }
}
.captions-wrap .text {
  display: inline-block;
  max-width: 425px;
  color: #666;
  font-size: 13px;
  line-height: 140%; /* 18.2px */
}
@media screen and (max-width:768px) {
  .captions-wrap .text {
    font-size: calc(13 / 428 * 100vw);
    max-width: unset;
  }
}

.cm-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0;
}
@media screen and (max-width:768px) {
  .cm-section-header {
    padding: calc(80 / 428 * 100vw) 0;
  }
}
.cm-section-header.size-m {
  padding: 40px 0;
}
@media screen and (max-width:768px) {
  .cm-section-header.size-m {
    padding: calc(40 / 428 * 100vw) 0;
  }
}
.cm-section-header.type-center {
  justify-content: center;
}
@media screen and (max-width:768px) {
  .cm-section-header.type-center {
    padding: calc(40 / 428 * 100vw) 0 calc(64 / 428 * 100vw);
  }
}
.cm-section-header.type-center .cm-content-title span {
  display: block;
  text-align: center;
}
@media screen and (max-width:768px) {
  .cm-section-header.type-center .cm-content-title span {
    font-size: 32px;
    font-size: calc(32 / 428 * 100vw);
  }
}
.cm-section-header.type-center .cm-content-title .ruby {
  margin: auto;
}
@media screen and (max-width:768px) {
  .cm-section-header.type-center .cm-content-title .ruby {
    font-size: 14px;
    font-size: calc(14 / 428 * 100vw);
  }
}
.cm-section-header.border-top {
  border-top: 1px solid #D9D9D9;
}
.cm-section-header.cm-center {
  justify-content: center;
}
.cm-section-header .cm-content-title span {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px; /* 100% */
  letter-spacing: 1.28px;
  vertical-align: middle;
}
.cm-section-header .cm-content-title .ruby {
  margin-left: 24px;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px; /* 100% */
  letter-spacing: 0.56px;
}
.cm-section-header .cm-content-title.size-m span {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.28px;
  vertical-align: middle;
}
@media screen and (max-width:768px) {
  .cm-section-header .cm-content-title.size-m span {
    font-size: 20px;
    font-size: calc(20 / 428 * 100vw);
  }
}
.cm-section-header .cm-content-title.size-m .ruby {
  margin-left: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px; /* 100% */
  letter-spacing: 0.56px;
}
@media screen and (max-width:768px) {
  .cm-section-header .cm-content-title.size-m .ruby {
    font-size: 14px;
    font-size: calc(14 / 428 * 100vw);
  }
}

.mb24 {
  margin-bottom: 24px;
}
.mb24 + .ruby {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px; /* 100% */
  letter-spacing: 0.56px;
}

.cm-feature-list-outer {
  margin-top: 40px;
  margin-bottom: 128px;
}
@media screen and (max-width:768px) {
  .cm-feature-list-outer {
    margin: 0 0 calc(80 / 428 * 100vw);
  }
}
.cm-feature-list-outer .cm-feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 40px;
}
@media screen and (max-width:768px) {
  .cm-feature-list-outer .cm-feature-list {
    grid-template-columns: 1fr;
    gap: calc(40 / 428 * 100vw);
  }
}

.cm-feature-item .head-num {
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #666;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px; /* 100% */
  letter-spacing: 0.72px;
}
@media screen and (max-width:768px) {
  .cm-feature-item .head-num {
    font-size: 18px;
    font-size: calc(18 / 428 * 100vw);
  }
}
.cm-feature-item .head-num span {
  display: inline-block;
  vertical-align: middle;
}
.cm-feature-item .head-num span + span {
  margin-left: 8px;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px; /* 100% */
  letter-spacing: 1.28px;
}
@media screen and (max-width:768px) {
  .cm-feature-item .head-num span + span {
    font-size: 32px;
    font-size: calc(32 / 428 * 100vw);
  }
}
.cm-feature-item .head-num .green {
  color: #2B9C67;
}
.cm-feature-item .head-num .blue {
  color: #3B93C3;
}
.cm-feature-item .head-num .red {
  color: #E14942;
}
.cm-feature-item .head-num .yellow {
  color: #E1A325;
}
.cm-feature-item .img-box {
  margin-bottom: 24px;
}
@media screen and (max-width:768px) {
  .cm-feature-item .img-box {
    margin-bottom: calc(24 / 428 * 100vw);
  }
}
.cm-feature-item .main-cap {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width:768px) {
  .cm-feature-item .main-cap {
    font-size: 18px;
    font-size: calc(18 / 428 * 100vw);
    margin-bottom: calc(24 / 428 * 100vw);
  }
}
.cm-feature-item .sub-cap {
  color: #5F6368;
  font-size: 14px;
  line-height: 180%; /* 25.2px */
}
@media screen and (max-width:768px) {
  .cm-feature-item .sub-cap {
    font-size: 14px;
    font-size: calc(14 / 428 * 100vw);
  }
}

.cm-more-link {
  display: none;
}
.cm-more-link a {
  position: relative;
  display: inline-block;
  padding-right: 26px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.28px;
}
@media screen and (max-width:768px) {
  .cm-more-link a {
    font-size: 14px;
    font-size: calc(14 / 428 * 100vw);
  }
}
.cm-more-link a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 16px;
  height: 6px;
  background: url(../assets/img/common/icon_more_arrow.svg) center/cover no-repeat;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.cm-news-list {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 88px;
}
@media screen and (max-width:768px) {
  .cm-news-list {
    padding-bottom: calc(64 / 428 * 100vw);
  }
}
.cm-news-list ul {
  width: 792px;
}
@media screen and (max-width:768px) {
  .cm-news-list ul {
    width: 100%;
  }
}
.cm-news-list li {
  display: flex;
  padding-bottom: 20px;
}
@media screen and (max-width:768px) {
  .cm-news-list li {
    padding-bottom: calc(20 / 428 * 100vw);
  }
}
.cm-news-list li + li {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.cm-news-list .cm-news-item {
  display: flex;
}
@media screen and (max-width:768px) {
  .cm-news-list .cm-news-item {
    flex-flow: column;
  }
}
.cm-news-list .cm-date {
  font-family: "Roboto", serif, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "Helvetica Neue", Arial, sans-serif;
  width: 96px;
  padding: 6px 20px 0 0;
  color: #666;
  font-size: 13px;
  line-height: normal;
  flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .cm-news-list .cm-date {
    width: calc(180 / 428 * 100vw);
    padding: 6px calc(16 / 428 * 100vw) 0 0;
    margin-bottom: 8px;
    font-size: 13px;
    font-size: calc(13 / 428 * 100vw);
  }
}
.cm-news-list .cm-news {
  color: #333;
  font-size: 16px;
  line-height: normal;
}
@media screen and (max-width:768px) {
  .cm-news-list .cm-news {
    font-size: 16px;
    font-size: calc(16 / 428 * 100vw);
  }
}

.new-list-wrap .news-title a {
  text-decoration: unset;
  pointer-events: none;
}

.cm-special-list-outer {
  display: block;
  padding: 80px 0 0;
}
@media screen and (max-width:768px) {
  .cm-special-list-outer {
    padding: calc(56 / 428 * 100vw) 0 0;
  }
}
.cm-special-list-outer .cm-special-list .cm-special-item {
  background: #ffffff;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #ddd;
}
.cm-special-list-outer .cm-special-list .cm-special-head {
  position: relative;
  display: flex;
  width: 100%;
  padding: 16px;
}
@media screen and (max-width:768px) {
  .cm-special-list-outer .cm-special-list .cm-special-head {
    padding: calc(16 / 428 * 100vw);
  }
}
.cm-special-list-outer .cm-special-list .cm-title {
  width: 100%;
  display: inline-block;
  text-align: left;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
}
@media screen and (max-width:768px) {
  .cm-special-list-outer .cm-special-list .cm-title {
    font-size: 18px;
    font-size: calc(18 / 428 * 100vw);
  }
}
.cm-special-list-outer .cm-special-list .cm-special-body {
  padding: 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  border-top: 1px solid #ddd;
}
@media screen and (max-width:768px) {
  .cm-special-list-outer .cm-special-list .cm-special-body {
    padding: calc(24 / 428 * 100vw);
    font-size: 14px;
    font-size: calc(14 / 428 * 100vw);
  }
}
.cm-special-list-outer .cm-special-list .cm-special-body .head {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width:768px) {
  .cm-special-list-outer .cm-special-list .cm-special-body .head {
    font-size: 14px;
    font-size: calc(14 / 428 * 100vw);
  }
}
.cm-special-list-outer .cm-special-list .cm-special-body .body {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width:768px) {
  .cm-special-list-outer .cm-special-list .cm-special-body .body {
    font-size: 13px;
    font-size: calc(13 / 428 * 100vw);
    letter-spacing: 0.03em;
  }
}
.cm-special-list-outer .cm-special-list .cm-special-body .body + .body {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #ddd;
}
.cm-special-list-outer .cm-special-list .cm-special-body .body .title {
  position: relative;
  margin-bottom: 24px;
  padding-left: 48px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .cm-special-list-outer .cm-special-list .cm-special-body .body .title {
    font-size: 14px;
    font-size: calc(14 / 428 * 100vw);
    padding-left: calc(32 / 428 * 100vw);
  }
}
.cm-special-list-outer .cm-special-list .cm-special-body .body .title::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 1px;
  background: #333;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width:768px) {
  .cm-special-list-outer .cm-special-list .cm-special-body .body .title::before {
    width: calc(24 / 428 * 100vw);
  }
}
.cm-special-list-outer .cm-special-list .cm-special-body .num-list {
  counter-reset: titlenum;
  font-weight: 400;
}
.cm-special-list-outer .cm-special-list .cm-special-body .num-list > li {
  position: relative;
  counter-increment: listnum;
  content: counter(listnum);
  padding: 2px 0 0 36px;
}
.cm-special-list-outer .cm-special-list .cm-special-body .num-list > li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: titlenum; /* counter-resetと同じ文字列 */
  content: counter(titlenum, decimal-leading-zero);
  margin-right: 8px;
  display: inline-block;
  font-family: "Jost", serif, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .cm-special-list-outer .cm-special-list .cm-special-body .num-list > li::before {
    font-size: calc(18 / 428 * 100vw);
  }
}
.cm-special-list-outer .cm-special-list .cm-special-body .num-list > li + li {
  margin-top: 24px;
}
.cm-special-list-outer .cm-special-list .cm-special-body .circle-list {
  padding-left: 20px;
  font-weight: 400;
}
.cm-special-list-outer .cm-special-list .cm-special-body .circle-list li {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
  list-style: disc;
}
.cm-special-list-outer .cm-special-list .mb24 {
  display: inline-block;
  margin-bottom: 24px;
}
@media screen and (max-width:768px) {
  .cm-special-list-outer .cm-special-list .mb24 {
    margin-bottom: calc(16 / 428 * 100vw);
  }
}

.cm-faq-list-outer {
  display: flex;
  padding: 128px 0;
}
@media screen and (max-width:768px) {
  .cm-faq-list-outer {
    flex-flow: column;
    padding: calc(80 / 428 * 100vw) 0;
  }
}
.cm-faq-list-outer .cm-content-title {
  width: calc(100% - 752px);
  font-family: Roboto;
  font-size: 32px;
  font-weight: 700;
  line-height: 41px; /* 128.125% */
  letter-spacing: 1.28px;
}
@media screen and (max-width:768px) {
  .cm-faq-list-outer .cm-content-title {
    margin-bottom: calc(40 / 428 * 100vw);
  }
}
.cm-faq-list-outer .cm-content-title span {
  display: inline-block;
  vertical-align: middle;
}
.cm-faq-list-outer .cm-content-title .ruby {
  margin: 4px 0 0 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px; /* 100% */
  letter-spacing: 0.56px;
}
@media screen and (max-width:768px) {
  .cm-faq-list-outer .cm-content-title {
    width: 100%;
  }
}
.cm-faq-list-outer .cm-faq-list {
  gap: 24px;
  width: 752px;
}
@media screen and (max-width:768px) {
  .cm-faq-list-outer .cm-faq-list {
    width: 100%;
  }
}
.cm-faq-list-outer .cm-faq-list .cm-faq-item {
  background: #ffffff;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}
.cm-faq-list-outer .cm-faq-list .cm-faq-item + .cm-faq-item {
  margin-top: 24px;
}
.cm-faq-list-outer .cm-faq-list .cm-faq-question {
  position: relative;
  display: flex;
  width: 100%;
  padding: 16px;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  .cm-faq-list-outer .cm-faq-list .cm-faq-question {
    padding: calc(16 / 428 * 100vw);
  }
}
.cm-faq-list-outer .cm-faq-list .cm-faq-question .roboto {
  display: inline-block;
  margin-right: 14px;
  color: #E14942;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%; /* 32px */
  letter-spacing: 1.28px;
}
@media screen and (max-width:768px) {
  .cm-faq-list-outer .cm-faq-list .cm-faq-question .roboto {
    margin-right: calc(14 / 428 * 100vw);
    font-size: 32px;
    font-size: calc(32 / 428 * 100vw);
  }
}
.cm-faq-list-outer .cm-faq-list .cm-faq-question.active .icon {
  transform: translateY(-50%) rotate(0deg); /* 横棒はそのまま */
}
.cm-faq-list-outer .cm-faq-list .cm-faq-question.active .icon::before {
  transform: translateY(-50%) rotate(90deg); /* 縦棒は90度回転して消える */
  opacity: 0; /* 縦棒を非表示 */
}
.cm-faq-list-outer .cm-faq-list .cm-faq-question .icon {
  position: absolute;
  right: 24px;
  top: 50%;
  width: 16px;
  height: 2px;
  background: #333;
  transform: translateY(-50%);
  transition: transform 0.2s ease-in-out, background 0.2s ease-in-out;
}
@media screen and (max-width:768px) {
  .cm-faq-list-outer .cm-faq-list .cm-faq-question .icon {
    right: calc(16 / 428 * 100vw);
    width: calc(16 / 428 * 100vw);
  }
}
.cm-faq-list-outer .cm-faq-list .cm-faq-question .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 16px;
  background: #333;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
}
@media screen and (max-width:768px) {
  .cm-faq-list-outer .cm-faq-list .cm-faq-question .icon::before {
    height: calc(16 / 428 * 100vw);
    left: calc(50% - 1px);
  }
}
.cm-faq-list-outer .cm-faq-list .cm-question {
  width: 648px;
  display: inline-block;
  padding-top: 4px;
  text-align: left;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
}
@media screen and (max-width:768px) {
  .cm-faq-list-outer .cm-faq-list .cm-question {
    width: calc(274 / 428 * 100vw);
    padding-top: calc(4 / 428 * 100vw);
    font-size: 14px;
    font-size: calc(14 / 428 * 100vw);
  }
}
.cm-faq-list-outer .cm-faq-list .cm-faq-answer {
  display: none;
  padding: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  border-top: 1px solid #ddd;
}
@media screen and (max-width:768px) {
  .cm-faq-list-outer .cm-faq-list .cm-faq-answer {
    font-size: 14px;
    font-size: calc(14 / 428 * 100vw);
  }
}
.cm-faq-list-outer .cm-faq-list .cm-faq-answer .cm-faq-answer-inner {
  display: flex;
}
.cm-faq-list-outer .cm-faq-list .cm-faq-answer span {
  display: inline-block;
}
.cm-faq-list-outer .cm-faq-list .cm-faq-answer .roboto {
  display: inline-block;
  margin-right: 14px;
  color: #2699FB;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%; /* 32px */
  letter-spacing: 1.28px;
}
@media screen and (max-width:768px) {
  .cm-faq-list-outer .cm-faq-list .cm-faq-answer .roboto {
    margin-right: calc(14 / 428 * 100vw);
    font-size: 32px;
    font-size: calc(32 / 428 * 100vw);
  }
}
.cm-faq-list-outer .cm-faq-list .cm-faq-answer .text {
  padding-top: 4px;
  font-size: 14px;
  line-height: normal;
}

.w752 .cm-section-header {
  margin-bottom: 32px;
  padding: 0;
}
@media screen and (max-width:768px) {
  .w752 .cm-section-header {
    margin-bottom: calc(16 / 428 * 100vw);
  }
}
.w752 .cm-content-title .roboto {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%; /* 20px */
}
@media screen and (max-width:768px) {
  .w752 .cm-content-title .roboto {
    font-size: 20px;
    font-size: calc(20 / 428 * 100vw);
  }
}

.cm-section.spec .img-box {
  margin-bottom: 80px;
  border: 1px solid #D9D9D9;
}
@media screen and (max-width:768px) {
  .cm-section.spec .img-box {
    margin-bottom: calc(48 / 428 * 100vw);
  }
}
@media screen and (max-width:768px) {
  .cm-section.spec .cm-section-header {
    margin-bottom: calc(40 / 428 * 100vw);
  }
}
.cm-section.spec .sub-title {
  margin-bottom: 24px;
}
@media screen and (max-width:768px) {
  .cm-section.spec .sub-title {
    margin-bottom: calc(24 / 428 * 100vw);
  }
}
.cm-section.spec .sub-title .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}
@media screen and (max-width:768px) {
  .cm-section.spec .sub-title .text {
    font-size: calc(16 / 428 * 100vw);
  }
}
.cm-section.spec .sub-title::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: #666;
  width: 20px;
  height: 1px;
  margin-right: 16px;
}
.cm-section.spec .attention-txt {
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 160%; /* 20.8px */
}
@media screen and (max-width:768px) {
  .cm-section.spec .attention-txt {
    font-size: 13px;
    font-size: calc(13 / 428 * 100vw);
  }
}

.cm-spec-list dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width:768px) {
  .cm-spec-list dl {
    flex-flow: column;
    align-items: flex-start;
    font-size: 14px;
    font-size: calc(14 / 428 * 100vw);
  }
}
.cm-spec-list dt > span {
  display: inline-block;
  width: 114px;
  font-size: 13px;
  font-weight: 700;
  line-height: 48px;
}
@media screen and (max-width:768px) {
  .cm-spec-list dt > span {
    display: block;
    width: 100%;
    font-size: 13px;
    font-size: calc(13 / 428 * 100vw);
  }
}
.cm-spec-list dd > span {
  display: inline-block;
  font-size: 16px;
  line-height: 48px; /* 300% */
}
@media screen and (max-width:768px) {
  .cm-spec-list dd > span {
    display: block;
    width: 100%;
    font-size: 14px;
    font-size: calc(14 / 428 * 100vw);
  }
}
.cm-spec-list.list01 {
  margin-bottom: 80px;
}
@media screen and (max-width:768px) {
  .cm-spec-list.list01 {
    margin-bottom: calc(64 / 428 * 100vw);
  }
}
@media screen and (max-width:768px) {
  .cm-spec-list.list01 dl {
    flex-flow: unset;
    align-items: center;
    letter-spacing: 0.03em;
  }
}
.cm-spec-list.list01 dt {
  flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .cm-spec-list.list01 dt {
    width: calc(84 / 428 * 100vw);
    margin-right: calc(24 / 428 * 100vw);
  }
}
.cm-spec-list.list01 dt span {
  display: inline-block;
}
.cm-spec-list.list01 dd span {
  display: inline-block;
}
@media screen and (max-width:768px) {
  .cm-spec-list.list01 dd span {
    padding: calc(16 / 428 * 100vw) 0;
    font-size: calc(14 / 428 * 100vw);
    line-height: 140%; /* 19.6px */
  }
}
.cm-spec-list.list02 {
  padding: 16px 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.cm-spec-list.list02 dl {
  border: unset;
}
@media screen and (max-width:768px) {
  .cm-spec-list.list02 dl {
    flex-flow: unset;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width:768px) {
  .cm-spec-list.list02 dt {
    width: calc(74 / 428 * 100vw);
    margin-right: calc(42 / 428 * 100vw);
  }
}
.spec-caption {
  margin-bottom: 40px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
@media screen and (max-width:768px) {
  .spec-caption {
    margin-bottom: calc(40 / 428 * 100vw);
    font-size: calc(16 / 428 * 100vw);
  }
}

.top-loop-slider {
  margin-bottom: 128px;
  width: 100%;
  opacity: 0;
  transition: opacity 3s;
}
@media screen and (max-width:768px) {
  .top-loop-slider {
    margin-bottom: calc(40 / 428 * 100vw);
  }
}
.top-loop-slider.slick-initialized {
  opacity: 1;
}
.top-loop-slider .slick-slide {
  max-width: 400px;
}
@media screen and (max-width:768px) {
  .top-loop-slider .slick-slide {
    max-width: calc(215 / 428 * 100vw);
  }
}

#gallery-slider {
  margin-bottom: 128px;
}
@media screen and (max-width:768px) {
  #gallery-slider {
    margin: 0 calc(20 / 428 * 100vw) calc(80 / 428 * 100vw);
    padding-bottom: calc(16 / 428 * 100vw);
    overflow-x: auto;
  }
}
#gallery-slider .slider-img img {
  display: block;
  margin-bottom: 8px;
}
#gallery-slider .slider-caption {
  color: #666;
  font-size: 14px;
  line-height: 180%; /* 25.2px */
}
.top-gallery-slider {
  margin: auto;
  max-width: 1920px;
  width: 100%;
  opacity: 0;
  transition: opacity 3s;
}
@media screen and (max-width:768px) {
  .top-gallery-slider {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    max-width: unset;
    opacity: 1;
  }
}
.top-gallery-slider.slick-initialized {
  opacity: 1;
}
.top-gallery-slider .slick-list {
  overflow: hidden;
  max-width: 1280px;
  margin: auto;
}
.top-gallery-slider .slider-img {
  margin: 0 10px;
  width: 588px;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .top-gallery-slider .slider-img {
    margin: 0 10px 0 0;
    width: 240px;
  }
}
.top-gallery-slider .slider-img:last-child {
  margin: 0 0 0 0;
}
.top-gallery-slider .slider-img img {
  width: 588px;
  height: 440px;
  -o-object-fit: contain;
     object-fit: contain;
  background: black;
  border-radius: 16px;
}
@media screen and (max-width:768px) {
  .top-gallery-slider .slider-img img {
    width: 240px;
    height: 180px;
    border-radius: 8px;
  }
}
.top-gallery-slider .slick-dots {
  position: unset;
  bottom: unset;
  display: flex;
  justify-content: flex-end;
  margin: auto;
  max-width: 1280px;
  padding-right: 24px;
}
.top-gallery-slider .slick-dots li {
  position: relative;
  width: unset;
  height: unset;
  margin: unset;
  padding: unset;
  cursor: pointer;
}
.top-gallery-slider .slick-dots .slick-active button {
  background: #E14942;
}
.top-gallery-slider .slick-dots button {
  display: inline-block;
  padding: unset;
  color: unset;
  margin: 0 4px;
  font-size: 0;
  width: 40px;
  height: 4px;
  background: #d9d9d9;
}
.top-gallery-slider .slick-dots button::before {
  content: unset;
}

#cm-modal.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}
#cm-modal .modal-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 56px 80px 64px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  font-family: sans-serif;
}
@media screen and (max-width:768px) {
  #cm-modal .modal-box {
    width: calc(100% - (48 / 428 * 100vw));
    padding: calc(40 / 428 * 100vw) calc(24 / 428 * 100vw) calc(48 / 428 * 100vw);
  }
}
#cm-modal .modal-msg {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 200%; /* 28px */
}
@media screen and (max-width:768px) {
  #cm-modal .modal-msg {
    margin-bottom: calc(40 / 428 * 100vw);
    text-align: left;
    font-size: calc(14 / 428 * 100vw);
  }
}
#cm-modal .modal-question {
  margin-bottom: 40px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%; /* 32px */
  text-align: center;
}
@media screen and (max-width:768px) {
  #cm-modal .modal-question {
    margin-bottom: calc(40 / 428 * 100vw);
    font-size: calc(16 / 428 * 100vw);
  }
}
#cm-modal .btn-primary {
  width: 240px;
  height: 64px;
  margin: 0 auto 24px;
  padding: 20px 40px;
  background-color: #007aff;
  border-radius: 100px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  border: none;
  cursor: pointer;
}
@media screen and (max-width:768px) {
  #cm-modal .btn-primary {
    width: calc(240 / 428 * 100vw);
    height: calc(64 / 428 * 100vw);
    margin: 0 auto calc(24 / 428 * 100vw);
    padding: calc(20 / 428 * 100vw) calc(16 / 428 * 100vw);
    font-size: calc(16 / 428 * 100vw);
  }
}
#cm-modal .negative {
  text-align: center;
}
#cm-modal .link-decline {
  position: relative;
  display: inline-block;
  color: #2699FB;
  font-size: 14px;
  line-height: 200%; /* 28px */
}
@media screen and (max-width:768px) {
  #cm-modal .link-decline {
    font-size: calc(14 / 428 * 100vw);
  }
}
#cm-modal .link-decline::before {
  position: absolute;
  content: "";
  bottom: 0;
  background: #2699FB;
  width: 100%;
  height: 1px;
}
#float-cart-btn {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 32px;
  right: calc(20 / 428 * 100vw);
  width: 280px;
  height: 64px;
  border-radius: 100px;
  background: #E14942;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 500;
  transition: opacity 0.2s ease;
}
@media screen and (max-width:768px) {
  #float-cart-btn {
    width: 280px;
    height: 64px;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#float-cart-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
}
#float-cart-btn .type02 {
  position: relative;
  font-size: 14px;
  margin-left: 24px;
}
@media screen and (max-width:768px) {
  #float-cart-btn .type02 {
    margin-left: calc(16 / 428 * 100vw);
  }
}
#float-cart-btn .type02::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
}
#float-cart-btn img {
  display: inline-block;
  margin-left: -10px;
  width: 40px;
}
@media screen and (max-width:768px) {
  #float-cart-btn img {
    width: min(40 / 428 * 100vw, 40px);
  }
}

#dvProductReviewArea {
  margin: -70px 0 0 0;
  padding-top: 70px;
  clear: unset;
}
@media screen and (max-width:768px) {
  #dvProductReviewArea {
    margin: calc(-70 / 428 * 100vw) 0 0 0;
    padding-top: calc(70 / 428 * 100vw);
  }
}
#pagination.bottom .item-quantity {
  display: none;
}

.cm-review-wrap .item + .item {
  padding-top: 32px;
  border-top: 1px solid #DFEDFF;
}
.cm-review-wrap .cm-review-header {
  display: flex;
  gap: 0 16px;
  margin-bottom: 24px;
}
.cm-review-wrap .cm-review-header .cm-stars {
  color: #BF8406;
  font-size: 14px;
  line-height: 100%; /* 14px */
}
.cm-review-wrap .cm-review-header .cm-user-name,
.cm-review-wrap .cm-review-header .cm-date {
  color: #333;
  font-size: 14px;
  line-height: 100%; /* 14px */
}
.cm-review-wrap .cm-review-title {
  margin-bottom: 16px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.28; /* 16px */
}
.cm-review-wrap .cm-review-text {
  padding-bottom: 32px;
  color: #333;
  font-size: 14px;
  line-height: 200%; /* 28px */
}

#primary {
  width: unset;
  margin: unset;
  padding: unset;
}

#primary #dvProductReviewButtonControls {
  margin-top: unset;
}

.cm-review-btn-wrap {
  text-align: center;
}

.cm-review-btn {
  display: inline-block;
  margin: auto;
  padding: 15px 80px;
  border: 1px solid #333;
  border-radius: 100px;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 100%; /* 14px */
}
@media screen and (max-width:768px) {
  .cm-review-btn {
    width: 100%;
  }
}

.cm-product-detail-wrap #detailPanel.tab-item {
  margin-top: 0;
}
.cm-product-detail-wrap .tab-lists {
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
}
.cm-product-detail-wrap .tab-list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 48px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s;
}
.cm-product-detail-wrap .tab-list:hover {
  opacity: 0.6;
}
.cm-product-detail-wrap .tab-list::before {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #F5F5F5;
}
@media screen and (max-width:768px) {
  .cm-product-detail-wrap .tab-list::before {
    bottom: calc(-8 / 428 * 100vw);
  }
}
@media screen and (max-width:768px) {
  .cm-product-detail-wrap .tab-list {
    width: calc(25% - 8px);
    height: unset;
    padding: calc(4 / 428 * 100vw) calc(2 / 428 * 100vw);
  }
}
.cm-product-detail-wrap .tab-list.is-open::before {
  background: #bf8406;
}
.cm-product-detail-wrap .tab-list.is-open span {
  color: #BF8406;
}
.cm-product-detail-wrap .tab-list span {
  display: inline-block;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width:768px) {
  .cm-product-detail-wrap .tab-list span {
    font-size: 12px;
    font-size: calc(12 / 428 * 100vw);
  }
}
.cm-product-detail-wrap .tab-item {
  display: none;
  margin-top: 0;
}
.cm-product-detail-wrap .tab-item.is-open {
  display: block;
}
.cm-product-detail-wrap .tab-item-outer .tab-item-inner {
  width: 792px;
  background: #fff;
}
@media screen and (max-width:768px) {
  .cm-product-detail-wrap .tab-item-outer .tab-item-inner {
    width: 100%;
  }
}
.cm-product-detail-wrap .tab-item-outer .tab-item-inner p {
  padding: 40px;
  color: #333;
  font-size: 14px;
  line-height: 200%; /* 28px */
}
@media screen and (max-width:768px) {
  .cm-product-detail-wrap .tab-item-outer .tab-item-inner p {
    padding: calc(16 / 428 * 100vw);
  }
}
.cm-product-detail-wrap .top-head {
  padding: 80px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width:768px) {
  .cm-product-detail-wrap .top-head {
    padding: calc(32 / 428 * 100vw) 0;
    border: unset;
  }
}
@media screen and (max-width:768px) {
  .cm-product-detail-wrap .product-spec-table tr {
    display: flex;
    flex-flow: column;
  }
}
.cm-product-detail-wrap .product-spec-table tr:first-child td {
  border-top: 1px solid #333;
}
@media screen and (max-width:768px) {
  .cm-product-detail-wrap .product-spec-table tr:first-child td {
    border-top: unset;
  }
}
.cm-product-detail-wrap .product-spec-table tr:last-child td {
  border-bottom: 1px solid #333;
}
@media screen and (max-width:768px) {
  .cm-product-detail-wrap .product-spec-table tr:last-child td {
    border-bottom: unset;
  }
}
.cm-product-detail-wrap .product-spec-table .table {
  padding: 0 40px 80px;
  color: #333333;
}
@media screen and (max-width:768px) {
  .cm-product-detail-wrap .product-spec-table .table {
    padding: 0 calc(24 / 428 * 100vw) calc(48 / 428 * 100vw);
  }
}
.cm-product-detail-wrap .product-spec-table .table td {
  padding: 8px;
  border-bottom: 1px solid #d9d9d9;
  line-height: 1.6;
}
@media screen and (max-width:768px) {
  .cm-product-detail-wrap .product-spec-table .table td {
    font-size: calc(14 / 428 * 100vw);
    border-bottom: unset;
  }
}
@media screen and (max-width:768px) {
  .cm-product-detail-wrap .product-spec-table .table tr:first-child .td-head {
    border-top: 1px solid #333;
  }
}
@media screen and (max-width:768px) {
  .cm-product-detail-wrap .product-spec-table .table tr:last-child .td-body {
    border-bottom: 1px solid #333;
  }
}
.cm-product-detail-wrap .product-spec-table .table .td-head {
  width: 20%;
  font-weight: bold;
  vertical-align: top;
  font-size: 13px;
}
@media screen and (max-width:768px) {
  .cm-product-detail-wrap .product-spec-table .table .td-head {
    border-top: 1px solid #d9d9d9;
    padding: calc(16 / 428 * 100vw) 0 calc(4 / 428 * 100vw);
    font-size: calc(13 / 428 * 100vw);
    vertical-align: unset;
  }
}
.cm-product-detail-wrap .product-spec-table .table .td-body {
  width: 80%;
  font-size: 14px;
}
@media screen and (max-width:768px) {
  .cm-product-detail-wrap .product-spec-table .table .td-body {
    padding: calc(2 / 428 * 100vw) 0 calc(16 / 428 * 100vw);
    font-size: calc(14 / 428 * 100vw);
  }
}
@media screen and (max-width:768px) {
  .cm-product-detail-wrap .product-spec-table .table .td-head, .cm-product-detail-wrap .product-spec-table .table .td-body {
    width: 100%;
  }
}

.cm-bg-gray {
  margin-bottom: 80px;
  padding: 80px 204px;
  background: #F5F5F5;
}
@media screen and (max-width:768px) {
  .cm-bg-gray {
    padding: calc(40 / 428 * 100vw) calc(16 / 428 * 100vw);
  }
}

.mb24 {
  margin-bottom: 24px;
}
@media screen and (max-width:768px) {
  .mb24 {
    margin-bottom: calc(24 / 428 * 100vw);
  }
}

.detailFlex {
  display: flex;
  justify-content: space-between;
  gap: 58px;
}
@media screen and (max-width:768px) {
  .detailFlex {
    flex-flow: column;
    justify-content: unset;
  }
}

#primary #dvProductDetailArea #detailImage {
  width: 588px;
}
@media screen and (max-width:768px) {
  #primary #dvProductDetailArea #detailImage {
    width: 100%;
  }
}

#dvProductDetailArea {
  font-weight: 400;
}

#primary #dvProductDetailArea #detailOne {
  width: calc(100% - 518px - 29px);
  float: unset;
}
@media screen and (max-width:768px) {
  #primary #dvProductDetailArea #detailOne {
    width: 100%;
    padding-top: calc(40 / 428 * 100vw);
  }
}
#primary #dvProductDetailArea #detailOne .ChangesByVariation {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "Helvetica Neue", Arial, sans-serif;
}
#primary #dvProductDetailArea #detailOne .ChangesByVariation.sp {
  display: inline-block;
}
#primary #dvProductDetailArea #detailOne .ChangesByVariation.sp a {
  display: flex;
  align-items: center;
}
#primary #dvProductDetailArea #detailOne .ChangesByVariation.sp .i-mail {
  display: inline-block;
  margin-right: 8px;
}
#primary #dvProductDetailArea #detailOne .icon {
  margin-bottom: 24px;
  display: flex;
  flex-flow: wrap;
  gap: 8px;
}
#primary #dvProductDetailArea #detailOne .icon img {
  display: inline-block;
  height: 20px;
}
#primary #dvProductDetailArea #detailOne .itemname {
  margin-bottom: 16px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
#primary #dvProductDetailArea #detailOne .itemId {
  margin: 0 0 24px;
  color: #6E6E6E;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}
#primary #dvProductDetailArea #detailOne .catchcopy {
  margin-bottom: 24px;
  color: #333;
  font-size: 14px;
  line-height: 200%; /* 28px */
}
#primary #dvProductDetailArea #detailOne .notoSerif {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 40px */
  letter-spacing: 4px;
}
#primary #dvProductDetailArea #detailOne .cm-valiation-head {
  margin-bottom: 8px;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
}
#primary #dvProductDetailArea #detailOne .selectValiation {
  margin-bottom: 24px;
}
@media screen and (max-width:768px) {
  #primary #dvProductDetailArea #detailOne .selectValiation {
    flex-flow: column;
    align-items: flex-start;
    margin: 0 0 calc(24 / 428 * 100vw);
  }
}
#primary #dvProductDetailArea #detailOne .selectValiation select {
  padding: 6px 0 6px 10px;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  color: #333;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 1.6px;
}
#primary #dvProductDetailArea #detailOne .productAmount {
  font-size: 12px;
  font-weight: 700;
}
#primary #dvProductDetailArea #detailOne .productAmount input {
  margin-left: 8px;
}

#detailOne .f-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
@media screen and (max-width:768px) {
  #detailOne .f-box {
    font-size: 12px;
    font-size: calc(12 / 428 * 100vw);
  }
}
#detailOne .f-box a {
  display: inline-block;
}
#detailOne .f-box .icons {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
@media screen and (max-width:768px) {
  #detailOne .f-box .icons {
    margin-right: calc(4 / 428 * 100vw);
  }
}
#detailOne .f-box .iconLike {
  width: 32px;
}
@media screen and (max-width:768px) {
  #detailOne .f-box .iconLike {
    width: calc(32 / 428 * 100vw);
  }
}

#primary .cartPricebBox.normal,
#primary .cartPricebBox.subsc {
  background: unset;
}
@media screen and (max-width:768px) {
  #primary .cartPricebBox.normal,
  #primary .cartPricebBox.subsc {
    margin-bottom: 0;
  }
}
#primary .cartPricebBox.normal .tTl,
#primary .cartPricebBox.subsc .tTl {
  padding: unset;
  font-size: 12px;
  background: unset;
}
#primary .cartPricebBox.normal .productCart,
#primary .cartPricebBox.subsc .productCart {
  padding: unset;
}
#primary .cartPricebBox.normal .productCart .productPrice,
#primary .cartPricebBox.subsc .productCart .productPrice {
  margin-bottom: 24px;
  color: #333;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}
#primary .cartPricebBox.normal .productCart .productPrice .sprice,
#primary .cartPricebBox.subsc .productCart .productPrice .sprice {
  color: #333;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}
#primary .cartPricebBox.normal .productCart .productPrice .pmini, #primary .cartPricebBox.normal .productCart .productPrice .smini,
#primary .cartPricebBox.subsc .productCart .productPrice .pmini,
#primary .cartPricebBox.subsc .productCart .productPrice .smini {
  display: inline-block;
  margin-left: 8px;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
}
#primary .cartPricebBox.normal .productCart .addCart .btnCart,
#primary .cartPricebBox.subsc .productCart .addCart .btnCart {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#primary .cartPricebBox.normal .productCart .addCart p .cart_btn,
#primary .cartPricebBox.subsc .productCart .addCart p .cart_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: unset;
  margin: unset;
  padding: unset;
  width: 100%;
  height: 56px;
  border-radius: 100px;
  background: #BF8406;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
#primary .cartPricebBox.normal .productCart .cartFav,
#primary .cartPricebBox.subsc .productCart .cartFav {
  margin: 0 0 0 24px;
  text-decoration: none !important;
  width: unset;
  display: unset;
  align-items: unset;
  gap: unset;
  justify-content: unset;
  padding: unset;
  font-weight: unset;
  font-size: unset;
  background: unset;
  color: unset;
  border-radius: unset;
}

#primary #dvProductDetailArea {
  width: unset;
  padding: 40px 0 0;
}
@media screen and (max-width:768px) {
  #primary #dvProductDetailArea {
    padding: calc(8 / 428 * 100vw) 0 0 !important;
  }
}
#primary #dvProductDetailArea #detailImage {
  width: 558px;
}
@media screen and (max-width:768px) {
  #primary #dvProductDetailArea #detailImage {
    width: 100% !important;
    float: none;
  }
}
#primary #dvProductDetailArea #detailImage .swiper-wrapper {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
#primary #dvProductDetailArea #detailImage .swiper-thumbnail-wrapper .swiper-wrapper {
  aspect-ratio: unset;
}
#primary #dvProductDetailArea #detailImage img {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}
#primary #dvProductDetailArea .swiper-thumbnail-wrapper .swiper-container .swiper-wrapper {
  gap: 8px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
#primary #dvProductDetailArea .item_slider .swiper-thumbnail-wrapper .swiper-slide {
  position: relative;
  height: 64px !important;
}
@media screen and (max-width:768px) {
  #primary #dvProductDetailArea .item_slider .swiper-thumbnail-wrapper .swiper-slide {
    height: calc(58 / 428 * 100vw) !important;
    width: calc(58 / 428 * 100vw) !important;
  }
}

#primary #dvProductDetailArea .icon img {
  height: 20px;
}

@media screen and (max-width:768px) {
  #primary .ChangesByVariation .wrapProductPrice {
    margin: unset;
  }
}
#primary #dvProductReviewArea {
  font-weight: 400;
}
@media screen and (max-width:768px) {
  #primary #dvProductReviewArea {
    padding-top: 0;
  }
}
@media screen and (max-width:768px) {
  #primary #dvProductReviewArea .cm-review-header {
    flex-flow: wrap;
    align-items: center;
  }
}
#primary #dvProductReviewArea .aProductReview {
  display: block;
  margin-bottom: 24px;
  color: #333;
  font-family: "Roboto", serif, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 100% */
  letter-spacing: 3.2px;
}
@media screen and (max-width:768px) {
  #primary #dvProductReviewArea .aProductReview {
    margin-bottom: calc(24 / 428 * 100vw);
  }
}
#primary #dvProductReviewArea .ruby {
  display: block;
  text-align: center;
  color: #666;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
  letter-spacing: 0.56px;
}
#primary #dvProductReviewArea table * {
  display: initial;
  vertical-align: middle;
}
#primary #dvProductReviewArea table tr {
  display: flex;
  align-items: center;
}
@media screen and (max-width:768px) {
  #primary #dvProductReviewArea table tr {
    flex-flow: column;
  }
}
#primary #dvProductReviewArea .tblReviewInput {
  display: table;
  margin: auto;
}
#primary #dvProductReviewArea .tblReviewInput th {
  display: inline-block;
  width: 128px;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width:768px) {
  #primary #dvProductReviewArea .tblReviewInput th {
    width: 100%;
    text-align: unset;
  }
}
@media screen and (max-width:768px) {
  #primary #dvProductReviewArea .tblReviewInput th,
  #primary #dvProductReviewArea .tblReviewInput td {
    display: block;
    width: 100%;
    font-size: 16px;
  }
}
#primary #dvProductReviewArea .tblReviewInput td input, #primary #dvProductReviewArea .tblReviewInput td select {
  padding: 10px;
  margin: 5px 0;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  max-width: 600px;
}
#primary #dvProductReviewArea .tblReviewInput select,
#primary #dvProductReviewArea .tblReviewInput textarea {
  border: 1px solid #ccc;
}
#primary #dvProductReviewArea .tblReviewInput textarea {
  width: 350px;
  border-radius: 4px;
}
@media screen and (max-width:768px) {
  #primary #dvProductReviewArea .tblReviewInput textarea {
    width: calc(100% - (40 / 428 * 100vw));
  }
}
#primary #dvProductReviewArea .tblReviewInput input, #primary #dvProductReviewArea .tblReviewInput textarea {
  padding: 10px;
  font-size: 16px;
}
@media screen and (max-width:768px) {
  #primary #dvProductReviewArea .tblReviewInput input, #primary #dvProductReviewArea .tblReviewInput textarea {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  #primary #dvProductReviewArea .tblReviewInput .sp-flex {
    display: flex;
  }
}
#primary #dvProductReviewArea .tblReviewInput .td-caption {
  margin-left: 16px;
}
@media screen and (max-width:768px) {
  #primary #dvProductReviewArea .tblReviewInput .td-caption {
    display: block;
    margin-left: unset;
  }
}
#primary #dvProductReviewArea .pre-back,
#primary #dvProductReviewArea .btn-inverse {
  border-radius: 100px;
  border: 1px solid #333;
  background: #fff !important;
  cursor: pointer;
  color: #333 !important;
  padding: 16px 40px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width:768px) {
  #primary #dvProductReviewArea .pre-back,
  #primary #dvProductReviewArea .btn-inverse {
    padding: calc(16 / 428 * 100vw) calc(40 / 428 * 100vw);
    font-size: calc(14 / 428 * 100vw);
  }
}
#primary #dvProductReviewArea .pre-back {
  margin-right: 16px;
}
@media screen and (max-width:768px) {
  #primary #dvProductReviewArea .pre-back {
    margin-right: calc(16 / 428 * 100vw);
  }
}
#primary #dvProductReviewArea .btn-inverse {
  color: #fff !important;
  background: #333 !important;
}
#primary #dvProductReviewArea img.imgReviewRating {
  margin-right: 0;
  width: 70px;
  filter: hue-rotate(260deg) brightness(140%) saturate(200%);
}
#primary #dvProductReviewArea .diplayBlock {
  display: block;
}
#primary #dvProductReviewArea .sp-flex {
  display: flex;
  justify-content: center;
}
#primary #dvProductReviewArea .flex-center {
  display: flex;
  justify-content: center;
}

#dvProductReviewImage.cm-content-header {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  border-top: 1px solid #D9D9D9;
}
@media screen and (max-width:768px) {
  #dvProductReviewImage.cm-content-header {
    padding: calc(80 / 428 * 100vw) 0 calc(32 / 428 * 100vw);
  }
}

#breadcrumb {
  margin: unset;
  padding: 16px 0;
  font-weight: 400;
  color: #333333;
}
@media screen and (max-width:768px) {
  #breadcrumb {
    padding: calc(16 / 428 * 100vw) 0;
  }
}

.pt0 {
  padding-top: 0;
}

#dvUserBox,
.orderWrap {
  font-weight: 400;
}
#dvUserBox h2,
.orderWrap h2 {
  font-weight: 500;
}

.cm-product-detail {
  position: relative;
}
.cm-product-detail .logos {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .cm-product-detail .logos {
    margin-bottom: calc(40 / 428 * 100vw);
  }
}
.cm-product-detail .logos img {
  display: block;
}
.cm-product-detail .logo-01 {
  width: 115px;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .cm-product-detail .logo-01 {
    margin-bottom: calc(24 / 428 * 100vw);
    width: calc(82 / 428 * 100vw);
  }
}
.cm-product-detail .logo-02 {
  margin-bottom: 36px;
  width: 268px;
  mix-blend-mode: multiply;
}
@media screen and (max-width:768px) {
  .cm-product-detail .logo-02 {
    width: calc(172 / 428 * 100vw);
    margin-bottom: calc(24 / 428 * 100vw);
  }
}
@media screen and (max-width:768px) {
  .cm-product-detail .logo-03 {
    width: calc(210 / 428 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .cm-product-info-outer {
    padding-bottom: calc(40 / 428 * 100vw);
  }
}
.cm-product-info-outer .cm-product-info {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .cm-product-info-outer .cm-product-info {
    flex-flow: column;
  }
}
.cm-product-info-outer .img-box {
  margin-left: 24px;
  width: 470px;
  flex-shrink: 0;
}
@media screen and (max-width:768px) {
  .cm-product-info-outer .img-box {
    margin: 0 0 calc(32 / 428 * 100vw) 0;
    width: unset;
  }
}
.cm-product-info-outer .img-box img {
  mix-blend-mode: multiply;
}
.cm-product-info-outer .text-box {
  width: 500px;
}
@media screen and (max-width:768px) {
  .cm-product-info-outer .text-box {
    width: unset;
  }
}
.cm-product-info-outer .text-box .head {
  margin-bottom: 30px;
}
.cm-product-info-outer .text-box .sub-head {
  margin-bottom: 30px;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2px;
}
@media screen and (max-width:768px) {
  .cm-product-info-outer .text-box .sub-head {
    font-size: 20px;
    font-size: calc(20 / 428 * 100vw);
    margin-bottom: calc(30 / 428 * 100vw);
  }
}
.cm-product-info-outer .text-box .caption {
  margin-bottom: 24px;
  color: #5F6368;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 1.6px;
}
@media screen and (max-width:768px) {
  .cm-product-info-outer .text-box .caption {
    font-size: 16px;
    font-size: calc(16 / 428 * 100vw);
    margin-bottom: calc(24 / 428 * 100vw);
    letter-spacing: 0.065em;
  }
}
.cm-product-info-outer .text-box .sub-caption {
  color: #5F6368;
  font-size: 13px;
  font-weight: 500;
  line-height: 160%; /* 20.8px */
  letter-spacing: 1.3px;
}
@media screen and (max-width:768px) {
  .cm-product-info-outer .text-box .sub-caption {
    font-size: 12px;
    font-size: calc(12 / 428 * 100vw);
    letter-spacing: 0.03em;
  }
}

div#detailOne {
  width: 518px;
  padding-top: 0;
}
@media screen and (max-width:768px) {
  div#detailOne {
    width: 100%;
  }
}
div#detailOne h2.itemname {
  display: none;
}
div#detailOne #detailOutline {
  margin-top: 0;
}
@media screen and (max-width:768px) {
  div#detailOne .selectValiation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 calc(16 / 428 * 100vw);
  }
}
div#detailOne a#ctl00_ContentPlaceHolder1_lbAddFavoriteId {
  display: none;
}
div#detailOne a#ctl00_ContentPlaceHolder1_lbCartAdd {
  border-radius: 100px;
  background: #E14942;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 18px;
  font-size: 14px;
}
div#detailOne a#ctl00_ContentPlaceHolder1_lbCartAdd img {
  display: inline-block;
  margin-right: 8px;
}
div#detailOne .product-link-box {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #d9d9d9;
}
@media screen and (max-width:768px) {
  div#detailOne .product-link-box {
    margin-top: calc(40 / 428 * 100vw);
    padding-top: calc(40 / 428 * 100vw);
  }
}
div#detailOne .product-link-box .text {
  display: block;
  margin-bottom: 24px;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  line-height: 160%; /* 20.8px */
  letter-spacing: 1.3px;
}
@media screen and (max-width:768px) {
  div#detailOne .product-link-box .text {
    margin-bottom: calc(40 / 428 * 100vw);
    font-size: calc(12 / 428 * 100vw);
  }
}
div#detailOne .product-btn-type02 {
  border-radius: 100px;
  border: 1px solid #333;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 18px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  line-height: 100%; /* 14px */
}
div#detailOne select#ctl00_ContentPlaceHolder1_ddlVariationSelect {
  width: 242px;
  padding: 8px 0 10px 9px;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.6px;
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
}
@media screen and (max-width:768px) {
  div#detailOne select#ctl00_ContentPlaceHolder1_ddlVariationSelect {
    padding: calc(8 / 428 * 100vw) 0 calc(10 / 428 * 100vw) calc(9 / 428 * 100vw);
    font-size: calc(16 / 428 * 100vw);
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.6px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
  }
}
div#detailOne .productSellInfo {
  padding: unset;
  margin: unset;
  clear: unset;
  border: unset;
  background: unset;
}
@media screen and (max-width:768px) {
  div#detailOne .productSellInfo {
    position: fixed;
    bottom: 0;
    margin: 0;
    padding: calc(16 / 428 * 100vw);
    width: 100%;
    left: 0;
    background: #fff;
    border: none;
    border-radius: 8px 8px 0px 0px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    z-index: 500;
  }
}
div#detailOne .productSellInfo p {
  margin: 0 0 8px;
}
@media screen and (max-width:768px) {
  div#detailOne .productSellInfo p {
    margin: unset;
  }
}
div#detailOne .productSellInfo .productPrice {
  margin: 0 0 24px;
  font-size: 32px;
  font-weight: bold;
  line-height: normal;
}
@media screen and (max-width:768px) {
  div#detailOne .productSellInfo .productPrice {
    margin: 0 0 calc(24 / 428 * 100vw);
    font-size: calc(32 / 428 * 100vw);
  }
}
div#detailOne .productSellInfo .pmini {
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
}
@media screen and (max-width:768px) {
  div#detailOne .productSellInfo .pmini {
    font-size: calc(12 / 428 * 100vw);
  }
}

.cm-content-inner {
  margin: auto;
  max-width: 1180px;
  padding: 0 20px;
}

p.cm-valiation-head {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
}

#manual-target a {
  display: inline-block;
  margin: 16px auto 0;
  font-weight: bold;
  text-decoration: underline;
}

.js-target .radioBtn {
  display: inline-block;
}
.js-target .lock {
  opacity: 0.7;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.js-target .radioBtn input[type=radio] {
  display: none;
}
.js-target .radioBtn label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.js-target .radioBtn label::before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
}
.js-target .radioBtn label::after {
  position: absolute;
  top: 2px;
  left: 7px;
  width: 6px;
  height: 12px;
  content: "";
  transform: rotate(50deg);
  border-right: 3px solid #666;
  border-bottom: 3px solid #666;
  opacity: 0;
  transition: opacity 0.2s;
}
.js-target .radioBtn input[type=radio]:checked + label::after {
  opacity: 1;
}

.order-attention + .order-attention {
  margin-top: 16px;
}

.termofuse-table table,
.termofuse-table tbody,
.termofuse-table tr,
.termofuse-table td,
.termofuse-table th {
  display: revert;
}

.static-common {
  padding-top: 40px;
  font-size: 15px;
}
@media screen and (max-width:768px) {
  .static-common {
    padding: 1.8691588785vw 0 0 !important;
    font-size: calc(14 / 428 * 100vw);
  }
}
.static-common ul.list-disc {
  margin: 16px 0;
  padding-left: 1.2em;
  color: #333;
  font-weight: 400;
  list-style-type: disc;
}
.static-common ul.list-disc > li {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
  list-style: disc;
}
.static-common ul.list-disc > li::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0 !important;
  text-align: start !important;
  -moz-text-align-last: auto !important;
       text-align-last: auto !important;
}
.static-common ul.list-disc > li + li {
  margin-top: 4px;
}
.static-common ul.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.static-common ul.list-unstyled > li + li {
  margin-top: 4px;
}
.static-common ul.dot-list {
  margin: 0 0 0 24px;
  counter-reset: titlenum;
}
@media screen and (max-width:768px) {
  .static-common ul.dot-list {
    margin: 0 0 0 calc(20 / 428 * 100vw);
  }
}
.static-common ul.dot-list > li {
  position: relative;
  list-style-type: disc;
  list-style-position: outside;
}
.static-common ul.dot-list > li + li {
  margin-top: 8px;
}
.static-common ol.num-list-simple {
  margin: 16px 0;
  counter-reset: titlenum;
}
.static-common ol.num-list-simple > li {
  position: relative;
  counter-increment: listnum;
  content: counter(listnum);
  padding: 0 0 0 20px;
}
@media screen and (max-width:768px) {
  .static-common ol.num-list-simple > li {
    padding: 0 0 0 1.5em;
  }
}
.static-common ol.num-list-simple > li::before {
  position: absolute;
  top: 0.168em;
  left: 0;
  counter-increment: titlenum;
  content: counter(titlenum) ".";
  display: inline-block;
}
@media screen and (max-width:768px) {
  .static-common ol.num-list-simple > li::before {
    top: 0.2em;
  }
}
.static-common ol.num-list-simple > li + li {
  margin-top: 16px;
}
.static-common ol.num-list {
  margin: 16px 0;
  counter-reset: titlenum;
}
.static-common ol.num-list > li {
  position: relative;
  counter-increment: listnum;
  content: counter(listnum);
  padding: 0 0 0 36px;
}
@media screen and (max-width:768px) {
  .static-common ol.num-list > li {
    padding: 0 0 0 2.5em;
  }
}
.static-common ol.num-list > li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: titlenum;
  content: "（" counter(titlenum) "）";
  display: inline-block;
}
.static-common ol.num-list > li + li {
  margin-top: 16px;
}
.static-common ol.circle-num-list {
  margin: 16px 0;
}
.static-common ol.circle-num-list > li {
  position: relative;
}
.static-common ol.circle-num-list > li + li {
  margin-top: 16px;
}
.static-common ol.iroha-list {
  margin: 16px 0;
  list-style-type: katakana-iroha;
}
.static-common ol.iroha-list > li {
  position: relative;
  margin-left: 32px;
}
.static-common ol.iroha-list > li::marker {
  content: counter(list-item, katakana-iroha) ") ";
}
.static-common ol.iroha-list > li + li {
  margin-top: 16px;
}
.static-common ul.wh-dot {
  margin: 16px 0;
  padding-left: 1.2em;
  list-style: circle;
}
.static-common ul.wh-dot > li {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
  list-style: circle;
}
.static-common ul.wh-dot > li + li {
  margin-top: 8px;
}
.static-common hr {
  height: 1px;
  border: none;
  border-top: solid 1px #ccc;
}
.static-common a {
  color: #333;
  text-decoration: underline;
}
.static-common h1 {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .static-common h1 {
    font-size: calc(18 / 428 * 100vw);
  }
}
.static-common h3 {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  .static-common h3 {
    font-size: calc(18 / 428 * 100vw);
  }
}
.static-common hr {
  margin-top: 40px;
}
.static-common .text-section {
  margin: 40px 0;
}
.static-common .bottom-text-section {
  margin-top: 40px;
  font-size: 13px;
}
@media screen and (max-width:768px) {
  .static-common .bottom-text-section {
    font-size: calc(12 / 428 * 100vw);
  }
}
.static-common h4 {
  position: relative;
  margin-bottom: 8px;
  padding-left: 48px;
  font-size: 16px;
  font-weight: bold;
}
.static-common h4::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 1px;
  background: #333;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.static-common .termofuse-table table {
  margin: 40px 0 80px;
  width: 100%;
  font-size: 15px;
}
@media screen and (max-width:768px) {
  .static-common .termofuse-table table {
    font-size: calc(15 / 428 * 100vw);
  }
}
.static-common .termofuse-table table tr {
  border-bottom: #d9d9d9 1px solid;
}
.static-common .termofuse-table table tr th {
  width: 200px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  padding: 24px 24px 24px 0;
  color: #333;
  text-align: left;
}
@media screen and (max-width:768px) {
  .static-common .termofuse-table table tr th {
    display: block;
    width: 100%;
    padding: calc(16 / 428 * 100vw) 0;
  }
}
.static-common .termofuse-table table tr td {
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: normal;
  padding: 24px;
  color: #333;
}
@media screen and (max-width:768px) {
  .static-common .termofuse-table table tr td {
    display: block;
    width: 100%;
    padding: 0 0 calc(16 / 428 * 100vw);
  }
}
.static-common .privacy-table table {
  border: 1px solid #d9d9d9;
  margin: 24px 0;
  width: 100%;
  font-size: 15px;
}
@media screen and (max-width:768px) {
  .static-common .privacy-table table {
    margin: calc(24 / 428 * 100vw) 0;
    font-size: calc(15 / 428 * 100vw);
    border: unset;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
}
.static-common .privacy-table table tr {
  display: flex;
}
@media screen and (max-width:768px) {
  .static-common .privacy-table table tr {
    flex-flow: column;
    border: none;
  }
}
.static-common .privacy-table table tr + tr {
  border-top: #d9d9d9 1px solid;
}
.static-common .privacy-table table tr th {
  width: 200px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  padding: 24px;
  color: #333;
  text-align: left;
  border-right: 1px solid #d9d9d9;
}
@media screen and (max-width:768px) {
  .static-common .privacy-table table tr th {
    display: block;
    width: 100%;
    padding: calc(16 / 428 * 100vw) 0;
    border: none;
  }
}
.static-common .privacy-table table tr td {
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: normal;
  padding: 24px 16px;
  color: #333;
}
@media screen and (max-width:768px) {
  .static-common .privacy-table table tr td {
    display: block;
    width: 100%;
    padding: 0 0 calc(16 / 428 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .pbsp24 {
    padding-bottom: calc(24 / 428 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .add-set .add-cart__item-03 .quantity {
    width: 100%;
    padding: 0;
    justify-content: flex-end;
  }
}
.agree-check-wrap {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 40px;
}
@media screen and (max-width:768px) {
  .agree-check-wrap {
    width: 100%;
  }
}
.agree-check-wrap .agree-check {
  display: block;
}
.agree-check-wrap .agree-check + .agree-check {
  margin-top: 16px;
}
.agree-check-wrap input[type=checkbox] {
  cursor: pointer;
  border: 1px solid #ddd;
}
.agree-check-wrap input[type=checkbox]:checked:before {
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
}

.js-agree-btn.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}

.cm-faq-list .title {
  position: relative;
  margin-bottom: 24px;
  padding-left: 48px;
  font-size: 16px;
  font-weight: bold;
}

.cm-faq-list .title:not(:first-child) {
  margin-top: 32px;
}

.cm-faq-list li.title::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 1px;
  background: #333;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.add-set #dvUserBox .user-regist-regulation-page table {
  background: unset;
}

.add-set #dvUserBox .user-regist-regulation-page table th {
  padding-top: 16px;
}

.user-regist-regulation-page .privacy-table table {
  border: 1px solid #d9d9d9;
  margin: 24px 0;
  width: 100%;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .user-regist-regulation-page .privacy-table table {
    margin: 5.6074766355vw 0;
    font-size: 3.5046728972vw;
    border: unset;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
}
.user-regist-regulation-page .privacy-table table tr {
  display: flex;
}

@media screen and (max-width: 768px) {
  .user-regist-regulation-page .privacy-table table tr {
    flex-flow: column;
    border: none;
  }
}
.user-regist-regulation-page .privacy-table table tr + tr {
  border-top: #d9d9d9 1px solid;
}

.user-regist-regulation-page .privacy-table table tr th {
  width: 200px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  padding: 24px;
  color: #333;
  text-align: left;
  border-right: 1px solid #d9d9d9;
}

@media screen and (max-width: 768px) {
  .user-regist-regulation-page .privacy-table table tr th {
    display: block;
    width: 100%;
    padding: 3.738317757vw 0;
    border: none;
  }
}
.user-regist-regulation-page .privacy-table table tr td {
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: normal;
  padding: 24px 16px;
  color: #333;
}

@media screen and (max-width: 768px) {
  .user-regist-regulation-page .privacy-table table tr td {
    display: block;
    width: 100%;
    padding: 0 0 3.738317757vw;
  }
}
.displayNone {
  display: none;
}

#Contents {
  width: 100%;
  margin: unset;
  padding: 72px 0 128px;
}

#Foot {
  width: unset;
  clear: unset;
  border-top: unset;
  padding: unset;
}

#dvUserBox {
  margin: 0;
  padding: 0;
}

#heldQualificationConfirmationModal {
  font: inherit;
}
#heldQualificationConfirmationModal #heldQualificationConfirmationModalInput {
  position: relative;
  width: min(88%, 700px);
  margin: min(8%, 100px) auto;
  background: white;
  padding: 24px;
  border-radius: 10px;
  text-align: center;
  font-family: inherit;
}
@media screen and (max-width:768px) {
  #heldQualificationConfirmationModal #heldQualificationConfirmationModalInput {
    position: relative;
    padding: 20px;
    text-align: left;
    font-family: inherit;
    font-size: 14px;
  }
}
#heldQualificationConfirmationModal h1.textDesign {
  margin-bottom: 24px;
  padding: unset;
  font-size: 24px;
  font-weight: 500;
  color: rgb(225, 73, 66);
}
@media screen and (max-width:768px) {
  #heldQualificationConfirmationModal h1.textDesign {
    font-size: 22px;
  }
}
#heldQualificationConfirmationModal p.textDesign {
  margin-bottom: 24px;
  padding: 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.08em;
}
@media screen and (max-width:768px) {
  #heldQualificationConfirmationModal p.textDesign {
    text-align: left;
    font-size: 14px;
  }
}
#heldQualificationConfirmationModal p.textDesign:last-child {
  margin-bottom: 0;
}
#heldQualificationConfirmationModal .selectList {
  margin-bottom: 24px;
  gap: 8px;
}
#heldQualificationConfirmationModal div#btnContainer {
  display: flex;
  gap: 8px;
}
@media screen and (max-width:768px) {
  #heldQualificationConfirmationModal div#btnContainer {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }
}
#heldQualificationConfirmationModal div#btnContainer button.btn {
  background-color: #007aff;
  border-radius: 100px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width:768px) {
  #heldQualificationConfirmationModal div#btnContainer button.btn {
    font-size: 14px;
    padding: 8px;
    width: calc(50% - 4px);
  }
}
#heldQualificationConfirmationModal .btn-no {
  font-weight: 500;
  background: rgb(225, 73, 66);
  border-radius: 100px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}