@charset "UTF-8";
.pc-hid {
  width: 100%;
  padding-top: 30px; }

@media (max-width: 600px) {
  .online-shop-link {
    display: none; } }
.section-top {
  width: 100%;
  height: 90vh;
  position: relative; }
  .section-top__wrapper::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url("../images/about/sp-top.webp");
    background-image: image-set(url("../images/about/sp-top.webp") 1x, url("../images/about/sp-top@2x.webp") 2x);
    background-image: -webkit-image-set(url("../images/about/sp-top.webp") 1x, url("../images/about/sp-top@2x.webp") 2x);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100vh;
    z-index: -1; }
  .section-top h1 {
    color: white;
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    overflow: hidden; }

@media (min-width: 600px) {
  .section-top__wrapper::before {
    background-image: url("../images/about/tablet_about.webp");
    background-image: image-set(url("../images/about/tablet_about.webp") 1x, url("../images/about/tablet_about@2x.webp") 2x);
    background-image: -webkit-image-set(url("../images/about/tablet_about.webp") 1x, url("../images/about/tablet_about@2x.webp") 2x); }
  .section-top h1 {
    font-size: 3rem;
    line-height: 6rem;
    white-space: nowrap; } }
@media (min-width: 1040px) {
  .section-top__wrapper::before {
    background-image: url("../images/about/aboutpc-top.webp");
    background-image: image-set(url("../images/about/aboutpc-top.webp") 1x, url("../images/about/aboutpc-top@2x.webp") 2x);
    background-image: -webkit-image-set(url("../images/about/aboutpc-top.webp") 1x, url("../images/about/aboutpc-top@2x.webp") 2x); } }
.article1 {
  background: #F5F5F5;
  text-align: left;
  margin: 0 auto;
  padding: 50px 0; }
  .article1 .content-wrapper {
    max-width: 1040px;
    width: 80%;
    margin: 0 auto; }
  .article1 p {
    margin: 0 0 20px; }
  .article1 h2 {
    font-size: 1.8rem; }
    .article1 h2:after {
      content: "";
      width: 50px;
      height: 1px;
      background: #707070;
      display: block;
      margin: 10px 0 20px; }
  .article1 img {
    margin: 0 auto; }

@media (min-width: 769px) {
  .article1 .article {
    margin: 20px;
    flex: 6; }
  .article1__image1 {
    flex: 4; }
  .article1 .content-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: nowrap; }
  .article1 h2 {
    font-size: 2.6rem;
    line-height: 5rem; }
    .article1 h2:after {
      margin: 20px 0 50px; }
  .article1 .sp-hid {
    width: 90%; } }
.article2 {
  z-index: auto;
  background: #F5F5F5;
  text-align: left;
  margin: 0 auto 0; }
  .article2 .content-wrapper {
    width: 80%;
    margin: 0 auto;
    max-width: 1040px; }
  .article2 p {
    margin: 0 0 20px; }
  .article2 h2 {
    font-size: 1.8rem; }
    .article2 h2:after {
      content: "";
      width: 50px;
      height: 1px;
      background: #707070;
      display: block;
      margin: 10px 0 20px; }
  .article2 img {
    margin: 0 auto; }

@media (min-width: 769px) {
  .article2 .content-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 90%;
    margin: 0 auto; }
  .article2 .article {
    width: 60%;
    padding: 20px; }
  .article2 h2 {
    font-size: 2.6rem;
    line-height: 5rem;
    margin: 0; }
    .article2 h2:after {
      margin: 20px 0 50px; }
  .article2__image2 {
    width: 40%; }
  .article2 p {
    margin: 0 0 20px; }
  .article2 .sp-hid {
    width: 90%; } }
.article3 {
  z-index: auto;
  background: #F5F5F5;
  text-align: left;
  margin: 0 auto 0;
  padding-top: 50px; }
  .article3 .content-wrapper {
    max-width: 1040px;
    width: 80%;
    margin: 0 auto; }
  .article3 p {
    margin: 0 0 20px; }
  .article3 h2 {
    margin: 0;
    font-size: 1.8rem; }
    .article3 h2:after {
      content: "";
      width: 50px;
      height: 1px;
      background: #707070;
      display: block;
      margin: 10px 0 20px; }
  .article3 img {
    margin: 0 auto; }

@media (min-width: 769px) {
  .article3 .content-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin: 0 auto;
    width: 90%;
    max-height: fit-content; }
  .article3 .article {
    width: 75%;
    padding: 20px;
    height: 100%; }
  .article3 h2 {
    font-size: 2.6rem;
    line-height: 5rem; }
    .article3 h2:after {
      margin: 20px 0 50px; }
  .article3__image {
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    width: 25%;
    margin: 20px;
    justify-content: space-between;
    height: 100%;
    flex-direction: column; }
  .article3 .sp-hid {
    width: 100%;
    padding: 10px 0; } }
