@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

body {
  font-family:
    "游ゴシック", YuGothic, "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    sans-serif;
}

.container {
  width: 100vw;
  min-width: 1000px;
  overflow: hidden;
  margin: auto;
}
@media (max-width: 768px) {
  .container {
    min-width: inherit;
  }
}

.inner {
  width: 90%;
  min-width: 1000px;
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 768px) {
  .inner {
    min-width: inherit;
  }
}

h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 43px;
  color: #197fc4;
  text-align: center;
}
@media (max-width: 768px) {
  h2 {
    font-size: 30px;
  }
}

.header {
  height: 97px;
}
@media (max-width: 768px) {
  .header {
    height: 45px;
    min-width: inherit;
  }
}
.header__inner {
  padding: 0 10%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header__inner a img {
    width: 50%;
  }
}

.hero {
  position: relative;
  height: calc(580 * 0.0694444444 * 1vw);
  width: 100%;
  min-width: 1000px;
  z-index: -1;
}
@media (max-width: 1000px) {
  .hero {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .hero {
    min-width: inherit;
    height: calc(950 * 0.2666666667 * 1vw);
    overflow: hidden;
  }
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition: 0.5s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.hero__bg.is-show {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.hero__bg-2 {
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0;
}
@media (max-width: 768px) {
  .hero__bg-2 {
    top: calc(740 * 0.2666666667 * 1vw);
  }
}
.hero__title {
  position: absolute;
  display: block;
  width: calc(559 * 0.0694444444 * 1%);
  top: calc(115 * 0.0694444444 * 1%);
  left: calc(96 * 0.0694444444 * 1%);
  z-index: 10;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s all ease;
}
.hero__title.is-show {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .hero__title {
    width: 93%;
    top: calc(10 * 0.2666666667 * 1vw);
    left: calc(13 * 0.2666666667 * 1%);
  }
}
.hero__img-1 {
  position: absolute;
  top: calc(320 * 0.0694444444 * 1%);
  right: calc(437 * 0.0694444444 * 1%);
  width: calc(436 * 0.0694444444 * 1%);
  z-index: 9;
  opacity: 0;
  transform: translateX(20px);
  transition:
    0.5s opacity ease,
    0.5s transform ease;
}
.hero__img-1.is-show {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 768px) {
  .hero__img-1 {
    top: calc(259 * 0.2666666667 * 1vw);
    right: calc(30 * 0.2666666667 * 1vw);
    width: calc(315 * 0.2666666667 * 1vw);
    transform: translateX(20px) scaleX(-1);
  }
  .hero__img-1.is-show {
    transform: translateX(0) scaleX(-1);
  }
}
.hero__img-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(441 * 0.0694444444 * 1%);
  z-index: 10;
  opacity: 0;
  transform: translateX(20px);
  transition:
    0.5s opacity ease,
    0.5s transform ease;
}
.hero__img-2.is-show {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 768px) {
  .hero__img-2 {
    right: -24px;
    top: calc(580 * 0.2666666667 * 1vw);
    width: calc(272 * 0.2666666667 * 1vw);
  }
}
.hero__badge {
  position: absolute;
  z-index: 5;
  width: calc(273 * 0.0694444444 * 1vw);
  height: calc(273 * 0.0694444444 * 1vw);
  border-radius: 50%;
  box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition:
    0.3s opacity ease,
    0.3s transform ease;
}
@media (max-width: 1000px) {
  .hero__badge {
    width: 193px;
    height: 193px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .hero__badge {
    box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.25);
    width: calc(200 * 0.2666666667 * 1vw);
    height: calc(200 * 0.2666666667 * 1vw);
  }
}
.hero__badge img {
  width: 100%;
  height: 100%;
}
.hero__badge-1 {
  top: calc(-24 * 0.0694444444 * 1vw);
  right: calc(410 * 0.0694444444 * 1vw);
  transform: scale(95%) translateY(50px);
}
@media (max-width: 1000px) {
  .hero__badge-1 {
    top: -16px;
    right: 310px;
  }
}
@media (max-width: 768px) {
  .hero__badge-1 {
    top: calc(371 * 0.2666666667 * 1vw);
    right: calc(7 * 0.2666666667 * 1vw);
  }
}
.hero__badge-2 {
  top: calc(200 * 0.0694444444 * 1vw);
  right: calc(96 * 0.0694444444 * 1vw);
  transform: scale(95%) translateY(-50px);
}
@media (max-width: 1000px) {
  .hero__badge-2 {
    top: 140px;
    right: 50px;
  }
}
@media (max-width: 768px) {
  .hero__badge-2 {
    top: calc(610 * 0.2666666667 * 1vw);
    right: calc(152 * 0.2666666667 * 1vw);
    transform: scale(95%) translateY(50px);
  }
}
.hero__badge.is-show {
  opacity: 1;
  transform: scale(100%) translateY(0);
}
.hero__ie {
  display: none;
}

/* for IE */
*::-ms-backdrop,
_:-ms-lang(x),
.hero__title,
.hero__copy,
.hero__img-1,
.hero__img-2,
.hero__badge {
  display: none;
}

*::-ms-backdrop,
_:-ms-lang(x),
.hero__ie {
  display: block;
  position: absolute;
  top: -24px;
  right: 0;
  width: 95%;
  z-index: 10;
}

.sp__junp {
  margin: -20px auto 0;
}
@media (min-width: 768px) {
  .sp__junp {
    background: none;
  }
}
.sp__junp a {
  margin: auto;
  display: block;
  position: relative;
  width: 90%;
  padding: 19px 0;
  font-weight: bold;
  font-size: 16px;
  color: #197fc4;
  border: 3px solid #197fc4;
  box-sizing: border-box;
  border-radius: 30px;
  text-align: center;
  background: #fff;
}
.sp__junp a:after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #197fc4;
  border-right: 2px solid #197fc4;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 22px;
}
@media (min-width: 768px) {
  .sp__junp a {
    margin-top: 40px;
    width: 460px;
  }
}

.review {
  margin: 64px 0 0;
  padding: 0 0 80px;
  position: relative;
}
@media (max-width: 768px) {
  .review {
    background: #f4f9fc;
    margin: 0;
    padding: 64px 0 80px;
  }
}
.review__title {
  position: relative;
  color: #0c66a2;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .review__title {
    font-size: 24px;
  }
}
.review__title::before,
.review__title::after {
  content: "";
  display: block;
  width: 34.068px;
  height: 44.011px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/review_title.svg) no-repeat center;
  background-size: contain;
}
.review__title::before {
  margin-left: -400px;
}
@media (max-width: 768px) {
  .review__title::before {
    margin-left: -150px;
  }
}
.review__title::after {
  margin-left: 420px;
  transform-origin: left top;
  transform: translate(-50%, -50%) scaleX(-1);
}
@media (max-width: 768px) {
  .review__title::after {
    margin-left: 175px;
  }
}
.review__wrap {
  margin: 40px auto 0;
  padding: 0 10px 10px 0;
  max-width: 1280px;
  min-width: 1000px;
  width: 100%;
}
.review__wrap .swiper-wrapper {
  display: flex;
}
.review__wrap .swiper-slide {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .review__wrap {
    min-width: inherit;
    box-sizing: border-box;
    margin: 40px 3% 0;
    width: 94%;
    padding: 0 5px 10px 0;
  }
}
.review .swiper-pagination {
  margin: 50px 0 0;
  position: relative;
  bottom: inherit;
}
.review__cell {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  height: auto;
  padding: 32px 20px 24px;
  box-sizing: border-box;
  box-shadow: 5px 5px 0px 0px #0c66a2;
}
.review__cell::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-top: 15px solid #f4f9fc;
  border-right: 15px solid #fff;
  border-bottom: 15px solid #fff;
  border-left: 15px solid #f4f9fc;
  box-sizing: border-box;
}
.review__cell-text {
  color: #0c66a2;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  flex-grow: 1;
}
.review__cell-rate {
  margin: 16px 0 0;
  color: #ffa800;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
}
.review__cell-model {
  margin: 24px 0 0;
  padding: 24px 0 0;
  border-top: 2px dashed #0c66a2;
  display: flex;
  align-items: center;
  gap: 20px;
}
.review__cell-model__img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  flex: 0 0 64px;
}
.review__cell-model__img img {
  width: 100%;
}
.review__cell-model__name {
  color: #0c66a2;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.feature {
  position: relative;
  width: 100%;
  min-width: 1000px;
  background: #197fc4;
}
@media (max-width: 768px) {
  .feature {
    min-width: inherit;
    margin: 0;
  }
}
.feature .inner {
  padding: 80px 0 100px;
}
@media (max-width: 768px) {
  .feature .inner {
    padding: 80px 0 100px;
  }
}
.feature__title {
  display: block;
  font-weight: bold;
  font-size: 50px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}
