@charset "UTF-8";
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 {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

body {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

sup {
  font-size: 70%;
  vertical-align: top;
}

/* ======================================
basic
====================================== */
img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

/* ======================================
utility style
====================================== */
/* ----- media display ----- */
.pc-on {
  display: block;
}

.sp-on {
  display: none;
}

.tab-on {
  display: none;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 540px) {
  .sp-on {
    display: block;
  }

  .pc-on {
    display: none;
  }

  .tab-on {
    display: none;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}
/* タブレット */
@media screen and (max-width: 975px) and (min-width: 540px) {
  .tab-on {
    display: block;
  }

  .sp-on {
    display: none;
  }

  .pc-on {
    display: block;
  }
}
/* -----clearfix----- */
/* .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
} */
/* .clearfix {
  display: block;
} */
/* ======================================
layer
====================================== */
.l-wrap {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

/* ======================================
component
====================================== */
/* -----
area
 ----- */
/* .content-area{
   padding-bottom: 50px;
 } */
@media screen and (max-width: 767px) {
  .content-area {
    padding-bottom: 30px;
  }

  .content-area .inner {
    padding-top: 24px;
  }
}
/* -----
heading
 ----- */
.heading-02 {
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 30px;
  color: #3c3f7c;
  text-align: center;
  margin: 64px 0 28px;
  padding-bottom: 20px;
  line-height: 1.3;
  letter-spacing: 0.002em;
}

/* .heading-02 span {
  font-size: 26px;
} */
.heading-02-inner {
  display: inline-block;
}

.heading-02::after {
  position: absolute;
  content: "";
  width: 92%;
  height: 1px;
  border-bottom: 1px solid #878787;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.heading-02_none::after {
  content: none;
}

.heading-03 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin: 20px 0 28px;
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  color: #1e1e1e;
}

.heading-box {
  position: relative;
}

.heading-box .heading {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 26px;
  color: #3c3f7c;
  text-align: center;
  margin: 48px 0 56px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.heading-box .heading span {
  font-size: 20px;
  color: #1e1e1e;
}

.heading-box .img-box {
  position: absolute;
  width: 80px;
  top: -12px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .heading-02 {
    margin: 40px 0 18px;
  }

  .heading-02-inner::after {
    width: calc(100% + 8px);
    bottom: -14px;
  }

  .heading-box {
    position: relative;
    width: 98%;
    max-width: 400px;
    margin: 0 auto;
  }

  .heading-03 {
    margin: 24px 0;
    font-size: 20px;
    line-height: 1.5;
  }

  .heading-box .heading {
    font-size: 24px;
    text-align: left;
    margin: 32px 0 0;
    line-height: 1.5;
    letter-spacing: 1px;
  }

  .heading-box .heading span {
    display: inline-block;
    font-size: 16px;
    color: #1e1e1e;
  }

  .heading-box .img-box {
    width: 80px;
    top: 0;
  }
}
/* -----
text
----- */
.tex-box {
  margin: 32px 0;
  text-align: center;
}

.tex {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.002em;
  color: #1e1e1e;
}

.notes {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.002em;
  color: #1e1e1e;
}

@media screen and (max-width: 767px) {
  .tex-box {
    margin: 16px 0;
  }

  .notes {
    margin-top: 20px;
    font-size: 10px;
    margin-bottom: 30px;
  }
}
/* -----
img
----- */
.img-box .img-box-inner {
  padding: 40px 0 32px;
}

@media screen and (max-width: 767px) {
  .img-box .img-box-inner {
    padding: 24px 0;
  }
}
/* -----
column
----- */
/* -----float----- */
.float-box-col2 .tex {
  /* display: inline; */
}

.float-box-col2 .text02 {
  padding-top: 24px;
}

.float-box-col2 .img-box {
  float: right;
  width: auto;
  margin: 0 16px 32px 48px;
}

.float-box-col2 .img01 {
  width: 180px;
}

.float-box-col2 .img02 {
  width: 270px;
}

/* -----flex box----- */
.col1 .tex {
  margin: 40px 0;
  text-align: center;
}

.col2 {
  display: flex;
  justify-content: space-between;
}

.col2 .img-box {
  width: 41%;
  margin: 0 0 0 48px;
}

.col2 .tex {
  width: 52%;
}

.col2 .img-box img {
  width: 100%;
}

.col2-02 {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
}

.col2-02 .img-box {
  /* width: 32%; */
  font-size: 14px;
  line-height: 1.8;
  /* margin: 0 48px 0 0; */
}

/* .col2-02 .tex{
  width: 60%;
} */
.col2-02 .img-box img {
  width: 100%;
  /* margin-bottom: 10px; */
}

@media screen and (max-width: 767px) {
  /* -----float----- */
  .sp-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sp-flex .img-box {
    order: 2;
  }

  .sp-flex .text02 {
    order: 3;
  }

  .float-box-col2 .text02 {
    padding-top: 0;
  }

  .float-box-col2 .img-box {
    float: none;
    width: auto;
    margin: 24px 0;
  }

  .float-box-col2 .img01 {
    width: 180px;
  }

  .float-box-col2 .img02 {
    width: 270px;
  }

  /* -----flex box----- */
  .col1 .tex {
    margin: 24px 0;
    text-align: left;
  }

  .col2 {
    flex-direction: column-reverse;
    justify-content: unset;
    align-items: center;
  }

  .col2 .img-box {
    width: 100%;
    margin: 32px 0 24px;
  }

  .col2 .tex {
    width: 100%;
  }

  .col2-02 {
    flex-direction: column;
    justify-content: unset;
    align-items: center;
    margin-top: 0;
  }

  .col2-02 .img-box {
    width: 68%;
    margin: 0 0 32px 0;
  }

  .col2-02 .tex {
    width: 100%;
  }
}
/* -----
movie
----- */
.movie-area {
  margin: 48px 0;
  padding: 40px;
  background-color: #e2e2eb;
}

.movie-area .title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 26px;
  color: #3c3f7c;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.movie-box {
  margin: 0 auto;
  max-width: 700px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 50.15%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
  .movie-area {
    position: relative;
    left: -20px;
    width: 100vw;
    margin: 40px 0;
    padding: 24px 20px;
  }

  .movie-area .title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .movie-box {
    margin: 0 auto;
    width: 100%;
  }

  .youtube {
    padding-top: 50.25%;
  }
}
/* -----
box
----- */
.cont-box {
  padding: 40px;
  background: #ffffff;
  border: 2px solid #3c3f7c;
  border-radius: 20px;
}

.cont-box .title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  color: #3c3f7c;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.cont-box .title.title_01 {
  font-weight: 600;
}

.cont-box .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title_01 + .box .tex {
  width: 45%;
}

.title_01 + .box .img-box {
  width: 46%;
}

.cont-box .box .img-box {
  margin-left: 32px;
}

.cont-box .box .img-box img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cont-box {
    margin-top: 48px;
    padding: 24px 16px;
    border-radius: 16px;
  }

  .cont-box .title {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .cont-box .box {
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
    align-items: center;
  }

  .title_01 + .box .tex {
    width: 100%;
  }

  .title_01 + .box .img-box {
    width: 77%;
  }

  .cont-box .box .img-box {
    margin-left: 0;
    margin-bottom: 16px;
  }

  .cont-box .box .img-box img {
    width: 100%;
  }
}
/* -----
button
----- */
.btn-box {
  margin: 24px 0;
}

.btn-box .btn01 {
  margin-bottom: 24px;
}

.btn-box .btn01:last-child {
  margin-bottom: 0;
}

.btn01 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  margin-bottom: 24px;
  text-align: center;
}

.btn01 a {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px 19px 12px;
  border: 1px solid #3c3f7c;
  font-size: 18px;
  text-decoration: none;
  color: #3c3f7c;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.btn01 a:hover {
  color: #fff;
  background: #3c3f7c;
}

.btn01 a::after {
  content: ">";
  position: absolute;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .btn-box {
    margin: 20px 0;
  }

  .btn-box .btn01 {
    margin-bottom: 20px;
  }

  .btn01 {
    margin-bottom: 20px;
    padding: 0 16px;
  }

  .btn01 a {
    width: 100%;
    padding: 8px 16px 9px;
    line-height: 1.25;
  }

  .btn01 a::after {
    content: ">";
    position: absolute;
    top: calc((100% - 20px) / 2);
    right: 8px;
  }
}
/* -----
product
----- */
.prodt-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 0;
}

