@charset "UTF-8";
body {
  color: #333;
  /*  font-family: 'メイリオ', Meiryo,sans-serif;*/
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

img {
  display: block;
  max-width: 100%;
  margin: auto;
}

p {
  color: #421206;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

a:hover {
  opacity: 0.8;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

header,
footer#footer {
  display: none;
}

.wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.wrapper header {
  display: block;
  min-width: auto;
  height: auto;
}

header {
  background: url(../images/head_bg.png) no-repeat;
  background-size: 100%;
  position: relative;
  overflow: hidden;
}
header .logo {
  width: 64.6%;
  margin: auto;
  padding: 50px 0 22px;
}

#mainvisual {
  margin-bottom: 40px;
}
#mainvisual h1,
#mainvisual .price {
  width: 88.1%;
  margin: auto;
}
#mainvisual h1 {
  width: 100%;
}
#mainvisual h1 img {
  margin: 0 auto 15px;
}
#mainvisual h1 img.title_img {
  width: 88.1%;
}
#mainvisual h1 img.main_img {
  width: 96%;
}
#mainvisual .price img {
  margin: 0 auto 24px;
}
#mainvisual .price .deadline {
  color: #ec6941;
  font-size: 14px;
  padding: 5px 0px;
  margin-bottom: 10px;
  position: relative;
  border-top: 1px dashed #ec6941;
  border-bottom: 1px dashed #ec6941;
  text-align: center;
  font-weight: bold;
}
#mainvisual .price .deadline-note {
  color: #ec6941;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
}

.discount {
  text-align: center;
  line-height: 1.5;
}
.discount .off20 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.discount .off20 span {
  position: relative;
  font-weight: bold;
  line-height: 1.8;
}
.discount .off20 span::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #fff07f;
  z-index: -1;
}
.discount .detail a {
  text-decoration: underline;
}

#sec01 {
  background: url(../images/sec01_main_bg.png) no-repeat 0 20px;
  background-size: 100%;
}
#sec01 .discount {
  width: 88.1%;
  margin: 0 auto 30px;
}
#sec01 .youtube {
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 45px;
  position: relative;
  width: 88%;
  padding-top: 56.25%;
}
#sec01 .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#sec01 h2 {
  width: 61%;
  margin: 0 auto 6px;
}
#sec01 .mainimage {
  width: 98.6%;
  margin: 0 auto 30px;
}
#sec01 .text {
  background: url(../images/sec01_text_bg.png) center center no-repeat;
  background-size: 100%;
}
#sec01 .text p {
  text-align: center;
  font-size: 15px;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 45px;
}

#sec02 {
  position: relative;
}
#sec02 h2 {
  width: 65.6%;
  margin-bottom: 10px;
  position: relative;
}
#sec02:before {
  content: "";
  display: block;
  background: url(../images/sec02_title_bg.png) no-repeat;
  background-size: 100%;
  width: 43.1%;
  height: 39vw;
  position: absolute;
  top: -52px;
  right: 0;
}
#sec02 .item {
  overflow: hidden;
}
#sec02 .item .image {
  position: relative;
  padding: 10px 0;
  border-top: 2px solid #c9caca;
  border-bottom: 2px solid #c9caca;
  background: #fff;
}
#sec02 .item .image ul {
  width: 78%;
  margin: auto;
}
#sec02 .item .data {
  width: 88%;
  margin: auto;
  color: #421206;
  padding: 12px 0;
}
#sec02 .item .data h3 {
  font-size: 15px;
  font-weight: bold;
  padding-left: 5%;
  margin-bottom: 15px;
}
#sec02 .item .data .writer {
  padding-left: 5%;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
#sec02 .item .data .writer .flag {
  width: 11.7%;
  float: left;
  margin-right: 15px;
}
#sec02 .item .data .writer .name {
  font-weight: bold;
  line-height: 1.3;
}
#sec02 .item .data .writer .name span {
  font-size: 14px;
  font-weight: bold;
}
#sec02 .item .data .disc {
  position: relative;
}
#sec02 .item .data .disc p {
  font-size: 13px;
  line-height: 1.84;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
