@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* リセットCSS
===================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, 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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

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

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

/* 基本設定
===================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-weight: 400;
  font-family: "YuGothic", "Zen Kaku Gothic New";
  color: #111111;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.tab-show {
  display: none;
}
@media (max-width: 1359px) {
  .tab-show {
    display: block;
  }
}

.tab-hide {
  display: block;
}
@media (max-width: 1359px) {
  .tab-hide {
    display: none;
  }
}

.sp-show {
  display: none;
}
@media (max-width: 767px) {
  .sp-show {
    display: block;
  }
}

.sp-hide {
  display: block;
}
@media (max-width: 767px) {
  .sp-hide {
    display: none;
  }
}

/* 個別記述
===================================== */
.orange {
  color: #eb5405;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 45px;
  font-weight: 600;
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}

.fv-h1 {
  font-size: 42px;
  line-height: 1.5em;
  color: white;
}
@media screen and (max-width: 950px) {
  .fv-h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .fv-h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5em;
}
@media screen and (max-width: 920px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 810px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 21px;
  }
}

h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.78em;
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 21px;
  line-height: 1.71em;
  font-weight: 600;
  font-family: "YuGothic", "Zen Kaku Gothic New";
}

h5 {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  h5 {
    font-size: 15px;
  }
}

p {
  line-height: 1.875em;
}
@media (max-width: 767px) {
  p {
    font-size: 15px;
  }
}

section:not(.fv) img {
  width: 100%;
}

.button {
  font-size: 18px;
  font-family: "YuGothic", "Zen Kaku Gothic New";
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 294px;
  height: 60px;
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .button {
    width: 248px;
    height: 51px;
    font-size: 15px;
  }
}
.button svg {
  position: absolute;
  right: 20px;
}
.button svg path {
  transition: all 0.3s;
}
.button span {
  position: relative;
  z-index: 2;
  padding-right: 10px;
}

.k-use {
  background-image: linear-gradient(to left, #faa300 0%, #e66363 100%);
  color: white;
  position: relative;
  border-left: 3px solid #faa300;
  border-right: 3px solid #e66363;
}
.k-use::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 7px);
  height: 100%;
  background-image: linear-gradient(to right, #faa300, #e66363);
  opacity: 1;
  transition: all 0.3s;
}
.k-use:hover {
  border-left: 3px solid #e66363;
  border-right: 3px solid #faa300;
}
.k-use:hover::before {
  opacity: 0;
}

.ama {
  background-color: #fff;
  border: 3px solid #221e1f;
  color: #221e1f;
  white-space: nowrap;
}
.ama svg path {
  fill: #221e1f;
}
.ama:hover {
  background-color: #221e1f;
  color: white;
}
.ama:hover svg path {
  fill: white;
}

section {
  position: relative;
}

.section-inner {
  margin: auto;
  width: 96%;
  position: relative;
  max-width: 1315px;
}
@media (max-width: 1359px) {
  .section-inner {
    width: calc(100% - 40px);
  }
}

.fv {
  height: 684px;
  background-image: url(../img/fv.webp);
  background-size: cover;
}
@media screen and (max-width: 1080px) {
  .fv {
    background-position: center;
  }
}
@media (max-width: 767px) {
  .fv {
    background-image: url(../img/fv-sp.webp);
    background-position: center top;
    height: 589px;
  }
}
.fv .fv-inner {
  padding-left: 54%;
  padding-top: 68px;
}
@media screen and (max-width: 1080px) {
  .fv .fv-inner {
    padding-left: 45%;
  }
}
@media (max-width: 767px) {
  .fv .fv-inner {
    padding-left: 20px;
    padding-top: 15px;
  }
}
.fv .fv-inner .top {
  display: flex;
  padding-bottom: 50px;
}
@media screen and (max-width: 950px) {
  .fv .fv-inner .top .logo {
    width: 176px;
    padding-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .fv .fv-inner .top {
    flex-direction: column;
    align-items: flex-end;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}
.fv .fv-inner .top .circle {
  width: 147px;
  margin-left: 43px;
}
@media screen and (max-width: 950px) {
  .fv .fv-inner .top .circle {
    width: 136px;
  }
}
@media (max-width: 767px) {
  .fv .fv-inner .top .circle {
    margin-right: 10px;
  }
}
.fv .fv-inner .middle {
  padding-bottom: 50px;
}
.fv .fv-inner .middle h1 {
  text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .fv .fv-inner .middle {
    padding-bottom: 25px;
  }
}
.fv .fv-inner .bottom {
  display: flex;
  flex-direction: column;
}
.fv .fv-inner .bottom .bottom-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .fv .fv-inner .bottom .bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 8px;
  }
}
.fv .fv-inner .bottom .ama {
  width: 500px;
}
@media screen and (max-width: 1000px) {
  .fv .fv-inner .bottom .ama {
    width: 280px;
  }
}
.fv .fv-inner .bottom .k-use {
  margin-right: 10px;
  width: 245px;
}
@media screen and (max-width: 1000px) {
  .fv .fv-inner .bottom .k-use {
    width: 280px;
    margin-right: unset;
    margin-bottom: 10px;
  }
}
.fv .fv-inner .bottom .k-use span {
  font-size: 14px;
}
.fv .fv-inner .bottom .k-use svg {
  right: 10px;
}

