@charset 'UTF-8';

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url(//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;

400;500;900&display=swap);
@import url(//fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@700&display=swap);
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 2 */;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: none;
  /* 2 */;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  /* 2 */
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 1 */;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  /* 1 */
  outline-offset: -2px;
  -webkit-appearance: textfield;
  /* 2 */;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template,
[hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP',sans-serif;
  font-family: '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 1.7rem;
  line-height: 1.6;
  min-width: 1024px;
}

.issp {
  display: none;
}

main {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
}

section + section {
  margin-top: 100px;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

footer {
  padding: 30px 0 30px;
  text-align: center;
  color: #fff;
  background: #002e62;
}

footer > a {
  display: inline-block;
}

footer small {
  display: inline-block;
  text-align: center;
}

footer a {
  color: #fff;
}

footer > p {
  max-width: 104px;
  margin: 20px auto;
}

footer .link {
  font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Meiryo, sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .link li {
  margin: 0 10px;
}

footer .link a {
  text-decoration: underline;
}

footer .link a:hover {
  text-decoration: none;
}

footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .sns li {
  margin: 0 15px;
}

footer .sns img {
  width: 70%;
}

.pagetop {
  position: fixed;
  z-index: 3;
  right: 10px;
  bottom: 10px;
  width: 48px;
  height: 48px;
}

/*-----------*/

/*レイアウト*/

.l-column01 {
  position: relative;
  width: 1024px;
  margin: 0 auto;
}

.l-column02 {
  position: relative;
  width: 900px;
  margin: 0 auto;
}

/*-----------*/

/*コンポーネント*/

.c-title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 4.8rem;
  text-align: center;
  color: #00afa9;
}

.c-ttl {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 2.9rem;
  line-height: 1.4;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}

.c-ttl--green {
  background: #00afa9;
}

.c-ttl--orange {
  background: #f0b838;
}

.c-ttl--blue {
  background: #00afe5;
}

.c-subttl {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  position: relative;
  text-align: center;
  color: #00afa9;
}

.c-subttl:before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #00afa9;
}

.c-subttl span {
  position: relative;
  padding: 0 30px;
  background: #f0f0f0;
}

.c-txt {
  text-align: center;
}

.c-txt--u {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.c-txt--u:before {
  position: absolute;
  bottom: -5px;
  width: 100%;
  height: 1px;
  content: '';
  background: #00a29a;
}

.c-txt01 {
  font-size: 2.4rem;
  margin: 30px 0;
  text-align: center;
}

.c-txt02 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 2.9rem;
  margin: 0;
  text-align: center;
  color: #00afa9;
}

/*-----/img/usr/freepage/lp_soladey_rythm2_2021/------*/

/*ページ*/

.sec01 {
  min-height: 668px;
  background: #bfe0f3 url(/img/usr/freepage/lp_soladey_rythm2_2021/mainv.jpg) no-repeat center center;
}

.sec01 .head {
  max-width: 126px;
}

.sec01 .head p {
  width: 56%;
  margin: -10px 0 0 27px;
}

.sec01 .l-column01 {
  height: 100%;
}

.sec01 .logo {
  width: 475px;
  text-align: center;
  color: #b2b5b5;
}

.sec01 .logo h1 {
  margin: 15px 0;
}

.sec01 .logo p {
  margin: 0;
}

.sec01 .logo p:nth-of-type(2) {
  font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Meiryo, sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
}

.sec01 .ttl {
  position: absolute;
  top: 100px;
  top: 0;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 559px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.sec01 .copy {
  font-size: 2.0rem;
  font-size: 20px;
  font-size: 2vw;
  letter-spacing: .4em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.sec02 {
  font-size: 3.1rem;
  position: relative;
  padding: 10px 0;
  color: #fff;
  background: #083d7a;
}

.sec02 > div {
  text-align: center;
}

.sec02 p {
  display: inline-block;
  margin: 0;
}

.sec02 .inner {
  position: relative;
  display: inline-block;
  padding-left: 150px;
  text-align: center;
}

.sec02 .inner:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 130px;
  height: 130px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/repeat.png) no-repeat left top;
  background-size: contain;
}

.sec02:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #b9a556;
}

.sec02:after {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #b9a556;
}

.sec02 span {
  font-size: 5.6rem;
  color: #d8c165;
}

.sec02 span span {
  font-size: 2.3rem;
  color: #fff;
}

.sec03 {
  height: 604px;
  background: #e9f1f4 url(/img/usr/freepage/lp_soladey_rythm2_2021/bg_sec03.jpg) no-repeat center center;
}

.sec03 > div {
  padding: 40px 10px;
}

.sec03 .inner {
  width: 645px;
  margin-left: auto;
  text-align: center;
}

.sec03 p {
  margin: 0;
}

.sec03 p:nth-of-type(1) {
  font-size: 3.2rem;
  font-weight: bold;
  color: #d10c12;
}

.sec03 p:nth-of-type(2) {
  font-size: 3.8rem;
  line-height: 1.3;
  margin-bottom: 30px;
}

.sec03 p:nth-of-type(3) {
  font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 30px;
  color: #bbb;
}

.sec04 {
  height: 380px;
  text-align: center;
  background: #b7e0f2 url(/img/usr/freepage/lp_soladey_rythm2_2021/bg_sec04.jpg) no-repeat center center;
  background-size: cover;
}