#sec02 .item .data .disc .detail_btn {
  display: block;
  float: right;
  margin-bottom: 30px;
}
#sec02 .item .data .disc .detail_btn a {
  display: inline-block;
  border: 2px solid #c9caca;
  padding: 10px 15px 10px 36px;
  color: #421206;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: bold;
  position: relative;
}
#sec02 .item .data .disc .detail_btn a:before {
  content: "";
  display: inline-block;
  background: url(../images/arrow_yellow.svg) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  margin: auto 8px auto 0;
}
#sec02 .item .data .disc .detail_btn a:hover {
  background: #c9caca;
  opacity: 1;
  transition: 0.2s;
}
#sec02 .item .data .disc:before {
  content: "";
  background-image: linear-gradient(to right, #421206, #421206 5px, transparent 5px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: -20px;
  bottom: 0;
  left: 0;
  right: 0;
}
#sec02 .item .data .price {
  margin-bottom: 10px;
}
#sec02 .item .data .application {
  position: relative;
  margin-bottom: 30px;
}
#sec02 .item .data .application:before {
  content: "";
  display: block;
  position: absolute;
  background: #cecece;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  line-height: 1.5;
  bottom: -4px;
  right: -4px;
}
#sec02 .item .data .application a {
  display: block;
  width: 100%;
  background: #421206;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 15px;
  line-height: 1.5;
  position: relative;
}
#sec02 .item .data .discount {
  margin-bottom: 40px;
}

.sample-banner {
  padding: 0 20px;
}
.sample-banner.area-bottom {
  border-top: 3px solid #c9caca;
  padding-top: 60px;
  margin-bottom: 60px;
}

.download {
  line-height: 1.5;
  margin: 0 auto 30px;
  padding: 0 20px;
}
.download h3 {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 5px 0;
  background: url(../images/download_icon.png) no-repeat 10px 8px;
  background-size: 26px 20px;
  background-color: #00a2e4;
  color: #fff;
}
.download .announcement {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
  background: url(../images/download_tayori.png) no-repeat right 0;
  background-size: contain;
  padding-bottom: 30px;
  margin-top: 25px;
}
.download p {
  margin-top: -1rem;
}
.download ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-top: 20px;
}
.download ul li a {
  background-color: #ffe100;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 10px 0px;
}
.download ul li a::after {
  content: "";
  background: url("../images/download_icon.png") no-repeat;
  background-size: contain;
  display: block;
  margin: auto;
  width: 26px;
  height: 20px;
  margin-top: 5px;
}

.wlb_icon {
  width: 29.6%;
  margin: 20px auto;
}

.attention {
  background: #eee;
}
.attention ul {
  width: 88%;
  margin: auto;
  padding: 20px 0;
}
.attention ul li {
  margin-bottom: 1rem;
}
.attention ul li p {
  font-size: 12px;
  line-height: 1.5;
  position: relative;
}
.attention ul li p.title {
  text-decoration: underline;
  padding-left: 1em;
}
.attention ul li p.title:before {
  content: "●";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

footer {
  background-color: #421206;
  min-width: auto;
}
footer .wrap {
  max-width: 335px;
  margin: 0 auto;
  padding: 18px 0;
  color: #fff;
  font-size: 11px;
  line-height: 1.5;
}
footer .wrap p,
footer .wrap a {
  color: #fff;
}
footer .wrap p {
  font-size: 12px;
  margin: 0 0 10px;
}
footer .wrap a {
  font-size: 11px;
}
footer p.copy {
  background-color: #fff;
  padding: 10px 2.5% 20px 0;
  color: #421206;
  font-size: 11px;
  text-align: right;
}

/*slick*/
.slick-prev {
  left: -14%;
}
.slick-prev:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/slide_left_arrow.png) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
}

.slick-next {
  right: -14%;
}
.slick-next:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/slide_right_arrow.png) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
}

