@charset "UTF-8";
/**
//  * boder-radius
//  */
body {
  background-color: #F3F3F3;
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  body {
    width: 100%;
    min-width: 100%;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .media-pc {
    display: none !important;
  }
}

@media screen and (max-width: 749px) {
  .media-tab {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .media-tab {
    display: none !important;
  }
}

@media screen and (min-width: 750px) {
  .media-sp {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .media-sp-tab {
    display: none !important;
  }
}

@media screen and (max-width: 749px) {
  .media-tab-pc {
    display: none !important;
  }
}

#itemWrap {
  overflow: unset;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  #itemWrap {
    max-width: 1000px;
  }
}

/* --------------------------------
**
** フッター 既存のスタイルのリセット
**
-------------------------------- */
footer.kdk_footer {
  border-top: none;
  color: #303377;
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  footer.kdk_footer {
    width: 100%;
    min-width: 100%;
  }
}

/* --------------------------------
**
** フッター レイアウト
**
-------------------------------- */
.kdk_footer {
  padding: 0 10px 40px;
}
@media screen and (max-width: 749px) {
  .kdk_footer {
    background-color: #F3F3F3;
  }
}
@media screen and (min-width: 750px) {
  .kdk_footer {
    padding: 0 0 64px;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}
.kdk_footer.kdk_footer--spaceBottom {
  padding: 0 20px 110px;
}
@media screen and (min-width: 750px) {
  .kdk_footer.kdk_footer--spaceBottom {
    padding: 0 0 154px;
  }
}
.kdk_footer a {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.kdk_footer a:hover {
  opacity: 0.7;
}
.kdk_footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*padding-right: 16px;
  padding-left: 16px;*/
}
@media screen and (min-width: 750px) {
  .kdk_footer__inner {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 0;
  }
}

/* --------------------------------
**
** フッター アイテム
**
-------------------------------- */
.kdk_footer__title {
  width: 100%;
  border-top: solid 1px #d9d9d9;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 750px) {
  .kdk_footer__title {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 30px;
  }
}

@media screen and (max-width: 749px) {
  .kdk_footer__qanda, .kdk_footer__mail, .kdk_footer__tell {
    width: 28%;
  }
}
.kdk_footer__qanda > a, .kdk_footer__mail > a, .kdk_footer__tell > a {
  display: block;
  text-align: center;
}
.kdk_footer__qanda > a span, .kdk_footer__mail > a span, .kdk_footer__tell > a span {
  display: block;
  color: #303377;
  line-height: 1.3;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  .kdk_footer__qanda > a span, .kdk_footer__mail > a span, .kdk_footer__tell > a span {
    margin-top: 5px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  .kdk_footer__qanda > a span, .kdk_footer__mail > a span, .kdk_footer__tell > a span {
    font-size: min(1.85vw, 16px);
  }
}
@media screen and (min-width: 1025px) {
  .kdk_footer__qanda > a span, .kdk_footer__mail > a span, .kdk_footer__tell > a span {
    font-size: 16px;
  }
}

.kdk_footer .warningWord {
  margin-bottom: 40px;
}
@media screen and (min-width: 750px) {
  .kdk_footer .warningWord {
    margin-bottom: 64px;
  }
}
.kdk_footer__tell > a img {
  width: 40px;
  height: 40px;
}
.kdk_footer__mail > a img {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 750px) {
  .kdk_footer__mail > a img {
    width: 55px;
    height: 60px;
  }
}
.kdk_footer__qanda > a img {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 750px) {
  .kdk_footer__qanda > a img {
    width: 55px;
    height: 60px;
  }
}
.kdk_footer__tellBlock {
  line-height: 1;
}
@media screen and (max-width: 749px) {
  .kdk_footer__tellBlock {
    padding-top: 16px;
    text-align: center;
  }
}
.kdk_footer__tellBlock__text {
  color: #303377;
}
@media screen and (max-width: 749px) {
  .kdk_footer__tellBlock__text {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.8;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  .kdk_footer__tellBlock__text {
    font-size: min(1.85vw, 16px);
  }
}
@media screen and (min-width: 750px) {
  .kdk_footer__tellBlock__text {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
  }
}
.kdk_footer__tellBlock__num {
  color: #303377;
}
@media screen and (max-width: 749px) {
  .kdk_footer__tellBlock__num {
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 750px) {
  .kdk_footer__tellBlock__num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 750px) {
  .kdk_footer__tellBlock__num img {
    width: 68px;
    padding-right: 8px;
  }
}
.kdk_footer__tellBlock__num span {
  line-height: 1.3;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 750px) {
  .kdk_footer__tellBlock__num span {
    font-size: 40px;
    font-weight: normal;
  }
}
.kdk_footer__tellBlock__num span a {
  color: #303377;
}
.kdk_footer__tellBlock__note {
  color: #303377;
  font-size: 12px;
}
@media screen and (max-width: 749px) {
  .kdk_footer__tellBlock__note {
    display: inline;
    font-weight: normal;
    line-height: 1.8;
  }
}
@media screen and (min-width: 750px) {
  .kdk_footer__tellBlock__note {
    font-size: 16px;
    text-align: right;
    line-height: 1.3;
  }
}
@media screen and (min-width: 750px) {
  .kdk_footer--add-row-at-last .kdk_footer__mail,
.kdk_footer--add-row-at-last .kdk_footer__qanda {
    min-width: 100px;
  }
}
@media screen and (min-width: 750px) {
  .kdk_footer--add-row-at-last .kdk_footer__tellBlock {
    width: 100%;
    padding-top: 40px;
  }
}
@media screen and (min-width: 750px) {
  .kdk_footer--add-row-at-last .kdk_footer__tellBlock__num {
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 750px) {
  .kdk_footer--add-row-at-last .kdk_footer__tellBlock__num img {
    display: inline;
  }
}
@media screen and (min-width: 750px) {
  .kdk_footer--add-row-at-last .kdk_footer__tellBlock__note {
    text-align: center;
    padding-top: 0.3em;
  }
}

/* --------------------------------
**
** ヘッダー 既存のスタイルのリセット
**
-------------------------------- */
header.kdk_header {
  padding: 0;
  border-bottom: none;
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  header.kdk_header {
    width: 100%;
    min-width: 100%;
  }
}

/* --------------------------------
**
** ヘッダー レイアウト
**
-------------------------------- */
.kdk_header {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 84px;
}
@media screen and (min-width: 750px) {
  .kdk_header {
    height: 216px;
  }
}
.kdk_header__logo {
  position: absolute;
  z-index: 1;
  width: 38.666vw;
}
@media screen and (max-width: 749px) {
  .kdk_header__logo {
    top: 2.933vw;
    left: 2.933vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  .kdk_header__logo {
    width: 276px;
    top: 60px;
    left: 26px;
  }
}
@media screen and (min-width: 1025px) {
  .kdk_header__logo {
    width: 276px;
    top: 60px;
    left: 7.75%;
  }
}
.kdk_header__logo img {
  width: 100%;
}
.kdk_header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kdk_header__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 749px) {
  .kdk_header__bg img {
    -o-object-position: 0% 100%;
       object-position: 0% 100%;
  }
}
@media screen and (min-width: 750px) {
  .kdk_header__bg img {
    -o-object-position: 0% 55%;
       object-position: 0% 55%;
  }
}
.kdk_header--logoWhite {
  height: 248px;
}
@media screen and (min-width: 750px) {
  .kdk_header--logoWhite {
    height: 520px;
  }
}
.kdk_header--noImage {
  height: 70px;
}
@media screen and (min-width: 750px) {
  .kdk_header--noImage {
    height: 170px;
  }
}
.kdk_header--noImage .kdk_header__bg,
.kdk_header--noImage .kdk_header__logo {
  display: none;
}

/* --------------------------------
**
** パンくず 既存のスタイルのリセット
**
-------------------------------- */
p.breadcrumbs {
  width: auto;
  margin: unset;
  font-size: unset;
}
p.breadcrumbs a {
  padding: unset;
  vertical-align: unset;
  position: unset;
  margin-left: unset;
}
p.breadcrumbs a::after {
  content: "";
  display: unset;
  position: unset;
  top: unset;
  left: unset;
  width: auto;
  height: auto;
  margin-top: unset;
  border-bottom: unset;
  border-left: unset;
  -webkit-transform: unset;
          transform: unset;
}

/* --------------------------------
**
** パンくず スタイル
**
-------------------------------- */
p.breadcrumbs {
  padding: 16px 20px;
}
@media screen and (min-width: 750px) {
  p.breadcrumbs {
    width: 100%;
    max-width: 1000px;
    padding: 40px 0;
    margin-right: auto;
    margin-left: auto;
  }
}
p.breadcrumbs a {
  color: #303377;
  display: inline-block;
  position: relative;
  padding-right: 1.3em;
  margin-right: 0.5em;
}
@media screen and (min-width: 750px) {
  p.breadcrumbs a {
    font-size: 14px;
  }
}
@media screen and (max-width: 749px) {
  p.breadcrumbs a {
    font-size: 10px;
  }
}
p.breadcrumbs a:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  border-bottom: solid 1px #303377;
  border-left: solid 1px #303377;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: absolute;
  right: 0;
}
@media screen and (min-width: 750px) {
  p.breadcrumbs a:not(:last-of-type)::after {
    width: 8px;
    height: 8px;
    top: calc(50% - 6px);
  }
}
@media screen and (max-width: 749px) {
  p.breadcrumbs a:not(:last-of-type)::after {
    width: 4px;
    height: 4px;
    top: calc(50% - 3px);
  }
}

/* ----------------------
**
** ボタン
**
---------------------- */
input:focus {
    border: none !important;
}
.kdk_btn, .againBtn a, .suBtn a, .questionsBtn a, .sendBtn a, .nextBtn span input, .giftBtn a, .giftNone a, .favoriteBtn a {
  display: block;
  width: 100%;
  height: 48px;
  background: #2E77CC;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  border: none;
  border-radius: 100px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 750px) {
  .kdk_btn, .againBtn a, .suBtn a, .questionsBtn a, .sendBtn a, .nextBtn span input, .giftBtn a, .giftNone a, .favoriteBtn a {
    width: 100%;
    height: 64px;
    max-width: 400px;
    font-size: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
.kdk_btn--white {
  background: #FFFFFF;
  color: #000066;
}
.kdk_btn--navy {
  background: #000066;
}
.kdk_btn--narrow {
  height: 32px;
}
@media screen and (min-width: 750px) {
  .kdk_btn--narrow {
    height: 56px;
  }
}
.kdk_btn:disabled, .againBtn a:disabled, .suBtn a:disabled, .questionsBtn a:disabled, .sendBtn a:disabled, .nextBtn span input:disabled, .giftBtn a:disabled, .giftNone a:disabled, .favoriteBtn a:disabled {
  background: #BFBFBF;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}
.kdk_btn:hover, .againBtn a:hover, .suBtn a:hover, .questionsBtn a:hover, .sendBtn a:hover, .nextBtn span input:hover, .giftBtn a:hover, .giftNone a:hover, .favoriteBtn a:hover {
  opacity: 0.7;
}
.kdk_btnWrap, .againBtn, .suBtn, .questionsBtn, .sendBtn, .nextBtn, .giftBtn, .giftNone, .favoriteBtn {
  text-align: center;
  margin: 40px 40px;
}
@media screen and (min-width: 750px) {
  .kdk_btnWrap, .againBtn, .suBtn, .questionsBtn, .sendBtn, .nextBtn, .giftBtn, .giftNone, .favoriteBtn {
    margin: 64px auto 64px;
  }
}
.kdk_btnWrap .kdk_btn:not(:last-of-type), .againBtn .kdk_btn:not(:last-of-type), .againBtn a:not(:last-of-type), .suBtn .kdk_btn:not(:last-of-type), .suBtn a:not(:last-of-type), .questionsBtn .kdk_btn:not(:last-of-type), .questionsBtn a:not(:last-of-type), .sendBtn .kdk_btn:not(:last-of-type), .sendBtn a:not(:last-of-type), .nextBtn .kdk_btn:not(:last-of-type), .nextBtn span input:not(:last-of-type), .giftBtn .kdk_btn:not(:last-of-type), .giftBtn a:not(:last-of-type), .giftNone .kdk_btn:not(:last-of-type), .giftNone a:not(:last-of-type), .favoriteBtn .kdk_btn:not(:last-of-type), .favoriteBtn a:not(:last-of-type) {
  margin-bottom: 2em;
}
.kdk_btnWrap--form {
  margin: 40px auto;
}

#detailWrap .likeBtn a, #detailWrap .cartBtn a {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  border-radius: 8px;
  line-height: 1;
  vertical-align: unset;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
#detailWrap .likeBtn a::before, #detailWrap .cartBtn a::before {
  position: unset;
  top: unset;
  right: unset;
  padding-right: 0;
  font-size: unset;
}

@media screen and (max-width: 749px) {
  #detailWrap .cartBtn {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 750px) {
  #detailWrap .cartBtn {
    width: 100%;
    max-width: 376px;
  }
}
#detailWrap .cartBtn a {
  background: #FFD814;
  color: #000066;
  font-size: 18px;
  font-weight: bold;
  padding: 0.5em 0.5em 0.55em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media screen and (max-width: 749px) {
  #detailWrap .cartBtn a {
    height: 54px;
    padding: 0;
  }
}
@media screen and (min-width: 750px) {
  #detailWrap .cartBtn a {
    padding: 1.2em;
    margin-bottom: 1.3em;
  }
}
#detailWrap .cartBtn a::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("../../../tmp_set/kadokawa_2026-0/image/common/bi_cart_dark.svg") center/contain no-repeat;
}
#detailWrap .cartBtn.cartBtnDisable a {
  background: #cccccc;
}

@media screen and (min-width: 750px) {
  #detailWrap .likeBtn {
    width: 100%;
    max-width: 376px;
  }
}
#detailWrap .likeBtn a {
  background: #FFFFFF;
  border: solid 2px #000066;
  color: #000066;
  font-size: 16px;
  font-weight: bold;
  padding: 0.5em 0.5em 0.55em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
@media screen and (max-width: 749px) {
  #detailWrap .likeBtn a {
    height: 48px;
    padding: 0;
  }
}
@media screen and (min-width: 750px) {
  #detailWrap .likeBtn a {
    padding: 1.2em;
    margin-bottom: 1.3em;
  }
}
#detailWrap .likeBtn a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../../../tmp_set/kadokawa_2026-0/image/common/bi_star_dark.svg") center/contain no-repeat;
}