.sec04 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sec05 {
  position: relative;
  height: 1860px;
  background: -webkit-gradient(linear, left top, left bottom, from(#003c81), to(#020e4b));
  background: -webkit-linear-gradient(top, #003c81 0%, #020e4b 100%);
  background: linear-gradient(180deg, #003c81 0%, #020e4b 100%);
}

.sec05:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 746px;
  content: '';
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/bg_sec05.png) no-repeat center bottom;
  background-size: cover;
}

.sec05 .product {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 820px;
  height: 746px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec05 .product .detail {
  position: relative;
  text-align: center;
  color: #fff;
}

.sec05 .product .detail:after {
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 150px;
  height: 205px;
  content: '';
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/battery.png) no-repeat left top;
  background-size: contain;
}

.sec05 .product .detail p {
  margin: 0;
}

.sec05 .product .detail p:nth-of-type(1) {
  width: 140px;
  margin: 0 auto;
}

.sec05 .product .detail p:nth-of-type(2) {
  font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Meiryo, sans-serif;
  font-size: 4.9rem;
  font-weight: bold;
}

.sec05 .product .detail p:nth-of-type(3) {
  font-size: 2.1rem;
  margin-bottom: 10px;
  border: 1px solid #fff;
}

.sec05 .product .detail p:nth-of-type(4) {
  font-size: 4.3rem;
  line-height: 1.3;
  color: #fc0;
}

.sec05 .product .detail p:nth-of-type(4) span:nth-of-type(1) {
  font-size: 10.7rem;
}

.sec05 .product .detail p:nth-of-type(4) span:nth-of-type(2) {
  font-size: 2.4rem;
}

.sec05 .product .detail p:nth-of-type(5) {
  font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Meiryo, sans-serif;
  font-size: 2.0rem;
  font-weight: bold;
}

.sec05 .product .detail p:nth-of-type(5) span {
  position: relative;
  padding: 0 10px;
}

.sec05 .product .detail p:nth-of-type(5) span:before {
  position: absolute;
  top: 50%;
  left: -140%;
  width: 130%;
  height: 1px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}

.sec05 .product .detail p:nth-of-type(5) span:after {
  position: absolute;
  top: 50%;
  right: -140%;
  width: 130%;
  height: 1px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}

.sec05 .product .detail dl {
  font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Meiryo, sans-serif;
  text-align: left;
}

.sec05 .product .detail dl dd {
  margin: 0;
}

.sec05 .product .detail dl dt {
  color: #009dff;
}

.sec05 .product .detail .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec05 .product .detail .col > div:first-child {
  width: 100px;
}

.sec05 .product02 {
  width: 550px;
  margin: 60px auto;
  text-align: center;
  color: #fff;
}

.sec05 .product02 .ttl {
  font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Meiryo, sans-serif;
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
}

.sec05 .product02 .ttl span {
  position: relative;
  padding: 0 20px;
}

.sec05 .product02 .ttl span:before {
  position: absolute;
  top: 50%;
  left: -120px;
  width: 120px;
  height: 4px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/double.png) no-repeat left top;
  background-size: contain;
}

.sec05 .product02 .ttl span:after {
  position: absolute;
  top: 50%;
  right: -120px;
  width: 120px;
  height: 4px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/double.png) no-repeat left top;
  background-size: contain;
}

.sec05 .product02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec05 .product02 ul li {
  cursor: pointer;
  opacity: .5;
}

.sec05 .product02 ul li.active {
  opacity: 1;
}

.sec05 .product02 .selectcol {
  font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Meiryo, sans-serif;
}

.sec05 .product02 .select {
  font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Meiryo, sans-serif;
  font-size: 1.5rem;
  display: inline-block;
  margin: 10px 0 30px;
  padding: 0 20px;
  border: 1px solid #fff;
}

.sec05 .product02 .select span {
  font-size: 2.2rem;
  font-weight: bold;
}

.sec05 .product02 .buy {
  font-size: 2.6rem;
  position: relative;
  display: block;
  width: 370px;
  margin: 0 auto 70px;
  padding: 15px 60px;
  color: #fff;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f51f43), to(#f51f92));
  background: -webkit-linear-gradient(top, #f51f43 0%, #f51f92 100%);
  background: linear-gradient(180deg, #f51f43 0%, #f51f92 100%);
}

.sec05 .product02 .buy:after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 14px;
  height: 14px;
  margin: -2px 0 0;
  content: '';
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.contact {
  font-size: 1.3rem;
  width: 480px;
  margin: 0 auto;
  border: 1px solid #fff;
}

.contact > div:first-child {
  font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #003c81;
  background: #fff;
}

.contact > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.contact > div:last-child p {
  text-align: left;
}

.contact a {
  font-size: 3.6rem;
  position: relative;
  padding: 0 10px 0 50px;
  color: #fff;
}

.contact a:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 46px;
  height: 27px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/tel.png) no-repeat left center;
  background-size: contain;
}

.sec06 {
  height: 510px;
  text-align: center;
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/bg_sec06.png) no-repeat center bottom;
  background-size: cover;
}

.sec06 .ttl {
  font-size: 4.4rem;
  position: relative;
  display: inline-block;
  margin: 140px 0 40px;
}

