@charset "UTF-8";
/* =======================================

web font

 ======================================= */
@import url("../webfont/Noto_Sans_JP/css/NotoSansJP.css");
html {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

.wprod_page body, .wprod_page div, .wprod_page span, .wprod_page applet, .wprod_page object, .wprod_page iframe, .wprod_page h1, .wprod_page h2, .wprod_page h3, .wprod_page h4, .wprod_page h5, .wprod_page h6, .wprod_page p, .wprod_page blockquote, .wprod_page pre, .wprod_page a, .wprod_page abbr, .wprod_page acronym, .wprod_page address, .wprod_page big, .wprod_page cite, .wprod_page code, .wprod_page del, .wprod_page dfn, .wprod_page em, .wprod_page font, .wprod_page img, .wprod_page ins, .wprod_page kbd, .wprod_page q, .wprod_page s, .wprod_page samp, .wprod_page small, .wprod_page strike, .wprod_page strong, .wprod_page sub, .wprod_page sup, .wprod_page tt, .wprod_page var, .wprod_page dl, .wprod_page dt, .wprod_page dd, .wprod_page ol, .wprod_page ul, .wprod_page li, .wprod_page fieldset, .wprod_page form, .wprod_page label, .wprod_page legend, .wprod_page table, .wprod_page caption, .wprod_page tbody, .wprod_page tfoot, .wprod_page thead, .wprod_page tr, .wprod_page th, .wprod_page td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  word-break: break-all;
  word-wrap: break-word;
}
.wprod_page html {
  font-size: 62.5%;
  line-height: 1.4em;
  text-align: left;
  color: #000000;
  -webkit-text-size-adjust: none;
}
.wprod_page img {
  vertical-align: text-bottom;
  -ms-interpolation-mode: bicubic;
}
.wprod_page a {
  -webkit-tap-highlight-color: transparent;
}
.wprod_page strong {
  font-weight: bold;
}
.wprod_page ol, .wprod_page ul {
  list-style: none;
}
.wprod_page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.wprod_page caption, .wprod_page th, .wprod_page td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.wprod_page blockquote:before, .wprod_page blockquote:after, .wprod_page q:before, .wprod_page q:after {
  content: "";
}
.wprod_page blockquote, .wprod_page q {
  quotes: "" "";
}
.wprod_page option {
  padding-right: 10px;
}
.wprod_page header, .wprod_page article, .wprod_page aside, .wprod_page section, .wprod_page footer, .wprod_page nav, .wprod_page menu, .wprod_page details, .wprod_page hgroup, .wprod_page summary {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.wprod_page figure, .wprod_page figcaption {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.wprod_page * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --custom-rem:1px;
  --custom-vw:(100vw / 1366);
}
@media (max-width: 1112px) {
  :root {
    --custom-rem:(100vw / 1112);
  }
}
@media (max-width: 1112px) and (max-width: 767px) {
  :root {
    --custom-rem:(100vw / 375);
  }
}
@media (max-width: 767px) {
  :root {
    --custom-vw:(100vw / 375);
  }
}

body {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

.wprod_page {
  width: 100%;
  height: auto;
  background: #ffffff;
  font-size: calc(var(--custom-rem) * 16);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #000;
  font-family: "NotoSansJP", sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .wprod_page {
    font-size: calc(var(--custom-rem) * 16);
  }
}
.wprod_page img {
  max-width: 100%;
  height: auto;
}
.wprod_page a:link, .wprod_page a:visited, .wprod_page a:active {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767px) {
  .wprod_page a:hover {
    text-decoration: none;
    color: inherit;
  }
}
.wprod_page p {
  text-align: justify;
  text-justify: inter-ideograph;
}
.wprod_page .container {
  width: 100%;
  overflow: hidden;
}
.wprod_page .wrap_out, .wprod_page .wrap_main {
  width: 100%;
  height: auto;
}
.wprod_page .wrap_in, .wprod_page .base {
  width: calc(var(--custom-rem) * 1080);
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wprod_page .wrap_in, .wprod_page .base {
    width: 100%;
    padding-left: calc(var(--custom-rem) * 16);
    padding-right: calc(var(--custom-rem) * 16);
  }
}

/* =======================================

etc

 ======================================= */
/* 横並びリスト
------------------------------- */
.wprod_page ul.many_rows {
  display: block;
  height: auto;
  overflow: hidden;
}
.wprod_page ul.many_rows > li {
  display: block;
  height: auto;
  float: left;
}
.wprod_page ul.two_rows {
  display: block;
  height: auto;
  overflow: hidden;
}
.wprod_page ul.two_rows > li {
  display: block;
  height: auto;
  float: left;
}
.wprod_page ul.two_rows > li:nth-child(2n+2) {
  float: right;
}
.wprod_page ul.three_rows {
  display: block;
  height: auto;
  overflow: hidden;
}
.wprod_page ul.three_rows > li {
  display: block;
  height: auto;
  float: left;
}
.wprod_page ul.three_rows > li:nth-child(3n+2) {
  margin-right: 0;
}
.wprod_page ul.three_rows > li:nth-child(3n+3) {
  float: right;
  margin-right: 0;
}

/*テーブルブロック
------------------------------- */
.table_block {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.table_block > .table_block--cell {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .table_block._sp_tate {
    display: block;
    table-layout: auto;
  }
  .table_block._sp_tate > .table_block--cell {
    display: block;
    width: 100%;
  }
}

/* flex box
------------------------------- */
.wprod_page .flex_block {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* 画像ブロック
------------------------------- */
.wprod_page .img_block {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wprod_page .img_block::after {
  content: "";
  display: block;
  padding-top: 100%;
}

/* object-fit
------------------------------- */
.wprod_page .fit_img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media all and (-ms-high-contrast: none) {
  .wprod_page .fit_img {
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

/* ラインマーカー
------------------------------- */
.wprod_page .linemk {
  background: linear-gradient(transparent 70%, #fccb0f 70%);
}

/* その他
------------------------------- */
.wprod_page .tk_shdw {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5), 1px 0px 5px rgba(0, 0, 0, 0.5), 0px 1px 5px rgba(0, 0, 0, 0.5), 0px 0px 5px rgba(0, 0, 0, 0.5), -1px -1px 5px rgba(0, 0, 0, 0.5), -1px 0px 5px rgba(0, 0, 0, 0.5), 0px -1px 5px rgba(0, 0, 0, 0.5);
}
.wprod_page .tk_shdw_1 {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), 1px 0px 3px rgba(0, 0, 0, 0.5), 0px 1px 3px rgba(0, 0, 0, 0.5), 0px 0px 3px rgba(0, 0, 0, 0.5), -1px -1px 3px rgba(0, 0, 0, 0.5), -1px 0px 3px rgba(0, 0, 0, 0.5), 0px -1px 3px rgba(0, 0, 0, 0.5);
}

/* =======================================

 スライダー

 ======================================= */
/* slick
------------------------------- */
.wprod_page #slider {
  opacity: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
.wprod_page #slider.slick-initialized {
  opacity: 1;
}
.wprod_page #slider .slider_in img {
  width: 100%;
}
.wprod_page .slick-arrow {
  position: absolute;
  top: 0;
  width: -webkit-calc((100vw - 100.0rem) / 2);
  width: calc((100vw - 100rem) / 2);
  height: 100%;
  background-repeat: no-repeat;
  z-index: 1001;
  cursor: pointer;
}
.wprod_page .slick-prev {
  left: 0;
  /*	margin-left: -11.0rem;*/
  background-image: url("../img/slider/arrowL.png");
  background-position: right 4rem center;
}
.wprod_page .slick-next {
  right: 0;
  /*margin-right: -11.0rem;*/
  background-image: url("../img/slider/arrowR.png");
  background-position: left 4rem center;
}
.wprod_page .slick-dots {
  position: absolute;
  bottom: -4rem;
  left: 0;
}
.wprod_page .slick-dots {
  display: block;
  width: 100%;
  padding: 1rem;
  text-align: center;
}
.wprod_page .slick-dots li {
  display: inline-block;
  margin: 0 1rem;
  vertical-align: middle;
}
.wprod_page .slick-dots button {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 0;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #ccc;
  border: 0;
  -moz-border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  border-radius: 0.8rem;
}
.wprod_page .slick-dots .slick-active button {
  background-color: #2884cb;
}
@media (max-width: 767px) {
  .wprod_page .slick-dots {
    padding: 2.6vw;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
  }
  .wprod_page .slick-dots li {
    display: inline-block;
    margin: 0 1.6vw;
  }
  .wprod_page .slick-dots button {
    width: 2.66vw;
    height: 2.66vw;
    -moz-border-radius: 2.66vw;
    -webkit-border-radius: 2.66vw;
    border-radius: 2.66vw;
  }
}

/* =======================================

article テキスト設定

 ======================================= */
.wprod_page .article .ttl_post,
.wprod_page .ttl_post {
  margin-bottom: 1em;
}
.wprod_page .article h1, .wprod_page .article h2, .wprod_page .article h3, .wprod_page .article h4, .wprod_page .article h5, .wprod_page .article h6, .wprod_page .article br {
  margin-top: 0;
  padding: 0;
  text-align: left;
  border: 0;
  clear: both;
}
.wprod_page .article h1:first-child, .wprod_page .article h2:first-child, .wprod_page .article h3:first-child, .wprod_page .article h4:first-child, .wprod_page .article h5:first-child, .wprod_page .article h6:first-child, .wprod_page .article p:first-child {
  margin-top: 0;
}
.wprod_page .article h1 {
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.5;
  color: #0061C2;
  margin: 1em 0;
}
.wprod_page .article h2 {
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.5;
  margin: 1em 0;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 0.8rem;
  border-left: 0.6rem solid #0061C2;
}
@media (max-width: 767px) {
  .wprod_page .article h2 {
    padding-top: 1vw;
    padding-bottom: 1vw;
    border-left: 1.5vw solid #0061C2;
  }
}
.wprod_page .article h3 {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0;
}
.wprod_page .article h4 {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.5;
  color: #0061C2;
  margin: 1em 0;
}
.wprod_page .article h5 {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5;
  color: #0061C2;
  border-bottom: 0.2rem solid #ccc;
  padding-bottom: 0.2em;
  margin: 1em 0;
  position: relative;
}
@media (max-width: 767px) {
  .wprod_page .article h5 {
    border-bottom: 2px solid #ccc;
  }
}
.wprod_page .article h5::after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 0.2rem solid #0061C2;
  bottom: -0.2rem;
  width: 20%;
}
@media (max-width: 767px) {
  .wprod_page .article h5::after {
    border-bottom: 2px solid #0061C2;
    bottom: -2px;
  }
}
.wprod_page .article h6 {
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.5;
  margin: 1em 0;
}
.wprod_page .article p {
  font-size: 1em;
  line-height: 1.6;
  margin: 1em 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
.wprod_page .article a {
  font-weight: 400;
  text-decoration: underline;
}
.wprod_page .article blockquote, .wprod_page .article q {
  quotes: "" "";
}
.wprod_page .article blockquote:before, .wprod_page .article blockquote:after, .wprod_page .article q:before, .wprod_page .article q:after {
  content: "";
}
.wprod_page .article blockquote {
  background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
  border: 0.1rem solid #FFFFFF;
  margin: 1em 0;
  padding: 2rem 5.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .wprod_page .article blockquote {
    padding: 1.6em 2em;
  }
}
.wprod_page .article blockquote p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.wprod_page .article blockquote::before {
  color: rgb(200, 200, 200);
  content: "“";
  font-family: serif;
  font-size: 600%;
  left: 0rem;
  line-height: 1em;
  position: absolute;
  top: 0rem;
}
.wprod_page .article blockquote::after {
  color: rgb(200, 200, 200);
  content: "”";
  font-family: serif;
  font-size: 600%;
  line-height: 0;
  position: absolute;
  right: 0rem;
  bottom: -0.1em;
}
.wprod_page .article table {
  border-collapse: collapse;
  margin: 1.5em 0;
}
.wprod_page .article th {
  font-weight: 700;
  border: solid 1px #ccc;
  background-color: #eee;
}
.wprod_page .article td {
  border: solid 1px #ccc;
}
.wprod_page .article th, .wprod_page .article td {
  padding: 0.6em 1em;
  line-height: 1.6;
}
.wprod_page .article pre {
  font-family: inherit;
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.7em;
  overflow: auto;
  white-space: normal;
  line-height: 1.6;
}
.wprod_page .article dl {
  line-height: 150%;
  margin: 1.5em 0;
}
.wprod_page .article ol ol,
.wprod_page .article ul ul,
.wprod_page .article dl dl {
  margin: 0;
}
.wprod_page .article ul {
  list-style: disc;
  margin: 1.5em 0;
  padding-left: 1em;
}
.wprod_page .article ul li + li {
  margin-top: 0.4em;
}
.wprod_page .article ol {
  list-style: decimal;
  margin: 1.5em 0;
  padding-left: 1em;
}
.wprod_page .article ol li + li {
  margin-top: 0.4em;
}
.wprod_page .article em {
  font-style: italic;
  font-size: 0.8em;
}
.wprod_page .article .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.wprod_page .article .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wprod_page .article .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.wprod_page .wrap_in.article {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .wprod_page .wrap_in.article {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.wprod_page .article {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .wprod_page .article {
    font-size: 1.6rem;
  }
}

/* =======================================

ページャー

 ======================================= */
.wprod_page .pager {
  text-align: center;
  padding: 2em 0;
}
.wprod_page .page-numbers {
  display: inline-block;
  min-width: 2em;
  padding: 0.5em;
  text-align: center;
  border: 1px solid #ccc;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
.wprod_page .page-numbers.current {
  background-color: #ccc;
  color: #fff;
}
@media (min-width: 768px) {
  .wprod_page a.page-numbers:hover {
    background-color: #F1F1F1;
  }
}

/* =======================================

アニメーション

 ======================================= */
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bound {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -1em;
  }
  100% {
    bottom: 0;
  }
}

/* =======================================

調整用スタイルシート

 ======================================= */
.wprod_page .no_m {
  margin: 0 !important;
}
.wprod_page .mt0 {
  margin-top: 0px !important;
}
.wprod_page .mt5 {
  margin-top: 5px !important;
}
.wprod_page .mt10 {
  margin-top: 10px !important;
}
.wprod_page .mt15 {
  margin-top: 15px !important;
}
.wprod_page .mt20 {
  margin-top: 20px !important;
}
.wprod_page .mt25 {
  margin-top: 25px !important;
}
.wprod_page .mt30 {
  margin-top: 30px !important;
}
.wprod_page .mt35 {
  margin-top: 35px !important;
}
.wprod_page .mt40 {
  margin-top: 40px !important;
}
.wprod_page .mt45 {
  margin-top: 45px !important;
}
.wprod_page .mt50 {
  margin-top: 50px !important;
}
.wprod_page .mt60 {
  margin-top: 60px !important;
}
.wprod_page .mt70 {
  margin-top: 70px !important;
}
.wprod_page .mb0 {
  margin-bottom: 0px !important;
}
.wprod_page .mb5 {
  margin-bottom: 5px !important;
}
.wprod_page .mb10 {
  margin-bottom: 10px !important;
}
.wprod_page .mb15 {
  margin-bottom: 15px !important;
}
.wprod_page .mb20 {
  margin-bottom: 20px !important;
}
.wprod_page .mb25 {
  margin-bottom: 25px !important;
}
.wprod_page .mb30 {
  margin-bottom: 30px !important;
}
.wprod_page .mb35 {
  margin-bottom: 35px !important;
}
.wprod_page .mb40 {
  margin-bottom: 40px !important;
}
.wprod_page .mb45 {
  margin-bottom: 45px !important;
}
.wprod_page .mb50 {
  margin-bottom: 50px !important;
}
.wprod_page .mb60 {
  margin-bottom: 60px !important;
}
.wprod_page .mb70 {
  margin-bottom: 70px !important;
}
.wprod_page .ml0 {
  margin-left: 0px !important;
}
.wprod_page .ml5 {
  margin-left: 5px !important;
}
.wprod_page .ml10 {
  margin-left: 10px !important;
}
.wprod_page .ml15 {
  margin-left: 15px !important;
}
.wprod_page .ml20 {
  margin-left: 20px !important;
}
.wprod_page .ml25 {
  margin-left: 25px !important;
}
.wprod_page .ml30 {
  margin-left: 30px !important;
}
.wprod_page .ml35 {
  margin-left: 35px !important;
}
.wprod_page .ml40 {
  margin-left: 40px !important;
}
.wprod_page .ml45 {
  margin-left: 45px !important;
}
.wprod_page .ml50 {
  margin-left: 50px !important;
}
.wprod_page .ml60 {
  margin-left: 60px !important;
}
.wprod_page .ml70 {
  margin-left: 70px !important;
}
.wprod_page .mlat {
  margin-left: auto !important;
}
.wprod_page .ml1em {
  margin-left: 1em !important;
}
.wprod_page .mb1em {
  margin-bottom: 1em !important;
}
.wprod_page .mr0 {
  margin-right: 0px !important;
}
.wprod_page .mr5 {
  margin-right: 5px !important;
}
.wprod_page .mr10 {
  margin-right: 10px !important;
}
.wprod_page .mr15 {
  margin-right: 15px !important;
}
.wprod_page .mr20 {
  margin-right: 20px !important;
}
.wprod_page .mr25 {
  margin-right: 25px !important;
}
.wprod_page .mr30 {
  margin-right: 30px !important;
}
.wprod_page .mr35 {
  margin-right: 35px !important;
}
.wprod_page .mr40 {
  margin-right: 40px !important;
}
.wprod_page .mr45 {
  margin-right: 45px !important;
}
.wprod_page .mr50 {
  margin-right: 50px !important;
}
.wprod_page .mr60 {
  margin-right: 60px !important;
}
.wprod_page .mr70 {
  margin-right: 70px !important;
}
.wprod_page .mt0_5rem {
  margin-top: 0.5rem !important;
}
.wprod_page .mt1_0rem {
  margin-top: 1rem !important;
}
.wprod_page .mt1_5rem {
  margin-top: 1.5rem !important;
}
.wprod_page .mt2_0rem {
  margin-top: 2rem !important;
}
.wprod_page .mt2_5rem {
  margin-top: 2.5rem !important;
}
.wprod_page .mt3_0rem {
  margin-top: 3rem !important;
}
.wprod_page .mt3_5rem {
  margin-top: 3.5rem !important;
}
.wprod_page .mt4_0rem {
  margin-top: 4rem !important;
}
.wprod_page .mt4_5rem {
  margin-top: 4.5rem !important;
}
.wprod_page .mt5_0rem {
  margin-top: 5rem !important;
}
.wprod_page .mt6_0rem {
  margin-top: 6rem !important;
}
.wprod_page .mt7_0rem {
  margin-top: 7rem !important;
}
.wprod_page .mb0_5rem {
  margin-bottom: 0.5rem !important;
}
.wprod_page .mb1_0rem {
  margin-bottom: 1rem !important;
}
.wprod_page .mb1_5rem {
  margin-bottom: 1.5rem !important;
}
.wprod_page .mb2_0rem {
  margin-bottom: 2rem !important;
}
.wprod_page .mb2_5rem {
  margin-bottom: 2.5rem !important;
}
.wprod_page .mb3_0rem {
  margin-bottom: 3rem !important;
}
.wprod_page .mb3_5rem {
  margin-bottom: 3.5rem !important;
}
.wprod_page .mb4_0rem {
  margin-bottom: 4rem !important;
}
.wprod_page .mb4_5rem {
  margin-bottom: 4.5rem !important;
}
.wprod_page .mb5_0rem {
  margin-bottom: 5rem !important;
}
.wprod_page .mb6_0rem {
  margin-bottom: 6rem !important;
}
.wprod_page .mb7_0rem {
  margin-bottom: 7rem !important;
}
.wprod_page .ml0_5rem {
  margin-left: 0.5rem !important;
}
.wprod_page .ml1_0rem {
  margin-left: 1rem !important;
}
.wprod_page .ml1_5rem {
  margin-left: 1.5rem !important;
}
.wprod_page .ml2_0rem {
  margin-left: 2rem !important;
}
.wprod_page .ml2_5rem {
  margin-left: 2.5rem !important;
}
.wprod_page .ml3_0rem {
  margin-left: 3rem !important;
}
.wprod_page .ml3_5rem {
  margin-left: 3.5rem !important;
}
.wprod_page .ml4_0rem {
  margin-left: 4rem !important;
}
.wprod_page .ml4_5rem {
  margin-left: 4.5rem !important;
}
.wprod_page .ml5_0rem {
  margin-left: 5rem !important;
}
.wprod_page .ml6_0rem {
  margin-left: 6rem !important;
}
.wprod_page .ml7_0rem {
  margin-left: 7rem !important;
}
.wprod_page .mr0_5rem {
  margin-right: 0.5rem !important;
}
.wprod_page .mr1_0rem {
  margin-right: 1rem !important;
}
.wprod_page .mr1_5rem {
  margin-right: 1.5rem !important;
}
.wprod_page .mr2_0rem {
  margin-right: 2rem !important;
}
.wprod_page .mr2_5rem {
  margin-right: 2.5rem !important;
}
.wprod_page .mr3_0rem {
  margin-right: 3rem !important;
}
.wprod_page .mr3_5rem {
  margin-right: 3.5rem !important;
}
.wprod_page .mr4_0rem {
  margin-right: 4rem !important;
}
.wprod_page .mr4_5rem {
  margin-right: 4.5rem !important;
}
.wprod_page .mr5_0rem {
  margin-right: 5rem !important;
}
.wprod_page .mr6_0rem {
  margin-right: 6rem !important;
}
.wprod_page .mr7_0rem {
  margin-right: 7rem !important;
}
.wprod_page .mrat {
  margin-right: auto !important;
}
.wprod_page .myoko_at {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 767px) {
  .wprod_page .no_m_sp {
    margin: 0 !important;
  }
  .wprod_page .mt0_sp {
    margin-top: 0px !important;
  }
  .wprod_page .mt1w_sp {
    margin-top: 1vw !important;
  }
  .wprod_page .mt2w_sp {
    margin-top: 2vw !important;
  }
  .wprod_page .mt3w_sp {
    margin-top: 3vw !important;
  }
  .wprod_page .mt4w_sp {
    margin-top: 4vw !important;
  }
  .wprod_page .mt5w_sp {
    margin-top: 5vw !important;
  }
  .wprod_page .mt6w_sp {
    margin-top: 6vw !important;
  }
  .wprod_page .mt7w_sp {
    margin-top: 7vw !important;
  }
  .wprod_page .mt8w_sp {
    margin-top: 8vw !important;
  }
  .wprod_page .mt9w_sp {
    margin-top: 9vw !important;
  }
  .wprod_page .mt10w_sp {
    margin-top: 10vw !important;
  }
  .wprod_page .mb0_sp {
    margin-bottom: 0px !important;
  }
  .wprod_page .mb1w_sp {
    margin-bottom: 1vw !important;
  }
  .wprod_page .mb2w_sp {
    margin-bottom: 2vw !important;
  }
  .wprod_page .mb3w_sp {
    margin-bottom: 3vw !important;
  }
  .wprod_page .mb4w_sp {
    margin-bottom: 4vw !important;
  }
  .wprod_page .mb5w_sp {
    margin-bottom: 5vw !important;
  }
  .wprod_page .mb6w_sp {
    margin-bottom: 6vw !important;
  }
  .wprod_page .mb7w_sp {
    margin-bottom: 7vw !important;
  }
  .wprod_page .mb8w_sp {
    margin-bottom: 8vw !important;
  }
  .wprod_page .mb9w_sp {
    margin-bottom: 9vw !important;
  }
  .wprod_page .mb10w_sp {
    margin-bottom: 10vw !important;
  }
  .wprod_page .ml0_sp {
    margin-left: 0px !important;
  }
  .wprod_page .ml3w_sp {
    margin-left: 3vw !important;
  }
  .wprod_page .mlat_sp {
    margin-left: auto !important;
  }
  .wprod_page .ml1em_sp {
    margin-left: 1em !important;
  }
  .wprod_page .mr0_sp {
    margin-right: 0px !important;
  }
  .wprod_page .mr3w_sp {
    margin-right: 3vw !important;
  }
  .wprod_page .mrat_sp {
    margin-right: auto !important;
  }
  .wprod_page .myoko_at_sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.wprod_page .no_p {
  padding: 0 !important;
}
.wprod_page .pt0 {
  padding-top: 0px !important;
}
.wprod_page .pt5 {
  padding-top: 5px !important;
}
.wprod_page .pt10 {
  padding-top: 10px !important;
}
.wprod_page .pt15 {
  padding-top: 15px !important;
}
.wprod_page .pt20 {
  padding-top: 20px !important;
}
.wprod_page .pt25 {
  padding-top: 25px !important;
}
.wprod_page .pt30 {
  padding-top: 30px !important;
}
.wprod_page .pt35 {
  padding-top: 35px !important;
}
.wprod_page .pt40 {
  padding-top: 40px !important;
}
.wprod_page .pt45 {
  padding-top: 45px !important;
}
.wprod_page .pt50 {
  padding-top: 50px !important;
}
.wprod_page .pt60 {
  padding-top: 60px !important;
}
.wprod_page .pt70 {
  padding-top: 70px !important;
}
.wprod_page .pb0 {
  padding-bottom: 0px !important;
}
.wprod_page .pb5 {
  padding-bottom: 5px !important;
}
.wprod_page .pb10 {
  padding-bottom: 10px !important;
}
.wprod_page .pb15 {
  padding-bottom: 15px !important;
}
.wprod_page .pb20 {
  padding-bottom: 20px !important;
}
.wprod_page .pb25 {
  padding-bottom: 25px !important;
}
.wprod_page .pb30 {
  padding-bottom: 30px !important;
}
.wprod_page .pb35 {
  padding-bottom: 35px !important;
}
.wprod_page .pb40 {
  padding-bottom: 40px !important;
}
.wprod_page .pb45 {
  padding-bottom: 45px !important;
}
.wprod_page .pb50 {
  padding-bottom: 50px !important;
}
.wprod_page .pb60 {
  padding-bottom: 60px !important;
}
.wprod_page .pb70 {
  padding-bottom: 70px !important;
}
.wprod_page .pl0 {
  padding-left: 0px !important;
}
.wprod_page .pl5 {
  padding-left: 5px !important;
}
.wprod_page .pl10 {
  padding-left: 10px !important;
}
.wprod_page .pl15 {
  padding-left: 15px !important;
}
.wprod_page .pl20 {
  padding-left: 20px !important;
}
.wprod_page .pl25 {
  padding-left: 25px !important;
}
.wprod_page .pl30 {
  padding-left: 30px !important;
}
.wprod_page .pl35 {
  padding-left: 35px !important;
}
.wprod_page .pl40 {
  padding-left: 40px !important;
}
.wprod_page .pl45 {
  padding-left: 45px !important;
}
.wprod_page .pl50 {
  padding-left: 50px !important;
}
.wprod_page .pl60 {
  padding-left: 60px !important;
}
.wprod_page .pl70 {
  padding-left: 70px !important;
}
.wprod_page .pr0 {
  padding-right: 0px !important;
}
.wprod_page .pr5 {
  padding-right: 5px !important;
}
.wprod_page .pr10 {
  padding-right: 10px !important;
}
.wprod_page .pr15 {
  padding-right: 15px !important;
}
.wprod_page .pr20 {
  padding-right: 20px !important;
}
.wprod_page .pr25 {
  padding-right: 25px !important;
}
.wprod_page .pr30 {
  padding-right: 30px !important;
}
.wprod_page .pr35 {
  padding-right: 35px !important;
}
.wprod_page .pr40 {
  padding-right: 40px !important;
}
.wprod_page .pr45 {
  padding-right: 45px !important;
}
.wprod_page .pr50 {
  padding-right: 50px !important;
}
.wprod_page .pr60 {
  padding-right: 60px !important;
}
.wprod_page .pr70 {
  padding-right: 70px !important;
}
.wprod_page .pt0_5rem {
  padding-top: 0.5rem !important;
}
.wprod_page .pt1_0rem {
  padding-top: 1rem !important;
}
.wprod_page .pt1_5rem {
  padding-top: 1.5rem !important;
}
.wprod_page .pt2_0rem {
  padding-top: 2rem !important;
}
.wprod_page .pt2_5rem {
  padding-top: 2.5rem !important;
}
.wprod_page .pt3_0rem {
  padding-top: 3rem !important;
}
.wprod_page .pt3_5rem {
  padding-top: 3.5rem !important;
}
.wprod_page .pt4_0rem {
  padding-top: 4rem !important;
}
.wprod_page .pt4_5rem {
  padding-top: 4.5rem !important;
}
.wprod_page .pt5_0rem {
  padding-top: 5rem !important;
}
.wprod_page .pt6_0rem {
  padding-top: 6rem !important;
}
.wprod_page .pt7_0rem {
  padding-top: 7rem !important;
}
.wprod_page .pb0_5rem {
  padding-bottom: 0.5rem !important;
}
.wprod_page .pb1_0rem {
  padding-bottom: 1rem !important;
}
.wprod_page .pb1_5rem {
  padding-bottom: 1.5rem !important;
}
.wprod_page .pb2_0rem {
  padding-bottom: 2rem !important;
}
.wprod_page .pb2_5rem {
  padding-bottom: 2.5rem !important;
}
.wprod_page .pb3_0rem {
  padding-bottom: 3rem !important;
}
.wprod_page .pb3_5rem {
  padding-bottom: 3.5rem !important;
}
.wprod_page .pb4_0rem {
  padding-bottom: 4rem !important;
}
.wprod_page .pb4_5rem {
  padding-bottom: 4.5rem !important;
}
.wprod_page .pb5_0rem {
  padding-bottom: 5rem !important;
}
.wprod_page .pb6_0rem {
  padding-bottom: 6rem !important;
}
.wprod_page .pb7_0rem {
  padding-bottom: 7rem !important;
}
.wprod_page .pl0_5rem {
  padding-left: 0.5rem !important;
}
.wprod_page .pl1_0rem {
  padding-left: 1rem !important;
}
.wprod_page .pl1_5rem {
  padding-left: 1.5rem !important;
}
.wprod_page .pl2_0rem {
  padding-left: 2rem !important;
}
.wprod_page .pl2_5rem {
  padding-left: 2.5rem !important;
}
.wprod_page .pl3_0rem {
  padding-left: 3rem !important;
}
.wprod_page .pl3_5rem {
  padding-left: 3.5rem !important;
}
.wprod_page .pl4_0rem {
  padding-left: 4rem !important;
}
.wprod_page .pl4_5rem {
  padding-left: 4.5rem !important;
}
.wprod_page .pl5_0rem {
  padding-left: 5rem !important;
}
.wprod_page .pl6_0rem {
  padding-left: 6rem !important;
}
.wprod_page .pl7_0rem {
  padding-left: 7rem !important;
}
.wprod_page .pr0_5rem {
  padding-right: 0.5rem !important;
}
.wprod_page .pr1_0rem {
  padding-right: 1rem !important;
}
.wprod_page .pr1_5rem {
  padding-right: 1.5rem !important;
}
.wprod_page .pr2_0rem {
  padding-right: 2rem !important;
}
.wprod_page .pr2_5rem {
  padding-right: 2.5rem !important;
}
.wprod_page .pr3_0rem {
  padding-right: 3rem !important;
}
.wprod_page .pr3_5rem {
  padding-right: 3.5rem !important;
}
.wprod_page .pr4_0rem {
  padding-right: 4rem !important;
}
.wprod_page .pr4_5rem {
  padding-right: 4.5rem !important;
}
.wprod_page .pr5_0rem {
  padding-right: 5rem !important;
}
.wprod_page .pr6_0rem {
  padding-right: 6rem !important;
}
.wprod_page .pr7_0rem {
  padding-right: 7rem !important;
}
.wprod_page .p1em {
  padding: 1em !important;
}
.wprod_page .p05em {
  padding: 0.5em !important;
}
.wprod_page .p03em {
  padding: 0.3em !important;
}
.wprod_page .pb1em {
  padding-bottom: 1em;
}
@media (max-width: 767px) {
  .wprod_page .no_p_sp {
    padding: 0 !important;
  }
  .wprod_page .pt0_sp {
    padding-top: 0px !important;
  }
  .wprod_page .pt1w_sp {
    padding-top: 1vw !important;
  }
  .wprod_page .pt2w_sp {
    padding-top: 2vw !important;
  }
  .wprod_page .pt3w_sp {
    padding-top: 3vw !important;
  }
  .wprod_page .pt4w_sp {
    padding-top: 4vw !important;
  }
  .wprod_page .pt5w_sp {
    padding-top: 5vw !important;
  }
  .wprod_page .pt6w_sp {
    padding-top: 6vw !important;
  }
  .wprod_page .pt7w_sp {
    padding-top: 7vw !important;
  }
  .wprod_page .pt8w_sp {
    padding-top: 8vw !important;
  }
  .wprod_page .pt9w_sp {
    padding-top: 9vw !important;
  }
  .wprod_page .pt10w_sp {
    padding-top: 10vw !important;
  }
  .wprod_page .pb0_sp {
    padding-bottom: 0px !important;
  }
  .wprod_page .pb1w_sp {
    padding-bottom: 1vw !important;
  }
  .wprod_page .pb2w_sp {
    padding-bottom: 2vw !important;
  }
  .wprod_page .pb3w_sp {
    padding-bottom: 3vw !important;
  }
  .wprod_page .pb4w_sp {
    padding-bottom: 4vw !important;
  }
  .wprod_page .pb5w_sp {
    padding-bottom: 5vw !important;
  }
  .wprod_page .pb6w_sp {
    padding-bottom: 6vw !important;
  }
  .wprod_page .pb7w_sp {
    padding-bottom: 7vw !important;
  }
  .wprod_page .pb8w_sp {
    padding-bottom: 8vw !important;
  }
  .wprod_page .pb9w_sp {
    padding-bottom: 9vw !important;
  }
  .wprod_page .pb10w_sp {
    padding-bottom: 10vw !important;
  }
  .wprod_page .pl0_sp {
    padding-left: 0px !important;
  }
  .wprod_page .pl1w_sp {
    padding-left: 1vw !important;
  }
  .wprod_page .pl2w_sp {
    padding-left: 2vw !important;
  }
  .wprod_page .pl3w_sp {
    padding-left: 3vw !important;
  }
  .wprod_page .pl4w_sp {
    padding-left: 4vw !important;
  }
  .wprod_page .pl5w_sp {
    padding-left: 5vw !important;
  }
  .wprod_page .pl6w_sp {
    padding-left: 6vw !important;
  }
  .wprod_page .pl7w_sp {
    padding-left: 7vw !important;
  }
  .wprod_page .pl8w_sp {
    padding-left: 8vw !important;
  }
  .wprod_page .pl9w_sp {
    padding-left: 9vw !important;
  }
  .wprod_page .pl10w_sp {
    padding-left: 10vw !important;
  }
  .wprod_page .pr0_sp {
    padding-right: 0px !important;
  }
  .wprod_page .pr1w_sp {
    padding-right: 1vw !important;
  }
  .wprod_page .pr2w_sp {
    padding-right: 2vw !important;
  }
  .wprod_page .pr3w_sp {
    padding-right: 3vw !important;
  }
  .wprod_page .pr4w_sp {
    padding-right: 4vw !important;
  }
  .wprod_page .pr5w_sp {
    padding-right: 5vw !important;
  }
  .wprod_page .pr6w_sp {
    padding-right: 6vw !important;
  }
  .wprod_page .pr7w_sp {
    padding-right: 7vw !important;
  }
  .wprod_page .pr8w_sp {
    padding-right: 8vw !important;
  }
  .wprod_page .pr9w_sp {
    padding-right: 9vw !important;
  }
  .wprod_page .pr10w_sp {
    padding-right: 10vw !important;
  }
  .wprod_page .p1em_sp {
    padding: 1em !important;
  }
  .wprod_page .p05em_sp {
    padding: 0.5em !important;
  }
  .wprod_page .p03em_sp {
    padding: 0.3em !important;
  }
}
.wprod_page .al_c {
  text-align: center !important;
}
.wprod_page .al_r {
  text-align: right !important;
}
.wprod_page .al_l {
  text-align: left !important;
}
.wprod_page .val_m {
  vertical-align: middle !important;
}
@media (max-width: 767px) {
  .wprod_page .al_c_sp {
    text-align: center !important;
  }
  .wprod_page .al_r_sp {
    text-align: right !important;
  }
  .wprod_page .al_l_sp {
    text-align: left !important;
  }
}
.wprod_page .wht {
  color: #fff !important;
}
.wprod_page .red {
  color: #ff0000 !important;
}
.wprod_page .b {
  font-weight: bold !important;
}
.wprod_page .fs_9 {
  font-size: 9px !important;
}
.wprod_page .fs_10 {
  font-size: 10px !important;
}
.wprod_page .fs_11 {
  font-size: 11px !important;
}
.wprod_page .fs_12 {
  font-size: 12px !important;
}
.wprod_page .fs_13 {
  font-size: 13px !important;
}
.wprod_page .fs_14 {
  font-size: 14px !important;
}
.wprod_page .fs_15 {
  font-size: 15px !important;
}
.wprod_page .fs_16 {
  font-size: 16px !important;
}
.wprod_page .fs_17 {
  font-size: 17px !important;
}
.wprod_page .fs_18 {
  font-size: 18px !important;
}
.wprod_page .fs_19 {
  font-size: 19px !important;
}
.wprod_page .fs_20 {
  font-size: 20px !important;
}
.wprod_page .fs_21 {
  font-size: 21px !important;
}
.wprod_page .fs_22 {
  font-size: 22px !important;
}
.wprod_page .fs_23 {
  font-size: 23px !important;
}
.wprod_page .fs_24 {
  font-size: 24px !important;
}
.wprod_page .fs_25 {
  font-size: 25px !important;
}
.wprod_page .fs_26 {
  font-size: 26px !important;
}
.wprod_page .em05 {
  font-size: 0.5em !important;
}
.wprod_page .em06 {
  font-size: 0.6em !important;
}
.wprod_page .em07 {
  font-size: 0.7em !important;
}
.wprod_page .em08 {
  font-size: 0.8em !important;
}
.wprod_page .em09 {
  font-size: 0.9em !important;
}
.wprod_page .em10 {
  font-size: 1em !important;
}
.wprod_page .em11 {
  font-size: 1.1em !important;
}
.wprod_page .em12 {
  font-size: 1.2em !important;
}
.wprod_page .em13 {
  font-size: 1.3em !important;
}
.wprod_page .em14 {
  font-size: 1.4em !important;
}
.wprod_page .em15 {
  font-size: 1.5em !important;
}
.wprod_page .em16 {
  font-size: 1.6em !important;
}
.wprod_page .em17 {
  font-size: 1.7em !important;
}
.wprod_page .em18 {
  font-size: 1.8em !important;
}
.wprod_page .em19 {
  font-size: 1.9em !important;
}
.wprod_page .em20 {
  font-size: 2em !important;
}
.wprod_page .rem05 {
  font-size: 0.5rem !important;
}
.wprod_page .rem06 {
  font-size: 0.6rem !important;
}
.wprod_page .rem07 {
  font-size: 0.7rem !important;
}
.wprod_page .rem08 {
  font-size: 0.8rem !important;
}
.wprod_page .rem09 {
  font-size: 0.9rem !important;
}
.wprod_page .rem10 {
  font-size: 1rem !important;
}
.wprod_page .rem11 {
  font-size: 1.1rem !important;
}
.wprod_page .rem12 {
  font-size: 1.2rem !important;
}
.wprod_page .rem13 {
  font-size: 1.3rem !important;
}
.wprod_page .rem14 {
  font-size: 1.4rem !important;
}
.wprod_page .rem15 {
  font-size: 1.5rem !important;
}
.wprod_page .rem16 {
  font-size: 1.6rem !important;
}
.wprod_page .rem17 {
  font-size: 1.7rem !important;
}
.wprod_page .rem18 {
  font-size: 1.8rem !important;
}
.wprod_page .rem19 {
  font-size: 1.9rem !important;
}
.wprod_page .rem20 {
  font-size: 2rem !important;
}
.wprod_page .rem21 {
  font-size: 2.1rem !important;
}
.wprod_page .rem22 {
  font-size: 2.2rem !important;
}
.wprod_page .rem23 {
  font-size: 2.3rem !important;
}
.wprod_page .rem24 {
  font-size: 2.4rem !important;
}
.wprod_page .rem25 {
  font-size: 2.5rem !important;
}
.wprod_page .rem26 {
  font-size: 2.6rem !important;
}
.wprod_page .rem27 {
  font-size: 2.7rem !important;
}
.wprod_page .rem28 {
  font-size: 2.8rem !important;
}
.wprod_page .rem29 {
  font-size: 2.9rem !important;
}
.wprod_page .rem30 {
  font-size: 3rem !important;
}
@media (min-width: 768px) {
  .wprod_page .em05_pc {
    font-size: 0.5em !important;
  }
  .wprod_page .em06_pc {
    font-size: 0.6em !important;
  }
  .wprod_page .em07_pc {
    font-size: 0.7em !important;
  }
  .wprod_page .em08_pc {
    font-size: 0.8em !important;
  }
  .wprod_page .em09_pc {
    font-size: 0.9em !important;
  }
  .wprod_page .em10_pc {
    font-size: 1em !important;
  }
  .wprod_page .em11_pc {
    font-size: 1.1em !important;
  }
  .wprod_page .em12_pc {
    font-size: 1.2em !important;
  }
  .wprod_page .em13_pc {
    font-size: 1.3em !important;
  }
  .wprod_page .em14_pc {
    font-size: 1.4em !important;
  }
  .wprod_page .em15_pc {
    font-size: 1.5em !important;
  }
  .wprod_page .em16_pc {
    font-size: 1.6em !important;
  }
  .wprod_page .em17_pc {
    font-size: 1.7em !important;
  }
  .wprod_page .em18_pc {
    font-size: 1.8em !important;
  }
  .wprod_page .em19_pc {
    font-size: 1.9em !important;
  }
  .wprod_page .em20_pc {
    font-size: 2em !important;
  }
}
@media (max-width: 767px) {
  .wprod_page .em05_sp {
    font-size: 0.5em !important;
  }
  .wprod_page .em06_sp {
    font-size: 0.6em !important;
  }
  .wprod_page .em07_sp {
    font-size: 0.7em !important;
  }
  .wprod_page .em08_sp {
    font-size: 0.8em !important;
  }
  .wprod_page .em09_sp {
    font-size: 0.9em !important;
  }
  .wprod_page .em10_sp {
    font-size: 1em !important;
  }
  .wprod_page .em11_sp {
    font-size: 1.1em !important;
  }
  .wprod_page .em12_sp {
    font-size: 1.2em !important;
  }
  .wprod_page .em13_sp {
    font-size: 1.3em !important;
  }
  .wprod_page .em14_sp {
    font-size: 1.4em !important;
  }
  .wprod_page .em15_sp {
    font-size: 1.5em !important;
  }
  .wprod_page .em16_sp {
    font-size: 1.6em !important;
  }
  .wprod_page .em17_sp {
    font-size: 1.7em !important;
  }
  .wprod_page .em18_sp {
    font-size: 1.8em !important;
  }
  .wprod_page .em19_sp {
    font-size: 1.9em !important;
  }
  .wprod_page .em20_sp {
    font-size: 2em !important;
  }
  .wprod_page .rem05_sp {
    font-size: 0.5rem !important;
  }
  .wprod_page .rem06_sp {
    font-size: 0.6rem !important;
  }
  .wprod_page .rem07_sp {
    font-size: 0.7rem !important;
  }
  .wprod_page .rem08_sp {
    font-size: 0.8rem !important;
  }
  .wprod_page .rem09_sp {
    font-size: 0.9rem !important;
  }
  .wprod_page .rem10_sp {
    font-size: 1rem !important;
  }
  .wprod_page .rem11_sp {
    font-size: 1.1rem !important;
  }
  .wprod_page .rem12_sp {
    font-size: 1.2rem !important;
  }
  .wprod_page .rem13_sp {
    font-size: 1.3rem !important;
  }
  .wprod_page .rem14_sp {
    font-size: 1.4rem !important;
  }
  .wprod_page .rem15_sp {
    font-size: 1.5rem !important;
  }
  .wprod_page .rem16_sp {
    font-size: 1.6rem !important;
  }
  .wprod_page .rem17_sp {
    font-size: 1.7rem !important;
  }
  .wprod_page .rem18_sp {
    font-size: 1.8rem !important;
  }
  .wprod_page .rem19_sp {
    font-size: 1.9rem !important;
  }
  .wprod_page .rem20_sp {
    font-size: 2rem !important;
  }
  .wprod_page .rem21_sp {
    font-size: 2.1rem !important;
  }
  .wprod_page .rem22_sp {
    font-size: 2.2rem !important;
  }
  .wprod_page .rem23_sp {
    font-size: 2.3rem !important;
  }
  .wprod_page .rem24_sp {
    font-size: 2.4rem !important;
  }
  .wprod_page .rem25_sp {
    font-size: 2.5rem !important;
  }
  .wprod_page .rem26_sp {
    font-size: 2.6rem !important;
  }
  .wprod_page .rem27_sp {
    font-size: 2.7rem !important;
  }
  .wprod_page .rem28_sp {
    font-size: 2.8rem !important;
  }
  .wprod_page .rem29_sp {
    font-size: 2.9rem !important;
  }
  .wprod_page .rem30_sp {
    font-size: 3rem !important;
  }
}
.wprod_page .lh10 {
  line-height: 1 !important;
}
.wprod_page .lh11 {
  line-height: 1.1 !important;
}
.wprod_page .lh12 {
  line-height: 1.2 !important;
}
.wprod_page .lh13 {
  line-height: 1.3 !important;
}
.wprod_page .lh14 {
  line-height: 1.4 !important;
}
.wprod_page .lh15 {
  line-height: 1.5 !important;
}
.wprod_page .lh16 {
  line-height: 1.6 !important;
}
.wprod_page .lh17 {
  line-height: 1.7 !important;
}
.wprod_page .lh18 {
  line-height: 1.8 !important;
}
.wprod_page .lh19 {
  line-height: 1.9 !important;
}
.wprod_page .lh20 {
  line-height: 2 !important;
}
.wprod_page .yum {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "YuMincho", "Yu Mincho", "游明朝", serif !important;
}
.wprod_page .jp_indent {
  text-indent: -1em;
  padding-left: 1em;
}
.wprod_page .no_bdr {
  border: none !important;
}
.wprod_page .bdr_ccc {
  border: 1px solid #ccc;
}
.wprod_page .bg_wh {
  background-color: #fff !important;
}
.wprod_page .bg_ccc {
  background-color: #ccc !important;
}
.wprod_page .radius_5 {
  border-raidus: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
.wprod_page .radius_10 {
  border-raidus: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}
.wprod_page .radius_15 {
  border-raidus: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
}
.wprod_page .radius_20 {
  border-raidus: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
}
.wprod_page .radius_25 {
  border-raidus: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
}
.wprod_page .radius_30 {
  border-raidus: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
}
.wprod_page .no_fl {
  float: none !important;
}
.wprod_page .fl_l {
  float: left !important;
}
.wprod_page .fl_r {
  float: right !important;
}
.wprod_page .clear {
  clear: both !important;
}
.wprod_page .clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  line-height: 0px;
  visibility: hidden;
  content: ".";
}
.wprod_page .clearfix {
  display: block;
}
.wprod_page .w100p {
  width: 100% !important;
}
.wprod_page .w90p {
  width: 90% !important;
}
.wprod_page .w80p {
  width: 80% !important;
}
.wprod_page .w70p {
  width: 70% !important;
}
.wprod_page .w60p {
  width: 60% !important;
}
.wprod_page .w50p {
  width: 50% !important;
}
.wprod_page .w40p {
  width: 40% !important;
}
.wprod_page .w30p {
  width: 30% !important;
}
.wprod_page .w20p {
  width: 20% !important;
}
.wprod_page .w10p {
  width: 10% !important;
}
.wprod_page .w5p {
  width: 5% !important;
}
@media (min-width: 768px) {
  .wprod_page .w100p_pc {
    width: 100% !important;
  }
  .wprod_page .w90p_pc {
    width: 90% !important;
  }
  .wprod_page .w80p_pc {
    width: 80% !important;
  }
  .wprod_page .w70p_pc {
    width: 70% !important;
  }
  .wprod_page .w60p_pc {
    width: 60% !important;
  }
  .wprod_page .w50p_pc {
    width: 50% !important;
  }
  .wprod_page .w40p_pc {
    width: 40% !important;
  }
  .wprod_page .w30p_pc {
    width: 30% !important;
  }
  .wprod_page .w20p_pc {
    width: 20% !important;
  }
  .wprod_page .w10p_pc {
    width: 10% !important;
  }
  .wprod_page .w5p_pc {
    width: 5% !important;
  }
}
@media (max-width: 767px) {
  .wprod_page .w100p_sp {
    width: 100% !important;
  }
  .wprod_page .w90p_sp {
    width: 90% !important;
  }
  .wprod_page .w80p_sp {
    width: 80% !important;
  }
  .wprod_page .w70p_sp {
    width: 70% !important;
  }
  .wprod_page .w60p_sp {
    width: 60% !important;
  }
  .wprod_page .w50p_sp {
    width: 50% !important;
  }
  .wprod_page .w40p_sp {
    width: 40% !important;
  }
  .wprod_page .w30p_sp {
    width: 30% !important;
  }
  .wprod_page .w20p_sp {
    width: 20% !important;
  }
  .wprod_page .w10p_sp {
    width: 10% !important;
  }
  .wprod_page .w5p_sp {
    width: 5% !important;
  }
}
.wprod_page .psn_re {
  position: relative !important;
}
.wprod_page .ab_off { /*absoluteを解除する*/
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
}
.wprod_page .dis_ib {
  display: inline-block !important;
}
.wprod_page .dis_il {
  display: inline !important;
}
.wprod_page .dis_blk {
  display: block !important;
}

.wprod_page .wprod_fv {
  width: 100%;
  height: calc(var(--custom-vw) * 721);
  background-color: #0061C2;
  position: relative;
}
@media (max-width: 767px) {
  .wprod_page .wprod_fv {
    height: calc(var(--custom-rem) * 742);
  }
}
.wprod_page .wprod_fv--testimg {
  display: block;
  max-width: calc(var(--custom-rem) * 1366);
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}
.wprod_page .wprod_fv--img {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.wprod_page .wprod_fv--img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wprod_page .wprod_fv--base {
  width: calc(var(--custom-vw) * 1000);
  padding: calc(var(--custom-vw) * 58) calc(var(--custom-vw) * 20) 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1366px) and (min-width: 768px) {
  .wprod_page .wprod_fv--base {
    width: calc(var(--custom-rem) * 1000);
  }
}
@media (max-width: 767px) {
  .wprod_page .wprod_fv--base {
    width: 100%;
    padding: calc(var(--custom-vw) * 24) 0 0;
  }
}
.wprod_page .wprod_fv--ttl {
  font-size: calc(var(--custom-vw) * 40);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: calc(var(--custom-vw) * 28);
}
@media (max-width: 767px) {
  .wprod_page .wprod_fv--ttl {
    font-size: calc(var(--custom-vw) * 30);
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: calc(var(--custom-vw) * 12);
  }
}
.wprod_page .wprod_fv--desc {
  font-size: calc(var(--custom-vw) * 20);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: calc(var(--custom-vw) * 28);
}
@media (max-width: 767px) {
  .wprod_page .wprod_fv--desc {
    font-size: calc(var(--custom-vw) * 18);
    line-height: 1.75;
    text-align: center;
    margin-bottom: calc(var(--custom-vw) * 9);
  }
}
.wprod_page .wprod_fv--ico {
  width: calc(var(--custom-vw) * 335);
  height: auto;
  aspect-ratio: 335/333;
  position: relative;
}
@media (max-width: 767px) {
  .wprod_page .wprod_fv--ico {
    width: calc(var(--custom-vw) * 340.85);
    aspect-ratio: 340.85/135.62;
    margin: 0 auto;
  }
}
.wprod_page .wprod_fv--ico--item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(var(--custom-vw) * 160);
  aspect-ratio: 1/1;
  font-size: calc(var(--custom-vw) * 32);
  font-weight: 700;
  line-height: 1.3125;
  letter-spacing: 0.04em;
  color: #0061C2;
  text-align: center;
  border-radius: calc(var(--custom-vw) * 160);
  background-color: #DAEFFF;
  position: absolute;
  top: calc(var(--custom-vw) * 121);
  left: 0;
}
@media (max-width: 767px) {
  .wprod_page .wprod_fv--ico--item {
    width: calc(var(--custom-vw) * 113.62);
    font-size: calc(var(--custom-vw) * 22);
    top: calc(var(--custom-vw) * 22);
    left: 0;
  }
}
.wprod_page .wprod_fv--ico--item._item2 {
  color: #83C225;
  background-color: #E7FFDA;
  top: 0;
  left: calc(var(--custom-vw) * 139);
}
@media (max-width: 767px) {
  .wprod_page .wprod_fv--ico--item._item2 {
    top: 0;
    left: 50%;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
}
.wprod_page .wprod_fv--ico--item._item3 {
  color: #F7A921;
  background-color: #FEE3C3;
  top: calc(var(--custom-vw) * 173);
  left: calc(var(--custom-vw) * 175);
}
@media (max-width: 767px) {
  .wprod_page .wprod_fv--ico--item._item3 {
    top: calc(var(--custom-vw) * 22);
    left: auto;
    right: 0;
  }
}
.wprod_page .wprod_ttj_h2 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: calc(var(--custom-rem) * 32);
  font-weight: 700;
  line-height: 1.3125;
  letter-spacing: 0.04em;
  color: #0061C2;
  margin-bottom: calc(var(--custom-rem) * 51);
}
@media (max-width: 767px) {
  .wprod_page .wprod_ttj_h2 {
    font-size: calc(var(--custom-rem) * 28);
    line-height: 1.5;
    margin-bottom: calc(var(--custom-rem) * 34);
  }
}
.wprod_page .wprod_ttj_h2 ._sub {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: calc(var(--custom-rem) * 8);
  font-family: "Arial", "NotoSansJP", sans-serif;
  font-size: calc(var(--custom-rem) * 16);
  font-weight: normal;
  line-height: 1.125;
  letter-spacing: 0;
  color: #707070;
}
@media (max-width: 767px) {
  .wprod_page .wprod_ttj_h2 ._sub {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.wprod_page .wprod_ttj_h2 ._sub::after {
  content: "";
  display: block;
  width: calc(var(--custom-rem) * 80);
  height: 1px;
  background-color: #707070;
}
.wprod_page .wprod_ttj_h2 ._main {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #0061C2;
}
.wprod_page .wprod_ttj_h2 ._main strong {
  display: block;
  font-family: "Arial", "NotoSansJP", sans-serif;
  font-size: calc(var(--custom-rem) * 64);
  font-weight: bold;
  line-height: 1.15625;
  letter-spacing: 0;
  position: relative;
}
@media (max-width: 767px) {
  .wprod_page .wprod_ttj_h2 ._main strong {
    display: inline;
    font-size: calc(var(--custom-rem) * 56);
    line-height: 1.1607142857;
    letter-spacing: -0.1em;
    vertical-align: middle;
    position: relative;
    top: calc(var(--custom-rem) * -3);
  }
}
.wprod_page .wprod_intro {
  overflow: hidden;
  padding: calc(var(--custom-rem) * 103) 0 calc(var(--custom-rem) * 96);
}
@media (max-width: 767px) {
  .wprod_page .wprod_intro {
    padding: calc(var(--custom-rem) * 69) 0 calc(var(--custom-rem) * 72);
  }
}
.wprod_page .wprod_intro .wprod_ttj_h2 ._sub {
  margin-bottom: calc(var(--custom-rem) * -12);
}
@media (max-width: 767px) {
  .wprod_page .wprod_intro .wprod_ttj_h2 ._sub {
    margin-bottom: calc(var(--custom-rem) * 9);
  }
}
@media (max-width: 767px) {
  .wprod_page .wprod_intro .wprod_ttj_h2 ._main {
    display: block;
    text-align: center;
  }
}
.wprod_page .wprod_intro .base {
  width: 100%;
}
.wprod_page .wprod_intro--block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: calc(var(--custom-rem) * 48);
  width: calc(var(--custom-rem) * 960 + (100vw - var(--custom-rem) * 960) / 2);
  margin: 0 auto 0 0;
}
@media (max-width: 767px) {
  .wprod_page .wprod_intro--block {
    gap: calc(var(--custom-rem) * 8);
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .wprod_page .wprod_intro--block:nth-child(even) {
    flex-direction: row-reverse;
    margin: 0 0 0 auto;
  }
  .wprod_page .wprod_intro--block:nth-child(even) img {
    object-position: left center;
  }
}
.wprod_page .wprod_intro--block + .wprod_intro--block {
  margin-top: calc(var(--custom-rem) * 64);
}
@media (max-width: 767px) {
  .wprod_page .wprod_intro--block + .wprod_intro--block {
    margin-top: calc(var(--custom-rem) * 48);
  }
}
.wprod_page .wprod_intro--block--img {
  width: calc(100% - var(--custom-rem) * 48 - var(--custom-rem) * 460);
  height: calc(var(--custom-rem) * 400);
}
@media (max-width: 767px) {
  .wprod_page .wprod_intro--block--img {
    width: 100vw;
    height: calc(var(--custom-rem) * 375);
    margin: 0 calc(var(--custom-rem) * -16);
  }
}
.wprod_page .wprod_intro--block--img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
.wprod_page .wprod_intro--block--item {
  width: calc(var(--custom-rem) * 460);
}
@media (max-width: 767px) {
  .wprod_page .wprod_intro--block--item {
    width: 100%;
  }
}
.wprod_page .wprod_intro--block--item--ttl {
  font-size: calc(var(--custom-rem) * 24);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #0061C2;
  margin-bottom: calc(var(--custom-rem) * 8);
  padding-top: calc(var(--custom-rem) * 36);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .wprod_page .wprod_intro--block--item--ttl {
    margin-bottom: calc(var(--custom-rem) * 13);
    padding-top: calc(var(--custom-rem) * 18);
    padding-left: calc(var(--custom-rem) * 14);
  }
}
.wprod_page .wprod_intro--block--item--ttl ._bgtext {
  display: block;
  width: 100%;
  font-family: "Arial", "NotoSansJP", sans-serif;
  font-size: calc(var(--custom-rem) * 96);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  color: #F4F8FB;
  position: absolute;
  top: calc(var(--custom-rem) * -14);
  left: calc(var(--custom-rem) * -6);
  z-index: -1;
}
@media (max-width: 767px) {
  .wprod_page .wprod_intro--block--item--ttl ._bgtext {
    font-size: calc(var(--custom-rem) * 56);
    top: calc(var(--custom-rem) * 3);
    left: calc(var(--custom-rem) * 0);
  }
}
.wprod_page .wprod_intro--block--item--desc {
  font-size: calc(var(--custom-rem) * 16);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: calc(var(--custom-rem) * 26);
}
@media (max-width: 767px) {
  .wprod_page .wprod_intro--block--item--desc {
    padding: 0 calc(var(--custom-rem) * 16);
    margin-bottom: 0;
  }
}
.wprod_page .wprod_intro--block--list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch; /*縦方向（Safari用）*/
  align-items: stretch; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: calc(var(--custom-rem) * 12) 0;
}
@media (max-width: 767px) {
  .wprod_page .wprod_intro--block--list {
    margin-top: calc(var(--custom-rem) * 20);
  }
}
.wprod_page .wprod_intro--block--list > dt {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(var(--custom-rem) * 64);
  font-family: "Arial", "NotoSansJP", sans-serif;
  font-size: calc(var(--custom-rem) * 24);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  background-color: #0061C2;
}
.wprod_page .wprod_intro--block--list > dd {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - var(--custom-rem) * 64);
  min-height: calc(var(--custom-rem) * 64);
  font-size: calc(var(--custom-rem) * 14);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #0061C2;
  background-color: #F4F8FB;
  padding: calc(var(--custom-rem) * 9) calc(var(--custom-rem) * 11);
}
@media (max-width: 767px) {
  .wprod_page .wprod_intro--block--list > dd {
    line-height: 1.5;
    padding: calc(var(--custom-rem) * 8.4) calc(var(--custom-rem) * 11);
  }
}
.wprod_page .wprod_intro--block--contents {
  margin-top: calc(var(--custom-rem) * 32);
}
@media (max-width: 767px) {
  .wprod_page .wprod_intro--block--contents {
    margin-top: calc(var(--custom-rem) * 20);
  }
}
.wprod_page .wprod_intro--block--contents--ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: calc(var(--custom-rem) * 40);
  font-size: calc(var(--custom-rem) * 20);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #0061C2;
  padding: calc(var(--custom-rem) * 3);
  margin-bottom: calc(var(--custom-rem) * 12);
}
.wprod_page .wprod_intro--block--contents--list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch; /*縦方向（Safari用）*/
  align-items: stretch; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: calc(var(--custom-rem) * 12);
}
.wprod_page .wprod_intro--block--contents--list > li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: center;
  width: calc((100% - 1px - var(--custom-rem) * 12 * 3) / 4);
  min-height: calc(var(--custom-rem) * 106);
  font-size: calc(var(--custom-rem) * 14);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  color: #0061C2;
  background-color: #F4F8FB;
  padding: calc(var(--custom-rem) * 6);
}
@media (max-width: 767px) {
  .wprod_page .wprod_intro--block--contents--list > li {
    width: calc((100% - var(--custom-rem) * 12) / 2);
  }
}
.wprod_page .wprod_intro--block--contents--list > li small {
  font-size: calc(var(--custom-rem) * 10);
}
.wprod_page .wprod_lineup {
  width: calc(100% - var(--custom-rem) * 106 * 2);
  max-width: 100%;
  min-width: calc(var(--custom-rem) * 1080);
  background-color: #F4F8FB;
  margin: 0 auto calc(var(--custom-rem) * 96);
  padding: calc(var(--custom-rem) * 96);
}
@media (max-width: 767px) {
  .wprod_page .wprod_lineup {
    width: 100%;
    min-width: 0;
    margin: 0 auto calc(var(--custom-rem) * 71);
    padding: calc(var(--custom-rem) * 72) 0;
  }
}
.wprod_page .wprod_lineup .wprod_ttj_h2 {
  margin-bottom: calc(var(--custom-rem) * 59);
}
.wprod_page .wprod_lineup--img {
  width: calc(var(--custom-rem) * 840);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wprod_page .wprod_lineup--img {
    width: 100%;
  }
}
.wprod_page .wprod_lineup--img img {
  display: block;
  width: 100%;
}
.wprod_page .wprod_lineup .wprod_intro--block--item--ttl {
  margin-top: calc(var(--custom-rem) * -26);
}
@media (max-width: 767px) {
  .wprod_page .wprod_lineup .wprod_intro--block--item--ttl {
    margin-top: calc(var(--custom-rem) * 69);
  }
}
.wprod_page .wprod_lineup .wprod_intro--block--item--ttl ._bgtext {
  color: #fff;
}
@media (max-width: 767px) {
  .wprod_page .wprod_lineup .wprod_intro--block--item--ttl ._bgtext {
    top: calc(var(--custom-rem) * -10);
  }
}
.wprod_page .wprod_lineup--list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch; /*縦方向（Safari用）*/
  align-items: stretch; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: calc(var(--custom-rem) * 12);
  margin-top: calc(var(--custom-rem) * 24);
}
@media (max-width: 767px) {
  .wprod_page .wprod_lineup--list {
    margin-top: calc(var(--custom-rem) * 28);
    padding: 0 calc(var(--custom-rem) * 16);
  }
}
.wprod_page .wprod_lineup--list > li {
  width: calc((100% - 1px - var(--custom-rem) * 12 * 3) / 4);
  min-height: calc(var(--custom-rem) * 231);
  background-color: #fff;
  padding: calc(var(--custom-rem) * 30) calc(var(--custom-rem) * 15) calc(var(--custom-rem) * 15);
}
@media (max-width: 767px) {
  .wprod_page .wprod_lineup--list > li {
    width: 100%;
    padding: calc(var(--custom-rem) * 32) calc(var(--custom-rem) * 15) calc(var(--custom-rem) * 15);
  }
}
.wprod_page .wprod_lineup--list--ttl {
  width: 100%;
  font-size: calc(var(--custom-rem) * 16);
  font-weight: 700;
  line-height: 1.3125;
  letter-spacing: 0.04em;
  text-align: center;
  color: #0061C2;
  border-bottom: 1px solid #0061C2;
  padding-bottom: calc(var(--custom-rem) * 22.5);
  margin-bottom: calc(var(--custom-rem) * 23.4);
}
.wprod_page .wprod_lineup--list--ttl small {
  display: block;
  font-size: calc(var(--custom-rem) * 12);
  font-weight: 400;
  line-height: 1.75;
}
.wprod_page .wprod_lineup--list--desc {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: calc(var(--custom-rem) * 16);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .wprod_page .wprod_lineup--list--desc {
    padding: 0 calc(var(--custom-rem) * 16);
  }
}
.wprod_page .wprod_lineup--notes {
  font-size: calc(var(--custom-rem) * 14);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  color: #707070;
  margin-top: calc(var(--custom-rem) * 21);
}
@media (max-width: 767px) {
  .wprod_page .wprod_lineup--notes {
    font-size: calc(var(--custom-rem) * 12);
    line-height: 1.5;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin: calc(var(--custom-rem) * 24) calc(var(--custom-rem) * 16) 0;
  }
}
.wprod_page .wprod_cta {
  width: 100%;
  background-color: #0061C2;
  padding: calc(var(--custom-rem) * 96) 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wprod_page .wprod_cta {
    padding: calc(var(--custom-rem) * 72) calc(var(--custom-rem) * 16);
  }
}
.wprod_page .wprod_cta .base {
  width: calc(var(--custom-rem) * 960);
  background-color: rgba(255, 255, 255, 0.9);
  padding: calc(var(--custom-rem) * 75) 0 calc(var(--custom-rem) * 80);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .wprod_page .wprod_cta .base {
    width: 100%;
    padding: calc(var(--custom-rem) * 32) calc(var(--custom-rem) * 15);
  }
}
.wprod_page .wprod_cta--ttl {
  font-size: calc(var(--custom-rem) * 28);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: center;
  color: #0061C2;
  margin-bottom: calc(var(--custom-rem) * 11);
}
@media (max-width: 767px) {
  .wprod_page .wprod_cta--ttl {
    font-size: calc(var(--custom-rem) * 24);
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: calc(var(--custom-rem) * 15);
  }
}
.wprod_page .wprod_cta--ttlsub {
  font-size: calc(var(--custom-rem) * 24);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  color: #0061C2;
  margin-bottom: calc(var(--custom-rem) * 25);
}
@media (max-width: 767px) {
  .wprod_page .wprod_cta--ttlsub {
    font-size: calc(var(--custom-rem) * 18);
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: calc(var(--custom-rem) * 23);
  }
}
.wprod_page .wprod_cta--btnwrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: calc(var(--custom-rem) * 32);
}
@media (max-width: 767px) {
  .wprod_page .wprod_cta--btnwrap {
    gap: calc(var(--custom-rem) * 16);
  }
}
.wprod_page .wprod_cta--btnwrap--item {
  width: calc(var(--custom-rem) * 343);
}
.wprod_page .wprod_cta--btnwrap--desc {
  font-size: calc(var(--custom-rem) * 16);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  color: #0061C2;
  margin-bottom: calc(var(--custom-rem) * 12);
}
.wprod_page .wprod_cta--btn {
  display: block;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 768px) {
  .wprod_page .wprod_cta--btn:hover img {
    opacity: 0.7;
  }
}
.wprod_page .wprod_cta--btn img {
  display: block;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.wprod_page .wprod_cta--bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.wprod_page .wprod_flow {
  padding: calc(var(--custom-rem) * 96) 0 calc(var(--custom-rem) * 115);
}
@media (max-width: 767px) {
  .wprod_page .wprod_flow {
    padding: calc(var(--custom-rem) * 69) 0 calc(var(--custom-rem) * 71);
  }
}
.wprod_page .wprod_flow .wprod_ttj_h2 {
  margin-bottom: calc(var(--custom-rem) * 61);
}
@media (max-width: 767px) {
  .wprod_page .wprod_flow .wprod_ttj_h2 {
    margin-bottom: calc(var(--custom-rem) * 47);
  }
}
@media (max-width: 767px) {
  .wprod_page .wprod_flow .wprod_ttj_h2 ._sub {
    margin-bottom: calc(var(--custom-rem) * 8);
  }
}
.wprod_page .wprod_flow--table {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch; /*縦方向（Safari用）*/
  align-items: stretch; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: calc(var(--custom-rem) * 16) 0;
}
@media (max-width: 767px) {
  .wprod_page .wprod_flow--table {
    gap: 0;
  }
}
.wprod_page .wprod_flow--table--ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 calc(var(--custom-rem) * 16);
  width: calc(var(--custom-rem) * 272);
  background-color: #0061C2;
  color: #fff;
  padding: calc(var(--custom-rem) * 24) calc(var(--custom-rem) * 6) calc(var(--custom-rem) * 24) calc(var(--custom-rem) * 24);
}
@media (max-width: 767px) {
  .wprod_page .wprod_flow--table--ttl {
    width: 100%;
    padding: calc(var(--custom-rem) * 18) calc(var(--custom-rem) * 6) calc(var(--custom-rem) * 18) calc(var(--custom-rem) * 24);
    margin-top: calc(var(--custom-rem) * 16);
  }
  .wprod_page .wprod_flow--table--ttl:first-child {
    margin-top: 0;
  }
}
.wprod_page .wprod_flow--table--ttl ._num {
  display: block;
  font-family: "Arial", "NotoSansJP", sans-serif;
  font-size: calc(var(--custom-rem) * 32);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
}
.wprod_page .wprod_flow--table--ttl ._text {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: calc(var(--custom-rem) * 56);
  font-size: calc(var(--custom-rem) * 20);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: left;
  border-left: 1px solid #fff;
  padding-left: calc(var(--custom-rem) * 16);
}
@media (max-width: 767px) {
  .wprod_page .wprod_flow--table--ttl ._text {
    min-height: calc(var(--custom-rem) * 55);
  }
}
.wprod_page .wprod_flow--table--desc {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: center;
  width: calc(100% - var(--custom-rem) * 272);
  min-height: calc(var(--custom-rem) * 136);
  font-size: calc(var(--custom-rem) * 16);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  background-color: #F4F8FB;
  padding: calc(var(--custom-rem) * 20) calc(var(--custom-rem) * 40);
}
@media (max-width: 767px) {
  .wprod_page .wprod_flow--table--desc {
    width: 100%;
    min-height: 0;
    line-height: 1.5;
    padding: calc(var(--custom-rem) * 16) calc(var(--custom-rem) * 29);
  }
}
.wprod_page .wprod_flow--table--desc .jp_indent {
  display: block;
  width: 100%;
}
.wprod_page .wprod_qa {
  background-color: #F4F8FB;
  padding: calc(var(--custom-rem) * 88) 0;
}
@media (max-width: 767px) {
  .wprod_page .wprod_qa {
    padding: calc(var(--custom-rem) * 72) 0;
    margin-bottom: calc(var(--custom-rem) * 72);
  }
}
.wprod_page .wprod_qa .wprod_ttj_h2 {
  margin-bottom: calc(var(--custom-rem) * 63);
}
@media (max-width: 767px) {
  .wprod_page .wprod_qa .wprod_ttj_h2 {
    margin-bottom: calc(var(--custom-rem) * 42);
  }
}
@media (max-width: 767px) {
  .wprod_page .wprod_qa .wprod_ttj_h2 ._sub {
    margin-bottom: calc(var(--custom-rem) * 6);
  }
}
.wprod_page .wprod_qa--list {
  width: calc(var(--custom-rem) * 940);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wprod_page .wprod_qa--list {
    width: 100%;
  }
}
.wprod_page .wprod_qa--list > li {
  border-top: 1px dashed #0061C2;
}
.wprod_page .wprod_qa--list > li:last-child {
  border-bottom: 1px dashed #0061C2;
}
.wprod_page .wprod_qa--ttl {
  font-size: calc(var(--custom-rem) * 20);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #0061C2;
  padding: calc(var(--custom-rem) * 19.1) calc(var(--custom-rem) * 40);
  position: relative;
}
@media (max-width: 767px) {
  .wprod_page .wprod_qa--ttl {
    padding-right: calc(var(--custom-rem) * 20);
  }
}
.wprod_page .wprod_qa--ttl::before {
  content: "Q";
  font-family: "Arial", "NotoSansJP", sans-serif;
  font-size: calc(var(--custom-rem) * 24);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  color: #0061C2;
  position: absolute;
  top: calc(var(--custom-rem) * 24);
  left: calc(var(--custom-rem) * -3);
}
.wprod_page .wprod_qa--ttl::after {
  content: "";
  display: block;
  width: calc(var(--custom-rem) * 14);
  aspect-ratio: 1/1;
  background-image: url("../img/page_01/ico_plus.png");
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(var(--custom-rem) * 28);
  right: calc(var(--custom-rem) * 4);
}
.wprod_page .wprod_qa--ttl._open::after {
  background-image: url("../img/page_01/ico_min.png");
}
.wprod_page .wprod_qa--desc {
  font-size: calc(var(--custom-rem) * 16);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  background-color: #fff;
  padding: calc(var(--custom-rem) * 32) calc(var(--custom-rem) * 32) calc(var(--custom-rem) * 32) calc(var(--custom-rem) * 72);
  margin-bottom: calc(var(--custom-rem) * 20);
  position: relative;
}
@media (max-width: 767px) {
  .wprod_page .wprod_qa--desc {
    padding: calc(var(--custom-rem) * 29) calc(var(--custom-rem) * 32) calc(var(--custom-rem) * 29) calc(var(--custom-rem) * 72);
  }
}
.wprod_page .wprod_qa--desc::before {
  content: "A";
  font-family: "Arial", "NotoSansJP", sans-serif;
  font-size: calc(var(--custom-rem) * 24);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #0061C2;
  position: absolute;
  top: calc(var(--custom-rem) * 37);
  left: calc(var(--custom-rem) * 35);
}
.wprod_page .js_aco_ttl {
  cursor: pointer;
}
.wprod_page .js_aco_block {
  display: none;
}

.wprod_page .introduction {
  max-width: 961px;
  width: 81%;
  margin: 100px auto 200px;
}

.wprod_page .introduction_heading {
  text-align: center;
}

.wprod_page .introduction_heading_title_wrap {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: fit-content;
}

.wprod_page .introduction_heading_subtitle {
  color: rgb(81, 81, 81);
  opacity: 0.6;
  margin: 0;
  display: flex;
  align-items: center;
}

.wprod_page .introduction_heading_line {
  width: 90px;
  height: 1px;
  opacity: 0.6;
  background-color: rgb(81, 81, 81);
  margin-left: 10px;
  display: inline-block;
}

.wprod_page .introduction_heading_title {
  margin: 0;
  margin-bottom: 10px;
  color: #0061C2;
  font-size: 36px;
  line-height: 0.9;
  font-weight: bold;
}

.wprod_page .introduction_heading_text {
  margin: -20px auto 30px;
  text-align: center;
}

.wprod_page .introduction_list_wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.wprod_page .introduction_item {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.wprod_page .introduction_item:last-of-type {
  flex-direction: column;
  gap: 0px;
}

.wprod_page .introduction_item_image img {
  width: 100%;
  aspect-ratio: 3/2;
}

.wprod_page .introduction_item_category {
  margin: 16px auto auto;
  font-size: 0.9rem;
  font-weight: bold;
}

.wprod_page .introduction_item_title {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
}

.wprod_page .introduction_item_volume {
  margin: 10px auto;
  font-size: 0.9rem;
}

.wprod_page .introduction_item_price {
  text-align: end;
  font-size: 0.9rem;
}

.wprod_page .introduction_item_line {
  width: 100%;
  border-bottom: 2px dotted #0061C2;
  opacity: 0.6;
  display: block;
  height: 1px;
  margin-top: 20px;
}

.wprod_page .introduction_item_text {
  width: 100%;
  font-size: 0.9rem;
  margin-top: 1rem;
  line-height: 1.8;
  color: rgb(81, 81, 81);
}

.wprod_page .introduction_item_text span {
  display: inline-block;
}

.wprod_page .introduction_item_text_note {
  font-size: 0.9rem;
}

@media (max-width: 767px) {
  .wprod_page .introduction_list_wrap {
    display: block;
    gap: 30px;
    justify-content: space-around;
  }
  .wprod_page .introduction_item {
    flex-direction: column;
    margin-bottom: 30px;
    font-size: 1.2rem;
  }
  .wprod_page .introduction_item_text {
    margin-top: 1rem;
    line-height: 1.8;
    color: rgb(81, 81, 81);
    font-size: 1rem;
  }
  .wprod_page .introduction_item_text span {
    display: inline-block;
  }
  .wprod_page .introduction_heading_text {
    margin: -20px auto 30px;
    text-align: center;
    font-size: 1rem;
  }
  .wprod_page .introduction_heading_subtitle {
    color: rgb(81, 81, 81);
    opacity: 0.6;
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 1rem;
  }
  .wprod_page .introduction_item_volume {
    margin: 10px auto;
    font-size: 1rem;
  }
  .wprod_page .introduction_item_price {
    text-align: end;
    font-size: 0.9rem;
  }
}
/*# sourceMappingURL=_maps/style.css.map */