.btnBox {
  padding: 20px 16px;
}
@media screen and (max-width: 749px) {
  .btnBox {
    margin: 0;
  }
}
@media screen and (min-width: 750px) {
  .btnBox {
    padding: 35px 0 0;
  }
}
.btnBox.cl::after {
  content: none;
}
.btnBox > li {
  float: none;
}

.goLike a, .goCart a {
  position: fixed;
  z-index: 2001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000066;
  padding: 0;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1025px) {
  .goLike a, .goCart a {
    width: 260px;
    height: 64px;
    border-radius: 8px 0 0 8px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  .goLike a, .goCart a {
    width: 195px;
    height: 60px;
    border-radius: 8px 0 0 8px;
  }
}
@media screen and (max-width: 749px) {
  .goLike a, .goCart a {
    width: 150px;
    height: 60px;
    border-radius: 8px 0 0 8px;
  }
}
.goLike a > p:first-of-type, .goCart a > p:first-of-type {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1025px) {
  .goLike a > p:first-of-type, .goCart a > p:first-of-type {
    min-width: 64px;
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .goLike a > p:first-of-type, .goCart a > p:first-of-type {
    min-width: 60px;
    width: 60px;
    height: 60px;
  }
}
.goLike a > p:first-of-type::before, .goCart a > p:first-of-type::before {
  content: "";
  display: block;
}
@media screen and (min-width: 1025px) {
  .goLike a > p:first-of-type::before, .goCart a > p:first-of-type::before {
    width: 26px;
    height: 26px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .goLike a > p:first-of-type::before, .goCart a > p:first-of-type::before {
    width: 24px;
    height: 24px;
    margin-bottom: 3px;
  }
}
.goLike a > p:nth-of-type(2), .goCart a > p:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1025px) {
  .goLike a > p:nth-of-type(2), .goCart a > p:nth-of-type(2) {
    font-size: 20px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 1024px) {
  .goLike a > p:nth-of-type(2), .goCart a > p:nth-of-type(2) {
    padding-right: 10px;
  }
}

.goCart {
  z-index: 2001;
}
@media screen and (max-width: 1024px) {
  .goCart {
    width: unset;
    position: unset;
    bottom: unset;
    right: unset;
  }
}
@media screen and (min-width: 1025px) {
  .goCart a {
    bottom: 47%;
    right: -198px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  .goCart a {
    bottom: 530px;
    right: -137px;
  }
}
@media screen and (max-width: 749px) {
  .goCart a {
    bottom: 256px;
    right: -90px;
  }
}
.goCart a .cartCount {
  color: unset;
  text-align: unset;
  background: unset;
  margin-bottom: unset;
  font-size: 13.2px;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  .goCart a .cartCount {
    background-color: transparent;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  .goCart a .cartCount {
    background-color: transparent;
  }
}
.goCart a .cartCount::before {
  background: url("../../../tmp_set/kadokawa_2026-0/image/common/bi_cart.svg") center/contain no-repeat;
}

.goLike {
  z-index: 2001;
}
@media screen and (min-width: 1025px) {
  .goLike a {
    bottom: calc(47% - 64px - 32px);
    right: -198px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  .goLike a {
    bottom: 446px;
    right: -137px;
  }
}
@media screen and (max-width: 749px) {
  .goLike a {
    bottom: 172px;
    right: -90px;
  }
}
.goLike a .count {
  color: unset;
  text-align: unset;
  background: unset;
  margin-bottom: unset;
  font-size: 11.5px;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  .goLike a .count {
    background-color: transparent;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  .goLike a .count {
    background-color: transparent;
  }
}
.goLike a .count::before {
  background: url("../../../tmp_set/kadokawa_2026-0/image/common/bi_star.svg") center/contain no-repeat;
}

.kdk_remainBtn {
  color: #000066;
}
@media screen and (min-width: 1025px) {
  .kdk_remainBtn {
    bottom: calc(47% + 64px + 32px);
    right: 0;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  .kdk_remainBtn {
    bottom: 614px;
    right: 0;
  }
}
@media screen and (max-width: 749px) {
  .kdk_remainBtn {
    bottom: 340px;
    right: 0;
  }
}
.kdk_remainBtn__num {
  font-size: 13.2px;
}
.kdk_remainBtn__pt {
  font-size: 85%;
  padding-left: 0.15em;
}
.kdk_remainBtnWrap div {
  position: fixed;
  z-index: 2001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFFFF;
  padding: 0;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1025px) {
  .kdk_remainBtnWrap div {
    width: 64px;
    height: 64px;
    border-radius: 8px 0 0 8px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  .kdk_remainBtnWrap div {
    width: 60px;
    height: 60px;
    border-radius: 8px 0 0 8px;
  }
}
@media screen and (max-width: 749px) {
  .kdk_remainBtnWrap div {
    width: 60px;
    height: 60px;
    border-radius: 8px 0 0 8px;
  }
}
.kdk_remainBtnWrap div > p {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .kdk_remainBtnWrap div > p {
    min-width: 64px;
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .kdk_remainBtnWrap div > p {
    min-width: 60px;
    width: 60px;
    height: 60px;
  }
}
.kdk_remainBtnWrap div > p > span {
  display: block;
}

@media screen and (min-width: 750px) {
  .favoriteBtn {
    width: 400px;
    margin: 32px auto;
  }
}
.favoriteBtn a {
  line-height: inherit;
  vertical-align: unset;
  background: #000066;
}
.favoriteBtn a::before {
  content: none;
}

@media screen and (min-width: 750px) {
  .giftNone {
    width: 400px;
    margin: 32px auto;
  }
}
.giftNone a {
  line-height: inherit;
  vertical-align: unset;
  background: #FFFFFF;
  color: #000066;
}
.giftNone a::before {
  content: none;
}

@media screen and (min-width: 750px) {
  .giftBtn {
    width: 400px;
    margin: 32px auto;
  }
}
.giftBtn a {
  line-height: inherit;
  vertical-align: unset;
  border: none;
  background: #FFFFFF;
  color: #000066;
}
.giftBtn a::after {
  content: none;
}

.nextBtn span::before {
  content: none;
}
.nextBtn span input {
  border: none;
}
.nextBtn span input.checkOk {
  border: none;
}

.logout {
  text-align: center;
}
@media screen and (min-width: 750px) {
  .logout {
    margin-top: 40px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 749px) {
  .logout {
    margin-top: 20px;
    margin-bottom: 32px;
  }
}
.logout .btnLogout {
  background: none;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: solid 1px #333;
  color: #333;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.logout .btnLogout:hover {
  opacity: 0.7;
}

.sendBtn a {
  background: #FFCC00;
  border: none;
  line-height: unset;
}
.sendBtn a::after {
  content: none;
}

.questionsBtn a {
  background: #FFCC00;
  line-height: unset;
}
.questionsBtn a::after {
  content: none;
}

.finishBox .questionsBtn a {
  color: #FFFFFF;
}

@media screen and (max-width: 749px) {
  .suBtn {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 750px) {
  .suBtn {
    width: 100%;
  }
}
.suBtn a {
  line-height: inherit;
  vertical-align: unset;
  border: none;
}
.suBtn a::before {
  content: none;
}

.finishBox .againBtn a {
  color: #FFFFFF;
}

@media screen and (min-width: 750px) {
  #frm_input .formBtnBox {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
@media screen and (min-width: 750px) {
  #frm_input .formBtnBox li {
    width: 400px;
  }
}
@media screen and (min-width: 750px) {
  #frm_input .formBtnBox li.nextBtn, #frm_input .formBtnBox li.giftBtn {
    float: none;
  }
}

@media screen and (min-width: 750px) {
  .formBtnBox .questionsBtn {
    width: 100%;
  }
}

/* ----------------------
**
** カード
**
---------------------- */
.kdk_userCard {
  display: block;
  background-color: #FFFFFF;
  color: #303377;
  border-radius: 8px;
  padding: 32px 30px;
}
@media screen and (min-width: 750px) {
  .kdk_userCard {
    border-radius: 24px;
    padding: 40px 0;
  }
}
.kdk_userCardWrap {
  position: relative;
  z-index: 1; /* ヘッダーに重ねるため */
  margin-top: -40px;
}
@media screen and (min-width: 750px) {
  .kdk_userCardWrap {
    margin-top: -80px;
  }
}
@media screen and (min-width: 750px) {
  .kdk_userCard__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 749px) {
  .kdk_userCard__name {
    margin-bottom: 16px;
    text-align: center;
  }
}
@media screen and (min-width: 750px) {
  .kdk_userCard__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 4%;
    padding-left: 4%;
    min-width: 40%;
  }
}
.kdk_userCard__name h1 {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 750px) {
  .kdk_userCard__name h1 {
    font-size: 20px;
  }
}
@media screen and (min-width: 750px) {
  .kdk_userCard__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 1em 4%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 420px;
  }
}
.kdk_userCard__data::before {
  content: "";
  display: block;
  background-color: #303377;
  width: 84%;
  height: 2px;
}
@media screen and (max-width: 749px) {
  .kdk_userCard__data::before {
    margin: 0 auto 16px;
  }
}
@media screen and (min-width: 750px) {
  .kdk_userCard__data::before {
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 749px) {
  .kdk_userCard__data table {
    width: 100%;
  }
}
.kdk_userCard__data table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}
.kdk_userCard__data table th,
.kdk_userCard__data table td {
  font-weight: bold;
  line-height: 2;
  font-size: 14px;
  color: #303377;
}
@media screen and (min-width: 750px) {
  .kdk_userCard__data table th,
.kdk_userCard__data table td {
    font-size: 16px;
  }
}
.kdk_userCard__data table th {
  min-width: 9em;
  text-align: left;
}
.kdk_userCard__notice {
  color: #ED4949;
  font-size: 12px;
  font-weight: bold;
  padding-top: 1.9em;
}
@media screen and (min-width: 750px) {
  .kdk_userCard__notice {
    font-size: 16px;
    width: 100%;
    max-width: 850px;
    padding: 1.9em 4% 0;
    margin: 0 auto;
  }
}

.kdk_contCard {
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  color: #303377;
  border-radius: 8px;
  padding: 30px 20px;
}
@media screen and (min-width: 750px) {
  .kdk_contCard {
    border-radius: 24px;
    padding: 60px 40px;
  }
}
.kdk_contCard__ttl {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  padding: 0 0 20px;
  margin: 0;
}
@media screen and (min-width: 750px) {
  .kdk_contCard__ttl {
    font-size: 30px;
    padding: 0 0 40px;
  }
}

/* ----------------------
**
** コンテンツ
**
---------------------- */
@media screen and (max-width: 749px) {
  .kdk_content {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  .kdk_content {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 750px) {
  .kdk_content {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  .conWrap {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
/* ----------------------
**
** フォント
**
---------------------- */
.kdk_ft_s {
  font-size: 14px;
}
@media screen and (min-width: 750px) {
  .kdk_ft_s {
    font-size: 20px;
  }
}

/* ----------------------
**
** リンク
**
---------------------- */
.kdk_link {
  color: #000066;
  font-weight: bold;
  text-decoration: underline;
}

/* ----------------------
**
** 一覧リスト
**
---------------------- */
.itemList.kdk_listBox, .kdk_categoryList, #cateList.kdk_categoryIndexList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 24px;
}
@media screen and (min-width: 750px) {
  .itemList.kdk_listBox, .kdk_categoryList, #cateList.kdk_categoryIndexList {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}

@media screen and (min-width: 750px) {
  .itemList.kdk_listBox.kdk_listBox--col3, #cateList.kdk_categoryList.kdk_categoryList--col3, #cateList.kdk_categoryIndexList.kdk_categoryIndexList--col3 {
    grid-template-columns: 0.408fr repeat(3, 1fr) 0.408fr;
  }
  .itemList.kdk_listBox.kdk_listBox--col3::before, #cateList.kdk_categoryList.kdk_categoryList--col3::before, #cateList.kdk_categoryIndexList.kdk_categoryIndexList--col3::before, .itemList.kdk_listBox.kdk_listBox--col3::after, #cateList.kdk_categoryList.kdk_categoryList--col3::after, #cateList.kdk_categoryIndexList.kdk_categoryIndexList--col3::after {
    content: "";
    display: block;
  }
}

@media screen and (min-width: 750px) {
  .itemList.kdk_listBox.kdk_listBox--col2, #cateList.kdk_categoryList.kdk_categoryList--col2, #cateList.kdk_categoryIndexList.kdk_categoryIndexList--col2 {
    grid-template-columns: repeat(4, 1fr);
  }
  .itemList.kdk_listBox.kdk_listBox--col2::before, #cateList.kdk_categoryList.kdk_categoryList--col2::before, #cateList.kdk_categoryIndexList.kdk_categoryIndexList--col2::before, .itemList.kdk_listBox.kdk_listBox--col2::after, #cateList.kdk_categoryList.kdk_categoryList--col2::after, #cateList.kdk_categoryIndexList.kdk_categoryIndexList--col2::after {
    content: "";
    display: block;
  }
}

.itemList.kdk_listBox.kdk_listBox--col1, #cateList.kdk_categoryList.kdk_categoryList--col1, #cateList.kdk_categoryIndexList.kdk_categoryIndexList--col1 {
  grid-template-columns: 0.41fr 1fr 0.41fr;
}
@media screen and (min-width: 750px) {
  .itemList.kdk_listBox.kdk_listBox--col1, #cateList.kdk_categoryList.kdk_categoryList--col1, #cateList.kdk_categoryIndexList.kdk_categoryIndexList--col1 {
    grid-template-columns: 1.59fr 1fr 1.59fr;
  }
}
.itemList.kdk_listBox.kdk_listBox--col1::before, #cateList.kdk_categoryList.kdk_categoryList--col1::before, #cateList.kdk_categoryIndexList.kdk_categoryIndexList--col1::before, .itemList.kdk_listBox.kdk_listBox--col1::after, #cateList.kdk_categoryList.kdk_categoryList--col1::after, #cateList.kdk_categoryIndexList.kdk_categoryIndexList--col1::after {
  content: "";
  display: block;
}

#cateList.kdk_categoryIndexList a div img {
  -webkit-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

@media screen and (max-width: 749px) {
  .kdk_categoryList {
    background-color: #FFFFFF;
    border-radius: 0 0 8px 8px;
  }
}
@media screen and (max-width: 749px) {
  .kdk_categoryList {
    padding: 0 20px 30px;
  }
}
@media screen and (min-width: 750px) {
  .kdk_categoryList {
    background-color: #FFFFFF;
    border-radius: 0 0 24px 24px;
  }
}
@media screen and (min-width: 750px) {
  .kdk_categoryList {
    padding: 0 40px 60px;
  }
}
.kdk_categoryList a div img {
  -webkit-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

.itemList.kdk_listBox {
  gap: 30px 20px;
}
@media screen and (max-width: 749px) {
  .itemList.kdk_listBox {
    background-color: #FFFFFF;
    border-radius: 0 0 8px 8px;
  }
}
@media screen and (max-width: 749px) {
  .itemList.kdk_listBox {
    padding: 0 20px 30px;
  }
}
@media screen and (min-width: 750px) {
  .itemList.kdk_listBox {
    background-color: #FFFFFF;
    border-radius: 0 0 24px 24px;
  }
}
@media screen and (min-width: 750px) {
  .itemList.kdk_listBox {
    width: 100%;
    gap: 60px 20px;
  }
}
.itemList.kdk_listBox li a {
  display: block;
  height: 100%;
  border: solid 1px #F3F3F3;
  padding: 8px;
}
.itemList.kdk_listBox li a .indexItem {
  line-height: 1.2;
  font-size: 12px;
}
@media screen and (min-width: 750px) {
  .itemList.kdk_listBox li a .indexItem {
    font-size: 18px;
  }
}

.kdk_listBox__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ----------------------
**
** モーダル（フリーワード検索、サブジャンル検索）
**
---------------------- */
#top .remodal-overlay {
  background: #fbfbfb;
}

#top .remodal {
  background: transparent;
  padding: 0;
  margin: 0;
  color: #303377;
}
@media screen and (max-width: 749px) {
  #top .remodal {
    padding: 36px 6px 0;
  }
}
@media screen and (min-width: 750px) {
  #top .remodal {
    max-width: 704px;
    padding-top: 40px;
  }
}
#top .remodal a {
  color: #303377;
}

.kdk_remodal-search {
  height: 100%;
}
.kdk_remodal-search__close {
  display: block;
  margin: 0 24px 36px;
}
.kdk_remodal-search__close i {
  display: none;
}
.kdk_remodal-search__close::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("../../../tmp_set/kadokawa_2026-0/image/common/close.svg") center/contain no-repeat;
}
.kdk_remodal-search__inner__title {
  font-size: 16px;
  margin: 40px 0 30px;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .kdk_remodal-search__inner__title {
    font-size: 30px;
    margin: 64px 0 60px;
  }
}
.kdk_remodal-search__inner__list {
  padding-bottom: 36px;
}
.kdk_remodal-search__inner__list > div {
  text-align: left;
  padding: 0 6px 8px;
  margin-bottom: 8px;
}
@media screen and (min-width: 750px) {
  .kdk_remodal-search__inner__list > div {
    padding: 0 12px 14px;
    margin-bottom: 14px;
  }
}
.kdk_remodal-search__inner__list > div:not(:last-of-type) {
  border-bottom: dashed 1px #c0c2e6;
}
.kdk_remodal-search__inner__list > div > a {
  font-weight: bold;
  font-size: 14px;
}
@media screen and (min-width: 750px) {
  .kdk_remodal-search__inner__list > div > a {
    font-size: 20px;
  }
}

.kdk_btmFloting {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 16px;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media screen and (min-width: 750px) {
  .kdk_btmFloting {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media screen and (max-width: 749px) {
  .kdk_btmFloting .kdk_btn {
    max-width: calc(50% - 8px);
  }
}
@media screen and (min-width: 750px) {
  .kdk_btmFloting .kdk_btn {
    max-width: 320px;
    margin: 0;
  }
}

.kdk_btmFloting .kdk_btn {
  font-size: 14px;
}
@media screen and (min-width: 750px) {
  .kdk_btmFloting .kdk_btn {
    font-size: 20px;
  }
}

/* ----------------------
**
** ページャー
**
---------------------- */
.pagerWrap {
  margin: 40px 0 0;
}
@media screen and (min-width: 750px) {
  .pagerWrap {
    margin: 64px 0 0;
  }
}
.pagerWrap:first-of-type {
  display: none;
}
.pagerWrap li {
  font-size: 16px;
  margin: 0 3px;
}
.pagerWrap li.paginate_button, .pagerWrap li.now {
  width: 30px;
}
.pagerWrap li.now {
  background-color: rgba(40, 53, 147, 0.2);
}
.pagerWrap li a {
  padding: 0 5px;
}
.pagerWrap li a:hover {
  background-color: rgba(40, 53, 147, 0.1);
}

/* ----------------------
**
** 検索ボックス
**
---------------------- */
.kdk_form input,
.kdk_form button,
.kdk_form select,
.kdk_form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.kdk_form textarea {
  resize: vertical;
}
.kdk_form input[type=checkbox],
.kdk_form input[type=radio] {
  display: none;
}
.kdk_form input[type=submit],
.kdk_form input[type=button],
.kdk_form label,
.kdk_form button,
.kdk_form select {
  cursor: pointer;
}
.kdk_form select::-ms-expand {
  display: none;
}

.kdk_searchBox {
  width: 100%;
  position: relative;
  border-radius: 60px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.2) inset;
}
.kdk_searchBox__icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: calc(50% - 16px);
  left: 26px;
  z-index: 2;
  cursor: pointer;
}
.kdk_searchBox input {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 48px;
  padding: 13px 10px 13px 62px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
@media screen and (min-width: 750px) {
  .kdk_searchBox input {
    height: 64px;
    padding: 15px 28px 15px 66px;
    font-size: 20px;
  }
}

/* ----------------------
**
** マージン
**
---------------------- */
.kdk_mgb_s {
  margin-bottom: 32px;
}

.kdk_mgt_s {
  margin-top: 32px;
}

.kdk_mgt_m {
  margin-top: 20px;
}
@media screen and (min-width: 750px) {
  .kdk_mgt_m {
    margin-top: 40px;
  }
}

/* ----------------------
**
** タイトル
**
---------------------- */
/* 一覧タイトル */
.kdk_listTitle {
  color: #303377;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 30px 16px 20px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 749px) {
  .kdk_listTitle {
    background-color: #FFFFFF;
    border-radius: 8px 8px 0 0;
  }
}
@media screen and (min-width: 750px) {
  .kdk_listTitle {
    background-color: #FFFFFF;
    border-radius: 24px 24px 0 0;
  }
}
@media screen and (min-width: 750px) {
  .kdk_listTitle {
    font-size: 30px;
    padding: 60px 40px 40px;
  }
}

#detailWrap .bx-wrapper .bx-pager.bx-default-pager a:hover,
#detailWrap .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #303377 !important;
}

#detailWrap .detailBox .detailTx, #detailWrap .detailBox .detailImg {
  background-color: #FFFFFF;
}

@media screen and (max-width: 749px) {
  #detailWrap .detailBox .detailImg {
    display: block;
    padding: 20px 16px;
    margin: 0;
  }
}

@media screen and (max-width: 749px) {
  .kdk_detail_under_button, #detailWrap .detailBox .detailTx span.fRed, #detailWrap .detailBox .detailTx h5.fRed, #detailWrap .detailBox .detailTx .itemCaution {
    display: block;
    padding: 0 16px 8px;
    margin: 0;
  }
}