.feature__title span {
  background: linear-gradient(transparent 70%, #ffa800 70%);
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .feature__title {
    font-size: 30px;
    line-height: 180%;
  }
  .feature__title span {
    background: linear-gradient(transparent 65%, #ffa800 65%);
    padding-bottom: 3px;
  }
}
.feature__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media (max-width: 768px) {
  .feature__wrap {
    display: block;
  }
}
.feature__cell {
  width: 33.3333333333%;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .feature__cell {
    width: 100%;
    margin-top: 53px;
  }
}
.feature__cell-img {
  width: 184px;
  height: 184px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.25);
  margin: auto;
}
.feature__cell-img img {
  width: 100%;
  height: 100%;
}
.feature__cell-title {
  position: relative;
  margin: 27px auto 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
.feature__cell-title p {
  position: relative;
}
.feature__cell-title span {
  color: #ffa800;
  font-size: 30px;
  line-height: 130%;
  margin: 0 5px;
}
@media (max-width: 768px) {
  .feature__cell-title {
    font-size: 26px;
  }
  .feature__cell-title span {
    font-size: 32px;
  }
}
.feature__cell-title::before {
  content: "1";
  display: block;
  position: absolute;
  color: rgba(18, 39, 106, 0.4);
  font-family: Helvetica;
  font-style: italic;
  font-weight: bold;
  font-size: 100px;
  line-height: 100%;
  top: -20px;
  left: -40px;
  z-index: 0;
}
.feature__cell:nth-child(2) .feature__cell-title::before {
  content: "2";
}
.feature__cell:nth-child(3) .feature__cell-title::before {
  content: "3";
  left: -50px;
}
.feature__cell:nth-child(4) .feature__cell-title::before {
  content: "4";
}
.feature__cell:nth-child(5) .feature__cell-title::before {
  content: "5";
}
.feature__cell:nth-child(6) .feature__cell-title::before {
  content: "6";
  left: -50px;
}
.feature__cell-text {
  margin: 18px 0 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
}
.feature-2 {
  position: relative;
  background: url(../img/feature_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
  margin-top: 0;
}

.feature-2.new .inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.feature-2.new .inner ol li {
  line-height: 1.8em;
  font-size: 1.75rem;
  font-weight: bold;
  color: #ffff00;
  padding: 0 0 0.2em 1em;
  text-indent: -1em;
}

@media (min-width: 769px) {
  .feature-2 .inner {
    width: auto;
    max-width: 1200px;
  }
  .feature-2.new .inner img {
    margin: 0 50px 0 0;
    width: 500px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .feature-2 {
    height: 217px;
    background-image: url(../img/feature_bg-sp.jpg);
  }
  .feature-2.new {
    padding: 1.6em 1em;
    height: auto;
  }

  .feature-2.new .inner {
    margin: 0;
    display: block;
  }
  .feature-2.new .inner ol li {
    font-size: 5vw;
  }
}
.feature-2::before {
  display: none;
}
.feature-2 .feature__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 566px;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .feature-2 .feature__title {
    width: 90%;
  }
}
.feature-2 .inner {
  padding: 0;
}
.feature-2::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 60px 0 60px;
  border-color: #1175c3 transparent transparent transparent;
}

.product {
  padding: 100px 0 0;
}
.product h3 {
  position: relative;
  width: 100%;
  height: 63px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  background: #197fc4;
  color: #fff;
  margin: 150px 0 0;
}
.product h3:first-of-type {
  margin: 56px 0 0;
}
@media (max-width: 768px) {
  .product h3 {
    height: 88px;
    font-size: 18px;
  }
}
.product h3 .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  width: 182px;
  height: 182px;
  border-radius: 50%;
  border: 7px solid #197fc4;
  box-sizing: border-box;
  background: #fff;
  font-weight: bold;
  line-height: 120%;
  right: 25px;
}
.product h3 .badge p {
  font-size: 33px;
  color: #197fc4;
}
.product h3 .badge p span {
  font-size: 40px;
  color: #ffa800;
  display: block;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .product h3 .badge {
    width: 86px;
    height: 86px;
    border: 4px solid #197fc4;
    top: -43px;
    right: 0;
  }
  .product h3 .badge p {
    font-size: 18px;
  }
  .product h3 .badge p span {
    font-size: 20px;
    padding-bottom: 5px;
  }
}
.product__block {
  position: relative;
  margin: 30px 0 0;
}
@media (max-width: 768px) {
  .product__block {
    margin: 20px 0 0;
  }
}
.product__block.has-badge {
  margin-top: 90px;
}
.product__block-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  width: 134px;
  height: 134px;
  border-radius: 50%;
  border: 5px solid #197fc4;
  box-sizing: border-box;
  background: #fff;
  font-weight: bold;
  line-height: 120%;
  left: -70px;
  top: -70px;
  z-index: 1;
}
.product__block-badge p {
  font-size: 24px;
  color: #197fc4;
}
.product__block-badge p span {
  font-size: 30px;
  color: #ffa800;
  display: block;
  padding-bottom: 8px;
}
.product__block-badge.is-recommend p span {
  padding-bottom: 0;
  font-size: 27px;
}
.product__block-badge.is-shortening p {
  font-size: 27px;
  line-height: 1.2em;
}
.product__block-badge.is-shortening p span {
  padding-bottom: 2px;
  font-size: 27px;
}
@media (max-width: 768px) {
  .product__block-badge {
    width: 86px;
    height: 86px;
    border: 4px solid #197fc4;
    top: -43px;
    left: 0;
  }
  .product__block-badge p {
    font-size: 18px;
  }
  .product__block-badge p span {
    font-size: 20px;
    padding-bottom: 5px;
  }
  .product__block-badge.is-recommend p span {
    font-size: 17px;
  }
  .product__block-badge.is-shortening p {
    font-size: 16px;
  }
  .product__block-badge.is-shortening p span {
    font-size: 16px;
  }
}
.product__wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .product__wrap {
    display: block;
  }
}
.product__img {
  position: relative;
  width: 314px;
  height: auto;
}
@media (max-width: 768px) {
  .product__img {
    width: 80%;
    margin: auto;
  }
}
.product__img img {
  width: 100%;
  height: 100%;
}
.product__img img.product__img-eco {
  width: 100px;
  height: 100px;
  position: absolute;
  display: block;
  bottom: 10px;
  right: 10px;
}
@media (max-width: 768px) {
  .product__img img.product__img-eco {
    width: 60px;
    height: 60px;
  }
}
.product__info {
  width: 645px;
  height: auto;
  color: #444444;
}
@media (max-width: 768px) {
  .product__info {
    margin-top: 24px;
    width: 100%;
  }
}
.product__name {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5em;
  color: #197fc4;
  word-break: break-all;
}
@media (max-width: 768px) {
  .product__name {
    font-size: 20px;
  }
}
.product__dsc {
  font-size: 16px;
  line-height: 1.5em;
  margin: 20px 0 0;
}
@media (max-width: 768px) {
  .product__dsc {
    font-size: 14px;
  }
}
.product__price {
  font-size: 18px;
  line-height: 1.5em;
  margin: 30px 0 0;
}
.product__price span {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5em;
  color: #e42837;
}
@media (max-width: 768px) {
  .product__price {
    font-size: 14px;
  }
}
.product__date.is-wrap {
  display: flex;
}
.product__date s {
  font-weight: normal;
  text-decoration: line-through;
}
.product__date span {
  font-weight: bold;
}
.product__date b {
  color: #ffa800;
  font-size: 24px;
  margin: 0 3px;
}
@media (max-width: 768px) {
  .product__date b {
    font-size: 22px;
  }
}
.product__date,
.product__type {
  font-size: 18px;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .product__date,
  .product__type {
    font-size: 14px;
  }
}
.product__type {
  margin: 5px 0 0;
}
.product__type dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.product__type dl dt {
  width: 55px;
}
@media (max-width: 768px) {
  .product__type dl dt {
    width: 45px;
  }
}
.product__type dl dd {
  width: calc(100% - 55px);
}
@media (max-width: 768px) {
  .product__type dl dd {
    width: calc(100% - 45px);
  }
}
.product__list {
  margin-top: 30px;
}
.product__list.has-2 {
  display: flex;
  justify-content: flex-end;
}
.product__list.has-2 ul {
  width: 645px;
}
@media (max-width: 768px) {
  .product__list.has-2 {
    display: block;
  }
  .product__list.has-2 ul {
    width: 100%;
  }
}
.product__list ul li {
  position: relative;
  height: 74px;
  padding: 0 30px 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(25, 127, 196, 0.1);
}
.product__list ul li:nth-child(even) {
  background: rgba(25, 127, 196, 0.05);
}
@media (max-width: 768px) {
  .product__list ul li {
    height: auto;
    align-items: flex-start;
    padding: 20px 16px;
  }
}
.product__list-type {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5em;
  color: #197fc4;
}
@media (max-width: 768px) {
  .product__list-type {
    margin-top: 5px;
  }
}
.product__list-type__tag {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 172px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 170%;
  color: #ffffff;

  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25);
  background: #197fc4;
  border-radius: 8px;
  padding: 4px 18px 5px;
}
.product__list-type__tag.day3 {
  background: #ffa800;
}
@media (max-width: 768px) {
  .product__list-type__tag {
    position: relative;
    font-size: 12px;
    padding: 7px 10px;
    transform: translateY(0);
    left: inherit;
    top: inherit;
    margin-top: 8px;
    line-height: 1.5;
  }
}
.product__list-btn {
  display: flex;
}
.product__list-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 194px;
  height: 44px;
  border-radius: 22px;
  border: 2px solid #197fc4;
  box-sizing: border-box;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-left: 20px;
  transition: 0.3s opacity ease;
}
.product__list-btn a:hover {
  opacity: 0.5;
}
.product__list-btn a:after {
  content: "";
  width: 146px;
  height: 27px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.product__list-btn a.is-misu:after {
  background-image: url(../img/btn_misumi.png);
}
.product__list-btn a.is-mono:after {
  background-image: url(../img/btn_monotaro.png);
}
.product__list-btn a.is-mono:before {
  background-image: url(../img/ico_osusume.png);
}

.product__list-btn a.is-ama:after {
  background-image: url(../img/btn_amazon.png);
}
.product__list-btn a.is-soldout {
  position: relative;
  border: 2px solid #a0a0a0;
  color: #666;
  font-weight: bold;
  font-size: 18px;
  box-shadow: none;
  margin-bottom: 16px;
  pointer-events: none;
}
.product__list-btn a.is-soldout:hover {
  opacity: 1;
}
.product__list-btn a.is-soldout:after {
  opacity: 0.2;
}
.product__list-btn a.is-soldout p {
  text-align: center;
  position: relative;
  width: 100%;
  z-index: 10;
}
.product__list-btn a.is-soldout span {
  position: absolute;
  content: "部材入荷次第、購入可能です";
  color: #333;
  font-weight: normal;
  font-size: 12px;
  bottom: -27px;
  width: auto;
  height: auto;
  text-align: center;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .product__list-btn {
    display: block;
  }
  .product__list-btn a {
    margin-top: 15px;
    margin-left: 16px;
    width: 190px;
  }
  .product__list-btn a.is-soldout {
    margin-top: 25px;
  }
  .product__list-btn a:first-child {
    margin-top: 0;
  }
}

*::-ms-backdrop,
_:-ms-lang(x),
.product h3 .badge {
  top: -60px;
}

*::-ms-backdrop,
_:-ms-lang(x),
.product__list-btn a:after {
  position: relative;
}

*::-ms-backdrop,
_:-ms-lang(x),
.product__list-btn a.is-soldout p {
  position: absolute;
  top: inherit;
  margin: -5px auto 0;
  left: 0;
  right: 0;
}

.category {
  padding: 120px 0 0;
}
@media (max-width: 768px) {
  .category {
    padding: 80px 0 0;
  }
}
.category__wrap {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .category__wrap {
    display: block;
    margin-top: 0;
  }
}
.category__cell {
  position: relative;
  width: 170px;
}
@media (max-width: 768px) {
  .category__cell {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px dashed #c4c4c4;
    padding: 70px 0 30px;
  }
}
.category__img {
  width: 170px;
  height: 170px;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
}
.category__img img {
  width: 100%;
}
@media (max-width: 768px) {
  .category__img {
    width: 140px;
    height: 140px;
  }
}
.category__name {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  color: #197fc4;
  text-align: center;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .category__name {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.category__btn {
  margin-top: 25px;
}
.category__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  border-radius: 22px;
  border: 2px solid #197fc4;
  box-sizing: border-box;
  background: #fff;
  margin-top: 10px;
  transition: 0.3s opacity ease;
  position: relative;
}
.category__btn a:hover {
  opacity: 0.5;
}
.category__btn a:after {
  content: "";
  width: 128px;
  height: 23px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.category__btn a.is-misu:after {
  background-image: url(../img/btn_misumi.png);
}
.category__btn a.is-mono:after {
  background-image: url(../img/btn_monotaro.png);
}
.category__btn a.is-ama:after {
  background-image: url(../img/btn_amazon.png);
}

.category__btn a.is-mono:before {
  content: "";
  width: 50px;
  height: 30px;
  transform: rotate(-20deg);
  background: url(../img/ico_osusume.png) no-repeat center / 100%;
  position: absolute;
  left: -10px;
  top: -10px;
}

@media (max-width: 768px) {
  .category__btn {
    display: block;
    margin: 0;
    width: calc(100% - 160px);
  }
  .category__btn a {
    margin-top: 10px;
  }
  .category__btn a:first-child {
    margin-top: 0;
  }
}

*::-ms-backdrop,
_:-ms-lang(x),
.category__btn a:after {
  position: relative;
}

.flow {
  padding: 100px 0 0;
}
@media (max-width: 768px) {
  .flow {
    padding: 50px 0 0;
  }
}
.flow__block {
  position: relative;
  margin-top: 86px;
  background: linear-gradient(
    144.38deg,
    #fef3dd 27.59%,
    #ffffff 50.87%,
    #fffaf1 71.23%
  );
  border: 5px solid #12276a;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .flow__block {
    margin-top: 40px;
  }
}
.flow__text {
  width: 936px;
  margin: 48px 0 0 46px;
}
@media (max-width: 768px) {
  .flow__text {
    width: 260px;
    margin: 37px auto 0;
  }
}
.flow__quocard {
  position: absolute;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.25));
  transform: rotate(6deg);
  width: 390px;
  height: 264px;
  top: -50px;
  right: 50px;
}
@media (max-width: 768px) {
  .flow__quocard {
    width: 153.71px;
    height: 104.04px;
    transform: rotate(-15deg);
    right: inherit;
    top: 277px;
  }
}
.flow__obi {
  background: #12276a;
  color: #fff;
  font-size: 18px;
  line-height: 1em;
  width: 100%;
  padding: 14px 48px 10px;
  box-sizing: border-box;
  margin-top: 7px;
}
.flow__obi b {
  font-weight: bold;
  margin-right: 16px;
}
@media (max-width: 768px) {
  .flow__obi {
    margin-top: 14px;
    font-size: 14px;
    text-align: right;
    padding: 15px 20px;
  }
  .flow__obi b {
    display: block;
    margin: 0 0 5px;
  }
}
.flow__title {
  font-weight: bold;
  font-size: 20px;
  padding: 0 48px;
  color: #12276a;
  margin-top: 17px;
}
@media (max-width: 768px) {
  .flow__title {
    margin-top: 30px;
    padding: 0 20px;
  }
}
.flow__wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 48px;
  margin-top: 11px;
}
@media (max-width: 768px) {
  .flow__wrap {
    display: block;
    margin-top: 15px;
    padding: 0 20px;
  }
}
.flow__cell {
  position: relative;
  width: 277px;
  height: 187px;
  background: #ffffff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .flow__cell {
    width: 100%;
    height: 155px;
    margin: 50px 0 0;
  }
  .flow__cell:first-child {
    margin-top: 0;
  }
}
.flow__cell:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: -20px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #ffa800 transparent;
}
@media (max-width: 768px) {
  .flow__cell:after {
    top: inherit;
    transform: rotate(45deg);
    right: 0;
    left: 0;
    margin: auto;
    bottom: -28px;
  }
}
.flow__cell:nth-child(1) .flow__dsc {
  font-size: 28px;
}
.flow__cell:nth-child(1) .flow__img {
  width: 120px;
  height: 115px;
  bottom: -43px;
  right: 10px;
}
@media (max-width: 768px) {
  .flow__cell:nth-child(1) .flow__img {
    width: 85px;
    height: 81px;
    bottom: -29px;
    right: 12px;
  }
}
.flow__cell:nth-child(2) {
  height: 187px;
}
.flow__cell:nth-child(2) .flow__img {
  width: 70.8px;
  height: 98.02px;
  left: 12px;
  bottom: -42px;
}
@media (max-width: 768px) {
  .flow__cell:nth-child(2) .flow__img {
    width: 70.8px;
    height: 98.02px;
    left: 6px;
    bottom: -36px;
  }
}
.flow__cell:nth-child(3) .flow__dsc {
  font-size: 24px;
}
.flow__cell:nth-child(3) .flow__img {
  width: 79.28px;
  height: 84.63px;
  right: -8px;
  bottom: 5px;
}
@media (max-width: 768px) {
  .flow__cell:nth-child(3) .flow__img {
    width: 79.28px;
    height: 84.63px;
    right: 4px;
    bottom: -11px;
  }
}
.flow__cell:nth-child(3):after {
  display: none;
}
.flow__num {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}
.flow__num span {
  position: relative;
  margin: 5px 0 0 13px;
  font-size: 30px;
  font-weight: bold;
  line-height: 51px;
}
.flow__num::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 80px 0 0;
  border-color: #12276a transparent transparent transparent;
}
.flow__dsc {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3em;
  text-align: center;
  color: #12276a;
}
.flow__dsc span {
  color: #ffa800;
}
.flow__img {
  position: absolute;
}
.flow__deadline {
  text-align: right;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  padding: 0 48px;
  color: #12276a;
  margin: 16px 0 23px;
}
.flow__deadline span {
  background: linear-gradient(transparent 70%, #ffa800 70%);
}
@media (max-width: 768px) {
  .flow__deadline {
    text-align: center;
    font-size: 15px;
    padding: 0 20px;
    margin: 24px 0 28px;
  }
}
.flow__badge {
  position: absolute;
  top: -70px;
  right: -16px;
  width: 130px;
  height: 130px;
  background: #ffffff;
  border: 5px solid #12276a;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow__badge div {
  text-align: center;
}
.flow__badge-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  color: #12276a;
}
.flow__badge-time {
  margin-top: 5px;
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  color: #ffa800;
}
.flow__badge-time span {
  font-size: 50px;
  margin-right: 2px;
}
@media (max-width: 768px) {
  .flow__badge {
    top: -40px;
    right: 0;
    width: 90px;
    height: 90px;
    border: 3px solid #12276a;
  }
  .flow__badge-title {
    font-size: 12px;
  }
  .flow__badge-time {
    font-size: 20px;
  }
  .flow__badge-time span {
    font-size: 34px;
  }
}

