@charset "UTF-8";
:root {
  --color-red: #e93b5e;
  --color-pink: #fd8d7d;
  --color-black: #333;
  --color-orange: #ef7c1b;
  --color-green: #23ac38;
  --color-yellow: #ffe826;
  --font-en: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: var(--color-black);
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  min-height: 100%;
  background: rgb(253, 141, 125);
  background: linear-gradient(180deg, rgb(247, 232, 157) 0%, rgb(253, 141, 125) 540px, rgb(253, 141, 125) 100%);
}

a {
  text-decoration: none;
  color: var(--color-black);
}

.pc {
  display: none;
}

p {
  line-height: 1.8;
  color: var(--color-black);
  font-size: 14px;
  text-align: justify;
}

#hm {
  background: var(--color-red);
  display: inline-block;
  position: fixed;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  text-align: center;
  z-index: 100;
  border: 0;
}

#hm-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 45%;
  width: 24px;
  height: 2px;
  margin: -1px 0 0 -9px;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#hm-icon:before,
#hm-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#hm-icon:before {
  margin-top: -8px;
}

#hm-icon:after {
  margin-top: 6px;
}

#hm .close {
  background: transparent;
}

#hm .close:before,
#hm .close:after {
  margin-top: 0;
}

#hm .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#hm .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#sp_menu {
  position: fixed;
  top: 0;
  display: none;
  z-index: 11;
  width: 100vw;
  height: 100%;
  background-color: var(--color-red);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
#sp_menu .logo {
  width: 140px;
  margin: 0 auto;
}
#sp_menu .inner {
  height: 100%;
  position: relative;
  padding: 10%;
  overflow-y: scroll;
}
#sp_menu .inner nav {
  position: relative;
  margin: 20px 0 40px;
}
#sp_menu .inner nav ul li {
  border-bottom: 1px dotted #f28ca2;
}
#sp_menu .inner nav ul li a {
  display: block;
  padding: 1.5em 0;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
#sp_menu .inner nav ul li a::after {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  background: url("../images/arrow.png") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#sp_menu .inner small {
  display: block;
  font-size: 10px;
  color: #fff;
  padding-bottom: 40px;
}

header {
  position: relative;
}
header .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5%;
}
header .logo-company {
  width: 80px;
  margin: 20px 10px 0 0;
}
header .logo-product {
  width: 80px;
}