#detailWrap .detailBox .detailTx span.fRed {
  font-size: 12px;
}
@media screen and (min-width: 750px) {
  #detailWrap .detailBox .detailTx span.fRed {
    font-size: 18px;
  }
}

@media screen and (max-width: 749px) {
  #detailWrap p.catePrev a::after {
    margin: 0;
  }
}
#detailWrap .detailBox {
  margin: 0;
}
#detailWrap .detailBox .detailImg img {
  width: 100%;
  height: inherit;
}
@media screen and (min-width: 750px) {
  #detailWrap .detailBox .detailTx {
    float: none;
  }
}
#detailWrap .detailBox .detailTx .itemDetail li {
  padding: 0;
}
#detailWrap .detailBox .detailTx .itemDetail .detail_itemPoint {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
#detailWrap .detailBox .detailTx .itemDetail .itemDetail .itemName {
  padding: 0;
}

#detailWrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 749px) {
  #detailWrap {
    background-color: #F3F3F3;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 750px) {
  #detailWrap {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
}

p.catePrev {
  width: auto;
  margin: unset;
  font-size: unset;
}
p.catePrev a {
  padding: unset;
  vertical-align: unset;
}
p.catePrev a::after {
  position: unset;
  top: unset;
  left: unset;
  width: auto;
  height: auto;
  margin-top: unset;
}