.concepts {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .concepts {
    padding-top: 60px;
  }
}
.concepts h4 {
  padding-bottom: 10px;
}
.concepts h3 {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .concepts h3 {
    padding-bottom: 30px;
  }
}
.concepts .section-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .concepts .section-inner {
    flex-direction: column;
  }
}
.concepts .section-inner .left {
  width: 55%;
}
@media (max-width: 767px) {
  .concepts .section-inner .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.concepts .section-inner .right {
  width: 45%;
}
@media (max-width: 767px) {
  .concepts .section-inner .right {
    width: 100%;
  }
}

.secrets {
  padding-top: 50px;
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .secrets {
    margin-top: 100px;
    padding-bottom: 50px;
  }
}
.secrets::before {
  content: "";
  width: 100%;
  height: calc(100% - 200px);
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  top: 200px;
}
.secrets.secrets2 {
  background-color: #f5f5f5;
  padding-top: 100px;
}
.secrets.secrets2::before {
  display: none;
}
@media (max-width: 767px) {
  .secrets.secrets2 {
    margin-top: 30px;
    padding-top: 50px;
  }
}
.secrets.secrets1 {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .secrets.secrets1 {
    margin-top: 0px;
  }
}
.secrets .secret-desc {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  background-image: linear-gradient(to bottom, rgba(250, 163, 0, 0.5), #e66363);
  padding: 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .secrets .secret-desc {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .secrets .secret-desc {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.secrets .secret-desc .left {
  width: 30%;
}
@media (max-width: 767px) {
  .secrets .secret-desc .left {
    width: 100%;
  }
}
.secrets .secret-desc .right {
  width: 70%;
  padding-left: 75px;
}
@media (max-width: 767px) {
  .secrets .secret-desc .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.secrets .secret-desc .right h2, .secrets .secret-desc .right p {
  color: white;
  font-size: 40px;
  line-height: 1.5em;
  font-weight: bold;
}
.secrets .secret-desc .right h2 img, .secrets .secret-desc .right p img {
  width: 223px;
  height: auto;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .secrets .secret-desc .right h2, .secrets .secret-desc .right p {
    font-size: 24px;
  }
  .secrets .secret-desc .right h2 img, .secrets .secret-desc .right p img {
    width: 100px;
  }
}
.secrets .feature {
  display: flex;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .secrets .feature {
    flex-direction: column;
  }
}
.secrets .feature .left {
  width: 60%;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .secrets .feature .left {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.secrets .feature .right {
  width: 40%;
}
@media (max-width: 767px) {
  .secrets .feature .right {
    width: 100%;
  }
}
.secrets .feature .right h5 {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  font-size: 32px;
}
.secrets .feature .right h5 img {
  width: 170px;
}
@media (max-width: 767px) {
  .secrets .feature .right h5 {
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
    white-space: nowrap;
  }
  .secrets .feature .right h5 img {
    width: 140px;
  }
}
.secrets .feature .right h3 {
  line-height: 1.7em;
  margin-bottom: 20px;
}
.secrets .feature .right .bg-white {
  background-color: #fff;
  padding: 10px;
  padding-left: 25px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .secrets .feature .right .bg-white {
    padding-left: 10px;
  }
  .secrets .feature .right .bg-white h4, .secrets .feature .right .bg-white h3 {
    text-align: center;
  }
}
.secrets .secret {
  display: flex;
  margin-bottom: 140px;
}
.secrets .secret:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .secrets .secret {
    flex-direction: column;
    margin-bottom: 80px;
  }
}
.secrets .secret > div {
  width: 50%;
}
@media (max-width: 767px) {
  .secrets .secret > div {
    width: 100%;
  }
}
.secrets .secret .left {
  background-color: white;
  margin-bottom: 20px;
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 1024px) {
  .secrets .secret .left {
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
}
.secrets .secret .left h6 {
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  letter-spacing: 0.05em;
  border-bottom: 5px solid;
  display: inline-block;
  line-height: 40px;
  margin-top: -15px;
}
.secrets .secret .left h6 span {
  font-size: 14px;
  letter-spacing: 0.02em;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .secrets .secret .left h6 {
    font-size: 46px;
    line-height: 25px;
  }
  .secrets .secret .left h6 span {
    font-size: 11px;
  }
}
.secrets .secret .left h4 {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .secrets .secret .left h4 {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
.secrets .secret .left p span {
  background: linear-gradient(transparent 60%, #ffee26 0%);
  display: inline;
  padding: 0 1px 0px;
}
.secrets .secret .right {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .secrets .secret .right {
    margin-top: 0;
  }
}
.secrets .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .secrets .reverse {
    flex-direction: column;
  }
}

.how_to_use {
  padding-top: 150px;
}
@media (max-width: 767px) {
  .how_to_use {
    padding-top: 80px;
  }
}

.how_to_use h1 {
  text-align: center;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .how_to_use h1 {
    padding-bottom: 20px;
  }
}
.how_to_use .flex {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .how_to_use .flex {
    flex-direction: column;
    padding-bottom: 40px;
  }
}
.how_to_use .flex .card {
  width: calc(25% - 10px);
  padding-bottom: 1em;
}
.how_to_use .flex .card.focus {
  border: solid 6px #f00;
}
@media (max-width: 767px) {
  .how_to_use .flex .card {
    width: 100%;
    margin-bottom: 30px;

  }
  .how_to_use .flex .card:last-child {
    margin-bottom: 0;
  }
}
.how_to_use .flex .card p {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .how_to_use .flex .card p {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.how_to_use .flex .card .notice {
  margin-left: 15px;
  font-size: 12px;
  margin-bottom: 0;
}
.how_to_use .flex .card .has-notice::after {
  content: "※";
  font-size: 0.7em;
  position: absolute;
}
.how_to_use .flex .card h6 {
  font-weight: bold;
  font-size: 45px;
  letter-spacing: 0.05em;
  display: inline-block;
  border-bottom: 5px solid #eb5405;
  margin-left: 20px;
  margin-top: -20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .how_to_use .flex .card h6 {
    margin-left: 15px;
    margin-bottom: 25px;
    padding-bottom: 5px;
  }
}
.how_to_use .flex .card p {
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 0.05em;
}
.how_to_use .notice {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 0.8em;
  position: relative;
}
.how_to_use .notice::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.how_to_use .bg-gray {
  margin-top: 50px;
  padding: 20px;
  border-radius: 20px;
  background-color: #f5f5f5;
}
.how_to_use .bg-gray h3 {
  color: #EB5405;
  text-align: center;
  margin-bottom: 1em;
}
.how_to_use .bg-gray .item {
  display: flex;
  align-items: center;
  gap: 1.5em;
  padding: 0;
}
.how_to_use .bg-gray .item + .item {
  margin-top:2em;
  flex-direction: row-reverse;
}

@media (max-width: 767px) {

  .how_to_use .bg-gray h3 {
    font-size: 16px;
    line-height: 1.4em;
  }
  .how_to_use .bg-gray {
    flex-direction: column;
    margin-top: 30px;
  }
  .how_to_use .bg-gray .item {
    gap: 1em;
  }
  .how_to_use .bg-gray .item + .item {
    margin-top: 1em;
    flex-direction: column;
}
}
.how_to_use .bg-gray .left {
  width: 50%;
  display: flex;
  gap: 1em;
}
@media (max-width: 767px) {
  .how_to_use .bg-gray .left {
    width: 100%;
    justify-content: space-between;
  }
}
.how_to_use .bg-gray .left img {
  /*
  width: 45%;
  margin-right: 2.5%;
  */
  max-width: 100%;
  width: calc(100% / 2 - 1em);
  flex: 1 0 0%;
}

@media (max-width: 767px) {
  .how_to_use .bg-gray .left img {
    margin-left: 1.25%;
    margin-right: 1.25%;
    height: 100%;
  }
}
.how_to_use .bg-gray .right {
  width: 50%;
}
@media (max-width: 767px) {
  .how_to_use .bg-gray .right {
    width: 100%;
  }
}
.how_to_use .bg-gray .right p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
}
.how_to_use .bg-gray .right p span {
  background: linear-gradient(transparent 60%, #ffee26 0%);
}
@media (max-width: 767px) {
  .how_to_use .bg-gray .right p {
    font-size: 14px;
  }
}

.movie {
  padding-top: 150px;
}
@media (max-width: 767px) {
  .movie {
    padding-top: 80px;
  }
}
.movie .section-inner {
  max-width: 900px;
}
.movie h1 {
  text-align: center;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .movie h1 {
    padding-bottom: 20px;
  }
}
.movie .youtube-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie .youtube-wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.secret-banner {
  background-image: url(../img/secret-bg.webp);
  padding-top: 20px;
  padding-bottom: 20px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.secret-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .secret-banner {
    flex-direction: column;
  }
}
.secret-banner .left {
  padding-right: 130px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .secret-banner .left {
    padding-right: unset;
  }
}
.secret-banner .left h4 span {
  background-color: #fff;
  display: inline-block;
  padding: 0px 10px;
}
@media (max-width: 767px) {
  .secret-banner .left h4 {
    text-align: center;
  }
}
.secret-banner .left h3 {
  font-size: 40px;
  line-height: 1.5em;
  color: white;
  text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .secret-banner .left h3 {
    font-size: 28px;
    margin-bottom: 20px;
    white-space: nowrap;
  }
}
.secret-banner .right {
  width: 30%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .secret-banner .right {
    width: 70%;
  }
}

.pro_info {
  margin-top: 50px;
  padding-top: 100px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .pro_info {
    padding-top: 40px;
  }
}
.pro_info h1 {
  text-align: center;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .pro_info h1 {
    padding-bottom: 20px;
    font-size: 28px;
  }
}
.pro_info .section-inner {
  max-width: 1100px;
}
.pro_info .section-inner .flex {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .pro_info .section-inner .flex {
    flex-direction: column;
  }
}
.pro_info .section-inner .flex2 {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .pro_info .section-inner .flex2 {
    margin-top: 40px;
  }
}
.pro_info .section-inner .left {
  width: 44%;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .pro_info .section-inner .left {
    width: 100%;
    margin-right: unset;
    margin-bottom: 30px;
  }
}
.pro_info .section-inner .right {
  width: calc(56% - 16px);
}
@media (max-width: 767px) {
  .pro_info .section-inner .right {
    width: 100%;
  }
}
.pro_info .section-inner .right .p-flex {
  display: flex;
}
@media (max-width: 767px) {
  .pro_info .section-inner .right .p-flex {
    flex-direction: column;
    align-items: center;
  }
}
.pro_info .section-inner .right .p-flex .col {
  /*width: 50%;*/
}
@media (max-width: 767px) {
  .pro_info .section-inner .right .p-flex .col {
    width: 100%;
    /*margin-bottom: 20px;*/
  }
}
.pro_info .section-inner .right .p-flex .col p {
  font-weight: bold;
  font-size: 14px;
}
.pro_info .section-inner .right .p-flex .col ul li {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.5em;
}
.pro_info .section-inner .right .p-flex .col ul li::before {
  content: "・";
  left: 0;
  top: 0;
  position: absolute;
}
.pro_info .section-inner .right h4 {
  padding-bottom: 15px;
  border-bottom: 1px solid;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .pro_info .section-inner .right h4 {
    font-size: 18px;
  }
}


.pro_info .section-inner .right h5 {
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .pro_info .section-inner .right h5 {
    font-size: 18px;
  }
}
.pro_info .section-inner .right p {
  font-size: 14px;
  line-height: 1.7em;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .pro_info .section-inner .right p {
    padding-bottom: 0px;
  }
}
.pro_info .section-inner .right .notice {
  margin-top: 20px;
  font-size: 0.7em;
  position: relative;
  padding-left: 15px;
  padding-bottom: 55px;
}
.pro_info .section-inner .right .notice::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .pro_info .section-inner .right .notice {
    padding-bottom: 40px;
    font-size: 11.5px;
    padding-left: 15px;
  }
}
.pro_info .section-inner .right .k-use {
  margin-bottom: 20px;
}
.pro_info .section-inner .button-wrapper {
  background-color: #F5F5F5;
  padding: 20px;
}
.pro_info .section-inner .button-wrapper .button.ama {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.pro_info .section-inner .button-wrapper .k-use-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: auto;
  margin-top: 10px;
  gap: 1em;
}
@media (max-width: 767px) {
  .pro_info .section-inner .button-wrapper .k-use-wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.pro_info .section-inner .button-wrapper .k-use-wrapper .k-use, .pro_info .section-inner .button-wrapper .k-use-wrapper .ama {
  width: 32%;
  margin: unset;
}
@media (max-width: 767px) {
  .pro_info .section-inner .button-wrapper .k-use-wrapper .k-use, .pro_info .section-inner .button-wrapper .k-use-wrapper .ama {
    width: 100%;
    margin-bottom: 10px;
  }
  .pro_info .section-inner .button-wrapper .k-use-wrapper .k-use:last-child, .pro_info .section-inner .button-wrapper .k-use-wrapper .ama:last-child {
    margin-bottom: 0;
  }
}
.pro_info .section-inner .button-wrapper .k-use-wrapper span {
  font-size: 14px;
}
.pro_info .banner {
  width: 100%;
  height: 22.9868228404vw;
  margin: auto;
  margin-top: 100px;
  background-image: url(../img/present.webp?ver2);
  background-size: cover;
  background-position: center bottom;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .pro_info .banner {
    margin-top: 60px;
    background-position: center;
    height: 198px;
  }
}
.pro_info .banner .inner {
  padding-bottom: 20px;
}
.pro_info .banner h4 {
  background-color: #fff;
  display: table;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 44px;
  white-space: nowrap;
}
.pro_info .banner h4:first-child {
  margin-bottom: 5px;
}

.yuri {
  position: relative;
  margin-top: 100px;
}
.yuri::before {
  content: "";
  width: 70%;
  height: calc(100% + 20px);
  background-color: #f5f5f5;
  position: absolute;
  top: 20px;
}
@media (max-width: 767px) {
  .yuri::before {
    top: -20px;
    width: calc(100% - 20px);
  }
}
.yuri .section-inner {
  width: 100%;
  max-width: 904px;
  margin: auto;
}
@media screen and (max-width: 950px) {
  .yuri .section-inner {
    width: calc(100% - 40px);
  }
}
.yuri .section-inner h3 {
  position: relative;
  padding-left: 25px;
}
.yuri .section-inner h3::before {
  content: "";
  height: 78px;
  width: 5px;
  background-color: #eb5405;
  position: absolute;
  left: 0;
  top: 10px;
}
@media (max-width: 767px) {
  .yuri .section-inner h3 {
    padding-left: 20px;
  }
  .yuri .section-inner h3::before {
    height: 57px;
  }
}
.yuri .section-inner .flex {
  display: flex;
}
@media (max-width: 767px) {
  .yuri .section-inner .flex {
    flex-direction: column;
  }
}
.yuri .section-inner .flex .left {
  padding-right: 100px;
}
.yuri .section-inner .flex .left p {
  padding-top: 50px;
  width: 450px;
}
@media screen and (max-width: 950px) {
  .yuri .section-inner .flex .left {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .yuri .section-inner .flex .left {
    padding-right: 0;
  }
}
.yuri .section-inner .flex .right {
  padding-top: 70px;
}
@media screen and (max-width: 1080px) {
  .yuri .section-inner .flex .right {
    width: 44%;
  }
}
@media (max-width: 767px) {
  .yuri .section-inner .flex .right {
    padding-top: 35px;
    width: 100%;
  }
}
.yuri .section-inner .flex .right .img-wrapper {
  position: relative;
}
.yuri .section-inner .flex .right .img-wrapper img {
  width: 444px;
}
@media screen and (max-width: 1080px) {
  .yuri .section-inner .flex .right .img-wrapper img {
    width: 100%;
  }
}
.yuri .section-inner .flex .right h5 {
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .yuri .section-inner .flex .right h5 {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
.yuri .section-inner .flex .right P {
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .yuri .section-inner .flex .right P {
    font-size: 12px;
    padding-right: 20px;
  }
}
.yuri .section-inner .flex .right p.sp-show {
  font-size: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .yuri .section-inner .flex .right p.sp-show {
    font-size: 14px;
  }
}
.yuri .section-inner .flex .right .button2 {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
  height: 34px;
  width: 150px;
  border-radius: 99px;
  color: #111111;
  align-items: center;
  border: 1px solid #707070;
  font-family: "Roboto", sans-serif;
  transition: all 0.3s;
  background-color: #fff;
}
@media (max-width: 767px) {
  .yuri .section-inner .flex .right .button2 {
    height: 25px;
    font-size: 10px;
    width: 113px;
  }
}
.yuri .section-inner .flex .right .button2 svg {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .yuri .section-inner .flex .right .button2 svg {
    width: 10px;
    margin-right: 5px;
  }
}
.yuri .section-inner .flex .right .button2 svg g {
  transition: all 0.3s;
}
.yuri .section-inner .flex .right .button2:hover {
  background-color: #111111;
  color: white;
}
.yuri .section-inner .flex .right .button2:hover svg g {
  fill: white;
}

.rec_item {
  padding-top: 170px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .rec_item {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.rec_item .section-inner {
  max-width: 904px;
}
.rec_item .section-inner h1 {
  text-align: center;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .rec_item .section-inner h1 {
    font-size: 28px;
    padding-bottom: 20px;
  }
}
.rec_item .section-inner .flex {
  display: flex;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .rec_item .section-inner .flex {
    flex-direction: column;
    margin-bottom: 80px;
  }
}
.rec_item .section-inner .flex img {
  width: 276px;
  margin-right: 90px;
}
@media (max-width: 767px) {
  .rec_item .section-inner .flex img {
    margin-right: unset;
    width: 100%;
    margin-bottom: 20px;
  }
}
.rec_item .section-inner .flex .right {
  width: 350px;
}
@media (max-width: 767px) {
  .rec_item .section-inner .flex .right {
    width: 100%;
  }
}
.rec_item .section-inner .flex .right h4 {
  border-bottom: 1px solid #707070;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .rec_item .section-inner .flex .right h4 {
    font-size: 19px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 700;
  }
}
.rec_item .section-inner .flex .right p {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .rec_item .section-inner .flex .right p {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .rec_item .section-inner .flex .right a {
    width: 277px;
    height: 57px;
    font-size: 17px;
  }
}
.rec_item .section-inner .flex-end {
  justify-content: flex-end;
}

.faq {
  padding-bottom: 100px;
}
.faq .section-inner {
  max-width: 904px;
}
.faq .section-inner h1 {
  text-align: center;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .faq .section-inner h1 {
    padding-bottom: 30px;
  }
}
.faq .section-inner .question {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .faq .section-inner .question {
    padding-bottom: 50px;
  }
}
.faq .section-inner .question h4 {
  border-bottom: 1px solid #707070;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .faq .section-inner .question h4 {
    font-size: 18px;
    display: flex;
    font-weight: 700;
  }
  .faq .section-inner .question h4 span {
    font-size: 21px;
    width: 45px;
  }
}
.faq .section-inner .question p a {
  color: #111111;
  text-decoration: underline;
}
.faq .section-inner .k-use {
  width: 427px;
  margin: auto;
}
@media (max-width: 767px) {
  .faq .section-inner .k-use {
    width: 100%;
    max-width: 335px;
    height: 60px;
    font-size: 14px;
  }
}

.online {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../img/online-bg.webp);
  background-size: cover;
  background-position: right bottom;
}
@media (max-width: 767px) {
  .online {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.online .section-inner {
  max-width: 1060px;
}
.online .section-inner h1 {
  padding-bottom: 40px;
}
.online .section-inner h1 img {
  width: 53px;
  height: auto;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .online .section-inner h1 {
    padding-bottom: 20px;
  }
  .online .section-inner h1 img {
    margin-right: 10px;
  }
}
.online .section-inner p {
  font-size: 18px;
  line-height: 1.5em;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .online .section-inner p {
    font-size: 16px;
    padding-bottom: 25px;
  }
}
.online .section-inner h3 {
  font-size: 21px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .online .section-inner h3 {
    font-size: 18px;
  }
}
.online .section-inner h3 span {
  border-left: 5px solid #eb5405;
  display: inline-block;
  line-height: 1.5em;
  padding-left: 10px;
  margin-bottom: 10px;
}
.online .section-inner .h3-2 {
  margin-top: 50px;
}
.online .section-inner .k-use-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 1em
}
.online .section-inner .k-use-wrapper a {
  width: 32%;
}
.online .section-inner .k-use-wrapper a span {
  font-size:14px;
}

@media (max-width: 767px) {
  .online .section-inner .k-use-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .online .section-inner .k-use-wrapper a {
    width: 90%;
    margin-bottom: 10px;
  }
}

footer {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
footer p {
  text-align: center;
  font-size: 14px;
}
@media (max-width: 767px) {
  footer p {
    font-size: 10px;
  }
}

main {
  overflow: hidden;
}

.fv {
  height: 46.925329429vw;
  position: relative;
}
@media (max-width: 767px) {
  .fv {
    height: 152.2666666667vw;
  }
}
.fv .anker {
  position: absolute;
  color: white;
  transform: rotate(90deg);
  bottom: 16.8374816984vw;
  left: 3.6603221083vw;
}
@media (max-width: 767px) {
  .fv .anker {
    display: none;
  }
}
.fv .anker span {
  color: white;
  position: relative;
  font-size: 12px;
}
.fv .anker span::after {
  content: "";
  width: 14.6412884334vw;
  height: 1px;
  top: 60%;
  left: 60px;
  position: absolute;
  background-color: #fff;
}
.fv .logo {
  position: absolute;
  top: 8.8579795022vw;
  left: 7.2327964861vw;
}
.fv .logo img {
  width: 21.6691068814vw;
}
@media screen and (max-width: 1000px) {
  .fv .logo {
    top: 20px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .fv .logo {
    top: 5.3333333333vw;
    left: unset;
    right: 0vw;
  }
  .fv .logo img {
    width: 53.3333333333vw;
  }
}
.fv .right-wrapper {
  position: absolute;
  right: 0;
  bottom: 4.39238653vw;
}
.fv .right-wrapper .top {
  padding-bottom: 1.4641288433vw;
  justify-content: center;
}
.fv .right-wrapper .top .circle {
  width: 10.7613469985vw;
  height: auto;
}
@media (max-width: 767px) {
  .fv .right-wrapper .top {
    padding-bottom: 0vw;
  }
  .fv .right-wrapper .top .circle {
    width: 40vw;
  }
}
@media (max-width: 767px) {
  .fv .right-wrapper {
    width: 100%;
    bottom: unset;
    top: 66.6666666667vw;
  }
}
.fv .right-wrapper .middle {
  font-size: 3.8067349927vw;
  line-height: 1.46em;
  text-align: center;
  padding-bottom: 1.756954612vw;
}
.fv .right-wrapper .middle .fv-h1 {
  font-size: 2.9282576867vw;
  line-height: 1.7em;
  padding-right: 1.4641288433vw;
}
@media (max-width: 767px) {
  .fv .right-wrapper .middle .fv-h1 {
    font-size: 6.4vw;
  }
}
@media (max-width: 767px) {
  .fv .right-wrapper .bottom {
    align-items: center;
  }
}
.fv .right-wrapper .bottom .bottom-wrapper {
  margin-top: 0;
  justify-content: center;
}
@media (max-width: 767px) {
  .fv .right-wrapper .bottom .bottom-wrapper {
    width: 100%;
    align-items: center;
    margin-top: 2.6666666667vw;
  }
}
.fv .right-wrapper .bottom .bottom-wrapper .k-use {
  width: 28.3308931186vw;
  margin: unset;
}
@media (min-width: 1800px) {
  .fv .right-wrapper .bottom .bottom-wrapper .k-use {
    height: 4.39238653vw;
  }
}
.fv .right-wrapper .bottom .bottom-wrapper .k-use span {
  font-size: 1.317715959vw;
}
.fv .right-wrapper .bottom .bottom-wrapper .k-use svg {
  right: 2.9282576867vw;
}
@media (max-width: 767px) {
  .fv .right-wrapper .bottom .bottom-wrapper .k-use {
    width: 90%;
  }
  .fv .right-wrapper .bottom .bottom-wrapper .k-use span {
    font-size: 4.8vw;
  }
}