@charset "UTF-8";
/* CSS Document */
html { font-size: 16px; }
@media screen and (max-width: 767px) { html { font-size: 14px; } }
html body { text-align: center;        /* font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
		*/ font-family: 'Klee One', cursive; font-weight: 400; }
html body img { max-width: 100%; height: auto; width: auto; /*IE8のみ適用*/ -ms-interpolation-mode: bicubic; /*IEで縮小画像キレイに*/ vertical-align: bottom; }
html body .container { max-width: 1200px; margin: 0 auto; }
@media screen and (min-width: 1200px) { html body .visible-xs { display: none; } }
@media screen and (min-width: 980px) and (max-width: 1199px) { html body .visible-xs { display: none; } }
@media screen and (min-width: 768px) and (max-width: 979px) { html body .visible-xs { display: none; } }
@media screen and (max-width: 767px) { html body .visible-xs { display: block; } }
html body .flex { display: flex; justify-content: space-between; margin: 0; padding: 0; align-items: center; }
html body .flex li { list-style-type: none; }
html body #header { width: 100%; text-align: center; }
html body #header #mainImg { position: relative; /* その場で */ }
html body #header #mainImg img { width: 100%; object-fit: cover; }
@media screen and (max-width: 767px) { html body #header #mainImg img { width: 100%; height: 100vw; object-fit: cover; } }
html body #header #mainImg .taglines { position: absolute; top: 40%; left: 5%; color: #fff; text-align: left; max-width: 43vw; }
html body #header #mainImg .taglines .tagline01 { font-size: 4.6vw; font-weight: 400; font-family: 'Noto Sans JP', sans-serif; }
@media screen and (max-width: 767px) { html body #header #mainImg .taglines .tagline01 { font-size: 9vw; } }
html body #header #mainImg .taglines .tagline02 { font-size: 2.6vw; text-align: justify; text-align-last: justify; }
@media screen and (max-width: 767px) { html body #header #mainImg .taglines .tagline02 { font-size: 5vw; text-align: center; text-align-last: center; font-weight: normal; font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; } }
@media screen and (max-width: 767px) { html body #header #mainImg .taglines { top: 70%; left: 0; text-align: center; text-align-last: center; width: 100%; padding: 0 20px; max-width: 100%; /* drop-shadow */ filter: drop-shadow(0px 3px 3px #beb3d3); } }
html body #header #mainImg .fadeIn { animation-name: fadeInAnime; animation-duration: 4s; animation-fill-mode: forwards; opacity: 0; }
@keyframes fadeInAnime { from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0px); } }
html body #header #mainImg .delay-time1s { animation-delay: 1s; animation-duration: 2s; }
html body #header #mainImg .delay-time2s { animation-delay: 2s; animation-duration: 2s; }
html body #contentWrap #content h1, html body #contentWrap #content h2 { font-size: 2.4rem; color: #ba90ab; font-weight: normal; margin: 40px 0; font-family: 'Noto Sans JP', sans-serif; font-family: 'Klee One', cursive; font-weight: 600; }
@media screen and (max-width: 767px) { html body #contentWrap #content h1, html body #contentWrap #content h2 { font-size: 1.6rem; margin: 20px 0; }
  html body #contentWrap #content h1 span, html body #contentWrap #content h2 span { font-weight: bold; font-size: 1.4rem; letter-spacing: 2px; } }
html body #contentWrap #content h2 { font-size: 2rem; }
@media screen and (max-width: 767px) { html body #contentWrap #content h2 { font-size: 1.6rem; } }
html body #contentWrap #content h3 { font-size: 1.8rem; color: #ba90ab; font-weight: normal; margin: 20px 0; font-family: 'Klee One', cursive; font-weight: 600; }
@media screen and (max-width: 767px) { html body #contentWrap #content h3 { font-size: 1.4rem; margin: 20px 0; }
  html body #contentWrap #content h3 span { font-weight: bold; font-size: 1.4rem; letter-spacing: 2px; } }
html body #contentWrap #content small { color: #888; }
html body #contentWrap #content strong { font-weight: 600; }
html body #contentWrap #content .sec_base { padding: 40px 20px; }
@media screen and (max-width: 767px) { html body #contentWrap #content .sec_base { padding: 20px 10px; } }
html body #contentWrap #content .text-lg { font-size: 1.4rem; }
@media screen and (max-width: 767px) { html body #contentWrap #content .text-lg { font-size: 1.1rem; } }
html body #contentWrap #content .purchase { margin: 20px auto; margin-bottom: 40px; border: 4px solid #ba90ab; max-width: 1200px; }
html body #contentWrap #content .purchase ul { align-items: baseline; max-width: 1000px; margin: 40px auto; }
html body #contentWrap #content .purchase ul li { padding: 20px; }
@media screen and (max-width: 767px) { html body #contentWrap #content .purchase ul li { padding: 0 10px; }
  html body #contentWrap #content .purchase ul li:nth-of-type(1) { flex-basis: 38%; }
  html body #contentWrap #content .purchase ul li:nth-of-type(2) { flex-basis: 24%; }
  html body #contentWrap #content .purchase ul li:nth-of-type(3) { flex-basis: 38%; } }
@media screen and (max-width: 767px) { html body #contentWrap #content .purchase ul { margin-top: 20px; } }
html body #contentWrap #content .purchase.last_cta { margin-bottom: 0; }
@media screen and (max-width: 767px) { html body #contentWrap #content .purchase { margin-top: 0; margin-bottom: 20px; } }
@media screen and (max-width: 767px) { html body #contentWrap #content #sec01 { padding: 10px; }
  html body #contentWrap #content #sec01 h2 { font-size: 1.4rem; } }
html body #contentWrap #content #sec02 { text-align: left; }
html body #contentWrap #content #sec02 h2 { text-align: center; margin-bottom: 0; }
@media screen and (max-width: 767px) { html body #contentWrap #content #sec02 h2 { margin-bottom: 0; } }
html body #contentWrap #content #sec02 ul.flex { margin: 40px 0; padding: 20px 40px; }
html body #contentWrap #content #sec02 ul.flex:nth-of-type(1) { margin-top: 0; }
html body #contentWrap #content #sec02 ul.flex:nth-of-type(even) { background-color: #f9f9f9; border-radius: 30px; }
@media screen and (max-width: 767px) { html body #contentWrap #content #sec02 ul.flex:nth-of-type(even) { border-radius: 0; } }
html body #contentWrap #content #sec02 ul.flex > li { flex-basis: 48%; list-style-type: none; padding: 20px 0; }
html body #contentWrap #content #sec02 ul.flex > li .point_num { text-align: center; display: none; }
html body #contentWrap #content #sec02 ul.flex > li .point_num span { display: flex; width: 40px; height: 40px; border-radius: 40px; background-color: #ba90ab; color: #fff; align-items: center; text-align: center; margin: 0 auto; justify-content: center; font-size: 1.4rem; font-weight: 700; margin-bottom: 10px; }
@media screen and (max-width: 767px) { html body #contentWrap #content #sec02 ul.flex > li .point_num { display: block; } }
html body #contentWrap #content #sec02 ul.flex > li h3 { color: #000; border-bottom: 2px solid #ba90ab; padding-bottom: 10px; font-size: 1.8rem; }
html body #contentWrap #content #sec02 ul.flex > li h3 span { display: block; margin-top: 10px; font-weight: bold; color: #ba90ab; font-size: 1.4rem; }
@media screen and (max-width: 767px) { html body #contentWrap #content #sec02 ul.flex > li h3 { text-align: center; font-size: 1.4rem; }
  html body #contentWrap #content #sec02 ul.flex > li h3 span { font-size: 1rem; } }
html body #contentWrap #content #sec02 ul.flex > li ul { padding-left: 20px; }
html body #contentWrap #content #sec02 ul.flex > li ul li { list-style-type: disc; padding: 4px 0; font-weight: bold; }
html body #contentWrap #content #sec02 ul.flex > li p { padding: 0 4px; }
@media screen and (max-width: 767px) { html body #contentWrap #content #sec02 ul.flex > li { flex-basis: 100%; width: 100%; } }
@media screen and (max-width: 767px) { html body #contentWrap #content #sec02 ul.flex { flex-direction: column; margin-top: 0; margin-bottom: 0px; padding: 30px 0px; }
  html body #contentWrap #content #sec02 ul.flex > li { padding: 0; }
  html body #contentWrap #content #sec02 ul.flex > li h3 { margin-top: 0; } }
html body #contentWrap #content #sec03 h2 { text-align: center; font-size: 7rem; margin-top: 0; font-weight: 400; text-align: justify; text-align-last: justify; max-width: 1200px; margin: 0 auto; font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; }
html body #contentWrap #content #sec03 h2 span { font-size: 2.4rem; display: block; font-weight: normal; }
@media screen and (max-width: 767px) { html body #contentWrap #content #sec03 h2 { font-size: 2.8rem; text-align: center; text-align-last: center; }
  html body #contentWrap #content #sec03 h2 span { font-size: 1rem; text-align: center; text-align-last: center; } }
@media screen and (min-width: 980px) and (max-width: 1199px) { html body #contentWrap #content #sec03 h2 { font-size: 6rem; }
  html body #contentWrap #content #sec03 h2 span { font-size: 1.8rem; } }
@media screen and (min-width: 768px) and (max-width: 979px) { html body #contentWrap #content #sec03 h2 { font-size: 5rem; }
  html body #contentWrap #content #sec03 h2 span { font-size: 1.4rem; } }
html body #contentWrap #content #sec04 { background-color: #ba90ab; color: #fff; }
html body #contentWrap #content #sec04 h2 { background-color: #fff; display: inline-block; font-size: 1.8rem; padding: 10px 20px; font-weight: bold; margin-bottom: 20px; }
@media screen and (max-width: 767px) { html body #contentWrap #content #sec04 h2 { font-size: 1.4rem; width: 100%; margin-bottom: 10px; } }
html body #contentWrap #content #sec04 p { font-size: 1.4rem; margin: .5rem 0; }
@media screen and (max-width: 767px) { html body #contentWrap #content #sec04 p { font-size: 1rem; text-align: left; } }
html body #contentWrap #content #sec04 p small { color: #fff; }
html body #contentWrap #content #sec05 h2 img { max-width: 500px; width: 100%; }
@media screen and (max-width: 767px) { html body #contentWrap #content #sec05 h2 img { max-width: 200px; } }
html body #contentWrap #content #sec05 .flex { flex-wrap: wrap; max-width: 1000px; margin: 0 auto; }
html body #contentWrap #content #sec05 .flex li { flex-basis: 48%; }
@media screen and (max-width: 767px) { html body #contentWrap #content #sec05 .flex { flex-direction: column; } }
html body #contentWrap #content #sec06 .text-lg { max-width: 640px; margin: 0 auto; text-align: left; line-height: 200%; }
@media screen and (max-width: 767px) { html body #contentWrap #content #sec06 .text-lg { font-size: .9rem; } }
html body #contentWrap #copyright { background-color: #ba90ab; padding: 20px; color: #fff; }
@media screen and (max-width: 767px) { html body #contentWrap #copyright { font-size: .8rem; } }
html body #contentWrap #copyright #page-top { position: fixed; bottom: 63px; right: 0px; font-size: 12px; z-index: 100; }
@media screen and (max-width: 767px) { html body #contentWrap #copyright #page-top { bottom: 56px; } }
html body #contentWrap #copyright #page-top a { background: rgba(170, 170, 170, 0.9); text-decoration: none; color: #fff; width: 60px; padding: 14px 0; text-align: center; display: block; transition: .5s; }
html body #contentWrap #copyright #page-top a:hover { text-decoration: none; background: #ddd; }
html body #contentWrap #en { padding: 5vw 6vw; margin: 0 0 60px 0; }
html body #contentWrap #en img { max-width: 800px; width: 100%; }
@media screen and (max-width: 767px) { html body #contentWrap #en { margin: 0 0 60px 0; } }
html body #contentWrap .beeh { padding: 40px; background-color: #f8f8f8; }
@media screen and (max-width: 767px) { html body #contentWrap .beeh { padding: 20px; } }
html body #contentWrap .beeh strong { font-weight: bold; }
html body #contentWrap .beeh a { margin-top: 10px; display: inline-block; background-color: #fff; font-weight: bold; border: 2px solid #ba90ab; padding: 4px 20px; color: #ba90ab; text-decoration: none; border-radius: 6px; }