.sec06 .ttl p {
  font-size: 2.0rem;
  position: absolute;
  top: -70px;
  right: 0;
}

.sec06 .ttl p:before {
  position: absolute;
  top: 40px;
  right: -15x;
  width: 280px;
  height: 11px;
  content: '';
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/ttl_line.png) no-repeat left bottom;
  background-size: contain;
}

.sec06 ul {
  display: inline-block;
}

.sec06 ul li {
  font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Meiryo, sans-serif;
  font-size: 2.0rem;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  text-align: left;
}

.sec06 ul li:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 22px;
  margin: 2px 0 0;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/chk.png) no-repeat left top;
  background-size: contain;
}

.sec06 ul li + li {
  margin: 10px 0 0;
}

.sec06 ul li span {
  font-size: 2.5rem;
}

.sec07 {
  margin: 70px 0 0;
  text-align: center;
}

.sec07 .ttl {
  font-size: 3.6rem;
  margin: 0 0 50px;
}

.sec07 .ttl > span {
  font-size: 4.5rem;
}

.sec07 .ttl > span span {
  position: relative;
  color: #f51f47;
}

.sec07 .str {
  padding-top: .2em;
  background-image: -webkit-radial-gradient(center center, .1em .1em, #f51f47, #f51f47 100%, transparent);
  background-image: radial-gradient(.1em .1em at center center, #f51f47, #f51f47 100%, transparent);
  background-repeat: repeat-x;
  background-position: top left -2px;
  background-size: 1em .2em;
}

.sec07 .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec07 .col > div > div:first-child {
  font-size: 2.3rem;
  position: relative;
  margin-bottom: 20px;
  padding: 5px 0 5px 50px;
  border-bottom: 2px dotted #000;
}

.sec07 .col > div > div:first-child:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/icon_q.png) no-repeat left top;
  background-size: contain;
}

.sec07 .col > div > div:last-child {
  position: relative;
  width: 404px;
  height: 0;
  padding-top: 100%;
  color: #fff;
}

.sec07 .col > div > div:last-child > div {
  line-height: 1.3;
  position: absolute;
  top: 15%;
  right: 0;
  left: 0;
}

.sec07 .col > div > div:last-child > div div:first-child {
  font-size: 3.0rem;
}

.sec07 .col > div > div:last-child > div div:last-child {
  font-size: 4.3rem;
  margin-top: -15px;
}

.sec07 .col > div > div:last-child > div div:last-child span {
  font-size: 12.2rem;
}

.sec07 .col > div:first-child > div:last-child {
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/graph01.png) no-repeat center center;
  background-size: contain;
}

.sec07 .col > div:last-child > div:last-child {
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/graph02.png) no-repeat center center;
  background-size: contain;
}

.sec07 .txt {
  font-size: 3.0rem;
}

.sec07 .txt p {
  margin: 0;
  color: #003c81;
}

.sec07 .txt p span {
  font-size: 4.0rem;
  color: #f51f47;
}

.sec07 .at {
  font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Meiryo, sans-serif;
  font-size: 1.5rem;
  color: #bbb;
}

.sec08 {
  min-height: 1280px;
  padding: 10% 0 2%;
  text-align: center;
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/bg_sec08.png) no-repeat center top;
  background-size: cover;
}

.sec08 .inner {
  max-width: 900px;
  margin: 0 auto;
}

.sec08 .ttl {
  line-height: 1.4;
  margin: 0 0 40px;
  color: #fff;
}

.sec08 .ttl p {
  margin: 0;
}

.sec08 .ttl p:nth-of-type(1) {
  font-size: 2.7rem;
}

.sec08 .ttl p:nth-of-type(2) {
  font-size: 4.9rem;
  color: #fc0;
}

.sec08 .ttl p:nth-of-type(3) {
  font-size: 3.6rem;
}

.sec08 .bnr {
  margin: 0 0 70px;
}

.sec09 {
  padding: 80px 0 40px;
  text-align: center;
}

.sec09 .inner {
  max-width: 900px;
  margin: 0 auto;
}

.sec09 .ttl {
  font-size: 3.3rem;
  line-height: 1.4;
  position: relative;
  margin: 30px 0 20px;
  color: #003c81;
}

.sec09 .ttl:before {
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  width: 70px;
  height: 20px;
  margin: auto;
  content: '';
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/data.png) no-repeat left top;
  background-size: contain;
}

.sec09 .ttl span {
  font-size: 5.0rem;
  display: block;
}

.sec09 .pttl {
  font-size: 2.4rem;
  position: relative;
  padding: 80px 0 0;
  color: #003c81;
}

.sec09 .pttl:after {
  position: absolute;
  top: 00px;
  right: 0;
  left: 0;
  width: 80px;
  height: 80px;
  margin: auto;
  content: '';
}

.sec09 .pttl:before {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  content: '';
  background: #003c81;
}

.sec09 .pttl--01:after {
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/pt01.png) no-repeat left top;
  background-size: contain;
}

.sec09 .pttl--02:after {
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/pt02.png) no-repeat left top;
  background-size: contain;
}

.sec09 .pttl--03 {
  margin: 0;
  padding: 0 0 0;
  white-space: nowrap;
}

.sec09 .pttl--03:after {
  top: inherit;
  bottom: 0;
  width: 343px;
  height: 15px;
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/sha.png) no-repeat left top;
  background-size: contain;
}