footer {
  position: relative;
  margin-top: 80px;
  background: rgb(231, 45, 88);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(245, 153, 79)), color-stop(60%, rgb(231, 45, 88)), to(rgb(231, 45, 88)));
  background: linear-gradient(0deg, rgb(245, 153, 79) 0%, rgb(231, 45, 88) 60%, rgb(231, 45, 88) 100%);
}
footer::before {
  content: "";
  background: url("../images/bg_wave.png") no-repeat center bottom;
  background-size: 100%;
  position: absolute;
  top: -99px;
  width: 100%;
  height: 100px;
}
footer .inner {
  padding: 80px 0 30px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
footer .inner a.pagetop {
  position: absolute;
  width: 90px;
  display: block;
  left: 50%;
  top: -50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
footer .box-footer-top .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .box-footer-top .logo a img {
  width: 100px;
}
footer .box-footer-top .logo a p {
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
}
footer .box-footer-top .btn-sns {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 24px 16px 24px 16px 24px;
  grid-template-columns: repeat(3, 24px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
footer .box-footer-top .btn-sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .box-footer-bottom {
  margin-top: 40px;
}
footer .box-footer-bottom .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .box-footer-bottom .footer-nav ul li:not(:last-child) a::after {
  content: "";
  height: 10px;
  width: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer .box-footer-bottom .footer-nav ul a {
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  display: block;
  padding: 1em;
  position: relative;
}
footer .box-footer-bottom small {
  color: #fff;
  font-size: 10px;
  text-align: center;
  display: block;
  margin-top: 20px;
}

main.page {
  width: 90%;
  margin: 20px auto 0;
}

.page-container {
  background: #fff;
  padding: 60px 20px;
  margin-bottom: 10rem;
}

.page-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 260px;
}
.page-head .hstyle-pageHead {
  text-align: center;
}
.page-head .hstyle-pageHead span {
  color: #fff;
  display: block;
}
.page-head .hstyle-pageHead .ja {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.page-head .hstyle-pageHead .en {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.hstyle-basic {
  margin-bottom: 20px;
}
.hstyle-basic.short-line {
  position: relative;
  padding-bottom: 14px;
}
.hstyle-basic.short-line::after {
  content: "";
  height: 3px;
  width: 20px;
  background: #ccc;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 4px;
}
.hstyle-basic span.ja {
  color: var(--color-green);
  font-size: 22px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.hstyle-basic span.en {
  color: var(--color-orange);
  font-weight: bold;
  font-family: var(--font-en);
  letter-spacing: 0.1em;
  display: block;
  font-size: 11px;
  line-height: 1.5;
}
.hstyle-basic.under-dott {
  background: url("../images/h-dott.png") repeat-x bottom;
  padding-bottom: 20px;
}

.btn-basic {
  position: relative;
  z-index: 3;
}
.btn-basic a {
  background: var(--color-yellow);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 14px;
}
.btn-basic a span {
  position: relative;
  text-indent: 1.6em;
}
.btn-basic a span::before,
.btn-basic a span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.btn-basic a span::before {
  left: 0;
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  body {
    letter-spacing: 0.03em;
    font-size: 1.5rem;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  p {
    font-size: 1.6rem;
    line-height: 1.9;
  }
  header {
    z-index: 10;
    width: 90%;
    margin: 0 auto;
  }
  header .header-logo {
    margin-left: 0;
    margin-top: 1rem;
  }
  header .logo-company {
    width: 11.5rem;
    margin: 2rem 2rem 0 0;
  }
  header .logo-product {
    width: 13.6rem;
  }
  header nav.pc {
    position: fixed;
    top: 4.5rem;
    right: 5%;
    z-index: 10;
  }
  header nav.pc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgb(232, 60, 89);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(245, 157, 79)), color-stop(60%, rgb(232, 60, 89)), to(rgb(232, 60, 89)));
    background: linear-gradient(0deg, rgb(245, 157, 79) 0%, rgb(232, 60, 89) 60%, rgb(232, 60, 89) 100%);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 7rem;
    border-radius: 75px;
    padding: 0 4rem;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.15);
  }
  header nav.pc ul li {
    height: 100%;
  }
  header nav.pc ul li:not(:last-child) a {
    position: relative;
  }
  header nav.pc ul li:not(:last-child) a::after {
    content: "/";
    position: absolute;
    right: -0.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header nav.pc ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 1.5em;
    font-weight: bold;
    height: 100%;
    color: #fff;
    font-size: 1.5rem;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  header nav.pc ul a:hover {
    text-shadow: 0px 0px 18px rgba(255, 255, 255, 0.8);
  }
  footer {
    margin-top: 18rem;
    background: rgb(231, 45, 88);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(245, 153, 79)), color-stop(80%, rgb(231, 45, 88)), to(rgb(231, 45, 88)));
    background: linear-gradient(0deg, rgb(245, 153, 79) 0%, rgb(231, 45, 88) 80%, rgb(231, 45, 88) 100%);
  }
  footer::before {
    content: "";
    background: url("../images/bg_wave.png") no-repeat center bottom;
    background-size: contain;
    position: absolute;
    top: -50%;
    width: 100%;
    height: 50%;
  }
  footer .inner {
    padding: 9rem 0 10rem;
    width: 90%;
    max-width: 1200px;
  }
  footer .inner a.pagetop {
    position: absolute;
    width: 12.9rem;
    display: block;
    left: auto;
    right: 0;
    top: -120px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
  }
  footer .inner a.pagetop:hover {
    top: -130px;
  }
  footer .box-footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .box-footer-top .logo a img {
    width: 14rem;
  }
  footer .box-footer-top .logo a p {
    font-size: 1.4rem;
    margin-left: 2rem;
  }
  footer .box-footer-top .btn-sns {
    margin-top: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4rem 2.5rem 4rem 2.5rem 4rem;
    grid-template-columns: repeat(3, 4rem);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
  }
  footer .box-footer-top .btn-sns a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  footer .box-footer-top .btn-sns a:hover {
    opacity: 0.8;
  }
  footer .box-footer-bottom {
    margin-top: 13rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .box-footer-bottom .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    left: -1em;
  }
  footer .box-footer-bottom .footer-nav ul li:not(:last-child) a::after {
    content: "";
    height: 10px;
    width: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  footer .box-footer-bottom .footer-nav ul a {
    font-size: 1.4rem;
    padding: 0 1em;
  }
  footer .box-footer-bottom .footer-nav ul a:hover {
    opacity: 0.8;
  }
  footer .box-footer-bottom small {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    margin-top: 0;
  }
  main.page {
    margin: 5rem auto 30rem;
  }
  .page-head {
    height: 50rem;
    max-width: 134rem;
    margin: 0 auto;
  }
  .page-head .hstyle-pageHead .ja {
    font-size: 3rem;
  }
  .page-head .hstyle-pageHead .en {
    font-size: 1.3rem;
  }
  .page-container {
    max-width: 134rem;
    padding: 6rem 7rem;
    margin: 0 auto 20rem;
  }
  .hstyle-basic {
    margin-bottom: 2rem;
  }
  .hstyle-basic span.ja {
    font-size: 3rem;
    line-height: 1.6;
  }
  .hstyle-basic span.en {
    line-height: 1.5;
    font-size: 1.3rem;
  }
  .btn-basic {
    max-width: 22.5rem;
  }
  .btn-basic a {
    height: 5.5rem;
    font-size: 15px;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .btn-basic a span {
    text-indent: 1.4em;
  }
  .btn-basic a::before, .btn-basic a::after {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .btn-basic a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: var(--color-green);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .btn-basic a:hover {
    color: #fff;
  }
  .btn-basic a:hover span::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .btn-basic a:hover::before {
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  header {
    width: 92%;
  }
  header nav.pc {
    right: 3%;
  }
  header .logo-company {
    width: 10rem;
    margin: 2rem 1rem 0 0;
  }
  header .logo-product {
    width: 12rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1170px) {
  footer .inner a.pagetop {
    top: -80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 870px) {
  header nav.pc ul {
    height: 6rem;
    padding: 0 1rem;
  }
  header .logo-company {
    width: 8rem;
    margin: 2rem 1rem 0 0;
  }
  header .logo-product {
    width: 10rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  html {
    font-size: 60%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: 55%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  html {
    font-size: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  html {
    font-size: 46%;
  }
}