.prod-img {
  width: 44%;
  margin-right: 48px;
}

.prod-img img {
  width: 100%;
}

.prod-img a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.prod-img a:hover {
  opacity: 0.7;
}

.prod-detail {
  width: 50%;
}

.prod-detail .prod-name {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}

.prod-detail .prod-price {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.875;
}

.prod-detail .prod-tex {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .product-area {
    padding-top: 16px;
    margin-bottom: 60px;
  }

  .prodt-box {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
  }

  .prod-img {
    width: min(100%, 550px);
    margin: 0 auto 24px;
  }

  .prod-img img {
    width: 100%;
  }

  .prod-detail {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .prod-detail .prod-name {
    margin-bottom: 12px;
  }

  .prod-detail .prod-price {
    text-align: center;
  }

  .prod-detail .prod-tex {
    margin-top: 28px;
  }
}
/* ======================================
customer-voice
====================================== */
.customer-voice {
  border: 1px solid #171c61;
  padding: 30px;
  margin: 30px 0;
}
.product-title-area {
  display: flex;
  align-items: center;
  gap: 0 25px;
}
@media (max-width: 700px) {
  .product-title-area {
    flex-flow: column;
    gap: 35px 25px;
    text-align: center;
  }
}
.title-area {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 26px;
  color: #3c3f7c;
  letter-spacing: 0.002em;
  line-height: 1.2;
}
.thumb-area {
  display: flex;
  gap: 0 25px;
}

.thumb-area .thumb {
  max-width: 120px;
  max-height: 120px;
}

.thumb-area .thumb img {
  width: 100%;
}
.voice-area {
  margin: 30px 0 20px;
  line-height: 1.8;
}
/*
.link-area {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

@media (max-width: 700px) {
  .link-area {
    align-items: stretch;
    text-align: center;
  }
}

.link-area a {
  color: #171c61;
  border: 1px solid #171c61;
  padding: 8px;
  text-decoration: none;
  margin: 10px 0;
  transition: all .3s;
}
.link-area a:hover {
  color: #ffffff;
  background: #171c61;
}
.link-area a::after {
  content: " ＞";
}
*/
.link-area {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

@media (max-width: 700px) {
  .link-area {
    align-items: stretch;
  }
}

.link-area a {
  color: #171c61;
  border: 1px solid #171c61;
  padding: 8px 28px 8px 8px;
  text-decoration: none;
  margin: 8px 0;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.link-area a::after {
  content: " ＞";
  position: absolute;
  right: 8px;
}

.link-area a:hover {
  color: #ffffff;
  background: #171c61;
}

@media screen and (max-width: 540px) {
  .link-area a {
    justify-content: center;
  }
}