.sec09 .pttl--03:before {
  display: none;
}

.sec09 .pttl span {
  font-size: 3.0rem;
}

.sec09 .pttlsub {
  font-size: 2.1rem;
  margin: 0;
  margin: 0 0 0;
  text-align: center;
  color: #003c81;
}

.sec09 .txt {
  font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Meiryo, sans-serif;
  font-weight: bold;
  text-align: left;
}

.sec09 .txt span {
  color: #b9a556;
}

.sec09 .at {
  font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Meiryo, sans-serif;
  font-size: 1.0rem;
  font-weight: bold;
  text-align: left;
  color: #808080;
}

.sec09 .at > span > span:first-child {
  width: 20%;
}

.sec09 .at > span > span:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec09 .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec09 .col2 > div {
  width: 410px;
}

.sec09 .col2 > div > div {
  padding: 0 30px;
}

.sec09 .col1 {
  line-height: 1.8;
  position: relative;
  padding: 80px 0 0;
}

.sec09 .col1:after {
  position: absolute;
  top: 00px;
  right: 0;
  left: 0;
  width: 80px;
  height: 80px;
  margin: auto;
  content: '';
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/pt03.png) no-repeat left top;
  background-size: contain;
}

.sec09 .col1:before {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  content: '';
  background: #003c81;
}

.sec09 .col1 .txt {
  margin: 40px 0 40px;
  letter-spacing: -.02em;
}

.sec10 {
  position: relative;
  height: 0;
  min-height: 1110px;
  padding-top: 68%;
  text-align: center;
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/bg_sec10.png) no-repeat center center;
  background-size: cover;
}

.sec10 .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  width: 1138px;
  height: 1170px;
  margin: auto;
}

.sec10 .ttl {
  position: relative;
  z-index: 2;
  padding: 80px 0 0;
}

.sec10 .content {
  font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Meiryo, sans-serif;
  font-weight: bold;
  position: relative;
  z-index: 1;
  width: 1000px;
  height: 517px;
  margin: -230px auto 0;
  padding: 230px 50px 60px;
  text-align: left;
  border-radius: 10px;
  background: #fff;
}

.sec10 .content span {
  color: #b9a556;
}

.sec11 {
  margin: -2px 0 0;
  padding: 60px 0 60px;
  background: #e4f2fe;
}

.sec11 .ttl {
  font-size: 4.3rem;
  position: relative;
  text-align: center;
}

.sec11 .ttl:before {
  position: absolute;
  top: -70px;
  right: 0;
  left: 0;
  width: 230px;
  height: 110px;
  margin: auto;
  content: '';
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/img_sec11_01.png) no-repeat left top;
  background-size: contain;
}

.sec11 .ttl:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 625px;
  height: 170px;
  margin: auto;
  content: '';
  pointer-events: none;
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/img_sec11_02.png) no-repeat left top;
  background-size: contain;
}

.sec11 .ttl span {
  font-size: 5.3rem;
}

.sec11 .ttl span:nth-of-type(1) {
  font-size: 4.6rem;
}

.sec11 ul {
  font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Meiryo, sans-serif;
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -30px;
  padding-top: 250px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec11 ul:after {
  position: absolute;
  top: 0;
  left: 200px;
  width: 606px;
  height: 288px;
  content: '';
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/img_sec11_04.png) no-repeat left top;
  background-size: contain;
}

.sec11 ul:before {
  position: absolute;
  top: -110px;
  left: 70px;
  width: 150px;
  height: 400px;
  content: '';
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/img_sec11_03.png) no-repeat left top;
  background-size: contain;
}

.sec11 ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 290px;
  margin: 0 0 15px;
  padding: 24px 18px;
  background: #fff;
}

.sec11 ul li div:first-child {
  color: #b9a556;
}

.sec11 ul li p {
  font-size: 1.4rem;
  height: 100%;
}

.sec11 ul li .at {
  font-size: 1.1rem;
  position: relative;
  padding: 10px 0 0 60px;
  color: #808080;
  border-top: 1px solid #b9e1ef;
}

.sec11 ul li .at:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 40px;
  height: 40px;
  content: '';
}

.sec11 ul .ladys:before {
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/img_sec11_05.png) no-repeat left top;
  background-size: contain;
}

.sec11 ul .mens:before {
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/img_sec11_06.png) no-repeat left top;
  background-size: contain;
}

.sec12 {
  padding: 80px 0;
}

.sec12 .ttl {
  font-size: 3.0rem;
  line-height: 1.4;
  position: relative;
  margin: 30px 0 20px;
  text-align: center;
  color: #003c81;
}

.sec12 .ttl:before {
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  width: 114px;
  height: 20px;
  margin: auto;
  content: '';
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/structure.png) no-repeat left top;
  background-size: contain;
}

.sec12 .ttl span {
  font-size: 3.7rem;
}

.sec12 .txt {
  font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  color: #003c81;
}

.sec12 .txt:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #003c81;
}

.sec12 .txt span {
  position: relative;
  padding: 0 20px;
  background: #fff;
}

.sec12 .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec12 .col > div {
  font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Meiryo, sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  text-align: center;
}

.sec12 .col > div > div:first-child {
  height: 100%;
  text-align: left;
  letter-spacing: -.02em;
}