.finally {
  padding: 100px 0 0;
}
@media (max-width: 768px) {
  .finally {
    padding: 50px 0 0;
  }
}
.finally__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .finally__wrap {
    display: block;
  }
}
.finally__cell {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 144px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  transition: 0.3s all ease;
}
.finally__cell:hover {
  opacity: 0.6;
}
span.finally__cell:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .finally__cell {
    width: 100%;
    height: 90px;
    margin-top: 20px;
  }
}
.finally__cell img.misumi {
  width: 287px;
  height: 52px;
}
.finally__cell img.monotaro {
  width: 219px;
  height: 54px;
}
.finally__cell img.amazon {
  width: 202px;
  height: 75px;
}

.finally__cell:nth-child(n + 4) {
  margin-top: 20px;
}

/**/

.finally.radioBox .finally__cell {
  padding: 15px 0;
  height: auto;
  background: rgba(25, 127, 196, 0.05);
}
.finally.radioBox .finally__cell img {
  max-height: 150px;
  height: auto;
  width: auto;
  max-width: 92%;
}

/**/
.footer {
  margin: 0;
  background: #444;
  margin-bottom: 109px;
}

.footer__wrap {
  height: 111px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__logo {
  display: block;
  width: 113px;
  height: 31px;
}
.footer__logo img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .footer__logo {
    margin: auto;
  }
}
.footer__copyright {
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
@media (max-width: 768px) {
  .footer__copyright {
    font-size: 10px;
    text-align: center;
    margin-top: 10px;
  }
}

.banner {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 400px;
  z-index: 999;
  transition: 0.3s all ease;
}
.banner.is-hide {
  bottom: -400px;
}
@media (max-width: 768px) {
  .banner.is-hide {
    bottom: -240px;
  }
}
@media (max-width: 768px) {
  .banner {
    width: 100%;
  }
}
.banner a {
  display: block;
}
.banner a img {
  display: block;
  width: 100%;
}
.banner__close {
  position: absolute;
  display: block;
  top: -50px;
  right: 0;
  width: 50px;
  height: 50px;
  background: #197fc4;
}
@media (max-width: 768px) {
  .banner__close {
    top: -40px;
    width: 40px;
    height: 40px;
  }
}
.banner__close::before,
.banner__close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 30px;
  height: 2px;
}
@media (max-width: 768px) {
  .banner__close::before,
  .banner__close::after {
    width: 25px;
  }
}
.banner__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.banner__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