@media screen and (min-width: 750px) {
  p.catePrev {
    padding: 40px 0;
  }
}
@media screen and (max-width: 749px) {
  p.catePrev {
    padding: 0 0 60px;
  }
}
p.catePrev a {
  color: #303377;
  position: relative;
  padding-left: 1.3em;
  margin-left: 0.5em;
}
@media screen and (min-width: 750px) {
  p.catePrev a {
    font-size: 14px;
  }
}
@media screen and (max-width: 749px) {
  p.catePrev a {
    font-size: 10px;
  }
}
p.catePrev a::after {
  content: "";
  display: inline-block;
  border-bottom: solid 1px #303377;
  border-left: solid 1px #303377;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 0;
}
@media screen and (min-width: 750px) {
  p.catePrev a::after {
    width: 8px;
    height: 8px;
    top: calc(50% - 6px);
  }
}
@media screen and (max-width: 749px) {
  p.catePrev a::after {
    width: 4px;
    height: 4px;
    top: calc(50% - 3px);
  }
}

.detailBox {
  width: 100%;
}
@media screen and (min-width: 750px) {
  .detailBox {
    display: grid;
    grid-template-columns: 49.44% 1fr;
    grid-template-rows: auto auto;
  }
}
@media screen and (max-width: 749px) {
  .detailBox {
    position: relative; /* ポイントを上部に表示させるため */
  }
}
.detailBox .catePrev {
  width: 100%;
}
@media screen and (min-width: 750px) {
  .detailBox .catePrev {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
.detailBox .detailImg {
  width: 100%;
}
@media screen and (min-width: 750px) {
  .detailBox .detailImg {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.detailBox .detailTx {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .detailBox .detailTx {
    background-color: #FFFFFF;
    border-radius: 0 0 8px 8px;
  }
}
@media screen and (min-width: 750px) {
  .detailBox .detailTx {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

@media screen and (max-width: 749px) {
  #detailWrap .detailBox .detailImg {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 750px) {
  #detailWrap .detailBox .detailImg {
    padding: 40px 64px 40px 40px;
    border-radius: 24px 0 0 24px;
  }
}

@media screen and (max-width: 749px) {
  #detailWrap .detailBox .detailTx {
    margin-top: 0;
  }
}
@media screen and (min-width: 750px) {
  #detailWrap .detailBox .detailTx {
    padding: 40px 40px 40px 0;
    border-radius: 0 24px 24px 0;
  }
}

#detailWrap .detailBox .detailTx .itemDetail:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#detailWrap .detailBox .detailTx .itemDetail:first-of-type .itemCode {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: none;
}
#detailWrap .detailBox .detailTx .itemDetail:first-of-type .detail_itemPoint {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#detailWrap .detailBox .detailTx .itemDetail:first-of-type .itemName {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 749px) {
  #detailWrap .detailBox .detailTx .itemDetail:first-of-type .itemName {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 750px) {
  #detailWrap .detailBox .detailTx .itemDetail:first-of-type .itemName {
    margin-bottom: 0;
  }
}
#detailWrap .detailBox .detailTx .itemDetail:first-of-type .itemTx {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