.article4 {
  margin: 0 auto;
  background: #E2DEDB; }
  .article4:before {
    content: "";
    display: block;
    background-image: url("../images/common/white.png");
    background-size: 100% 100%;
    height: 100px;
    margin: 0 auto 0;
    padding-top: 50px; }
  .article4 .content-wrapper {
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
  .article4 .movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden; }
  .article4 .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .article4 .youtube {
    margin: 0 auto 20px;
    max-width: 1040px;
    width: 90%; }
  .article4 .content-wrapper p {
    max-width: 800px;
    margin: 0 30px 20px;
    text-align: left; }
  .article4 h2 {
    margin: 0 30px;
    font-size: 1.8rem;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .article4 h2:after {
      content: "";
      width: 50px;
      height: 1px;
      background: #707070;
      display: block;
      margin: 10px 0 20px; }
  .article4 img {
    margin: 0 auto;
    width: 80%; }

@media (min-width: 769px) {
  .article4:before {
    background-size: 30% 100%; }
  .article4 .youtube {
    margin-bottom: 100px; }
  .article4 .content-wrapper p {
    margin: 0 auto 20px; }
  .article4 h2 {
    font-size: 2.6rem;
    line-height: 5rem; }
    .article4 h2:after {
      margin: 20px 0 50px; }
  .article4__image {
    margin: 50px auto 0;
    max-width: 800px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around; }
    .article4__image img {
      width: calc(90%/4); } }
.article5 {
  margin: 0 auto;
  background: #E2DEDB; }
  .article5__flex {
    display: flex;
    flex-direction: column-reverse; }
  .article5 h2 {
    margin: 0 auto;
    padding: 50px 0 20px;
    font-size: 1.8rem; }
    .article5 h2:after {
      content: "";
      width: 50px;
      height: 1px;
      background: #707070;
      display: block;
      margin: 10px auto 20px; }
  .article5 img {
    margin: 0 auto 50px; }
  .article5 .name {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center; }
  .article5 .introduction {
    text-align: left;
    width: 80%;
    margin: 0 auto 30px;
    font-size: 1.5rem; }
  .article5 .sns-wrap {
    margin: 0 auto;
    width: 50px;
    display: flex;
    justify-content: space-between; }
  .article5 .sns-icon {
    width: 20px; }
  .article5 .article5__lead {
    text-align: left;
    width: 80%;
    margin: 0 auto 30px; }

@media (min-width: 769px) {
  .article5 .content-wrapper {
    max-width: 950px;
    margin: 0 auto; }
  .article5__flex {
    flex-direction: row;
    align-items: flex-start; }
  .article5__flex2 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto; }
  .article5 h2 {
    font-size: 2.6rem;
    line-height: 5rem;
    padding: 50px 0 0; }
    .article5 h2:after {
      margin: 20px auto 50px; }
  .article5 .profile1 {
    margin: 10px;
    width: 220px; }
  .article5 .profile2 {
    margin: 10px;
    width: 220px; }
  .article5 img {
    margin: 10px auto;
    width: 70%; }
  .article5 .article5__lead {
    margin: 0 auto 50px; }
  .article5 .introduction {
    width: 100%; } }
.section-media {
  z-index: auto;
  background: #F5F5F5;
  margin: 0 auto; }
  .section-media:before {
    content: "";
    display: block;
    background-image: url("../images/common/beige.png");
    background-size: 100% 100%;
    height: 100px;
    margin: 0 auto; }
  .section-media h2 {
    width: 90%;
    font-size: 1.8rem;
    margin: 50px auto; }
    .section-media h2:after {
      content: "";
      width: 50px;
      height: 1px;
      background: #707070;
      display: block;
      margin: 10px auto 20px; }
  .section-media table {
    width: 90%;
    margin: 0 auto 20px;
    text-align: left;
    max-width: 500px; }
    .section-media table th {
      padding-right: 5px; }
    .section-media table a {
      color: #53545D; }
  .section-media .conversion-btn {
    margin: 100px auto; }

@media (min-width: 769px) {
  .section-media:before {
    background-size: 30% 100%; }
  .section-media h2 {
    font-size: 2.6rem;
    line-height: 5rem; }
    .section-media h2:after {
      margin: 20px auto 50px; }
  .section-media table tr {
    height: 3rem; }
  .section-media table th {
    padding-right: 10px; } }