/**/
.present {
  background: #ffa800;
  padding: 20px 0;
  text-align: center;
  margin: 100px 0 0;
}

/*# sourceMappingURL=style.css.map */

.finally.choice {
  background: #f6f6f6;
  padding-bottom: 60px;
}

.finally.choice .finally__cell {
  height: auto;
  padding: 20px 0 40px;
  align-items: center;
  position: relative;
  background: #fff;
}

.finally.choice .finally__cell img.osusume {
  position: absolute;
  width: 70%;
  height: auto;
  left: 15%;
  top: -20px;
}

.finally.choice .finally__cell .misumi {
  width: 287px;
}

.finally.choice .finally__cell .monotaro {
  width: 219px;
}

.finally.choice .finally__cell .amazon {
  width: 202px;
}

.finally.choice .finally__cell .jocr {
  width: 260px;
}

.finally.radioBox {
  margin: 0;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .finally.radioBox {
    padding: 3em 0;
  }
  .footer__wrap {
    display: block;
    height: auto;
    padding: 25px 0;
  }
}

.finally.radioBox h2 {
  margin-bottom: 15px;
}

.finally.radioBox h2 .ss {
  font-size: 24px;
}

.finally.radioBox figure {
  text-align: center;
}

.finally.choice .finally__cell span {
  color: #000;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-weight: bold;
  display: block;
}