.sec12 .col > div > div:first-child p {
  font-size: 1.0rem;
  margin: 10px 0 0;
}

.sec12 .col img {
  max-width: inherit;
}

.sec12 .col .tc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #003c81;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec13 {
  padding: 80px 0 0;
  background: #d6e8f4;
}

.sec13 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  margin: 0 auto;
}

.sec13 .inner > div {
  position: relative;
  width: 400px;
}

.sec13 .inner > div:first-child {
  margin-top: -100px;
}

.sec13 .inner > div p {
  font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Meiryo, sans-serif;
  font-weight: bold;
  margin: 0;
}

.sec13 .inner > div p:nth-of-type(1) {
  font-size: 2.6rem;
  text-align: center;
}

.sec13 .inner > div p:nth-of-type(2) {
  font-size: 1.9rem;
  margin: 30px 0;
  text-align: center;
  color: #003c81;
}

.sec13 .inner > div div {
  font-size: 3.1rem;
  margin: 10px 0 0;
  text-align: center;
  background: #fff;
}

.sec13 .inner > div div span {
  font-size: 3.8rem;
}

.sec13 .ttl {
  display: none;
}

.sec14 {
  position: relative;
  margin-top: -9vw;
  padding: 12% 0 0;
  text-align: center;
  color: #fff;
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/bg_sec14.png) no-repeat center top;
  background-size: cover;
}

.sec14 .inner {
  width: 800px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.sec14 .ttl {
  position: relative;
  padding-left: 90px;
  text-align: center;
}

.sec14 .ttl:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 229px;
  height: 380px;
  margin-top: 30px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/img_sec14.png) no-repeat left top;
}

.sec14 .ttl p {
  font-size: 2.1rem;
  margin: 0;
}

.sec14 .ttl p:nth-of-type(2) {
  font-size: 4.9rem;
}

.sec14 .ttl div {
  line-height: 1.1;
  position: relative;
  display: inline-block;
  padding-left: 110px;
  text-align: left;
}

.sec14 .ttl div:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 95px;
  height: 95px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/img_sec14_01.png) no-repeat left top;
  background-size: contain;
}

.sec14 .ttl span {
  font-size: 2.4rem;
}

.sec14 .ttl span:nth-of-type(1) {
  font-size: 6.8rem;
  color: #fc0;
}

.sec14 .ttl span:nth-of-type(2) {
  font-size: 3.9rem;
  color: #fc0;
}

.sec14 .ttl span:nth-of-type(3) {
  font-size: 3.7rem;
  color: #fc0;
}

.sec14 .ttl span:nth-of-type(4) {
  font-size: 2.4rem;
  color: #fc0;
}

.sec14 .ttl span:nth-of-type(5) {
  font-size: 4.0rem;
}

.sec14 .bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0;
  padding: 17px 48px;
  color: #000;
  background: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec14 .bnr > div {
  width: 324px;
}

.sec14 .bnr > div:first-child {
  margin-right: 20px;
}

.sec14 .bnr > div p {
  position: relative;
}

.sec14 .bnr > div p:after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 20px;
  height: 1px;
  margin: auto;
  content: '';
  background: #000;
}

.sec14 .bnr > div div {
  font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Meiryo, sans-serif;
  font-size: 2.0rem;
  font-weight: bold;
}

.sec14 .bnr > div div span {
  font-size: 2.5rem;
}

.sec15 {
  width: 800px;
  margin: 0 auto;
  padding: 80px 0;
}

.sec15 .ttl {
  font-size: 4.5rem;
  position: relative;
  margin-bottom: 100px;
  text-align: center;
}

.sec15 .ttl:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 280px;
  height: 170px;
  margin: auto;
  content: '';
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/faq.png) no-repeat left top;
  background-size: contain;
}

.sec15 dl {
  font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Meiryo, sans-serif;
  font-weight: bold;
  position: relative;
  margin: 0;
}

.sec15 dl:before {
  position: absolute;
  z-index: 1;
  top: 33px;
  right: 30px;
  width: 20px;
  height: 2px;
  content: '';
  background: #003c81;
}

.sec15 dl:after {
  position: absolute;
  z-index: 1;
  top: 24px;
  right: 39px;
  width: 2px;
  height: 20px;
  content: '';
  background: #003c81;
}

.sec15 dl dt {
  position: relative;
  padding: 20px 30px 20px 80px;
  cursor: pointer;
  color: #003c81;
  background: #f5f5f5;
}

.sec15 dl dt:before {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 37px;
  height: 37px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/q.png) no-repeat left top;
  background-size: contain;
}

.sec15 dl dd {
  position: relative;
  display: none;
  margin: 20px 0 0;
  padding: 0 30px 20px 80px;
}

.sec15 dl dd:before {
  position: absolute;
  top: 0;
  left: 30px;
  width: 37px;
  height: 37px;
  content: '';
  background: url(/img/usr/freepage/lp_soladey_rythm2_2021/a.png) no-repeat left top;
  background-size: contain;
}

.sec15 dl.active:after {
  display: none;
}

.sec15 dl + dl {
  margin-top: 1px;
}

@media screen and (min-width: 1000px) {
  .sec01 .copy {
    font-size: calc(20px + 14 * (100vw - 1000px) / 560);
  }
}