#detailWrap .detailBox .detailTx .itemDetail .itemCode {
  border-bottom: none;
  font-size: 12px;
}
@media screen and (max-width: 749px) {
  #detailWrap .detailBox .detailTx .itemDetail .itemCode {
    background-color: #FFFFFF;
    padding: 16px;
  }
}
@media screen and (min-width: 750px) {
  #detailWrap .detailBox .detailTx .itemDetail .itemCode {
    font-size: 18px;
  }
}

@media screen and (max-width: 749px) {
  #detailWrap .detailBox .detailTx .itemDetail li {
    padding: 0 16px;
  }
}
#detailWrap .detailBox .detailTx .itemDetail li h2 {
  font-size: 12px;
  font-weight: normal;
}
@media screen and (min-width: 750px) {
  #detailWrap .detailBox .detailTx .itemDetail li h2 {
    font-size: 18px;
  }
}

#detailWrap .detailBox .detailTx .itemDetail .itemTx {
  color: #000000;
  border-bottom: none;
  font-size: 12px;
}
@media screen and (max-width: 749px) {
  #detailWrap .detailBox .detailTx .itemDetail .itemTx {
    background-color: #FFFFFF;
    padding: 0 16px 10px;
  }
}
@media screen and (min-width: 750px) {
  #detailWrap .detailBox .detailTx .itemDetail .itemTx {
    font-size: 18px;
  }
}
@media screen and (max-width: 749px) {
  #detailWrap .detailBox .detailTx .itemDetail .itemTx .grad-item {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
#detailWrap .detailBox .detailTx .itemDetail .itemTx .grad-item p {
  font-size: 12px;
}
@media screen and (min-width: 750px) {
  #detailWrap .detailBox .detailTx .itemDetail .itemTx .grad-item p {
    font-size: 18px;
  }
}
#detailWrap .detailBox .detailTx .itemDetail .itemTx a {
  color: #303377 !important;
  font-weight: bold;
}
#detailWrap .detailBox .detailTx .itemDetail .itemTx a:hover, #detailWrap .detailBox .detailTx .itemDetail .itemTx a:active, #detailWrap .detailBox .detailTx .itemDetail .itemTx a:visited #detailWrap .detailBox .detailTx .itemDetail .itemTx a:focus {
  color: #303377 !important;
}