/* 固定ラッパー */
.fit_btn_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  z-index: 3000;
}

/* ボタン */
.fit_btn {
  display: block;
  background: #0c3178;
  color: #ffff00;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 45px;
  border-radius: 50px;
  font-size: 16px;
  transition: 0.3s;
  width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.fit_btn p {
  font-weight: bold !important;
}

.fit_btn .fit_btnInner:first-child p {
  font-size: 20px;
}

.fit_btn .fit_btnInner p#quo {
  position: absolute;
  left: -40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.fit_btn .fit_btnInner:first-child p.ss {
  font-size: 14px;
  margin-bottom: 5px;
}

.fit_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);

  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px; /* 三角形 */
  border-color: transparent transparent transparent #ffff00;
}

/* ボタン */
.fit_btn .fit_btnInner:last-child {
  color: #ffffff;
  font-size: 22px;
}

.fit_btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

@media (min-width: 769px) {
  .finally.choice .finally__cell img {
    height: auto !important;
  }

  .finally.choice .finally__cell:nth-child(1) img {
    width: 210px;
    height: auto;
  }
  img.is-pc {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .present {
    margin-top: 2em;
  }
  .present img,
  .feature.new img {
    max-width: 100%;
  }
  .finally.choice .finally__cell:nth-child(1) img.osusume {
    width: 60%;
    left: 20%;
    top: -34px;
  }
  .finally.choice h2 {
    font-size: 5.6vw;
    margin-bottom: 2.2em;
  }
  .finally.choice .finally__cell span {
    bottom: 1em;
  }
  .feature-2::after {
    bottom: -28px;
  }
  .present img,
  .feature.new ol {
    margin: 1em 1em 0;
  }

  .present img {
    margin: 1em 0;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .finally.radioBox h2 {
    line-height: 1.2;
  }

  .finally.radioBox h2 .ss {
    font-size: 18px;
  }

  /* 固定ラッパー */
  .fit_btn_wrap {
    padding: 20px 15px;
    width: 100%;
  }

  /* ボタン */
  .fit_btn {
    padding: 15px 25px;
    font-size: 16px;
    display: block;
    width: auto;
    position: relative;
  }

  .fit_btn p {
    font-weight: bold !important;
  }

  .fit_btn .fit_btnInner:first-child p {
    display: none;
  }

  .fit_btn .fit_btnInner p#quo {
    display: block;
    width: 18%;
    left: 10px;
  }

  .fit_btn .fit_btnInner p#quo img {
    width: 100%;
  }

  /* ボタン */
  .fit_btn .fit_btnInner:last-child {
    font-size: 18px;
    text-align: center;
  }
}