@media screen and (min-width: 1560px) {
  .sec01 .copy {
    font-size: 34px;
  }
}

@media only screen and (min-width: 1560px) {
  .sec14 {
    margin-top: -7%;
  }
}

@media only screen and (max-width: 1138px) {
  .sec10 .inner {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  main {
    overflow-x: hidden;
  }

  .c-title {
    font-size: 4.6vw;
  }

  .sec14 {
    margin-top: -12%;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
    overflow-x: hidden;
    min-width: 100%;
  }

  .ispc {
    display: none;
  }

  .issp {
    display: block;
  }

  section + section {
    margin-top: 50px;
  }

  footer .link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer .link li:first-child {
    width: 100%;
    margin-bottom: 20px;
  }

  .l-column01 {
    width: 100%;
  }

  .l-column02 {
    width: 100%;
  }

  .c-ttl {
    font-size: 1.8rem;
  }

  .c-subttl:before {
    top: 15px;
  }

  .c-subttl span {
    padding: 0 2px;
  }

  .c-txt01 {
    font-size: 1.6rem;
    margin: 30px 0 10px;
  }

  .c-txt02 {
    font-size: 1.7rem;
    line-height: 1.5;
  }

  .sec01 {
    min-height: auto;
    background: #bfe0f3 url(/img/usr/freepage/lp_soladey_rythm2_2021/mainv_sp.jpg) no-repeat center center;
    background-size: contain;
  }

  .sec01 .head p {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20%;
    margin: 0;
  }

  .sec01 .head a {
    position: absolute;
    right: 0;
    left: 0;
    width: 30%;
    margin: auto;
  }

  .sec01 .l-column01 {
    height: 0;
    padding-bottom: 178.13%;
  }

  .sec01 .logo {
    position: absolute;
    top: 20%;
    left: 20px;
    width: 50%;
  }

  .sec01 .logo h1 {
    margin: 0 0 1%;
  }

  .sec01 .logo p {
    font-size: 2vw;
  }

  .sec01 .logo p:nth-of-type(2) {
    font-size: 1.6rem;
  }

  .sec01 .ttl {
    top: inherit;
    bottom: 8vw;
    display: block;
    height: auto;
  }

  .sec01 .copy {
    font-size: 5.75vw;
    width: 75px;
    min-height: 330px;
  }

  .sec02 {
    font-size: 4vw;
  }

  .sec02 p {
    font-size: 8vw;
  }

  .sec02 .inner {
    line-height: 1.1;
    padding-top: 10px;
    padding-left: 30%;
  }

  .sec02 .inner:before {
    width: 30vw;
    height: 30vw;
  }

  .sec02 span {
    font-size: 12.5vw;
  }

  .sec02 span span {
    font-size: 6vw;
  }

  .sec03 {
    height: auto;
    background: none;
  }

  .sec03 > div {
    padding: 40px 20px;
  }

  .sec03 > div div {
    margin-top: 20px;
  }

  .sec03 .inner {
    width: 100%;
  }

  .sec03 p:nth-of-type(1) {
    font-size: 4.5vw;
  }

  .sec03 p:nth-of-type(2) {
    font-size: 5vw;
  }

  .sec03 p:nth-of-type(3) {
    font-size: 2.5vw;
  }

  .sec04 {
    position: relative;
    height: 0;
    padding-top: 54.9333%;
    background: #b7e0f2 url(/img/usr/freepage/lp_soladey_rythm2_2021/bg_sec04_sp.jpg) no-repeat center center;
    background-size: contain;
  }

  .sec04 > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 60%;
    margin: auto;
  }

  .sec05 {
    height: auto;
  }

  .sec05:before {
    height: 0;
    padding-top: 107%;
    background: url(/img/usr/freepage/lp_soladey_rythm2_2021/bg_sec05_sp.png) no-repeat center bottom;
    background-size: contain;
  }

  .sec05 .product {
    width: 100%;
    height: auto;
  }

  .sec05 .product .img {
    width: 40%;
    margin-top: -2%;
    padding: 0 5%;
  }

  .sec05 .product .detail {
    width: 60%;
    margin-top: -20%;
    padding-right: 15%;
  }

  .sec05 .product .detail:after {
    right: 0;
    width: 80px;
    height: 130px;
  }

  .sec05 .product .detail p:nth-of-type(1) {
    width: 30%;
    margin: 0 auto;
  }

  .sec05 .product .detail p:nth-of-type(2) {
    font-size: 5.25vw;
    margin: -5px 0 0;
  }

  .sec05 .product .detail p:nth-of-type(3) {
    font-size: 2.5vw;
  }

  .sec05 .product .detail p:nth-of-type(4) {
    font-size: 5.5vw;
    position: relative;
  }

  .sec05 .product .detail p:nth-of-type(4) span:nth-of-type(1) {
    font-size: 14.25vw;
  }

  .sec05 .product .detail p:nth-of-type(4) span:nth-of-type(2) {
    font-size: 2vw;
    position: absolute;
    right: 0;
    bottom: 10vw;
  }

  .sec05 .product .detail p:nth-of-type(5) {
    font-size: 2.9vw;
    overflow-x: hidden;
  }

  .sec05 .product .detail p:nth-of-type(5) span:before {
    left: -100%;
    width: 100%;
  }

  .sec05 .product .detail p:nth-of-type(5) span:after {
    right: -100%;
    width: 100%;
  }

  .sec05 .product .detail dl {
    font-size: 2.9vw;
  }

  .sec05 .product .detail .col > div:first-child {
    width: 20vw;
  }

  .sec05 .product02 {
    width: 100%;
    margin: 30px auto 0;
    padding-bottom: 40px;
  }

  .sec05 .product02 .ttl {
    font-size: 4vw;
  }

  .sec05 .product02 .ttl span:before {
    display: none;
  }

  .sec05 .product02 .ttl span:after {
    display: none;
  }

  .sec05 .product02 ul {
    padding: 0 20px;
  }

  .sec05 .product02 ul li {
    width: 31%;
  }

  .sec05 .product02 .selectwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 40px);
    margin: 0 auto 20px;
    border: 1px solid #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sec05 .product02 .selectcol {
    font-size: 2.75vw;
    padding: 10px 10px;
    text-align: left;
    border-right: 1px solid #fff;
  }

  .sec05 .product02 .select {
    font-size: 2.5vw;
    margin: 0;
    padding: 0 0 0 10px;
    text-align: left;
    border: none;
  }

  .sec05 .product02 .select span {
    font-size: 4.75vw;
  }

  .sec05 .product02 .buy {
    font-size: 5.5vw;
    width: calc(100% - 40px);
    margin-bottom: 30px;
  }

  .contact {
    font-size: 1.0rem;
    width: calc(100% - 40px);
  }

  .contact > div:last-child {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact a {
    font-size: 7vw;
  }

  .sec06 {
    height: auto;
    background: url(/img/usr/freepage/lp_soladey_rythm2_2021/bg_sec06_sp.png) no-repeat center top;
    background-size: contain;
  }

  .sec06 .ttl {
    font-size: 6.25vw;
    margin: 100px 0 20px;
  }

  .sec06 .ttl p {
    font-size: 3.5vw;
    left: 0;
  }

  .sec06 .ttl p:before {
    right: 0;
  }

  .sec06 ul {
    padding-bottom: 25%;
  }

  .sec06 ul li {
    font-size: 4.25vw;
  }

  .sec06 ul li span {
    font-size: 5.25vw;
  }

  .sec07 {
    margin: 30px 0 0;
    padding: 0 20px;
  }

  .sec07 .ttl {
    font-size: 4vw;
  }

  .sec07 .ttl > span {
    font-size: 7.5vw;
  }

  .sec07 .str {
    background: none;
  }

  .sec07 .str > span:before {
    /* 文字の上に置くものを指定 */
    position: absolute;
    /* 相対位置とする */
    top: -.9em;
    /* 縦方向の表示位置を調整（-1emくらいがちょうどいいかんじ） */
    left: 0;
    content: '・';
  }

  .sec07 .col > div {
    width: 100%;
  }

  .sec07 .col > div > div:first-child {
    font-size: 4.5vw;
    display: inline-block;
    border-bottom: 1px dotted #000;
  }

  .sec07 .col > div > div:first-child:before {
    width: 30px;
    height: 30px;
  }

  .sec07 .col > div > div:last-child {
    width: 100%;
  }

  .sec07 .col > div > div:last-child > div div:first-child {
    font-size: 6.5vw;
  }

  .sec07 .col > div > div:last-child > div div:last-child {
    font-size: 8.25vw;
    margin-top: 0;
  }

  .sec07 .col > div > div:last-child > div div:last-child span {
    font-size: 23.25vw;
  }

  .sec07 .col > div:last-child {
    margin-top: 50px;
  }

  .sec07 .txt {
    font-size: 6.25vw;
  }

  .sec07 .txt p span {
    font-size: 9.25vw;
  }

  .sec07 .at {
    font-size: 2.75vw;
  }

  .sec08 {
    padding: 20% 0 40px;
    background: url(/img/usr/freepage/lp_soladey_rythm2_2021/bg_sec08_sp.png) no-repeat center top;
    background-size: cover;
  }

  .sec08 .ttl {
    padding: 15% 20px 0;
  }

  .sec08 .ttl p:nth-of-type(1) {
    font-size: 5vw;
  }

  .sec08 .ttl p:nth-of-type(2) {
    font-size: 9.75vw;
  }

  .sec08 .ttl p:nth-of-type(3) {
    font-size: 7.25vw;
  }

  .sec08 .bnr {
    padding: 0 20px;
  }

  .sec09 {
    padding: 80px 20px 40px;
  }

  .sec09 .ttl {
    font-size: 5.5vw;
    margin: 0;
  }

  .sec09 .ttl span {
    font-size: 10.25vw;
  }

  .sec09 .pttl {
    font-size: 6vw;
  }

  .sec09 .pttl--03:after {
    width: 100%;
  }

  .sec09 .pttl span {
    font-size: 7.5vw;
  }

  .sec09 .txt {
    font-size: 4vw;
  }

  .sec09 .at {
    font-size: 2.5vw;
  }

  .sec09 .at > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sec09 .col2 > div {
    width: 100%;
  }

  .sec09 .col2 > div > div {
    padding: 0;
  }

  .sec10 {
    height: auto;
    min-height: inherit;
    padding: 0;
    background: none;
  }

  .sec10 .inner {
    position: relative;
    height: auto;
  }

  .sec10 .ttl {
    margin: 0;
    padding: 0;
  }

  .sec10 .content {
    line-height: 1.8;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 40px 40px;
  }

  .sec11 .ttl {
    font-size: 5.75vw;
  }

  .sec11 .ttl:after {
    width: 100%;
  }

  .sec11 .ttl span {
    font-size: 7vw;
  }

  .sec11 .ttl span:nth-of-type(1) {
    font-size: 7vw;
  }

  .sec11 ul {
    padding: 50vw 20px 0;
  }

  .sec11 ul:after {
    display: none;
  }

  .sec11 ul:before {
    top: -2%;
    right: 0;
    left: 0;
    width: 94%;
    margin: auto;
    background: url(/img/usr/freepage/lp_soladey_rythm2_2021/img_sec11_03_sp.png) no-repeat left top;
    background-size: contain;
  }

  .sec11 ul li {
    width: 100%;
  }

  .sec11 ul li div:first-child {
    font-size: 4vw;
  }

  .sec11 ul li p {
    font-size: 3.5vw;
  }

  .sec11 ul li .at {
    font-size: 2.75vw;
  }

  .sec12 .ttl {
    font-size: 5.75vw;
  }

  .sec12 .ttl span {
    font-size: 7.5vw;
  }

  .sec12 .txt:before {
    display: none;
  }

  .sec12 .col {
    padding: 0 20px;
  }

  .sec12 .col > div {
    width: 100%;
  }

  .sec12 .col img {
    max-width: 100%;
  }

  .sec12 .con01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .sec12 .con01 div {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .sec13 {
    padding: 0 0 100px;
    background: #b5d8f3;
  }

  .sec13 .inner {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sec13 .inner > div {
    width: 100%;
  }

  .sec13 .inner > div:first-child {
    margin: 0;
  }

  .sec13 .inner > div:last-child {
    padding: 0 40px;
  }

  .sec13 .inner > div p:nth-of-type(1) {
    font-size: 4.75vw;
  }

  .sec13 .inner > div p:nth-of-type(2) {
    font-size: 4vw;
  }

  .sec13 .ttl {
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none !important;
  }

  .sec13 .ttl div {
    font-size: 7vw;
    background: #fff;
  }

  .sec13 .ttl span {
    font-size: 8.5vw;
  }

  .sec14 {
    height: auto;
    margin-top: -20%;
    padding: 30% 0 0;
    background: url(/img/usr/freepage/lp_soladey_rythm2_2021/bg_sec14_sp.png) no-repeat center top;
    background-size: cover;
  }

  .sec14 .inner {
    width: 100%;
    padding-bottom: 40px;
  }

  .sec14 .ttl:before {
    left: -20px;
  }

  .sec14 .ttl p {
    font-size: 4.25vw;
  }

  .sec14 .ttl p:nth-of-type(2) {
    font-size: 8vw;
    line-height: 1.1;
    margin: 10px 0 0;
  }

  .sec14 .ttl div {
    padding: 0 20px 0 110px;
  }

  .sec14 .ttl div:before {
    left: 10px;
  }

  .sec14 .ttl span:nth-of-type(1) {
    font-size: 16.5vw;
  }

  .sec14 .ttl span:nth-of-type(3) {
    font-size: 5.25vw;
  }

  .sec14 .ttl span:nth-of-type(5) {
    font-size: 5.25vw;
  }

  .sec14 .bnr {
    width: calc(100% - 40px);
    margin: 30px auto;
    padding: 17px 17px;
  }

  .sec14 .bnr > div {
    width: 100%;
  }

  .sec14 .bnr > div + div {
    margin-top: 20px;
  }

  .sec14 .bnr > div div {
    font-size: 4vw;
    margin: 30px 0 0;
  }

  .sec14 .bnr > div div span {
    font-size: 5vw;
  }

  .sec15 {
    width: 100%;
    padding: 40px 0 0;
  }

  .sec15 .ttl {
    font-size: 6vw;
    margin-bottom: 50px;
  }

  .sec15 .ttl:before {
    top: 10%;
    width: 156px;
    height: 94px;
  }

  .sec15 dl:before {
    right: 20px;
  }

  .sec15 dl:after {
    right: 29px;
  }

  .sec15 dl.sp2:before {
    top: 43px;
  }

  .sec15 dl.sp2:after {
    top: 34px;
  }

  .sec15 dl dt {
    font-size: 4vw;
    padding: 20px 65px 20px 70px;
  }

  .sec15 dl dt:before {
    left: 20px;
  }

  .sec15 dl dd {
    font-size: 4vw;
    padding: 0 20px 20px 70px;
  }

  .sec15 dl dd:before {
    left: 20px;
  }
}

@media only screen and (max-width: 320px) {
  .sec01 .ttl {
    height: 290px;
  }

  .sec14 .ttl {
    padding-left: 80px;
  }

  .sec14 .ttl:before {
    left: -30px;
  }

  .sec14 .ttl div {
    padding-left: 80px;
  }

  .sec14 .ttl div:before {
    width: 75px;
    height: 75px;
  }

  .sec15 dl dt {
    font-size: 1.4rem;
    padding-right: 20px;
    padding-left: 60px;
  }

  .sec15 dl dd {
    font-size: 1.4rem;
  }
}