@media only screen and (min-width: 768px) {
  header .logo {
    padding: 100px 0 70px;
  }
  header:before {
    width: 755px;
    height: 142px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #mainvisual {
    margin-bottom: 90px;
  }
  #mainvisual .price img {
    margin: 0 auto 40px;
  }
  #mainvisual .price .deadline {
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px 0px;
    border: none;
  }
  #mainvisual .price .deadline:before {
    content: "";
    background-image: linear-gradient(to right, #ec6941, #ec6941 5px, transparent 5px, transparent 8px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #mainvisual .price .deadline:after {
    content: "";
    background-image: linear-gradient(to right, #ec6941, #ec6941 5px, transparent 5px, transparent 8px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    position: absolute;
    top: 46px;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #mainvisual .price .deadline-note {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 40px;
  }
  #mainvisual .youtube {
    margin-top: 80px;
  }
  .discount .off20 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .discount .off20 strong {
    font-size: 40px;
  }
  .discount .detail {
    font-size: 26px;
  }
  #sec01 .text {
    margin-bottom: 120px;
  }
  #sec01 .text p {
    font-size: 30px;
    margin-bottom: 90px;
  }
  #sec02:before {
    width: 338px;
    height: 254px;
    top: -92px;
  }
  #sec02 h2 {
    width: 491px;
    margin-bottom: 24px;
  }
  #sec02 .item .image {
    padding: 20px 0;
    border-top: 3px solid #c9caca;
    border-bottom: 3px solid #c9caca;
  }
  #sec02 .item .data {
    padding: 25px 0;
  }
  #sec02 .item .data h3 {
    font-size: 30px;
    padding-left: 8%;
  }
  #sec02 .item .data .writer {
    padding-left: 8%;
    padding-bottom: 30px;
  }
  #sec02 .item .data .writer .flag {
    width: 88px;
    margin-right: 30px;
    margin-top: 12px;
  }
  #sec02 .item .data .writer .name {
    font-size: 30px;
  }
  #sec02 .item .data .writer .name span {
    font-size: 24px;
  }
  #sec02 .item .data .disc {
    margin-bottom: 40px;
  }
  #sec02 .item .data .disc p {
    font-size: 26px;
    margin-bottom: 50px;
  }
  #sec02 .item .data .disc .detail_btn a {
    width: 457px;
    font-size: 30px;
    padding: 18px 0px 18px 77px;
    box-sizing: border-box;
    letter-spacing: 6px;
    border: 3px solid #c9caca;
  }
  #sec02 .item .data .disc .detail_btn a:before {
    width: 38px;
    height: 38px;
    left: 24px;
  }
  #sec02 .item .data .disc:before {
    background-size: 8px 2px;
  }
  #sec02 .item .data .price {
    margin-bottom: 30px;
  }
  #sec02 .item .data .application {
    margin-bottom: 60px;
  }
  #sec02 .item .data .application a {
    padding: 20px;
    font-size: 40px;
    letter-spacing: 2px;
    box-sizing: border-box;
  }
  #sec02 .item .data .application a:hover {
    background: #00a2e4;
    opacity: 1;
    transition: 0.2s;
  }
  #sec02 .item .data .application:before {
    bottom: -8px;
    right: -7px;
  }
  .download h3 {
    font-size: 24px;
    width: 100%;
    background-position: 120px 13px;
    margin-left: auto;
    margin-right: auto;
  }
  .attention ul {
    padding: 40px 0;
  }
  .attention ul li p {
    font-size: 24px;
  }
  footer {
    max-width: 800px;
    margin: auto;
  }
  footer .wrap {
    max-width: 88%;
    font-size: 18px;
    padding: 25px 0;
  }
  footer .wrap p {
    font-size: 23px;
  }
  footer .wrap a {
    font-size: 18px;
  }
  footer p.copy {
    font-size: 18px;
  }
  .slick-prev,
  .slick-next,
  .slick-prev:before,
  .slick-next:before {
    width: 38px;
    height: 38px;
  }
}

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