#detailWrap .detailBox .detailTx .itemDetail .detail_itemPoint {
  color: #303377;
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 749px) {
  #detailWrap .detailBox .detailTx .itemDetail .detail_itemPoint {
    background-color: #FFFFFF;
    border-radius: 8px 8px 0 0;
  }
}
@media screen and (max-width: 749px) {
  #detailWrap .detailBox .detailTx .itemDetail .detail_itemPoint {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    margin: 40px 0 0;
    padding: 30px 16px 20px;
  }
}
@media screen and (min-width: 750px) {
  #detailWrap .detailBox .detailTx .itemDetail .detail_itemPoint {
    font-size: 18px;
    margin-bottom: 0.3em;
  }
}

#detailWrap .detailBox .detailTx .itemDetail .itemName {
  color: #000000;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  #detailWrap .detailBox .detailTx .itemDetail .itemName {
    background-color: #FFFFFF;
    padding: 0 16px;
  }
  #detailWrap .detailBox .detailTx .itemDetail .itemName::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000000;
  }
}
@media screen and (min-width: 750px) {
  #detailWrap .detailBox .detailTx .itemDetail .itemName {
    margin-bottom: 26px;
    border-bottom: solid 2px #303377;
  }
}
#detailWrap .detailBox .detailTx .itemDetail .itemName h1 {
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (min-width: 750px) {
  #detailWrap .detailBox .detailTx .itemDetail .itemName h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 749px) {
  #detailWrap .detailBox .detailTx .itemDetail:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #FFFFFF;
  }
}
@media screen and (max-width: 749px) {
  #detailWrap .detailBox .detailTx .itemDetail:nth-of-type(2) > li {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 749px) {
  #detailWrap .detailBox .detailTx .itemDetail:nth-of-type(2) .itemTx {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#detailWrap .detailBox .detailTx .itemDetail:nth-of-type(2) .itemTx .itemTxTag {
  display: inline-block;
  width: 3em;
  border-radius: 7px;
  text-align: center;
  padding: 0.3em;
  margin-right: 0.5em;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
#detailWrap .detailBox .detailTx .itemDetail:nth-of-type(2) .itemTx .itemTxTag--red {
  color: #FFFFFF;
  background-color: #ED4949;
}

.grad-trigger {
  color: #303377;
  border: solid 1px #303377;
  background: #FFFFFF;
}

@media screen and (min-width: 750px) {
  .grad-item::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.9)), to(#FFFFFF));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #FFFFFF 100%);
  }
}
@media screen and (max-width: 749px) {
  .grad-item::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.9)), to(#FFFFFF));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #FFFFFF 100%);
  }
}

#detailWrap .detailBox .detailTx .itemCaution li {
  font-size: 12px;
}
@media screen and (min-width: 750px) {
  #detailWrap .detailBox .detailTx .itemCaution li {
    font-size: 18px;
  }
}

#detailWrap .detailBox .detailTx h5.fRed {
  font-size: 13px;
}

@media screen and (max-width: 749px) {
  #detailWrap .detailBox .detailTx h3.fRed {
    padding: 0 32px 0.7em;
    margin: 0;
    font-size: 13px;
  }
}

.kdk_detail_under_button {
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (min-width: 750px) {
  .kdk_detail_under_button {
    text-align: left;
  }
}

#frm_product_detail {
  margin: 0;
}

@media screen and (max-width: 749px) {
  #detailWrap .detailBox .detailImg .bx-pager.bx-default-pager {
    display: block;
    position: relative;
    padding: 0;
    margin: -8px 0 32px;
  }
}

@media screen and (min-width: 750px) {
  #detailWrap .detailBox .detailTx .itemDetail .detail_itemPoint {
    width: 130px;
    background-color: #303377;
    color: #FFFFFF;
    border-radius: 8px;
    text-align: center;
    padding: 0.2em;
  }
}
@media screen and (max-width: 749px) {
  #detailWrap .detailBox .detailTx .itemDetail .detail_itemPoint::before {
    content: "";
    display: block;
    width: 34%;
    height: 30px;
    border: solid 1px #303377;
    border-radius: 8px;
    position: absolute;
    top: 26px;
    left: 32%;
  }
}

/* ----------------------
**
** goods/index
**
---------------------- */
.itemList.kdk_listBox {
  width: auto;
}
.itemList.kdk_listBox li {
  width: auto;
  float: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: unset;
  margin: unset;
  position: unset;
  min-height: unset;
}
.itemList.kdk_listBox li img {
  margin-bottom: unset;
  border-radius: unset;
  height: unset;
}
.itemList.kdk_listBox li span {
  padding: unset;
  margin: unset;
  position: unset;
  font-size: unset;
}
.itemList.kdk_listBox li span.indexItemName::after {
  content: none;
}

.itemList.kdk_listBox .kdk_listBox__img {
  display: block;
}
.itemList.kdk_listBox .kdk_listBox__point {
  font-size: 12px;
  border-radius: 4px;
  padding: 0.3em;
  margin: 1em 0;
  background: #303377;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (min-width: 750px) {
  .itemList.kdk_listBox .kdk_listBox__point {
    font-size: 16px;
    padding: 0.25em 0.8em;
  }
}
.itemList.kdk_listBox .kdk_listBox__point span {
  color: #FFFFFF;
}

@media screen and (min-width: 750px) {
  #itemWrap .kdk_listTitle {
    width: 100%;
  }
}

@media screen and (min-width: 750px) {
  #itemWrap .kdk_listBox {
    padding: 0 40px 60px;
  }
}

/* ----------------------
**
** goods/search
**
---------------------- */
.kdk_search_lastContent {
  margin-top: 0;
}
@media screen and (max-width: 749px) {
  .kdk_search_lastContent {
    background-color: #FFFFFF;
    border-radius: 0 0 8px 8px;
  }
}
@media screen and (min-width: 750px) {
  .kdk_search_lastContent {
    background-color: #FFFFFF;
    border-radius: 0 0 24px 24px;
  }
}
@media screen and (max-width: 749px) {
  .kdk_search_lastContent {
    padding: 0 16px 30px;
    font-size: 16px;
  }
}
@media screen and (min-width: 750px) {
  .kdk_search_lastContent {
    padding: 0 0 60px;
    width: 100%;
  }
}

/* ----------------------
**
** category/sub
**
---------------------- */
#cateWrap.kdk_categoryWrap {
  padding: 0;
}

#cateList {
  width: auto;
  border-bottom: none;
  margin: unset;
  padding-top: unset;
}
#cateList a {
  width: auto;
  float: none;
  margin: unset;
  position: unset;
  border-top: none;
}
#cateList a::after {
  content: none;
}
#cateList a dl {
  display: block;
  margin: unset;
}
#cateList a dl dt {
  width: auto;
  display: block;
  border: none;
  vertical-align: unset;
  padding: unset;
}

#cateList .kdk_categoryList .kdk-category-disable {
  pointer-events: none;
}

/* ----------------------
**
** category/index
**
---------------------- */
.kdk_categoryIndexSearchBox {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 750px) {
  .kdk_categoryIndexSearchBox {
    max-width: 880px;
    margin-top: 64px;
    margin-bottom: 64px;
  }
}

@media screen and (max-width: 749px) {
  #cateWrap .kdk_categoryIndexBtnBlockInList {
    background-color: #FFFFFF;
    border-radius: 0 0 8px 8px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  #cateWrap .kdk_categoryIndexBtnBlockInList {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 749px) {
  #cateWrap .kdk_categoryIndexBtnBlockInList {
    padding: 0 16px 32px;
  }
}

@media screen and (min-width: 750px) {
  .formWrap .formBox {
    border: 1px solid #9c9eb4;
    border-top: 3px solid #9c9eb4;
  }
}

.formWrap .formBox dt {
  background: #e5e6eb;
}
@media screen and (min-width: 750px) {
  .formWrap .formBox dt {
    border-top: 1px solid #9c9eb4;
  }
}

@media screen and (min-width: 750px) {
  .formWrap .formBox dd {
    border-top: 1px solid #9c9eb4;
  }
}

.formWrap .formBox .zip a.zipSearch {
  color: #707393;
}

div.another label {
  background: #9c9eb4;
}

@media screen and (min-width: 1025px) {
  #privacy_include {
    width: 1000px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  #privacy_include {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .prLavel {
    width: 1000px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  .prLavel {
    width: 100%;
  }
}

@media screen and (min-width: 750px) {
  .checkbox {
    line-height: 1.8;
  }
}

@media screen and (min-width: 750px) {
  .noticeWrap .noticeBox {
    border: solid 1px #9c9eb4;
    border-top: solid 3px #9c9eb4;
  }
}

#frm_input .mesBox_3 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.finishBox a {
  color: #707394;
}

@media screen and (max-width: 749px) {
  .finishBox h1 {
    background: #303377;
  }
}

@media screen and (min-width: 750px) {
  .formBtnBox {
    width: 100%;
    max-width: 640px;
  }
}

@media screen and (max-width: 749px) {
  .likeWrap h1 {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (min-width: 750px) {
  .formWrap h1 {
    margin-top: 64px;
  }
}

.kdk_formWrap {
  padding-right: 10px;
  padding-left: 10px;
}

.kdk_formWrapBox {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1025px) {
  .kdk_formWrapBox {
    padding-right: 0;
    padding-left: 0;
  }
}

.kdk_cautionBox {
  border-radius: 8px;
  border: solid 3px #FF0000;
  padding: 16px;
  text-align: center;
  color: #333;
  font-weight: normal;
}
.kdk_cautionBox__ttl {
  font-size: 18px;
  font-weight: bold;
  color: #FF0000;
  margin: 0 0 0.3em;
}
@media screen and (min-width: 750px) {
  .kdk_cautionBox__ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 749px) {
  .kdk_cautionBox__ttl--smaller {
    font-size: 16px;
  }
}
.kdk_cautionBox--rect {
  border-radius: 0;
}
@media screen and (max-width: 749px) {
  .kdk_cautionBox__text-alignL-sp {
    text-align: left;
  }
}

.kdk_form_ftsS {
  font-size: 14px;
}

.kdk_form_ftsXS {
  font-size: 12px;
}

.kdk_form_mgnS {
  margin-bottom: 20px;
}

.kdk_form_mgnM {
  margin-bottom: 40px;
}

.kdk_txC {
  text-align: center;
}

.pageTitle {
  font-size: 16px;
  color: #303377;
  padding: 0 10px;
}
@media screen and (min-width: 750px) {
  .pageTitle {
    font-size: 30px;
  }
}
.pageTitle__sub {
  font-size: 12px;
  display: block;
  margin: 0.5em 0 0;
}
@media screen and (min-width: 750px) {
  .pageTitle__sub {
    font-size: 24px;
  }
}

#js-privacy-section {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

@media screen and (max-width: 749px) {
  .noticeWrap .noticeBox li {
    padding-right: 2em;
  }
}

@media screen and (min-width: 750px) and (max-width: 1024px) {
  .formWrap .formBox .name input,
.formWrap .formBox .name02 input {
    width: 35%;
  }
}

@media screen and (max-width: 749px) {
  .likeWrap .likeBox dl {
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 749px) {
  .likeWrap .likeBox dt {
    width: 30%;
    padding: 0 0 8px;
    text-align: center;
    border: none;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 749px) {
  .likeWrap .likeBox dt img {
    width: 80%;
  }
}
.likeWrap .likeBox dd {
  padding: 8px 0;
}
@media screen and (min-width: 750px) {
  .likeWrap .likeBox dd {
    border-right: 0;
  }
}
@media screen and (max-width: 749px) {
  .likeWrap .likeBox dd:nth-of-type(1) {
    width: 70%;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 749px) {
  .likeWrap .likeBox dd:nth-of-type(2), .likeWrap .likeBox dd:nth-of-type(3) {
    width: 21%;
    text-align: center;
  }
}
@media screen and (min-width: 750px) {
  .likeWrap .likeBox dd.num {
    width: 160px;
    min-width: 160px;
    max-width: 160px;
  }
}
@media screen and (min-width: 750px) {
  .likeWrap .likeBox .selectItemBox dt {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
  }
}
@media screen and (min-width: 750px) {
  .likeWrap .likeBox .selectItemBox dt img {
    width: 100%;
  }
}
@media screen and (min-width: 750px) {
  .likeWrap .likeBox .selectItemBox dd.num {
    width: 70px;
    min-width: 70px;
    max-width: 70px;
  }
}
@media screen and (max-width: 749px) {
  .likeWrap .likeBox .selectItemBox dd.num {
    float: none;
  }
}
@media screen and (min-width: 750px) {
  .likeWrap .likeBox .selectItemBox dd.numBtn {
    width: 160px;
    min-width: 160px;
    max-width: 160px;
  }
}
@media screen and (max-width: 749px) {
  .likeWrap .likeBox .selectItemBox dd.numBtn {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
  }
}
@media screen and (min-width: 750px) {
  .likeWrap .likeBox .selectItemBox dd.dlBtn {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
  }
}
@media screen and (max-width: 749px) {
  .likeWrap .likeBox .selectItemBox dd.dlBtn {
    margin-top: 0;
    text-align: unset;
  }
}
@media screen and (min-width: 750px) {
  .likeWrap .likeBox.favorite .selectItemBox form {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 749px) {
  .likeWrap .likeBox.favorite .selectItemBox form dl dt {
    width: 66px;
    min-width: 66px;
    max-width: 66px;
  }
}
@media screen and (min-width: 750px) {
  .likeWrap .likeBox.favorite .selectItemBox form dl dd.dlRecBtn {
    width: 220px;
    min-width: 220px;
    max-width: 220px;
  }
}
@media screen and (min-width: 750px) {
  .likeWrap .likeBox.favorite .selectItemBox form dl dd.dlRecBtn a {
    padding: 10px;
  }
}
@media screen and (min-width: 750px) and (min-width: 750px) {
  .likeWrap .likeBox.favorite .selectItemBox form dl dd.dlRecBtn a::before {
    position: unset;
    padding-right: 0.2em;
  }
}

.kdk_contact {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 750px) {
  .kdk_contact {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
  }
}
.kdk_contact__mgnS {
  margin-bottom: 20px;
}
@media screen and (min-width: 750px) {
  .kdk_contact__mgnS {
    margin-bottom: 40px;
  }
}
.kdk_contact__mgnM {
  margin-bottom: 40px;
}
@media screen and (min-width: 750px) {
  .kdk_contact__mgnM {
    margin-bottom: 64px;
  }
}
.kdk_contact__ttl {
  font-size: 16px;
  color: #303377;
  padding: 0 10px;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .kdk_contact__ttl {
    font-size: 30px;
  }
}
.kdk_contact__ttl__en {
  font-size: 12px;
  display: block;
  margin: 0.5em 0 0;
}
@media screen and (min-width: 750px) {
  .kdk_contact__ttl__en {
    font-size: 24px;
  }
}
.kdk_contact__subTtl {
  color: #000066;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .kdk_contact__subTtl {
    font-size: 16px;
  }
}
.kdk_contact__prag {
  color: #000066;
  font-size: 16px;
}
.kdk_contact__prag--s {
  font-size: 12px;
}
@media screen and (min-width: 750px) {
  .kdk_contact__prag--s {
    font-size: 14px;
  }
}
.kdk_contact__form dt {
  color: #000066;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 750px) {
  .kdk_contact__form dt {
    font-size: 16px;
  }
}
.kdk_contact__form dt .fRed {
  padding-left: 0.8em;
}
.kdk_contact__form textarea {
  height: 8em;
}
.kdk_contact__form .wt_box.privacy {
  margin: 0;
  width: 100%;
}
.kdk_contact__form .wt_box.privacy p {
  margin-bottom: 0.8em;
}
.kdk_contact__form__consensus {
  margin-top: 16px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kdk_contact__form__consensus label {
  color: #000066;
  position: relative;
  left: unset;
  margin: 0;
}
@media screen and (max-width: 749px) {
  .kdk_contact__form__consensus label {
    line-height: 24px;
    font-size: 12px;
  }
}
.kdk_contact__form__consensus label::before {
  top: 0;
}

.suWrap h1 i {
  color: #303377;
}

.suWrap dl dt {
  border: dotted 1px #303377;
}

.numList {
  background: #303377;
}

body.faq {
  padding: 0;
}

@media screen and (max-width: 749px) {
  .faq .kdk_header__logo {
    width: 38.666vw;
    top: 3.8vw;
  }
}
.faq .faq-main {
  padding-right: 20px;
  padding-left: 20px;
}
.faq .faq-title {
  color: #000066;
}
.faq .faq-item {
  color: #000066;
  font-size: 12px;
}
@media screen and (min-width: 750px) {
  .faq .faq-item {
    font-size: 16px;
  }
}
.faq .faq-item + .faq-item {
  margin-top: 16px;
}
.faq .faq-item__a {
  background-color: #303377;
  color: #FFFFFF;
}
@media screen and (min-width: 750px) {
  .faq .faq-item__a .article-box {
    padding-bottom: 20px;
  }
}
.faq .faq-item__q {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq .faq-item__q__icon {
  display: block;
  margin-left: auto;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.faq-item__q {
  position: relative;
}
.faq-item__q.accordion-item {
  padding: 11px 32px 11px 13px;
}
.faq-item__q.accordion-item::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000066;
  border-right: solid 2px #000066;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 750px) {
  .faq-item__q.accordion-item::after {
    width: 10px;
    height: 10px;
    top: calc(50% - 8px);
    right: 13px;
  }
}
.faq-item.accordion--open .faq-item__q.accordion-item::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% - 4px);
}
@media screen and (min-width: 750px) {
  .faq-item.accordion--open .faq-item__q.accordion-item::after {
    top: calc(50% - 5px);
  }
}

/* iPhoneでは電話番号に a タグが付与されてしまうのでスタイルを初期化 */
.nolink {
  color: inherit !important;
  font-size: 1em !important;
  text-decoration: none !important;
  cursor: default !important;
}
.nolink:hover {
  opacity: 1 !important;
}